2005-04-07 Vijay K. Nanjundaswamy <
[email protected]>
* beagled/Makefile.am: Updates to fix WebServices install/uninstall, after recent
reorganizations
* beagled/BeagleDaemon.cs: Fix in --applications startup argument passed to BeagleXSP,
when user specifies a root directory with --web-root option
2005-04-06 Takeshi AIHANA <
[email protected]>
* configure.in: Added 'ja' (Japanese) to ALL_LINGUAS.
2005-04-05 Vijay K. Nanjundaswamy <
[email protected]>
* WebServices/WebServiceBackEnd.cs: Updated TokenGenerator method
to use System.Guid
2005-04-05 Christopher Orr <
[email protected]>
* configure.in: Added en_GB to ALL_LINGUAS.
2005-04-05 Raphael Higino <
[email protected]>
* configure.in: Added pt_BR to ALL_LINGUAS.
2005-04-05 Adam Weinberger <
[email protected]>
* configure.in: Added en_CA to ALL_LINGUAS.
2005-04-05 Veerapuram Varadhan <
[email protected]>
Patch from Saravana <
[email protected]>
* Filters/FilterHtml.cs: Parse <meta>, <a> and <img> tags and
extract required-contents. Add <i> to *list of hot nodes*.
2005-04-05 Veerapuram Varadhan <
[email protected]>
* beagled/Filter.cs: Third round of optimization. Mainly a FIXME
fix in AppendText () related to '\n'.
* Filters/FilterDOC.cs: A try-catch in IndexText.
* glue/wv1-glue.c: Reduce the round-trips by "bufferred-calls" to
IndexText.
2005-04-05 Vijay K. Nanjundaswamy <
[email protected]>
* beagled/WebServices: Moved dog.png image file to images folder.
Replaced search.aspx with search.aspx.in.
* beagled/Makefile.am: Script to generate search.aspx from search.aspx.in and determine XSP_DIR, based on prefix specified.
2005-04-05 Frank Arnold <
[email protected]>
* configure.in: Added "de" to ALL_LINGUAS.
2005-04-04 Vijay K. Nanjundaswamy <
[email protected]>
* beagled/WebServices/WebServiceBackEnd.cs: Fix to return a searchToken, whenever
number of results returned is more than 0. (Earlier searchToken was returned
only when the total no. of results was more than the max results returned in a
single response).
2005-04-01 Daniel Drake <
[email protected]>
* Tiles/TilePicture.cs: Properly handle URI's when finding thumbnail
paths. Fixes bug 171153.
2005-04-01 Daniel Drake <
[email protected]>
* Filters/FilterJpeg.cs, Util/ExifData.cs, Util/JpegHeader.cs, configure.in:
Merge from F-spot in order to be compatible with Mono 1.1.5
2005-04-01 Daniel Drake <
[email protected]>
* configure.in: Option parsing improvements and cleanups
2005-03-31 Daniel Drake <
[email protected]>
* tools/Query.cs: Minor improvements to command line parsing
2005-03-31 Daniel Drake <
[email protected]>
* beagled/PathFinder.cs: Handle directories ending with '/'
2005-03-31 Veerapuram Varadhan <
[email protected]>
* Filters/FilterRTF.cs: Before/After rewinding the file-stream,
ignore the already buffered-data in the stream reader. Fixes
part of
http://bugzilla.gnome.org/show_bug.cgi?id=172294.
(now font-details and other unwanted-strings are not extracted.)
2005-03-31 Daniel Drake <
[email protected]>
* Util/ImLog.cs: Ignore GAIM logs which don't have the standard
filename format
2005-03-31 Vijay K. Nanjundaswamy <
[email protected]>
* configure.in, beagled/Makefile.am: Changes to work with webservices code moved into a sub-folder
* WebServices code: Moved into a new sub-folder named WebServices within beagled n
2005-03-31 Veerapuram Varadhan <
[email protected]>
* beagled/Filter.cs: Defined a new variant of AppendText() with
two arguments and removed AppendTextToHotPool().
* Filter/FilterDOC.cs: Use two-arg AppendText() instead of
AppendTextToHotPool().
2005-03-31 Vijay K. Nanjundaswamy <
[email protected]>
* beagled/Makefile.am: Fixes in COND_CS_FILES and EXTRA_DIST to include
all resources needed for web-services, in a Beagle distribution. Fixes
http://bugzilla.gnome.org/show_bug.cgi?id=171996
2005-03-31 Veerapuram Varadhan <
[email protected]>
* beagled/Filter.cs: Added AppendTextToHotPool() for optimization
of MS-Word document indexing.
* Filters/FilterDOC.cs, glue/wv1-glue.c: Reduce the number of
round trips between managed and unmanaged code. Fixes
http://bugzilla.gnome.org/show_bug.cgi?id=169758
2005-03-30 Veerapuram Varadhan <
[email protected]>
* Filters/FilterAbiword.cs: More careful validations. Fixes
http://bugzilla.gnome.org/show_bug.cgi?id=170082
* Filters/Makefile.am: Enable FilterAbiword.cs to get compiled.
2005-03-29 Veerapuram Varadhan <
[email protected]>
* Tiles/template-mail-message.html: Fix for Subject of "deleted"
mails shows <strike></strike> markup tags.
2005-03-29 Veerapuram Varadhan <
[email protected]>
Patch from Chris Schneider <
[email protected]>
* Filters/FilterPerl.cs: Bad "elseif" keyword in perl keyword
list. Fixes
http://bugzilla.gnome.org/show_bug.cgi?id=171175.
2005-03-29 Veerapuram Varadhan <
[email protected]>
* beagled/beagled.in: Be more verbose when beagled exits with
errors when run in --bg mode.
2005-03-29 Vijay K. Nanjundaswamy <
[email protected]>
* WebServices: Changes in Web, Web-Services code to ensure file
names & Class names are fully spelt out instead of abbreviations,
file/assembly names renamed to more meaningful names like WebFrontEnd.cs
and WebBackEnd.cs, internal WebServer assembly renamed to BeagleXsp.dll,
with corresponding changes in Makefile.am and configure.in.
./configure option to include web-services code, now changed to
'--enable-webservices' instead of --enable-websvc
* Updates to Web interface code to include support for Firefox search bar and
changes in methods exposed by Beagle web-service to BeagleQuery, SimpleQuery,
SimpleQuery2 and GetMoreResults.
2005-03-29 Veerapuram Varadhan <
[email protected]>
* beagled/LuceneDriver: Delete if indexable.DeleteContent is
true. Fixes
http://bugzilla.gnome.org/show_bug.cgi?id=171944.
* ChangeLog: Corrected my previous entries w.r.t date (pointed out
by Daniel)
2005-03-28 Veerapuram Varadhan <
[email protected]>
* Tiles/TileDocs.cs, Tiles/TilePresentation.cs: Fix for
http://bugzilla.gnome.org/show_bug.cgi?id=171864. Show
more-information about documents.