Commit graph

11216 commits

Author SHA1 Message Date
Colin Kuskie
a4cb3c2aac FilePump content handler. 2009-05-15 16:42:21 -07:00
Colin Kuskie
285b62212e build code, with tests. build works! 2009-05-15 14:12:36 -07:00
Colin Kuskie
2db7f98169 Create the bundle directory, with error handling. 2009-05-15 09:54:22 -07:00
Colin Kuskie
68378665be getPathClassDir tests 2009-05-15 09:54:08 -07:00
Colin Kuskie
aef2fd3a75 fetch, fetch* with some tests.
Refactor getPathClassDir, add build.
2009-05-14 22:19:44 -07:00
Colin Kuskie
ac77f6f1da Add tagsToRollback to WebGUI::Test 2009-05-14 22:18:52 -07:00
Colin Kuskie
cc6537b99b checkin test cleanup and comments 2009-05-13 10:02:19 -07:00
Colin Kuskie
b8711513a6 First cut at fetch methods for file, URL and asset. 2009-05-08 17:13:56 -07:00
Colin Kuskie
7f19d874c8 Tests for lastModified on add, delete, move. 2009-05-08 10:46:19 -07:00
Colin Kuskie
9574533f3f Fix the bundle name property. 2009-05-07 17:30:57 -07:00
Colin Kuskie
e36d550e19 Add a whole raft of tests, many bug fixes.
Removed unused parts of the original JSON collateral code, like
getAllCollateral, etc.
2009-05-07 17:26:12 -07:00
Colin Kuskie
73fe4db180 Add {CSS,JavaScript}::Minifier::XS requirements. 2009-05-07 16:51:21 -07:00
Colin Kuskie
627ee82c76 Added a test, found many bugs which were fixed. 2009-05-06 14:31:01 -07:00
Colin Kuskie
dc9347d7cd Copying over fixed Crud from HEAD. 2009-05-06 14:06:28 -07:00
Colin Kuskie
907ce09355 More utility methods, and a few bug fixes.
Use the correct parameter name for other files.
Stub in the build method.
Extend the delete method to handle cleaning up the build directory.
Add a method to get a Path::Class::Dir object for the build directory.
2009-04-30 16:42:31 -07:00
Colin Kuskie
3a6802945c Add tracking of out of date bundles.
Added a db column, lastModifed, and a class method to
fetch the set of out of date bundles, based on comparison
of lastModified and lastBuilt.
2009-04-30 15:32:32 -07:00
Colin Kuskie
c92c386747 Collateral handling code. 2009-04-30 10:39:16 -07:00
Colin Kuskie
08ea05486e Add code to install the FilePump table. 2009-04-30 10:39:01 -07:00
Colin Kuskie
821ac7fd10 Adding install script and base module with i18n. 2009-04-28 21:01:38 -07:00
Colin Kuskie
3f10db1846 syncing with patspam's filepump branch. 2009-04-28 18:58:28 -07:00
Patrick Donelan
b269822678 Merge commit 'tags/WebGUI_7.7.4-beta' into filepump
* commit 'tags/WebGUI_7.7.4-beta': (384 commits)
  Release 7.7.4-beta
  preparing for 7.7.4 release
  Add back code for throwing exceptions when session is not passed
  Fixed bug with Survey True/False multi-choice bundle defaults so that
  Added another Survey ResponseJSON test
  remove tests for the old, removed, getTaxRate method which was
  Handle automatically cleaning up users at the end of a test.
  Finish cleaning up after the move of getTaxRate from the Sku to the TaxDriver.
  Add missing POD and legal statements for many Shop modules.
  Add missing POD for the new ThingFieldsList form handler.
  Add missing POD from new SKU based collateral modules.
  Survey slider answer updates, now update all the answers for max,min,step settings since only the first answers values are used anyways.
  fix Post test cleaning up core groups
  fix syntax and help issues
  some POD fixes
  fixing lib paths on some tests
  log asset exports
  restore original user when running workflows
  enable workflow helper operation
  prevent tripping slow script warnings when viewing large folders
  ...
2009-04-27 14:26:08 +10:00
Graham Knop
b94db093b9 preparing for 7.7.4 release 2009-04-24 04:07:58 +00:00
Colin Kuskie
a75cd108b1 Add back code for throwing exceptions when session is not passed
to class methods.
2009-04-24 03:47:40 +00:00
Patrick Donelan
30547ad310 Fixed bug with Survey True/False multi-choice bundle defaults so that
tests pass
2009-04-24 03:43:54 +00:00
Patrick Donelan
5e9db959ad Added another Survey ResponseJSON test 2009-04-24 03:43:40 +00:00
Colin Kuskie
90f4abfac1 remove tests for the old, removed, getTaxRate method which was
moved into Shop/TaxDriver
2009-04-24 03:40:42 +00:00
Colin Kuskie
6137a06bb9 Handle automatically cleaning up users at the end of a test. 2009-04-24 03:40:16 +00:00
Colin Kuskie
25ead75eba Finish cleaning up after the move of getTaxRate from the Sku to the TaxDriver. 2009-04-24 03:35:34 +00:00
Colin Kuskie
c541788968 Add missing POD and legal statements for many Shop modules. 2009-04-24 03:13:28 +00:00
Colin Kuskie
eb476d6b50 Add missing POD for the new ThingFieldsList form handler. 2009-04-24 02:33:10 +00:00
Colin Kuskie
c51cf7436c Add missing POD from new SKU based collateral modules. 2009-04-24 02:29:28 +00:00
Kaleb Murphy
a0d41dc5ae Survey slider answer updates, now update all the answers for max,min,step settings since only the first answers values are used anyways. 2009-04-23 19:33:10 +00:00
Graham Knop
f10da67dae fix Post test cleaning up core groups 2009-04-23 16:46:01 +00:00
Graham Knop
3d35cbfc8e fix syntax and help issues 2009-04-23 16:22:28 +00:00
Graham Knop
0619ec3082 some POD fixes 2009-04-23 16:22:22 +00:00
Graham Knop
f1759f5cd5 fixing lib paths on some tests 2009-04-23 16:22:17 +00:00
Graham Knop
a1cd2e3ad7 log asset exports 2009-04-23 16:22:13 +00:00
Graham Knop
41c92199ac restore original user when running workflows 2009-04-23 16:22:07 +00:00
Graham Knop
594a2b7eae enable workflow helper operation 2009-04-23 16:22:02 +00:00
Graham Knop
278bc89bd2 prevent tripping slow script warnings when viewing large folders 2009-04-23 16:21:56 +00:00
Graham Knop
dd84e6c47c clean up remains of WSClient 2009-04-23 16:21:49 +00:00
Martin Kamerbeek
c851465bd1 More Tax tests 2009-04-23 10:40:01 +00:00
Kaleb Murphy
daf5294c27 Removed commented code 2009-04-22 22:09:52 +00:00
Kaleb Murphy
b238510c7f administer.js now has a much improved handling of the slider algorithm, plus some refactored code. Users will not notice anything. 2009-04-22 22:01:48 +00:00
Patrick Donelan
6c58e1de81 Added Survey meta-targets NEXT_SECTION and END_SURVEY to allow for more
convenient jumping
Improved processGotoExpression tests
2009-04-22 07:19:23 +00:00
Patrick Donelan
99855719d0 Survey bug fixes: Verbatim responses now properly recorded
Added useText option to responseValuesByVariableName so that it can be
used for both branch expressions and [[var]] text substitution correctly
Added extra verbatim handling to [[var]] text substitution
All survey test now pass, except for one involving True/False
multi-chocie bundle, soon to be fixed by updating bundle
2009-04-22 05:16:29 +00:00
Patrick Donelan
fe671d74e5 Updated Survey Edit validation warnings to use more standardized
wgWarnings CSS class
2009-04-22 03:27:45 +00:00
Colin Kuskie
9ba8337953 Fixing my bad POD. 2009-04-21 23:36:45 +00:00
Yung Han Khoe
ad6352d1eb fixed #10158: Matrix 2.0 - Screenshots rendering poorly 2009-04-21 17:28:05 +00:00
Patrick Donelan
c3ea6d4683 Added Survey back button, with option to turn it on/off, tests, and i18n
Noticed that some Survey tests are broken, will fix tomorrow
2009-04-21 07:12:07 +00:00