# # ChangeLog for /trunk/deployment/webadmin/webapp # # Generated by Trac 0.9.3 # 06/18/13 02:32:07 # 10/27/06 16:26:27 johnsa [1059] * trunk/deployment/webadmin/webapp/resources/default/default/default.xsl: * trunk/deployment/webadmin/webapp/resources/default/default/subColors.css: * trunk/deployment/webadmin/webapp/resources/default/default/subColors.xml: * trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl: * trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/subColors.css: * trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/subColors.xml: * trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl: * trunk/deployment/webuser/webapp/resources/demoskins/default/default/subColors.css: Subscriptions now pass css style information into public client as set in the admin client. The subscription style is an open field, but a default set of colors are provided (like those in the personal client). This feature may be used to override the default colors and other styles of events as they appear in the grid and list views of the public client. 10/27/06 14:50:38 johnsa [1057] * trunk/deployment/webadmin/webapp/resources/default/default/default.xsl: * trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl: * trunk/deployment/webuser/webapp/resources/demoskins/default/default/subColors.css: * trunk/deployment/webuser/webapp/resources/demoskins/default/default/subColors.xml: updates to search result xml; produce bedework subscription colors in a more general way 10/27/06 10:36:07 douglm [1056] * trunk/deployment/webadmin/webapp/resources/default/default/default.xsl: Further changes to category code - eliminat euse of id, use keyword + owner throughout (with owner implied by current user) Remove some bogus cascades in event hbm. Discover that annotation schema has recurrence and exception dates incorrectly defined Removed incorrect setting of flushmode in HibSesssionImpl Schema change: Was: create table event_annotationexdates (eventid integer not null, exdate varchar(255)) create table event_annotationrdates (eventid integer not null, rdate varchar(255)) is now: create table event_annotationexdates (eventid integer not null, ex_date_type char(1) not null, ex_tzid varchar(255), ex_dtval varchar(16) not null, ex_date varchar(16) not null, primary key (eventid, ex_date_type, ex_dtval, ex_date)) create table event_annotationrdates (eventid integer not null, r_date_type char(1) not null, r_tzid varchar(255), r_dtval varchar(16) not null, r_date varchar(16) not null, primary key (eventid, r_date_type, r_dtval, r_date)) 10/26/06 16:05:46 johnsa [1053] * trunk/deployment/webadmin/webapp/resources/default/default/default.xsl: * trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl: adding better category support to admin UI; displaying categories in public events UI 10/26/06 15:42:55 johnsa [1052] * trunk/deployment/webadmin/webapp/resources/default/default/default.xsl: * trunk/deployment/webadmin/webapp/resources/resources/includes.js: adding better category support to admin UI 10/26/06 15:10:54 johnsa [1051] * trunk/deployment/webadmin/webapp/resources/default/default/default.xsl: adding better category support to admin UI 10/26/06 14:49:28 johnsa [1050] * trunk/deployment/webadmin/webapp/resources/default/default/default.xsl: adding better category support to admin UI 10/24/06 20:16:54 douglm [1049] * trunk/deployment/webadmin/webapp/resources/default/default/default.xsl: Fixes to get categories working in admin client 10/24/06 16:34:04 johnsa [1046] * trunk/deployment/webadmin/webapp/resources/default/default/default.xsl: * trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/blue.css: * trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/common.css: * trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl: * trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/green.css: * trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/red.css: some more category support restored to admin client 10/24/06 15:37:37 johnsa [1044] * trunk/deployment/webadmin/webapp/resources/default/default/default.xsl: * trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/blue.css: * trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/common.css: * trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/default.xsl: * trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/green.css: * trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/default/default/red.css: * trunk/deployment/webpublic/webapp/resources/demoskins/SoEDepartmental/default/default/default.xsl: * trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl: beginning search support in public client UI some category support restored to admin client 10/23/06 15:56:34 johnsa [1040] * trunk/deployment/webadmin/webapp/resources/default/default/default.xsl: * trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl: category support in admin client UI 10/20/06 16:27:39 johnsa [1038] * trunk/deployment/webadmin/webapp/resources/default/default/default.xsl: fix double-encoding of calendar path in admin event-upload form. 10/20/06 16:09:44 johnsa [1037] * trunk/deployment/webadmin/webapp/resources/default/default/default.xsl: initial category support in admin client (incomplete) 10/10/06 16:44:13 johnsa [1032] * trunk/deployment/webadmin/webapp/resources/default/default/default.css: * trunk/deployment/webadmin/webapp/resources/default/default/default.xsl: * trunk/deployment/webadmin/webapp/resources/resources/includes.js: rudimentary ical upload added to admin client - currently balks at more than one event in ical file 10/09/06 12:02:22 johnsa [1029] * trunk/deployment/webadmin/webapp/resources/default/default/default.xsl: * trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl: display for multiple grants on a single acl (this is rudimentary) 10/09/06 11:15:43 johnsa [1028] * trunk/deployment/webadmin/webapp/resources/default/default/default.xsl: * trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl: updated current access (sharing/acl) display in personal and admin clients 10/05/06 18:04:37 johnsa [1027] * trunk/deployment/webadmin/webapp/resources/default/default/default.css: * trunk/deployment/webadmin/webapp/resources/default/default/default.xsl: * trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.css: * trunk/deployment/webuser/webapp/resources/demoskins/default/default/default.xsl: expanded calendar and event sharing options for user client. 10/05/06 17:23:07 johnsa [1026] * trunk/deployment/webadmin/webapp/resources/default/default/default.css: * trunk/deployment/webadmin/webapp/resources/default/default/default.xsl: expanded calendar sharing options for administrative client. (still need to pass back current sharing information for display) 09/12/06 14:38:50 douglm [997] * trunk/build/buildwar.xml: * trunk/build/quickstart-build.xml: * trunk/config/configs/democal.properties: * trunk/deployment/build.xml: * trunk/deployment/deploy.properties: * trunk/deployment/freebusyAggregator/jetspeed/resources/web.xml: * trunk/deployment/freebusyAggregator/uportal2/build.xml: * trunk/deployment/freebusyAggregator/webapp/build.xml: * trunk/deployment/publiccaldav/webapp/build.xml: * trunk/deployment/usercaldav/webapp/build.xml: * trunk/deployment/webadmin/webapp/build.xml: * trunk/deployment/webconfig/webapp/build.xml: * trunk/deployment/webpublic/jetspeed/resources/web.xml: * trunk/deployment/webpublic/uportal2/build.xml: * trunk/deployment/webpublic/webapp/build.xml: * trunk/deployment/webuser/jetspeed/resources/web.xml: * trunk/deployment/webuser/uportal2/build.xml: * trunk/deployment/webuser/webapp/build.xml: * trunk/deployutil/src/org/bedework/deployment/ResolveFile.java: -------------------------------------------------------------------------------------------------------------------------- This set of updates switches the expected tomcat server to tomcat 5.5.17 -------------------------------------------------------------------------------------------------------------------------- For reference the changes needed are noted below. Later today we will have a binary quickstart which can be downloaded from bedework.org whilch will provide what we believe to be a correctly configured tomcat 5.5.17 Changes required to the tomcat instance were... Copy log4j and the hsqldb drivers from tomcat 5.0.28 cp path-to/jakarta-tomcat-5.0.28/common/classes/log4j.xml path-to/apache-tomcat-5.5.17/common/classes/log4j.xml cp path-to/jakarta-tomcat-5.0.28/common/lib/hsqldb-1.7.3.3.jar path-to/apache-tomcat-5.5.17/common/lib/hsqldb-1.7.3.3.jar In conf/web.xml change <param-name>listings</param-name> <param-value>false</param-value> to <param-name>listings</param-name> <param-value>true</param-value> to enable directory browsing. --------------------------------------------------------------------------------------------------- Other changes... More schedule changes Fixed initbedework.xml so it works again. Move freebusyAggregator config class into calfacade.configs Suppress inclusion of web.xml from source to remove warning messages Change democal.properties value from org.bedework.app.Events.web.xml=guest/web.xml to org.bedework.app.Events.web.xml=war/WEB-INF/publicweb.xml Similarly for SoEDept which now has org.bedework.app.SoEDept.web.xml=war/WEB-INF/publicweb.xml and added to public and user caldav which have org.bedework.app.Pubcaldav.web.xml=war/WEB-INF/publicweb.xml org.bedework.app.Usercaldav.web.xml=war/WEB-INF/userweb.xml New global property org.bedework.global.deploy.on.tomcat=true This enables copying of context.xml files from the web application source. Added properties org.bedework.app.Events.tomcat.context.xml=war/META-INF/publiccontext.xml org.bedework.app.SoEDept.tomcat.context.xml=war/META-INF/publiccontext.xml org.bedework.app.UserCal.tomcat.context.xml=war/META-INF/usercontext.xml org.bedework.app.Pubcaldav.tomcat.context.xml=war/META-INF/publiccontext.xml org.bedework.app.Usercaldav.tomcat.context.xml=war/META-INF/usercontext.xml In addition the values of the context.root properties were changed to include a leading "/". This allows specifying a root context simply by omitting the value. 08/16/06 16:11:39 douglm [981] * trunk/deployment: -- 08/11/06 14:21:22 douglm [953] * trunk/bedework/build/buildsh.xml: * trunk/bedework/build/buildwar.xml: * trunk/bedework/build/libjars.properties: * trunk/bedework/config: * trunk/bedework/config/build.xml: * trunk/bedework/config/configs: * trunk/bedework/config/configs/democal.options.xml: * trunk/bedework/config/configs/democal.properties: * trunk/bedework/config/properties: * trunk/bedework/config/properties/default-bedework.properties: * trunk/bedework/config/resources: * trunk/bedework/config/resources/log4j.xml: * trunk/bedework/deployment/dumprestore/shellscr/build.xml: * trunk/bedework/deployment/freebusyAggregator/webapp/build.xml: * trunk/bedework/deployment/publiccaldav/webapp/build.xml: * trunk/bedework/deployment/usercaldav/webapp/build.xml: * trunk/bedework/deployment/webadmin/webapp/build.xml: * trunk/bedework/deployment/webconfig/webapp/build.xml: * trunk/bedework/deployment/webpublic/webapp/build.xml: * trunk/bedework/deployment/webuser/webapp/build.xml: * trunk/bedework/deployutil/src/org/bedework/deployment/ForEachAppTask.java: * trunk/bedework/lib/commons: * trunk/bedework/lib/commons/commons-beanutils-1.7.0.jar: * trunk/bedework/lib/commons/commons-beanutils-bean-collections-1.7.0.jar: * trunk/bedework/lib/commons/commons-beanutils-core-1.7.0.jar: * trunk/bedework/lib/commons/commons-codec-1.3.jar: * trunk/bedework/lib/commons/commons-collections.jar: * trunk/bedework/lib/commons/commons-digester-1.7.jar: * trunk/bedework/lib/commons/commons-fileupload.jar: * trunk/bedework/lib/commons/commons-httpclient-3.0.jar: * trunk/bedework/lib/commons/commons-logging.jar: * trunk/bedework/lib/commons/commons-ssl.jar: * trunk/bedework/lib/commons/commons-validator-1.3.0.jar: * trunk/bedework/lib/hibernate-3.1.2: * trunk/bedework/lib/hibernate-3.1.2/antlr-2.7.6rc1.jar: * trunk/bedework/lib/hibernate-3.1.2/asm-attrs.jar: * trunk/bedework/lib/hibernate-3.1.2/asm.jar: * trunk/bedework/lib/hibernate-3.1.2/cglib-2.1.3.jar: * trunk/bedework/lib/hibernate-3.1.2/dom4j-1.6.1.jar: * trunk/bedework/lib/hibernate-3.1.2/ehcache-1.1.jar: * trunk/bedework/lib/hibernate-3.1.2/hibernate3.jar: * trunk/bedework/lib/hibernate-3.1.2/jgroups-2.2.8.jar: * trunk/bedework/lib/hibernate-3.1.2/jta.jar: * trunk/bedework/lib/hsqldb-1.7.3.3.jar: * trunk/bedework/lib/ical4j-0.9.19-pre.jar: * trunk/bedework/lib/jakarta-oro-2.0.8.jar: * trunk/bedework/lib/jdbc: * trunk/bedework/lib/jdbc/README: * trunk/bedework/lib/log4j-1.2.8.jar: * trunk/bedework/lib/struts-1.2.9: * trunk/bedework/lib/struts-1.2.9/struts-1.2.9.jar: * trunk/bedework/lib/struts-1.2.9/tlds: * trunk/bedework/lib/struts-1.2.9/tlds/struts-bean.tld: * trunk/bedework/lib/struts-1.2.9/tlds/struts-html.tld: * trunk/bedework/lib/struts-1.2.9/tlds/struts-logic.tld: * trunk/bedework/lib/struts-1.2.9/tlds/struts-nested.tld: * trunk/bedework/lib/struts-1.2.9/tlds/struts-tiles.tld: * trunk/bedework/lib/struts-1.2.9/validator-rules.xml: * trunk/bedework/lib/tlds: * trunk/bedework/lib/tlds/bedework.tld: * trunk/bedework/lib/xalan-2-6-0.jar: deploy of bedework now runs to completion