Commit graph

14962 commits

Author SHA1 Message Date
Doug Bell
4eee60512d add i18n macro alias 2010-08-06 17:00:11 -05:00
Doug Bell
10d6bd71cf remove irrelevant admin console items from config 2010-08-06 17:00:11 -05:00
Doug Bell
754fc0abe7 update current version tag after loaded 2010-08-06 17:00:10 -05:00
Colin Kuskie
ad9d5604e0 Remove duplicate default in CartItem options. 2010-08-06 12:21:03 -07:00
Colin Kuskie
be42b7118c Migrate CartItem from Class::InsideOut to Moose. 2010-08-05 16:24:10 -07:00
Colin Kuskie
679c4678d2 Fix a double $i18n syntax warning. 2010-08-05 15:15:58 -07:00
Scott Walters
7a56c72586 WebGUI/Asset/Wobject/Navigation.pm was still using obsolete template PBtmpl0000000000000048
Fixes #11765
2010-08-04 23:02:37 -04:00
Scott Walters
6df47033dd Fix typo in property initialization to satisfy Test::Class test for t_11_getEditForm. 2010-08-04 18:55:43 -04:00
Scott Walters
e1ebb5d1be Fix typo in property initialization to satisfy Test::Class test for t_11_getEditForm. 2010-08-04 16:36:00 -04:00
Doug Bell
1b0ec95abb New Content pane is working 2010-08-04 17:56:16 -05:00
Doug Bell
90d974d911 version tags admin pane is working 2010-08-04 17:56:16 -05:00
Doug Bell
2d6a822a00 fix clipboard items display 2010-08-04 17:56:16 -05:00
Doug Bell
4210b64369 ExportHtml AssetHelper works 2010-08-04 17:56:15 -05:00
Doug Bell
1e4815eedc get rid of space that breaks the info message 2010-08-04 17:56:15 -05:00
Doug Bell
6a1ec0468e EditBranch asset helper now works 2010-08-04 17:56:15 -05:00
Scott Walters
13c27bc38b Fix bad interaction with Test::Class:
"Operation "eq": no method found, left argument in overloaded package WebGUI::Error..."
2010-08-04 11:07:07 -04:00
Doug Bell
b8905ed780 cut AssetHelper now works 2010-08-04 12:53:54 -05:00
Doug Bell
e7bfd6db48 allow asset helper-type responses
This should probably be refactored into a WebGUI::ProgressBar::Admin
subclass to get rid of all these if statements
2010-08-04 12:52:41 -05:00
Doug Bell
05a551d960 give a more helpful error when processing helpers 2010-08-04 12:52:09 -05:00
Doug Bell
04334685aa add helpful message to copy 2010-08-04 12:51:43 -05:00
Doug Bell
105b368b1e refactor helper processing to use in progressbar 2010-08-04 12:30:25 -05:00
Doug Bell
35d05a7f38 add upgrade script to add new admin contentHandler 2010-08-04 12:13:45 -05:00
Doug Bell
7b3855c991 Remove old asset helpers replaced by CopyBranch 2010-08-04 12:13:16 -05:00
Doug Bell
f94ea5a606 add CopyBranch to handle copy children/descendants 2010-08-04 12:12:45 -05:00
Doug Bell
8bd28e101f update Copy to work with ProgressBar and streaming
ProgressBar needs to handle streaming itself. When it does, all
AssetHelpers that use ProgressBar will need to remove their own
streaming handlers and just use ProgressBar's
2010-08-04 12:07:55 -05:00
Doug Bell
cbb8c0ed61 add docs and total() accessor 2010-08-04 12:07:26 -05:00
Doug Bell
69bd44b03d add new progressbar template 2010-08-04 11:57:56 -05:00
Doug Bell
6081ea3765 fix progressbar to work inside new admin console
This is a horrible hack and needs to be fixed to shore up the
ProgressBar's API before API freeze
2010-08-04 11:56:01 -05:00
Doug Bell
2a33785d11 fix streaming. don't close the session until done 2010-08-03 17:02:39 -05:00
Doug Bell
d9635343db remove bad background image 2010-08-03 13:58:43 -05:00
Doug Bell
5610278b73 Safari doesn't like when I miss another class 2010-08-03 13:57:39 -05:00
Doug Bell
ccb1f4dc62 Safari doesn't like keywords being used as props 2010-08-03 13:54:57 -05:00
JT Smith
c8adf70760 missing admin in conf, fixed color on starter 2010-08-03 13:48:35 -05:00
Doug Bell
752ea71279 fix Template edit form 2010-08-02 17:27:00 -05:00
Doug Bell
7c60833d4d remove instances of getValue in Template asset 2010-08-02 16:53:50 -05:00
Doug Bell
2e64a7fa99 animation should slide message down, not reveal 2010-08-02 16:19:02 -05:00
Doug Bell
d3634430bf visiblity should be visibility: mist one 2010-08-02 16:18:14 -05:00
Doug Bell
20b3ea6acd visiblity should be visibility. lern 2 spel kthx 2010-08-02 16:09:12 -05:00
Doug Bell
eb9157b7f4 stopTimeout should be clearTimeout 2010-08-02 16:05:01 -05:00
Doug Bell
a245370ea7 add animation to info message 2010-08-02 16:04:44 -05:00
Doug Bell
556b9e97b9 make the info message box pretty 2010-08-02 15:56:28 -05:00
Doug Bell
3e3cae8c76 fix getRealHeight screwing with element style
Pro Tip: Correct scoping is good!
2010-08-02 15:54:51 -05:00
Doug Bell
a1516c6a14 move getRealHeight so it can be more useful 2010-08-02 15:25:24 -05:00
Doug Bell
be7f248bfb call the correct method to show the message... 2010-08-02 14:44:57 -05:00
Doug Bell
dd5e19c814 show the info message from the helper response 2010-08-02 14:42:48 -05:00
Doug Bell
5a04f742c0 add show/hide info message box functions 2010-08-02 14:42:25 -05:00
Doug Bell
399326981e add info message box 2010-08-02 14:41:54 -05:00
Doug Bell
3d6df0fa77 copy opens progress dialog 2010-08-02 11:11:03 -05:00
Doug Bell
3053050297 closing the dialog must come last 2010-07-30 15:04:49 -05:00
Doug Bell
e51b5913b5 close the modal dialog when ChangeUrl is done 2010-07-30 14:41:15 -05:00