Colin Kuskie
b323f74121
Update copyright notice
2011-12-28 11:30:38 -08:00
Scott Walters
57d2dbed56
WebGUI::Session::Http should go away ( #11647 )
...
Move logic out of WebGUI::Session::HTTP and into WebGUI::Session::Response /
::Request; deprecate more functions; change references in core to use
$session->response instead; fix tests that broke because of the change but
not one that merely generate the deprecated warning because I want to know
that the proxying of depricated methods is working. These can be changed later.
2011-05-11 16:17:54 -04:00
Paul Driver
5e5e65c112
AssetHelper dialogs close properly now
2010-11-04 09:31:21 -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
cbb8c0ed61
add docs and total() accessor
2010-08-04 12:07:26 -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
Colin Kuskie
e5b82bc861
Merge commit ' 4969f31e1f' into WebGUI8
2010-06-26 14:37:31 -07:00
Paul Driver
503a378756
ProgressBar::run and now Asset->www_copy has a bar
2010-05-11 15:34:22 -07:00
Graham Knop
2400f19099
Merge branch 'master' into WebGUI8
2010-04-13 07:50:02 -05:00
Colin Kuskie
03427eed10
Update ProgressBar for new wg8 instanciators.
2010-03-03 20:56:45 -08:00
Colin Kuskie
b88a7bc190
Escape single quotes sent to the ProgressBar. Fixes but #11229 .
2009-11-13 11:19:25 -08:00
Colin Kuskie
c5e9abe10e
Add a progress bar to uploading zip archives in Gallery Albums. Fixes bug #10994 .
2009-09-25 11:24:12 -07:00
Patrick Donelan
235037baa5
ProgressBar tweaks
...
Output skips macro processing
Modperl buffering is side-stepped ($|++)
Modproxy buffering is side-stepped (output size)
Javascript extensibility
2009-06-19 02:02:20 +00:00
JT Smith
0a004d72a0
spew forth more data!
2009-06-18 22:36:42 +00:00
Colin Kuskie
fb6b201e77
Make it work with debug mode turned on.
2009-06-18 20:16:14 +00:00
Colin Kuskie
8be0a5c734
Add a progress bar for long running ops. First implementation is
...
with paste. Also fix bugs with redirecting from the admin bar back to a
page instead of staying in the Asset Manager.
2009-06-18 19:39:35 +00:00