# # ChangeLog for branches/features/taskProcedureRework/grails-app/conf # # Generated by Trac 1.2 # May 8, 2024, 4:09:03 AM Thu, 27 Jan 2011 08:55:48 GMT gav [761] * branches/features/taskProcedureRework/application.properties (modified) * branches/features/taskProcedureRework/grails-app/conf/Config.groovy (modified) * branches/features/taskProcedureRework/grails-app/views/layouts/main.gsp (modified) * branches/features/taskProcedureRework/grails-app/views/taskProcedureDetailed/_maintenanceActions.gsp (modified) * branches/features/taskProcedureRework/grails-app/views/taskProcedureDetailed/create.gsp (modified) * branches/features/taskProcedureRework/web-app/js/jquery.js (added) JQuery plugin uninstalled, including jQuery-1.4.4.min.js directly. ... Tue, 25 Jan 2011 19:33:47 GMT gav [759] * branches/features/taskProcedureRework/application.properties (modified) * branches/features/taskProcedureRework/grails-app/conf/Config.groovy (modified) JQuery plugin installed, needs g:javascript tags in head. Mon, 24 Jan 2011 16:58:12 GMT gav [753] * branches/features/taskProcedureRework (copied) Start taskProcedureRework branch at r752. Thu, 25 Nov 2010 02:08:12 GMT gav [722] * trunk/grails-app/conf/Config.groovy (modified) * trunk/grails-app/controllers/ManufacturerDetailedController.groovy (deleted) * trunk/grails-app/controllers/ManufacturerTypeDetailedController.groovy (deleted) * trunk/grails-app/domain/Address.groovy (modified) * trunk/grails-app/domain/Contact.groovy (modified) * trunk/grails-app/domain/Manufacturer.groovy (deleted) * trunk/grails-app/domain/ManufacturerType.groovy (deleted) * trunk/grails-app/i18n/messages.properties (modified) * trunk/grails-app/services/AddressService.groovy (modified) * trunk/grails-app/services/ContactService.groovy (modified) * trunk/grails-app/services/CreateBulkDataService.groovy (modified) * trunk/grails-app/services/CreateDataService.groovy (modified) * trunk/grails-app/views/addressDetailed/create.gsp (modified) * trunk/grails-app/views/addressDetailed/edit.gsp (modified) * trunk/grails-app/views/addressDetailed/show.gsp (modified) * trunk/grails-app/views/appCore/manager.gsp (modified) * trunk/grails-app/views/contactDetailed/create.gsp (modified) * trunk/grails-app/views/contactDetailed/edit.gsp (modified) * trunk/grails-app/views/contactDetailed/show.gsp (modified) * trunk/grails-app/views/manufacturerDetailed (deleted) * trunk/grails-app/views/manufacturerTypeDetailed (deleted) Domain change: as per ticket #97 - Drop the entire Manufacturer ...