#
# ChangeLog for trunk/test
#
# Generated by Trac 1.2
# Jan 5, 2025, 4:37:24 AM

Mon, 13 Dec 2010 18:43:34 GMT gav [745]
	* trunk/test/integration/TaskSearchServiceTests.groovy (modified)

	Remove stale testGetBudgetTasks.


Thu, 21 Oct 2010 03:55:10 GMT gav [698]
	* trunk/test/unit/net/kromhouts/HqlBuilderTests.groovy (modified)

	Small correction in HqlBuilderTests, remove stale debug arg.


Thu, 21 Oct 2010 03:39:49 GMT gav [697]
	* trunk/test/unit/net/kromhouts/HqlBuilderTests.groovy (modified)

	Small spelling correction in HqlBuilderTests comment.


Sun, 05 Sep 2010 12:04:41 GMT gav [643]
	* trunk/src/groovy/net (added)
	* trunk/src/groovy/net/kromhouts (added)
	* trunk/src/groovy/net/kromhouts/HqlBuilder.groovy (moved)
	* trunk/test/unit/net (added)
	* trunk/test/unit/net/kromhouts (added)
	* trunk/test/unit/net/kromhouts/HqlBuilderTests.groovy (moved)

	SVN move !HqlBuilder to net.kromhouts package.


Sun, 05 Sep 2010 10:06:53 GMT gav [642]
	* trunk/src/groovy/HqlBuilder.groovy (modified)
	* trunk/test/unit/HqlBuilderTests.groovy (modified)

	!HqlBuilder and tests, draftB.


Sat, 28 Aug 2010 06:22:44 GMT gav [641]
	* trunk/src/groovy/HqlBuilder.groovy (added)
	* trunk/test/unit/HqlBuilderTests.groovy (added)

	HqlBuilder and tests, draftA.


Fri, 13 Aug 2010 15:41:27 GMT gav [640]
	* trunk/test/integration/TaskSearchServiceTests.groovy (modified)
	* trunk/test/integration/TaskServiceTests.groovy (modified)

	Small adjustment to !TaskSearchServiceTests and !TaskServiceTests ...


Fri, 13 Aug 2010 13:34:47 GMT gav [639]
	* trunk/test/unit/AppConfigServiceTests.groovy (modified)

	Small adjustment to !AppConfigServiceTests tearDown().


Sun, 09 May 2010 22:30:25 GMT gav [529]
	* trunk/grails-app/services/CreateDataService.groovy (modified)
	* trunk/grails-app/services/TaskSearchService.groovy (modified)
	* trunk/test/integration/TaskSearchServiceTests.groovy (modified)

	Tweak !CreateDataService to prevent issues during testing.
	Repair ...


Wed, 28 Apr 2010 19:01:51 GMT gav [514]
	* trunk/grails-app/services/AssignedGroupService.groovy (modified)
	* trunk/grails-app/services/AssignedPersonService.groovy (modified)
	* trunk/grails-app/services/TaskService.groovy (modified)
	* trunk/test/integration/TaskSearchServiceTests.groovy (modified)

	Added integration test for !TaskSearchService.getPersonsTasks(). ...


Wed, 28 Apr 2010 13:14:56 GMT gav [512]
	* trunk/grails-app/services/TaskSearchService.groovy (modified)
	* trunk/test/integration/TaskSearchServiceTests.groovy (modified)

	Refactor !TaskSearchService.getTasks() to use HQL and avoid bug in ...


Wed, 28 Apr 2010 07:02:11 GMT gav [511]
	* trunk/grails-app/services/TaskSearchService.groovy (modified)
	* trunk/test/integration/TaskSearchServiceTests.groovy (added)

	Adjust !TaskSearchService.getPersonsTasks() so that if a person ...


Wed, 28 Apr 2010 06:19:56 GMT gav [510]
	* trunk/grails-app/i18n/messages.properties (modified)
	* trunk/grails-app/services/TaskService.groovy (modified)
	* trunk/test/integration/TaskServiceTests.groovy (added)

	Adding an entry to a task with no time booked will now leave the task ...


Wed, 28 Apr 2010 06:13:51 GMT gav [509]
	* trunk/test/integration/CreateDataServiceTests.groovy (modified)

	Some comments to !CreateDataServiceTests.


Fri, 23 Apr 2010 07:53:20 GMT gav [508]
	* trunk/grails-app/conf/BootStrap.groovy (modified)
	* trunk/grails-app/conf/Config.groovy (modified)
	* trunk/test/integration/CreateDataServiceTests.groovy (added)

	Base data is now created during bootstrap in all environments.
	Add ...


Fri, 23 Apr 2010 00:35:20 GMT gav [505]
	* trunk/test/unit/AppConfigServiceTests.groovy (modified)

	Some commenting to !AppConfigServiceTests.


Mon, 25 Jan 2010 09:07:27 GMT gav [299]
	* trunk/test/unit/PeriodControllerTests.groovy (deleted)
	* trunk/test/unit/TaskRecurringScheduleJobTests.groovy (deleted)

	Svn delete test skeletons that are never going to be written.


Mon, 21 Dec 2009 01:48:49 GMT gav [234]
	* trunk/grails-app/controllers/AppConfigController.groovy (added)
	* trunk/grails-app/domain/AppConfig.groovy (added)
	* trunk/grails-app/services/AppConfigService.groovy (added)
	* trunk/grails-app/views/appConfig (added)
	* trunk/grails-app/views/appConfig/create.gsp (added)
	* trunk/grails-app/views/appConfig/edit.gsp (added)
	* trunk/grails-app/views/appConfig/list.gsp (added)
	* trunk/grails-app/views/appConfig/show.gsp (added)
	* trunk/test (modified)
	* trunk/test/unit/AppConfigServiceTests.groovy (added)

	New !AppConfig class for storing application configuration settings ...


Sat, 19 Dec 2009 23:08:48 GMT gav [233]
	* trunk/test/unit/PlannedMaintenanceControllerTests.groovy (deleted)

	Remove planned maintenance controller test since there is no ...


Tue, 01 Sep 2009 12:10:43 GMT gav [137]
	* trunk/.classpath (modified)
	* trunk/README (modified)
	* trunk/application.properties (modified)
	* trunk/doc/gnuMimsErd.dia (modified)
	* trunk/gnuMims.launch (modified)
	* trunk/grails-app/conf/BootStrap.groovy (modified)
	* trunk/grails-app/controllers/TaskDetailedController.groovy (modified)
	* trunk/grails-app/controllers/TaskRecurringScheduleDetailedController.groovy (modified)
	* trunk/grails-app/domain/TaskRecurringSchedule.groovy (modified)
	* trunk/grails-app/i18n/messages.properties (modified)
	* trunk/grails-app/jobs/TaskRecurringScheduleJob.groovy (modified)
	* trunk/grails-app/services/DateUtilService.groovy (added)
	* trunk/grails-app/services/TaskService.groovy (added)
	* trunk/grails-app/views/entryDetailed/edit.gsp (modified)
	* trunk/grails-app/views/taskDetailed/show.gsp (modified)
	* trunk/grails-app/views/taskRecurringSchedule/create.gsp (modified)
	* trunk/grails-app/views/taskRecurringSchedule/edit.gsp (modified)
	* trunk/grails-app/views/taskRecurringSchedule/list.gsp (modified)
	* trunk/grails-app/views/taskRecurringSchedule/show.gsp (modified)
	* trunk/grails-app/views/taskRecurringScheduleDetailed/create.gsp (modified)
	* trunk/grails-app/views/taskRecurringScheduleDetailed/edit.gsp (modified)
	* trunk/grails-app/views/taskRecurringScheduleDetailed/list.gsp (modified)
	* trunk/grails-app/views/taskRecurringScheduleDetailed/show.gsp (modified)
	* trunk/test/unit/DateUtilServiceTests.groovy (added)
	* trunk/web-app/WEB-INF/sitemesh.xml (modified)
	* trunk/web-app/WEB-INF/tld/grails.tld (modified)

	Update to grails-1.1.1 release.
	Fix WorkDone and Fault entries not ...


Sun, 03 May 2009 19:12:01 GMT gav [123]
	* trunk/application.properties (modified)
	* trunk/grails-app/domain/RecurringSchedule.groovy (modified)
	* trunk/grails-app/domain/Task.groovy (modified)
	* trunk/grails-app/jobs (added)
	* trunk/grails-app/jobs/TaskRecurringScheduleJob.groovy (added)
	* trunk/grails-app/views/recurringSchedule/create.gsp (modified)
	* trunk/grails-app/views/recurringSchedule/edit.gsp (modified)
	* trunk/grails-app/views/recurringSchedule/list.gsp (modified)
	* trunk/grails-app/views/recurringSchedule/show.gsp (modified)
	* trunk/test/unit/TaskRecurringScheduleJobTests.groovy (added)

	Install Quartz plugin and make a start on TaskRecurringScheduleJob


Fri, 01 May 2009 05:27:41 GMT gav [122]
	* trunk/doc/gnuMimsErd.dia (modified)
	* trunk/grails-app/conf/BootStrap.groovy (modified)
	* trunk/grails-app/controllers/AssetExtendedAttributeController.groovy (added)
	* trunk/grails-app/controllers/AssetExtendedAttributeTypeController.groovy (added)
	* trunk/grails-app/controllers/EntryController.groovy (modified)
	* trunk/grails-app/controllers/EntryTypeController.groovy (modified)
	* trunk/grails-app/controllers/FormController.groovy (deleted)
	* trunk/grails-app/controllers/MaintenanceActionController.groovy (added)
	* trunk/grails-app/controllers/MaintenancePolicyController.groovy (added)
	* trunk/grails-app/controllers/PeriodController.groovy (moved)
	* trunk/grails-app/controllers/PersonGroupController.groovy (modified)
	* trunk/grails-app/controllers/PersonGroupTypeController.groovy (modified)
	* trunk/grails-app/controllers/PlannedMaintenanceController.groovy (added)
	* trunk/grails-app/controllers/RecurringScheduleController.groovy (added)
	* trunk/grails-app/controllers/StoredItemController.groovy (modified)
	* trunk/grails-app/controllers/TaskGroupController.groovy (modified)
	* trunk/grails-app/controllers/TaskModificationTypeController.groovy (modified)
	* trunk/grails-app/controllers/TaskPriorityController.groovy (modified)
	* trunk/grails-app/controllers/TaskStatusController.groovy (modified)
	* trunk/grails-app/controllers/TaskTypeController.groovy (modified)
	* trunk/grails-app/domain/Asset.groovy (modified)
	* trunk/grails-app/domain/AssetExtendedAttribute.groovy (modified)
	* trunk/grails-app/domain/AssetExtendedAttributeType.groovy (added)
	* trunk/grails-app/domain/AssetType.groovy (modified)
	* trunk/grails-app/domain/ComponentItem.groovy (modified)
	* trunk/grails-app/domain/MaintenanceAction.groovy (modified)
	* trunk/grails-app/domain/MaintenancePolicy.groovy (modified)
	* trunk/grails-app/domain/Period.groovy (moved)
	* trunk/grails-app/domain/RecurringSchedule.groovy (modified)
	* trunk/grails-app/domain/Task.groovy (modified)
	* trunk/grails-app/views/assembly/create.gsp (modified)
	* trunk/grails-app/views/assembly/edit.gsp (modified)
	* trunk/grails-app/views/assembly/list.gsp (modified)
	* trunk/grails-app/views/assembly/show.gsp (modified)
	* trunk/grails-app/views/asset/create.gsp (modified)
	* trunk/grails-app/views/asset/edit.gsp (modified)
	* trunk/grails-app/views/asset/list.gsp (modified)
	* trunk/grails-app/views/asset/show.gsp (modified)
	* trunk/grails-app/views/assetExtendedAttribute (added)
	* trunk/grails-app/views/assetExtendedAttribute/create.gsp (added)
	* trunk/grails-app/views/assetExtendedAttribute/edit.gsp (added)
	* trunk/grails-app/views/assetExtendedAttribute/list.gsp (added)
	* trunk/grails-app/views/assetExtendedAttribute/show.gsp (added)
	* trunk/grails-app/views/assetExtendedAttributeType (added)
	* trunk/grails-app/views/assetExtendedAttributeType/create.gsp (added)
	* trunk/grails-app/views/assetExtendedAttributeType/edit.gsp (added)
	* trunk/grails-app/views/assetExtendedAttributeType/list.gsp (added)
	* trunk/grails-app/views/assetExtendedAttributeType/show.gsp (added)
	* trunk/grails-app/views/assetType/create.gsp (modified)
	* trunk/grails-app/views/assetType/edit.gsp (modified)
	* trunk/grails-app/views/assetType/list.gsp (modified)
	* trunk/grails-app/views/assetType/show.gsp (modified)
	* trunk/grails-app/views/componentItem/create.gsp (modified)
	* trunk/grails-app/views/componentItem/edit.gsp (modified)
	* trunk/grails-app/views/componentItem/list.gsp (modified)
	* trunk/grails-app/views/componentItem/show.gsp (modified)
	* trunk/grails-app/views/entry/edit.gsp (modified)
	* trunk/grails-app/views/entry/list.gsp (modified)
	* trunk/grails-app/views/entryType/edit.gsp (modified)
	* trunk/grails-app/views/entryType/list.gsp (modified)
	* trunk/grails-app/views/form (deleted)
	* trunk/grails-app/views/lifePlan/create.gsp (modified)
	* trunk/grails-app/views/lifePlan/edit.gsp (modified)
	* trunk/grails-app/views/lifePlan/list.gsp (modified)
	* trunk/grails-app/views/lifePlan/show.gsp (modified)
	* trunk/grails-app/views/maintenanceAction (added)
	* trunk/grails-app/views/maintenanceAction/create.gsp (added)
	* trunk/grails-app/views/maintenanceAction/edit.gsp (added)
	* trunk/grails-app/views/maintenanceAction/list.gsp (added)
	* trunk/grails-app/views/maintenanceAction/show.gsp (added)
	* trunk/grails-app/views/maintenancePolicy (added)
	* trunk/grails-app/views/maintenancePolicy/create.gsp (added)
	* trunk/grails-app/views/maintenancePolicy/edit.gsp (added)
	* trunk/grails-app/views/maintenancePolicy/list.gsp (added)
	* trunk/grails-app/views/maintenancePolicy/show.gsp (added)
	* trunk/grails-app/views/period (moved)
	* trunk/grails-app/views/period/create.gsp (modified)
	* trunk/grails-app/views/period/edit.gsp (modified)
	* trunk/grails-app/views/period/list.gsp (modified)
	* trunk/grails-app/views/period/show.gsp (modified)
	* trunk/grails-app/views/personGroup/edit.gsp (modified)
	* trunk/grails-app/views/personGroup/list.gsp (modified)
	* trunk/grails-app/views/personGroup/show.gsp (modified)
	* trunk/grails-app/views/personGroupType/edit.gsp (modified)
	* trunk/grails-app/views/personGroupType/list.gsp (modified)
	* trunk/grails-app/views/plannedMaintenance (added)
	* trunk/grails-app/views/plannedMaintenance/create.gsp (added)
	* trunk/grails-app/views/plannedMaintenance/edit.gsp (added)
	* trunk/grails-app/views/plannedMaintenance/list.gsp (added)
	* trunk/grails-app/views/plannedMaintenance/show.gsp (added)
	* trunk/grails-app/views/recurringSchedule (added)
	* trunk/grails-app/views/recurringSchedule/create.gsp (added)
	* trunk/grails-app/views/recurringSchedule/edit.gsp (added)
	* trunk/grails-app/views/recurringSchedule/list.gsp (added)
	* trunk/grails-app/views/recurringSchedule/show.gsp (added)
	* trunk/grails-app/views/site/edit.gsp (modified)
	* trunk/grails-app/views/site/show.gsp (modified)
	* trunk/grails-app/views/subAssembly/create.gsp (modified)
	* trunk/grails-app/views/subAssembly/edit.gsp (modified)
	* trunk/grails-app/views/subAssembly/list.gsp (modified)
	* trunk/grails-app/views/subAssembly/show.gsp (modified)
	* trunk/grails-app/views/systemSection/create.gsp (modified)
	* trunk/grails-app/views/systemSection/edit.gsp (modified)
	* trunk/grails-app/views/systemSection/list.gsp (modified)
	* trunk/grails-app/views/systemSection/show.gsp (modified)
	* trunk/grails-app/views/task/create.gsp (modified)
	* trunk/grails-app/views/task/edit.gsp (modified)
	* trunk/grails-app/views/task/show.gsp (modified)
	* trunk/grails-app/views/taskGroup/edit.gsp (modified)
	* trunk/grails-app/views/taskGroup/list.gsp (modified)
	* trunk/grails-app/views/taskModificationType/create.gsp (modified)
	* trunk/grails-app/views/taskModificationType/edit.gsp (modified)
	* trunk/grails-app/views/taskModificationType/list.gsp (modified)
	* trunk/grails-app/views/taskModificationType/show.gsp (modified)
	* trunk/grails-app/views/taskPriority/edit.gsp (modified)
	* trunk/grails-app/views/taskPriority/list.gsp (modified)
	* trunk/grails-app/views/taskStatus/edit.gsp (modified)
	* trunk/grails-app/views/taskStatus/list.gsp (modified)
	* trunk/grails-app/views/taskType/edit.gsp (modified)
	* trunk/grails-app/views/taskType/list.gsp (modified)
	* trunk/test/unit/PeriodControllerTests.groovy (added)
	* trunk/test/unit/PlannedMaintenanceControllerTests.groovy (added)

	Run generate-all on all controllers and views except Person and ...


Sun, 05 Apr 2009 05:43:29 GMT gav [104]
	* trunk/.classpath (moved)
	* trunk/.project (moved)
	* trunk/COPYING (moved)
	* trunk/README (moved)
	* trunk/application.properties (moved)
	* trunk/build.xml (moved)
	* trunk/gnuMims-test.launch (moved)
	* trunk/gnuMims.launch (moved)
	* trunk/gnuMims.tmproj (moved)
	* trunk/grails-app (moved)
	* trunk/ivy.xml (moved)
	* trunk/ivysettings.xml (moved)
	* trunk/lib (moved)
	* trunk/scripts (moved)
	* trunk/src (moved)
	* trunk/test (moved)
	* trunk/web-app (moved)

	Move /trunk/src/* to /trunk/


Sun, 05 Apr 2009 05:41:22 GMT gav [103]
	* trunk/appsrc (moved)

	Rename /src to /appsrc in preparation for moving /trunk/src/* to
	/trunk/