Commit graph

3232 commits

Author SHA1 Message Date
Colin Kuskie
3fb310cb9d Remove boilerplate and commented out code. 2009-11-17 19:32:23 -08: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
15ce7b56cc Quote the id generated by the Image asset. Also, do not overwrite user uploaded parameters. Fixes bug #11246 2009-11-17 08:53:56 -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
Colin Kuskie
c4ab124380 i18n the Add Photo save button 2009-11-13 16:30:51 -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
Colin Kuskie
7b810ec227 i18n the template attachments, fixes bug #11186
Also, rework some of the JS code according to jslint.
2009-11-09 13:28:53 -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
Patrick Donelan
804dbcfd26 One-line fix for Survey ExpressionEngine bug that took over a day to find.
One of the file-scoped lexicals in ExpressionEngine wasn't being initialised,
which meant that tagged data was being cached across repeated engine runs
(including, would you believe, across modperl page requests).

The fix includes tests.
2009-11-05 21:15:47 -08:00
Patrick Donelan
5899fa4289 Revert "One-line fix for Survey ExpressionEngine bug that took over a day to find."
This reverts commit bcd99945ca.
2009-11-05 22:37:50 -05:00
Patrick Donelan
bcd99945ca One-line fix for Survey ExpressionEngine bug that took over a day to find.
One of the file-scoped lexicals in ExpressionEngine wasn't being initialised,
which meant that tagged data was being cached across repeated engine runs
(including, would you believe, across modperl page requests).

The fix includes tests.
2009-11-05 22:27:47 -05:00
Colin Kuskie
3c985a5eed Finish reverting EMS Submissions.
This reverts commit aab3a74026.
2009-11-05 17:03:28 -08:00
Colin Kuskie
924686b8eb Fix more POD whitespace problems in the EMS. 2009-11-05 16:16:06 -08:00
Colin Kuskie
0aab1c1114 Fix POD whitespace issues in the EMS. 2009-11-05 15:56:54 -08:00
Colin Kuskie
40cec4b855 Fix bad EMS Submissions merging. 2009-11-04 21:49:30 -08:00
daviddelikat
aab3a74026 Merge branch 'master' of git@github.com:plainblack/webgui 2009-11-04 09:42:35 -06:00
daviddelikat
6b24783385 all tests pass, manual testing passes 2009-11-04 09:41:24 -06:00
Colin Kuskie
3950611b47 i18n the event recurrence form. Fixes bug #11194 2009-11-02 18:07:24 -08:00
Colin Kuskie
9b94516377 Remove debug code from Calendar. 2009-11-02 10:55:04 -08:00
Colin Kuskie
baf9f3c700 Make a synopsis field available to the Event edit form. Fixes bug #11190 2009-11-02 10:53:09 -08:00
Colin Kuskie
e9b11c5178 Navigation can use the default Asset getEditForm controls. Fixes bug #11188 2009-11-02 09:05:58 -08:00
daviddelikat
c8b97d83fe more wokr all around 2009-11-02 09:01:44 -06:00
khenn
3958a36271 bug fixes: start date is returned in UTC instead of the proper time zone, meta data fields are not properly returned to the template 2009-11-01 08:44:22 -06:00
daviddelikat
b645d3e1b2 Merge branch 'master' of git@github.com:plainblack/webgui
Conflicts:

	lib/WebGUI/Asset/Wobject/EventManagementSystem.pm
	lib/WebGUI/i18n/English/Asset_EventManagementSystem.pm
2009-10-31 10:05:59 -05:00
daviddelikat
10ddac6c58 lots of work... 2009-10-31 09:41:56 -05:00
Colin Kuskie
058704d027 Remove template variable from printRemainingTickets in the EMS. 2009-10-30 15:58:43 -07:00
khenn
17145cf082 added print remaining tickets feature to EMS 2009-10-30 17:07:59 -05:00
Colin Kuskie
5510710b53 Adjust window in listView for Calendar. Fixes ug #11183 2009-10-29 18:14:21 -07:00
daviddelikat
d0307d99c1 Merge branch 'master' of git@github.com:plainblack/webgui 2009-10-29 09:07:03 -05:00
daviddelikat
debcdd08a5 initial coding on activities
lots of debugging
2009-10-29 09:05:42 -05:00
daviddelikat
cd66dbb780 not exactly working at the moment 2009-10-28 10:13:48 -05:00