Commit graph

11383 commits

Author SHA1 Message Date
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
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
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
f438caffd8 Add back in other bug fix to the changelog. 2009-04-25 05:43:33 +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
409e3a3f6c Automatically cleanup storage created for export collateral tests. 2009-04-24 22:41:39 +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