Commit graph

8119 commits

Author SHA1 Message Date
Doug Bell
400c67e39a added "addedToCart" var to ThingyRecord 2009-05-28 21:52:54 +00:00
Colin Kuskie
368ef7d411 When an inbox message is sent to a group, and any member reads it, it is
marked as read by all members.
2009-05-28 17:01:24 +00:00
Martin Kamerbeek
1ec0ec5961 - Fixed a bug in thingy which caused the defaultValue property for some list form elements to be ignored.
- Fixed a race condition introduced in a previous commit.
2009-05-28 16:31:45 +00:00
Colin Kuskie
c8781f8b55 Fix a bad call to insufficient in the Shop. 2009-05-28 16:15:02 +00:00
Martin Kamerbeek
0826f09f32 Thingy bug fixes. 2009-05-28 07:58:07 +00:00
Patrick Donelan
beff1d2166 Survey NYTProf performance improvements
initSurveyOrder now builds a lookup cache to speed up branching
Test suite caches surveyOrder and response itself
Unnecessary sub calls reduced
Updated tests
My largest survey instance test suite, which contains > 1000 tests,
now runs nearly 8 times faster.
2009-05-28 07:24:11 +00:00
Patrick Donelan
d14cf19e9d Added Survey tests for more question types 2009-05-28 07:23:43 +00:00
Colin Kuskie
83497b773e Fix Story permissions so that admin need not be turned on.
canEdit is now determined by the Story and the parent StoryArchive.
With tests, and template changes.
2009-05-28 04:15:50 +00:00
Colin Kuskie
1e6d9b7d18 Fix missing overrides in the Navigation when shortcutted.
Also, documented the getOverridesList method inside Shortcut.
2009-05-27 23:31:12 +00:00
Colin Kuskie
09970a9ea7 Duplicate the Asset metadata fix inside Shortcut. 2009-05-27 23:18:49 +00:00
Colin Kuskie
cb79dddf00 Disable Syndicated Content caching when admin is on. 2009-05-27 23:09:05 +00:00
Colin Kuskie
ece881d855 Fix the parsing of possible values for list type metadata fields. 2009-05-27 22:43:28 +00:00
Colin Kuskie
303c725d1f Fix JS and CSS showing up in the body of the Gallery album thumbnails and slideshow screens. 2009-05-27 21:32:43 +00:00
Colin Kuskie
d0dd5920a4 Fix the calendar list view to use the correct template variables. 2009-05-27 17:47:18 +00:00
Yung Han Khoe
ab18fbb913 fixed listing urls in matrix default view 2009-05-27 16:57:54 +00:00
JT Smith
7961ff0cac Stats now send over SSL rather than straight HTTP. 2009-05-26 21:33:53 +00:00
David Delikat
a054c9de73 added date pagination to EMS schedule table
also improved formatting of table
2009-05-24 22:51:39 +00:00
Patrick Donelan
0ad26a1921 Survey: more bug fixes
Fixed invalid calendar markup so that Date question type works in IE
Minor tweaks to ResponseJSON for more robustness
Fixed Number question type javascript
2009-05-24 09:59:43 +00:00
Patrick Donelan
3a25e806c6 Survey bug fixes
Fixed bugs in the handling of logical sections,
creating of responses and counting of responses.
Added in a bunch of new tests.
Jslinting of all survye js files
2009-05-23 09:54:03 +00:00
Patrick Donelan
5e7c594440 Started fixing Survey responseId handling 2009-05-23 09:53:28 +00:00
Paul Driver
f622854a3d Login times in userlist now displaying correctly 2009-05-22 17:52:10 +00:00
JT Smith
0cff9c398d - Removed dubious 3px padding around image based ads in an adspace. 2009-05-22 16:37:25 +00:00
Colin Kuskie
083d86a835 Fix a POD whitespace problem in EU tax driver. 2009-05-21 16:12:37 +00:00
Colin Kuskie
1e52f21fcb Fix errors in the getInstancesForObject and code that used it. 2009-05-21 15:20:25 +00:00
Colin Kuskie
c6a0abe8c1 Remove a duplicate subroutine and some syntax problems. 2009-05-21 15:13:26 +00:00
Colin Kuskie
946cf6e026 Fix syntax warnings in Survey/Test.pm 2009-05-21 15:09:15 +00:00
Graham Knop
8b86d56ec0 added: Activate, Deactivate, Delete User workflow activities 2009-05-21 14:49:28 +00:00
Graham Knop
d011dde621 add some convenience methods and improve user deletion code 2009-05-21 14:49:23 +00:00
Graham Knop
edf1794a33 some additional methods on WebGUI::Workflow::Instance 2009-05-21 14:49:19 +00:00
Graham Knop
0f27f27d68 allow exception objects to pass through pluggable 2009-05-21 14:49:14 +00:00
Yung Han Khoe
43f09b433f fixed #10133: Matrix compare for priv. group open to any user 2009-05-21 13:18:18 +00:00
Patrick Donelan
beb9b77440 Added Survey www_runTests to run and aggregate all tests
Added more i18n
2009-05-21 08:22:29 +00:00
Patrick Donelan
302e217e7a Survey test suite added support for checking answer properties 2009-05-21 08:22:11 +00:00
Patrick Donelan
f55559e124 Survey: fixed subtle bug in testing of answers with recordedAnswer set to q{} 2009-05-21 08:21:54 +00:00
Patrick Donelan
d246454b2f Survey: fixed bugs in handling of test setup & Slider question type 2009-05-21 08:21:35 +00:00
Patrick Donelan
8baf09948e Fixed bug where ResponseJSON was not properly resetting between
tests. Refactored out reset() sub to make it easy for people to
achieve reliable resetting of rJSON objects.
2009-05-21 08:21:17 +00:00
Graham Knop
206a45e7c2 don't query the database for profile field existance on every access 2009-05-20 19:57:08 +00:00
Colin Kuskie
4dc2d58a02 Fix a FilePump bug in handling file URIs that are directories. 2009-05-20 18:54:07 +00:00
Colin Kuskie
67df78608d Add a method to Storage to return the hex value of the storageId.
Add a test for it.
Convert Storage to use that everywhere, instead of calculating and recalculating it.
2009-05-20 18:37:00 +00:00
Colin Kuskie
be4b0dc4d4 Fix bugs in the default story archive template (pagination bar) and
the subtitle in the Story.
2009-05-20 16:18:02 +00:00
Martin Kamerbeek
8047e7d5f9 Fixed usability issue in vat number manager. 2009-05-20 14:28:06 +00:00
Martin Kamerbeek
dabc50f008 Fixed missing i18n and some POD and a bug in the javascript for the admin screen of the EU tax plugin. 2009-05-20 12:48:32 +00:00
Patrick Donelan
867aa51507 Fixed Survey bug in handling of logical sections 2009-05-20 10:17:46 +00:00
Patrick Donelan
c64a1de9f3 Made Survey upgrades conditional in upgrade script because my 7.7.6 upgrades got
committed halfway through the release process.
2009-05-20 10:17:31 +00:00
Colin Kuskie
1ad192fe57 Cleanup thread subscription groups during purge. 2009-05-20 03:27:48 +00:00
David Delikat
0fb2b7775d added EMS Schedule table 2009-05-20 02:51:44 +00:00
Colin Kuskie
45940ffa83 Fix bad POD in FilePump/Admin.pm 2009-05-19 22:14:40 +00:00
Colin Kuskie
bee4437007 Fix syntax warning with multiple my's. 2009-05-19 22:13:05 +00:00
Yung Han Khoe
8fb8ed5c62 fixed #10332: Matrix: last updated fields = today 2009-05-19 11:35:11 +00:00
Patrick Donelan
59329e9718 Survey tweaks
Added Survey 'Tagged' question type, which builds its answers dynamically from tagged data
Made Survey test suite more forgiving about JSON parsing
2009-05-19 02:45:45 +00:00