Colin Kuskie
f59b74a0bd
Remove empty whitespace.
2010-01-29 18:11:00 -08:00
Colin Kuskie
6a1f338307
1st cut conversion to W::D::A
2010-01-29 18:10:32 -08:00
Colin Kuskie
db1b565560
More code formatting, and fix double my
2010-01-27 16:19:57 -08:00
Colin Kuskie
7c8f65ebdd
Code formatting and bugfix documentation for #11379 .
2010-01-27 16:15:45 -08:00
Luke Robinson
017a9a7fc2
allow field overrides in the config file
2010-01-27 15:57:26 -08:00
Colin Kuskie
13d0289098
Moose accessors. Convert part of update code into a trigger on storageId.
2010-01-26 16:21:06 -08:00
Colin Kuskie
1736b481b6
Update Article for Moose
2010-01-26 16:13:36 -08:00
Colin Kuskie
d4f31870a3
change the name attribute to aspect to denote asset level static attributes like tableName, et. al.
2010-01-25 19:16:05 -08:00
Colin Kuskie
38e6bfad3e
Convert many search forms from POST to GET. Fixes bug ##11372
2010-01-25 15:53:49 -08:00
Colin Kuskie
0ef94945a7
Dirty conversion of Navigation to Moose.
2010-01-20 21:40:57 -08:00
Colin Kuskie
df9e058f89
Dirty conversion of Layout to Moose.
2010-01-20 20:57:52 -08:00
Colin Kuskie
d9c340f1b5
Convert Folder to Moose.
2010-01-20 20:48:16 -08:00
Colin Kuskie
16d9076ecd
Convert Sku and Shelf to Moose.
2010-01-19 13:16:54 -08:00
Colin Kuskie
97338ffefe
When duplicating a CS with now children, clear out the replies and threads. When duplicating with children, recalculate them again, since duplicating clears them. Fixes bug #11347 .
...
Note, the lastPostId and lastPostDate are cleared, and gone. There is no way to recover it after duplicating the branch since
the creationDates and revisionDates are reset when duplicating.
2010-01-18 14:59:34 -08:00
Colin Kuskie
8667876f63
Fix an i18n typo in the SQL Report, and also make sure that a query is not pure whitespace. Fixes bug #11348 .
2010-01-14 08:30:17 -08:00
Colin Kuskie
173bec1574
Handle linking to posts not on the first page on a thread view. Fixes bug #11318 .
2010-01-05 20:52:27 -08:00
Colin Kuskie
7281a3dd8e
Fix the CS search, so that links to anchors are correct. Fixes bug #11318
2010-01-05 16:47:56 -08:00
Colin Kuskie
49bd7f5032
newByDynamicClass changed to newById
2009-12-27 19:08:15 -08:00
Colin Kuskie
12e160bf8c
Fix passing regex characters to the highlighter, which makes it break. Fixes bug #11311 .
2009-12-21 11:38:52 -08:00
Patrick Donelan
8b34dc79ee
Fix minor Survey bug
...
WebGUI::Asset::Wobject::Survey::ResponseJSON::responseValues was
returning empty result for indexBy => 'addresses'
2009-12-20 16:10:04 -05:00
Colin Kuskie
4b65b441e0
Matrix search should be AND based, not OR. Fixes bug #11301
2009-12-10 12:57:45 -08:00
Colin Kuskie
c0a9358bcf
Prevent statistics with a count of less than 10 from being listed in the worst list.
2009-12-09 10:18:43 -08:00
Colin Kuskie
d1e6f30493
Fix a bug where ratings were allowed to be set with less than 10 votes. Fixes bug #11294
...
This helps fix people trying to game the system.
2009-12-08 14:39:24 -08:00
Colin Kuskie
9476878b5e
Fix a call on potentially undefined parent in Gallery Album. Fixes bug #11289 .
2009-12-03 22:46:33 -08:00
daviddelikat
60b04ff928
Merge branch 'master' of git@github.com:plainblack/webgui
...
Conflicts:
lib/WebGUI/i18n/English/Asset_EMSSubmission.pm
2009-12-01 18:50:27 -06:00
Colin Kuskie
9bb5497aff
Fix Cron issues with CSes. Fixes bug #11284 .
2009-11-30 11:11:36 -08:00
daviddelikat
e0b87268c5
various fixes to EMS Submissin system
2009-11-22 20:32:17 -06:00
Colin Kuskie
5df15c6307
Revert "Merge branch 'master' of git@github.com:plainblack/webgui"
...
This reverts commit 7188b11b77 , reversing
changes made to 9dd7056ecf .
2009-11-17 13:28:52 -08:00
Colin Kuskie
5fd30d8d84
Revert "Separating ThingRecord object from Thingy"
...
This reverts commit df84c60d6a .
2009-11-17 12:12:19 -08:00
Colin Kuskie
a37f69cc04
Revert "Separating Thing object from Thingy"
...
This reverts commit 3d88789659 .
2009-11-17 12:12:08 -08:00
Colin Kuskie
110a236fcd
When using a download template, macros are always processed in the output. fixes bug #11242 .
2009-11-16 17:03:38 -08:00
Colin Kuskie
01e873eec7
i18n the download type choices in the SQL Report.
2009-11-16 16:31:24 -08:00
Colin Kuskie
67c66c87b3
Remove deprecated use of defined() on hashes.
2009-11-16 16:30:56 -08:00
Yung Han Khoe
3d88789659
Separating Thing object from Thingy
2009-11-16 17:37:18 +01:00
Yung Han Khoe
df84c60d6a
Separating ThingRecord object from Thingy
2009-11-16 11:53:14 +01:00
Yung Han Khoe
7188b11b77
Merge branch 'master' of git@github.com:plainblack/webgui
2009-11-16 11:51:29 +01:00
Yung Han Khoe
8a978e66d3
Separating ThingRecord object from Thingy
2009-11-16 11:47:53 +01:00
daviddelikat
4278058c3c
Merge branch 'master' of git@github.com:plainblack/webgui
2009-11-15 22:03:40 -06:00
daviddelikat
7f6c24e7e0
rather a lot of debugging in the EMS Submission system
2009-11-15 22:02:36 -06:00
Colin Kuskie
1f49737ae7
Allow other users to save photos into another user's album. Fixes bug #11228 .
2009-11-13 17:16:56 -08:00
daviddelikat
d0c85542f3
Merge branch 'master' into EMS
2009-11-11 22:56:04 -06:00
daviddelikat
3b9902e395
cleaned up the EMS submission system
2009-11-11 22:29:21 -06:00
Doug Bell
a182524fe9
fixed #11220 : Map asset badly broken
2009-11-10 12:10:30 -06:00
Colin Kuskie
9d14e8b420
Fix rendering of initial DataTable in IE7, IE8. Fixes bug #11205 .
...
Added TR, TD tags to table containing the DataTable. Also,
ran dataTable.js through jslint and fixed many issues.
2009-11-09 16:51:38 -08:00
daviddelikat
494c8ded0e
fixed problems with tests
2009-11-08 09:50:57 -06:00
daviddelikat
799db1090f
added feld definitions
2009-11-07 05:25:15 -06:00
daviddelikat
45c90f7be2
lots of work...
2009-11-07 04:52:34 -06:00
daviddelikat
e7ce9a90b7
bit
2009-11-06 18:50:09 -06:00
daviddelikat
1e18313c81
Merge branch 'master' of git@github.com:plainblack/webgui
...
Conflicts:
lib/WebGUI/Asset/EMSSubmission.pm
lib/WebGUI/Asset/EMSSubmissionForm.pm
lib/WebGUI/Asset/Wobject/EventManagementSystem.pm
lib/WebGUI/Workflow/Activity/CleanupEMSSubmissions.pm
lib/WebGUI/i18n/English/Asset_EMSSubmission.pm
lib/WebGUI/i18n/English/Asset_EMSSubmissionForm.pm
lib/WebGUI/i18n/English/Asset_EventManagementSystem.pm
t/lib/WebGUI/Test/Activity.pm
2009-11-06 10:30:02 -06:00
daviddelikat
9c2980404f
making tests work
2009-11-06 09:22:03 -06:00