Project

General

Profile

Statistics
| Revision:

# Date Author Comment
4719 12/26/2008 04:33 PM daigle

Create a propertyService.getTestInstance method to facilitate unit tests

4711 12/26/2008 01:22 PM daigle

Remove org configuration methods since they are not used. Get the backup configuration directories when doing a bypass. Implement the refresh method.

4710 12/26/2008 01:20 PM daigle

This service now holds a registry of active services. Refreshing of services must go through this class. Also holds some common values that are discovered via servlet context.

4709 12/26/2008 01:18 PM daigle

Implement refresh methods inherited from base class

4665 12/09/2008 03:01 PM daigle

Correct the pathing for the schema directories based on OS. Leave them in the database with linux style paths (forward slashes) since the values are also used to create urls.

4664 12/09/2008 03:00 PM daigle

add debug

4663 12/09/2008 02:58 PM daigle

Discover the external (backup) directory based on OS

4632 11/25/2008 12:40 PM daigle

catch and report missing skins configuration files.

4589 11/19/2008 03:25 PM daigle

Rename LDAPUtil to AuthUtil

4548 11/10/2008 03:23 PM daigle

Trim property values

4474 10/21/2008 03:30 PM daigle

Beef up the regex to find the document namespace

4451 10/13/2008 02:38 PM daigle

Get the file name from the system_id, handling cases where the id starts with http

4442 10/10/2008 05:12 PM daigle

Change the ServiceInterface into a base class called BaseService. All services extend BaseService.

4431 10/09/2008 09:54 AM daigle

Object to hold information about a single xml schema.

4430 10/09/2008 09:54 AM daigle

Add service to keep persistent information about xml schemas. This maintains a list of all registered schemas

4429 10/09/2008 09:53 AM daigle

Fix comments

4416 10/02/2008 02:47 PM daigle

Display the deb.runConfiguration property in debug

4408 09/29/2008 05:40 PM daigle

Add debug statements to the bypass config section

4403 09/29/2008 09:57 AM daigle

Reload backup properties after they are changed so it will show up on the configuration form when you go back to it.

4340 09/03/2008 09:09 AM daigle

Add geoserver section to configuration bypass module.

4335 08/29/2008 10:20 AM daigle

Move the DBAdaptor accessor into a DatabaseService class

4321 08/26/2008 03:31 PM daigle

Fix bug where skin configs don't read backup properties correctly for checkboxes.

4297 08/22/2008 04:23 PM daigle

Add comments. Added getPublicSession method

4206 08/04/2008 05:22 PM daigle

Add a "bypassed" state for confguration sections.

4159 07/24/2008 01:52 PM daigle

Add support for separate LDAP and organization level configurations

4154 07/22/2008 02:20 PM daigle

Add functionality to allow developer to bypass configuration utility

4124 07/15/2008 10:08 AM daigle

Create PropertyService using log directory instead of servlet context.

4108 07/11/2008 10:09 AM daigle

Fix backup file pathing issues. Modify checkAndSetProperty to get skin specific values from request.

4107 07/11/2008 10:08 AM daigle

implement getPropertiesByGroup() method

4085 07/07/2008 01:50 PM daigle

Backup properties should use addProperty, not setProperty

4080 07/06/2008 09:25 PM daigle

Merge 1.9 changes into Head