Colin Kuskie
ea53dcc037
Update version for JavaScript::Packed to handle some gnarly JS. Fixes bug #11034 .
2010-01-19 09:06:35 -08:00
Colin Kuskie
6fe662ef83
Make sure template attachments are duplicated. Fixes bug #11355 .
2010-01-18 10:58:03 -08:00
Colin Kuskie
81d811bef1
Add the Topic description to the default Story Topic template.
2010-01-14 15:27:53 -08:00
Colin Kuskie
fc09d73b65
Update test for code changes with bug fix.
2010-01-11 16:34:50 -08:00
Colin Kuskie
6e0983a67b
Update the number of threads in the CS when a thread is archived. Fixes bug #11341 .
2010-01-11 11:54:59 -08:00
Colin Kuskie
b5f5f8f6e8
Threads should not show pagination query params in their URLs.
2010-01-07 08:34:27 -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
12e160bf8c
Fix passing regex characters to the highlighter, which makes it break. Fixes bug #11311 .
2009-12-21 11:38:52 -08:00
Colin Kuskie
8c0b73f2ec
Fix an infinite loop with getting Photo under an album that is not committed. Fixes bug #11235 .
2009-12-18 08:24:44 -08:00
Colin Kuskie
310c0add71
When addin a child under a parent that is not committed, adopt the parent's version tag. Fixes bug #11295
2009-12-15 14:25:02 -08:00
Colin Kuskie
27a7c099ba
fix: getIsa returns undef for pending assets.
...
Add a new option flag to getIsa, called returnAll. If returnAll = 1, then
assets are returned regardless of status. Otherwise, getIsa will only
return committed assets.
2009-12-08 17:22:59 -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
Colin Kuskie
c64911c531
Update test for changes in core code.
2009-11-24 23:13:17 -08:00
daviddelikat
e0b87268c5
various fixes to EMS Submissin system
2009-11-22 20:32:17 -06:00
Colin Kuskie
17297f4fe6
Fix cache setting and cleaning up issues in the Snippet. Fixes bug #11259
2009-11-20 11:34:13 -08:00
daviddelikat
f12b0751e6
changed reset to rerun in Test::Activity
2009-11-18 09:45:58 -06:00
Graham Knop
7913059097
fix unmocked warning
2009-11-17 14:12:37 -06: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
Graham Knop
614a901231
silence extra test output for non-verbose runs
2009-11-17 13:34:00 -06: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
c8bda63587
Test maintenance.
2009-11-16 17:03:29 -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
daviddelikat
9dd7056ecf
fixed tests
2009-11-15 22:35:02 -06: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
f1ccdb008f
fixed a test
2009-11-11 22:55:12 -06:00
daviddelikat
3b9902e395
cleaned up the EMS submission system
2009-11-11 22:29:21 -06:00
daviddelikat
494c8ded0e
fixed problems with tests
2009-11-08 09:50:57 -06:00
daviddelikat
707215cf3f
recover lost work from git
2009-11-06 11:05:59 -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
fc68756975
Update tests for changes to skipNotification.
2009-11-05 16:30:17 -08:00
daviddelikat
aab3a74026
Merge branch 'master' of git@github.com:plainblack/webgui
2009-11-04 09:42:35 -06:00
Colin Kuskie
869ee404e7
Remove the skipNotification column for the Subscribably aspect.
...
The duplication caused it to be impossible to turn off notifications,
which caused the WikiPage test to fail since there was no template
defined for sending notifications.
2009-11-04 15:19:54 -08:00
daviddelikat
6b24783385
all tests pass, manual testing passes
2009-11-04 09:41:24 -06:00
Colin Kuskie
1eeb76e96f
newByLineage should log its own error. Fixes bug #11192
2009-11-02 18:30:45 -08:00
Colin Kuskie
c017926194
Add the eventMetaData template variable back to the test.
2009-11-02 08:01:36 -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