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
Patrick Donelan
a9638ae691
Survey: Let them eat sort
2009-05-19 02:45:26 +00:00
Colin Kuskie
4b3f81e3a0
ITransact requires that money amounts in XML have 2 decimal places.
2009-05-18 23:33:14 +00:00
Colin Kuskie
57c427cb6d
Fix bugs in adding other (CSS, sprite) files to bundles.
2009-05-18 21:33:13 +00:00
Colin Kuskie
de3b249a2b
Fill out FilePump macro tests and fix bugs.
2009-05-18 17:57:20 +00:00
Colin Kuskie
d8a1623ea0
adding FilePump
2009-05-18 16:03:50 +00:00
Doug Bell
25ff0dae0e
Added: Google map asset.
...
Added a way for authors to prevent debugging output on page requests
2009-05-17 22:44:27 +00:00
Doug Bell
280dff8bff
initial checkin of map
2009-05-17 22:44:12 +00:00
Patrick Donelan
9cbd30c3d8
Refactored Survey test suite diagnostics etc..
2009-05-17 08:15:59 +00:00
Colin Kuskie
46cedb1a90
Use the correct HTTP header for lastModified
2009-05-16 17:37:17 -07:00
Colin Kuskie
9cafcf3a61
UI improvements.
...
Show build label in list of bundles if lastModified > lastBuild.
Display label "Not yet" if bundle has never been modified, or built.
2009-05-16 16:17:43 -07:00
Colin Kuskie
76e4b99eb5
Fix bad property keys in crud_definition.
2009-05-16 14:52:50 -07:00
Colin Kuskie
8e3891a7bd
Merge branch 'master' of git://github.com/pdonelan/webgui into filepump
2009-05-16 14:44:27 -07:00
Colin Kuskie
61c7c7a46e
Build bundle UI via edit bundle admin console.
2009-05-16 14:42:22 -07:00
Colin Kuskie
6314228b59
Promote and demote files inside of a bundle.
2009-05-16 14:24:21 -07:00
Colin Kuskie
8a81d5817f
Add files to a bundle.
2009-05-16 13:01:10 -07:00
Colin Kuskie
15321d19ae
More code for editBundle
2009-05-16 11:35:49 -07:00
Colin Kuskie
ae57ce3e0f
Deleting bundles.
2009-05-16 09:40:28 -07:00
Patrick Donelan
3105b27034
Improved Survey test setup
2009-05-16 09:06:00 +00:00
Patrick Donelan
4d181da7f9
SurveyJSON bug fixes
...
Fixed bug in SurveyJSON::update to stop it updating questionType when not asked
Fixed unsafe reference bug in SurveyJSON::getMultipleChoiceBundle
Added more Survey Test Suite tests
2009-05-16 07:24:55 +00:00
Colin Kuskie
c49d53ce88
Add bundles, and display list of bundles.
2009-05-15 22:23:36 -07:00
Colin Kuskie
ecb3e7d394
Admin code for manage, and i18n.
2009-05-15 21:31:20 -07:00
Colin Kuskie
e1329192b9
labels for filepump group in settings.
2009-05-15 21:30:51 -07:00
Colin Kuskie
bff9c617ac
Fix the content handler.
2009-05-15 21:30:21 -07:00
Colin Kuskie
e26980c68c
Fix broken i18n with the Admin group for Asset History browsing.
2009-05-16 03:58:01 +00:00
Colin Kuskie
4753442b0c
Add the FilePump settings admin group.
2009-05-15 18:40:10 -07:00
Colin Kuskie
fe221e87ab
Adding FilePump admin module.
2009-05-15 18:39:02 -07:00