# # ChangeLog for /trunk/lib # # Generated by Trac 0.9.3 # 05/23/13 02:26:39 # 11/14/06 11:57:42 douglm [1086] * trunk/build/buildsh.xml: * trunk/build/buildwar.xml: * trunk/build/libjars.properties: * trunk/lib/lucene-core-1.9.1.jar: * trunk/lib/lucene-core-2.0.0.jar: * trunk/lib/lucene-misc-2.0.0.jar: Upgrade to lucene 2.0.0 Add limits to searches - ui changes still pending. 10/23/06 01:22:42 douglm [1039] * trunk/build/buildwar.xml: * trunk/config/configs/democal.options.xml: * trunk/lib/lucene-core-1.9.1.jar: Add system property to set path to index root. Changed config to set it Implemented lcene indexing and searching. Admin client needs work to display results - user client will index and generate xml for query like http://localhost:8080/ucal/search/search.rdo?query=eventSummary:meeting Stylesheets need changes to display result. Default quickstart creates indexes in the quickstart directory Schema change: add text column "bwindex_root" to Bedework_Settings 09/15/06 00:11:34 douglm [1008] * trunk/lib/tlds/bedework.tld: Significant changes to handling of calendars... Db entities are cached (and shared) so the children property of the db object must always refelct th actual db structure. An approach was taken of cloning the objects and returning a tree to the user which reflected their access. This had some problems. The new approach is to create a getCalendars(cal) method which returns the children of the given calendar to which the user has access. This does have some implications for developers of applications and clients. Calls to the calendar getChildren() method will return ALL children of the calendar WITHOUT access checks. 09/13/06 10:56:52 douglm [1000] * trunk/build.xml: * trunk/build/buildwar.xml: * trunk/config/configs/freebusy: * trunk/config/configs/freebusy/build.properties: * trunk/config/configs/freebusy/democal.options.xml: * trunk/config/configs/freebusy/democal.properties: * trunk/lib/google: * trunk/lib/google/COPYING: * trunk/lib/google/gdata-calendar-1.0.jar: * trunk/lib/google/gdata-client-1.0.jar: -- 08/16/06 16:12:29 douglm [984] * trunk/lib: -- 08/14/06 10:56:06 douglm [962] * trunk/bedework/lib/licences: * trunk/bedework/lib/licences/LICENSE-apache.txt: * trunk/bedework/lib/licences/commons: * trunk/bedework/lib/licences/commons/codec: * trunk/bedework/lib/licences/commons/codec/LICENSE: * trunk/bedework/lib/licences/ical4j.licence: Add a licences folder and mail classes into calendarapi