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
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
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
5c364112d8
Forward porting date fix for gallery advanced search.
2009-04-26 23:29:52 +00:00
Colin Kuskie
2470aeb750
Forward porting SQL Report/Paginator errorNum fix. errorNum is undefined for
...
no errors.
2009-04-26 23:14:22 +00:00
Colin Kuskie
86621e255b
Fix a bug where changing fieldTypes in the userProfileField did not update the database field types.
2009-04-26 04:02:38 +00:00
Colin Kuskie
70845fd9e8
Fix bad angle bracket handling in messageIds in Main/Send.pm
...
Extend Mail/Send.t to test messageId generation.
2009-04-26 03:05:22 +00:00
Colin Kuskie
4f5a010faa
Fix a syntax warning re shift.
2009-04-25 14:57:18 +00:00
Colin Kuskie
3535e8ddb4
Fix a bug where html2text dropped the last word. Added tests.
2009-04-25 05:41:24 +00:00
Kaleb Murphy
c452f92224
Added correct mime type for json returns which were missing it.
2009-04-25 04:50:17 +00:00
Colin Kuskie
11368a7cbb
Fix a bug where the calendar will list all events, regardless of permissions.
2009-04-25 00:19:20 +00:00
Colin Kuskie
c8fe4092a2
Many more RssAspect tests.
2009-04-25 00:16:27 +00:00
Colin Kuskie
6e574a9e6b
RssFeed aspect tests, more to follow.
2009-04-24 22:08:25 +00:00
Colin Kuskie
8d8d5f2d3b
Do not set the exporting scratch variable in places where it is not needed.
2009-04-24 19:04:29 +00:00
Colin Kuskie
1b8ad91605
Add in StoryManager, 3 assets for managing news content in WebGUI.
...
Several small API changes to Keyword and AssetExportHtml to support StoryManager functionality.
2009-04-24 18:31:06 +00:00
Colin Kuskie
19f703dc9b
Merge with HEAD, 10472
2009-04-24 17:12:17 +00:00
Colin Kuskie
32ef0d5068
getKeywordStaticURL function, with tests.
2009-04-24 16:53:53 +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
Colin Kuskie
a46038d734
Update the keyword URL callback to the correct method.
2009-04-24 03:44:52 +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
Colin Kuskie
ec567a7e24
Set the scratch variable for the main asset as well.
2009-04-24 02:02:42 +00:00
Colin Kuskie
09ad8d2a11
Remove subclass exportHtml_view in favor of a session scratch variable for telling
...
when the asset is being exported. Keyword files are exported into a private directory
to prevent filename collisions.
2009-04-24 00:05:09 +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