October 2009 Commit Log

Number of Commits:
37
Number of Active Developers:
1
gav 2009-10-31 11:12 Rev.: 176

Add InnoBD config for MySQL since we will require transactions and row locking from now on.

3 lines of code changed in 1 file:

gav 2009-10-29 20:30 Rev.: 175

Substantial refactor of the Inventory domain.
!InventoryItems can now be added to tasks, no quantity adjustments done yet.
Removed !StoredItem and with it the ability to store an inventoryItem in multiple places, just too complex right now.
Svn move !StoreLocation to !InventoryLocation.

1583 lines of code changed in 68 files:

gav 2009-10-29 11:46 Rev.: 174

Comments in DataSource.groovy

5 lines of code changed in 1 file:

gav 2009-10-28 09:18 Rev.: 173

Format to 4 spaces, no tabs.

19 lines of code changed in 1 file:

gav 2009-10-28 08:32 Rev.: 172

Fix LoginController null object bug introduced at r166.

2 lines of code changed in 1 file:

gav 2009-10-27 13:51 Rev.: 171

Turn off query_cache, should solve ticket #12.

2 lines of code changed in 1 file:

gav 2009-10-27 09:28 Rev.: 170

Upgrade to class-diagram-0.4.1

2 lines of code changed in 1 file:

gav 2009-10-27 08:53 Rev.: 169

Fix looping bug when a parentTask is selected from a task that is already a subTask.

4 lines of code changed in 1 file:

gav 2009-10-27 08:33 Rev.: 168

Add message bundles for the task filterPane.
Add primary and associated assets to taskDetailed views.

106 lines of code changed in 8 files:

gav 2009-10-26 15:16 Rev.: 167

Format to 4 spaces, no tabs.

152 lines of code changed in 2 files:

gav 2009-10-26 15:11 Rev.: 166

Add test and message for no granted authority to !LoginController.
Correct belongsTo in Person-PersonGroup relationship.
Re-generate PersonGroup controller and views.
Add more help balloon messages for Person and Task.
Default ROLE_AppUser to ON when creating a person.

69 lines of code changed in 12 files:

gav 2009-10-23 13:00 Rev.: 165

Install export plugin.
Add budget 'planned' and 'unplanned' search view.

237 lines of code changed in 6 files:

gav 2009-10-23 09:49 Rev.: 164

Add Department-Person relationship, update demo data and views to suite.
Add department and personGroups to Person views.

133 lines of code changed in 10 files:

gav 2009-10-22 20:41 Rev.: 163

Add costCode attribute to Site and regen non-detailed controller and views.

32 lines of code changed in 6 files:

gav 2009-10-22 20:26 Rev.: 162

Add Department domain class, controller, views and demo data.
Add costCode and department attributes to SystemSection and regen non-detailed controller and views, adjust detailed views to suite.

629 lines of code changed in 17 files:

gav 2009-10-22 16:33 Rev.: 161

Add costCode attribute to Asset and regen non-detailed controller and views, adjust detailed views to suite.

87 lines of code changed in 10 files:

gav 2009-10-22 08:23 Rev.: 160

Add costCode attribute to AssetType and regen controller and views.

32 lines of code changed in 6 files:

gav 2009-10-21 20:14 Rev.: 159

Regen non-detailed TaskRecurringSchedule views with new templates.

16 lines of code changed in 5 files:

gav 2009-10-21 18:37 Rev.: 158

Update templates to Grails-1.1.1

9 lines of code changed in 6 files:

gav 2009-10-21 17:07 Rev.: 157

Detail work on TaskRecurringSchedule views and controller.
Regen non-detail views.
Format TaskRecurringScheduleDetailedController to 4 spaces, no tabs.

228 lines of code changed in 8 files:

gav 2009-10-20 17:55 Rev.: 156

Add filterPane to Asset and Inventory search views.

82 lines of code changed in 5 files:

gav 2009-10-17 13:41 Rev.: 155

Work on Task searching.
Add calendar view for Tasks.
Cleaner look for search and paginate buttons.
OverlayPane css and javascript to fix filterPane width on smaller screens and for quick search panes.

399 lines of code changed in 13 files:

gav 2009-10-17 11:49 Rev.: 154

Format to 4 spaces, no tabs.

18 lines of code changed in 1 file:

gav 2009-10-14 16:25 Rev.: 153

Format to 4 spaces, no tabs.

260 lines of code changed in 1 file:

gav 2009-10-12 13:59 Rev.: 152

Add MySQL java connector license info to about view.

24 lines of code changed in 1 file:

gav 2009-10-12 10:42 Rev.: 151

Replace all deprecated "createLinkTo" links with "resource".

209 lines of code changed in 227 files:

gav 2009-10-09 22:11 Rev.: 150

Add params.message to Person create and edit views.
Code format to 4 spaces, no tabs.

623 lines of code changed in 15 files:

gav 2009-10-09 21:47 Rev.: 149

Refactor bootstrap data generation to new CreateDataService.
Tweak security annotations so that ROLE_AppAdmin gives access to all areas.
Rework DataSource to allow building of prod and dev WARs.
Include MySQL jdbc connector which is GNU GPL'd and used in the prod WAR.

1033 lines of code changed in 10 files:

gav 2009-10-09 09:21 Rev.: 148

Update DataSource.groovy to include MySQL settings and comments.

0 lines of code changed in 2 files:

gav 2009-10-08 19:58 Rev.: 147

Re-install class-diagram from local svn build with patch to allow war deployment.
Class-diagram overrides removed from Config.groovy since these have all been included upstream.
Tidy comments in SecurityConfig.groovy
Some work on adding assignedPerson work flow and PersonController.
Add navAlt and filterPane search to Person and TaskProcedure.

379 lines of code changed in 40 files:

gav 2009-10-05 19:02 Rev.: 146

Remove invalid contraints reported by Tomcat debug logs.

24 lines of code changed in 7 files:

gav 2009-10-04 00:59 Rev.: 145

Minor bootstrap change, adjust security to accept all /plugin/** urls.
Tested every dateChooser under the sun only to come back to RichUI, only needs to support "EEE, dd-MMM-yyyy" format and have dropdowns for year and month and it would be perfect.
Placed a dateChooser on Task Create view.

15 lines of code changed in 3 files:

gav 2009-10-03 16:05 Rev.: 144

Work on TaskSearchService.

66 lines of code changed in 3 files:

gav 2009-10-03 02:51 Rev.: 143

Busy adding TaskSearchService.

115 lines of code changed in 6 files:

gav 2009-10-03 01:48 Rev.: 142

Uninstall class-diagram plugin from repo since it has deployment issues in Tomcat.
A few more css improvements.
Spread the date range of tasks created during bootstrap.

27 lines of code changed in 5 files:

gav 2009-10-02 04:57 Rev.: 141

How to make IE7 behave more like Firefox? Add Doctype strict to the layout!
This makes both browsers behave more predictably and makes pseudo :hover work in IE7.

18 lines of code changed in 2 files:

gav 2009-10-01 05:11 Rev.: 140

Install filterPane plugin and configure for Tasks.

327 lines of code changed in 10 files:

September 2009 »

Generated by StatSVN 0.4.0