Commit graph

363 commits

Author SHA1 Message Date
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
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
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
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
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
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
fc68756975 Update tests for changes to skipNotification. 2009-11-05 16:30:17 -08:00
Colin Kuskie
c017926194 Add the eventMetaData template variable back to the test. 2009-11-02 08:01:36 -08: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
Colin Kuskie
058704d027 Remove template variable from printRemainingTickets in the EMS. 2009-10-30 15:58:43 -07:00
khenn
ef51fdd426 Fixes to tests suggested by Colin. Committing upgrade script 2009-10-30 17:19:58 -05: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
Colin Kuskie
9a17cfe0cd Fix bad index variables in the CS. Fixes bug #11172. 2009-10-27 10:14:50 -07:00
Doug Bell
473fbeab68 add #10082 Unarchive all collaboration posts 2009-10-22 01:27:39 -05:00
Colin Kuskie
2159ab1fbc getEventsIn window is inclusive. Fixes bug #11158 2009-10-20 11:25:08 -07:00
Colin Kuskie
b027a8ab4d Document odd rss feed with a test. 2009-10-19 16:44:11 -07:00
Colin Kuskie
68be37b780 Do manual uniqification of items in Syndicated Content. Fixes bug #11156
Do not use merge because it uses normalize, which uses uniq_item, which
uses only links to determine uniqueness.
2009-10-19 15:23:36 -07:00
Colin Kuskie
c327630771 Add pagination to the DataForm list view. Fixes bug #10989.
Adds new code to Paginator, to handle paginating with an iterator.
2009-10-14 20:35:54 -07:00
Colin Kuskie
20d0630658 Fix the Survey Edit icon. Fixes bug #11122 2009-10-12 21:42:26 -07:00
Colin Kuskie
c2fde74448 SC should have OR based term matching on the title and description. Fixes bug #11121 2009-10-12 10:38:15 -07:00
Colin Kuskie
e6aeb5dcee Make the EMS handle displaying a schedule when the user has not entered in locations. Fixes bug #10874 2009-10-08 19:10:43 -07:00
Graham Knop
6c4b4d1a88 silence extra debug when not running verbose tests 2009-10-05 21:41:24 -05:00
Colin Kuskie
a9f6220240 Fix undef template variables in the SC. Fixes bug #11087 2009-10-05 11:39:45 -07:00
Colin Kuskie
1953e71d76 www_loadSurvey has to process its own macros. Fixes bug #11088. 2009-10-05 10:16:46 -07:00
Colin Kuskie
0e09072bc0 Prevent dataform from caching when the form contains a captcha. Fixes bug #11049 2009-10-02 16:14:35 -07:00
Colin Kuskie
247166baf2 In the CS, do not show a profile link unless the user is not a visitor. Fixes bug #11084
If the post is owned by Visitor, do not show the link because no one
is allowed to see Visitor's profile.  If the current user is Visitor,
do not show the link because Visitor is not allowed to view anyone's
profile.
2009-10-02 12:49:26 -07:00
Colin Kuskie
536ac6cdc7 Fix bugs in how Thingy handles displaying dates to the user in view and search modes. 2009-10-01 13:04:58 -07:00
Colin Kuskie
50650c052f Cleanup version tags. 2009-09-25 19:25:14 -07:00
Colin Kuskie
ec6887b0ac Make thingy respect thing permissions when generating form field for other things. Fixes bug #11032 2009-09-25 16:58:26 -07:00
Colin Kuskie
7d60f7523e Events in the calendar, with and without starting times, behave similarly. Fixes bug #11033 2009-09-24 16:00:54 -07:00
Colin Kuskie
564378bba8 Do not log empty statuses in the InOutBoard. 2009-09-23 16:34:24 -07:00
Graham Knop
bb77bc484e fix warnings in IOB test 2009-09-23 17:10:00 -05:00
Colin Kuskie
65f1377081 Add tests for InOutBoard. documents bug#11024.
Also, add a purge method to clean-up the collateral tables for this asset.
2009-09-23 09:55:25 -07:00
Graham Knop
67b729fee0 use note instead of diag in tests for non-error debug output 2009-09-23 08:29:05 -05:00
Colin Kuskie
a3228ebcb5 Adjust test to work more than 1 time. 2009-09-22 18:18:08 -07:00
Colin Kuskie
56f68bf291 Make subscribable asset handle its built-in group correctly. Fixes bug#11004 2009-09-18 09:25:30 -07:00
Colin Kuskie
255abcdf97 Set correct defaults for icalFeeds in existant calendars. Fixes bug #11005 2009-09-17 15:36:58 -07:00
Colin Kuskie
8395d090fa Show thingy controls when maxEntriesPerUser is reached. Fixes bug #10950. 2009-09-16 21:58:24 -07:00
Colin Kuskie
f4d19c41f7 DataForms logs an error when it cannot load the requested form type. Fixes bug #10954. 2009-09-16 19:24:28 -07:00