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
18d0a9e36f
Admin Console setup. Graphics and i18n.
2009-05-16 09:48:44 -07:00
Colin Kuskie
ae57ce3e0f
Deleting bundles.
2009-05-16 09:40:28 -07: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
a03bab37ea
Reduce the install code.
2009-05-15 21:29:43 -07:00
Colin Kuskie
4753442b0c
Add the FilePump settings admin group.
2009-05-15 18:40:10 -07:00
Colin Kuskie
3da92cdd84
Test that the build directory was deleted.
2009-05-15 18:39:41 -07:00
Colin Kuskie
fe221e87ab
Adding FilePump admin module.
2009-05-15 18:39:02 -07:00
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