2005-07-08 Christopher James Lahey <
[email protected]>
* Filters/FilterDocbook.cs: Turn off XmlResolver here so that it
doesn't read the DTDs.
2005-07-08 Vijay K. Nanjundaswamy <
[email protected]>
* beagled/WebServices/WebFrontEnd.cs, WebBackEnd.cs:
Updated Web interface handling of Actions for external accesses.
* beagled/WebServices/NetBeagle*cs, WebServiceBackEnd.cs, WebServiceProxy.cs:
Added an upper limit on the no. of intermediate nodes a Beagle search request is cascaded through.
2005-07-07 Vijay K. Nanjundaswamy <
[email protected]>
* beagled/WebServices/NetBeagle*cs, WebServiceBackEnd.cs:
Added unique ids for networked Beagle search requests to eliminate duplicate requests during cascaded networked searches, caching of networked search requests with timer logic to clean them up after 5 min.
2005-07-06 Daniel Drake <
[email protected]>
* libbeagle/beagle/beagle-client.c: Use $BEAGLE_HOME and check for
existance of the relevant socket.
2005-07-05 Vijay K. Nanjundaswamy <
[email protected]>
* beagled/WebServices/*.cs:
Added support for cascaded networked Beagle searches.
2005-07-01 Vijay K. Nanjundaswamy <
[email protected]>
* Util/Conf.cs, Util/Makefile.am:
Added configuration sections for WebServices and Networking.
* beagled/WebServices/*.cs:
Updates to files in WebServices, to work with new configuration system.
2005-06-30 Daniel Drake <
[email protected]>
* Util/StringFu.cs: Add HexUnescape convenience function.
* Util/ImLog.cs: Use HexUnescape on Gaim directory names when using them
in readable form.
* Best/BestWindow.cs: Catch the right exception
* beagled/FilterFactory.cs: Small reorganisation so that we don't try and
get the file mime-type twice.
* configure.in: Support either sqlite2 or sqlite3
2005-06-28 Daniel Drake <
[email protected]>
* Filters/FilterPPT.cs: Compile fix
2005-06-27 Daniel Drake <
[email protected]>
* Util/ImLog.cs: Use PathToFileUri to handle 'odd' file characters better
2005-06-24 Veerapuram Varadhan <
[email protected]>
* Tiles/TileMailMessage.cs:
(Open): Hit.Uri and Hit.ParentUri are ignored. Use Hit.UriAsString
and Hit.ParentUriAsString instead. This fixes a crasher.
2005-06-23 Daniel Drake <
[email protected]>
* beagled/EvolutionMailDriver/EvolutionMailIndexableGenerator.cs:
Kill fixme:subject as subject is properly stored in dc:title
2005-06-23 Anders Carlsson <
[email protected]>
* BeagleClient/IndexingService.cs:
Return an empty response after an indexing request.
* beagled/IndexingServiceQueryable/IndexingServiceQueryable.cs:
Make the ToRemove list an xml array.
2005-06-22 Daniel Drake <
[email protected]>
* glue/inotify-glue.c: Introduce some friendly error messages
2005-06-21 Vijay K. Nanjundaswamy <
[email protected]>
* beagled/WebServices/search.aspx, beagled/Makefile.am, :
Replaced 'search.aspx.in' with 'search.aspx' since the file:/// url for dog.png has
since been replaced by a http:// url. Updated search.aspx to use a relative url
for dog.png, so it works for both local and external accesses.
2005-06-20 Enver ALTIN <
[email protected]>
* configure.in: Add Turkish translation to ALL_LINGUAS.
2005-06-17 Vijay K. Nanjundaswamy <
[email protected]>
* beagled/WebServices/WebBackEnd.cs, WebServiceBackEnd.cs, NetBeagleHandler.cs:
Added support for Prefetching and Caching of snippets for NetworkHits.
2005-06-16 Daniel Drake <
[email protected]>
* configure.in: Use single = for equality thanks to Jeremy Messenger in
bug 307847