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
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
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
aef2fd3a75
fetch, fetch* with some tests.
...
Refactor getPathClassDir, add build.
2009-05-14 22:19:44 -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
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
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
821ac7fd10
Adding install script and base module with i18n.
2009-04-28 21:01:38 -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
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
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
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
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
dd84e6c47c
clean up remains of WSClient
2009-04-23 16:21:49 +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
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
Patrick Donelan
9c228e2c83
Improved Survey "Year Month" validation
2009-04-21 03:32:27 +00:00
Patrick Donelan
a6a1cd9c07
Added internationalized labels to Survey "Year Month" question type
2009-04-21 03:10:11 +00:00
Yung Han Khoe
2c93df1bf7
fixed #10146 : Thingy duplicate errors
2009-04-20 22:02:50 +00:00
Yung Han Khoe
7512724239
fixed : #10109 : Matrix 2.0 - Updates to product listing by maintainer account require admin approval
2009-04-19 16:59:58 +00:00
Doug Bell
70fc3e2d11
missed some files
2009-04-19 02:10:50 +00:00
Doug Bell
6d20e7f5df
added: ThingyRecord allows you to sell records in a Thing (like a classified ad)
2009-04-19 02:09:34 +00:00
Kaleb Murphy
724675c71c
Survey new number type, if slider constraints are left blank, no constraints are applied.
2009-04-19 01:40:49 +00:00
Kaleb Murphy
9df02396b7
added Survey Number type. Text number entry that uses slider restrictions as constraints (server and client side). You can also use the arrow keys
...
to increment or decrement the number enter.
2009-04-18 22:23:35 +00:00
Yung Han Khoe
d47f5e1886
fixed #10143 : Matrix 2.0 - Product maintainer accounts changed during upgrade
2009-04-18 20:47:48 +00:00
Martin Kamerbeek
fea09cb7bd
Fixed Tax.t tests. The file that contains them should be renamed to TaxDriver/Generic.t. Will do so when I add the tests for the other taxing
...
components.
2009-04-18 07:35:14 +00:00
Doug Bell
b66f47df01
fixed #10213 : RssFeed aspect now checks canView and gives HTTP Basic Auth login box
2009-04-17 20:47:25 +00:00
Colin Kuskie
47bdf5a7b5
exportSession must be closed _before_ it throws.
2009-04-17 19:04:55 +00:00
Colin Kuskie
9f1da1f4c5
Save 1 object access per friend by using the friendId we already know.
2009-04-17 19:04:21 +00:00
Kaleb Murphy
caffe2751a
Preliminary check in for new Survey text number type and validation.
2009-04-17 17:08:42 +00:00
Colin Kuskie
fa2768ea50
Remove package with modified dragger tags.
...
Put the new dragger tags into the template variables generated by the Layout.
Update the Layout Help now that dragger.icon is inside the position loops.
Remove the gotcha text for the manual modification solution.
2009-04-17 15:59:05 +00:00