Bharat Mediratta
563afbe6dd
"Save" -> "Download" for clarity.
2010-08-01 10:27:38 -07:00
Chad Kieffer
d73de4f0a2
No need to abbreviate text in CSS class names. Thx bharat!
2009-11-08 09:00:49 -07:00
Chad Kieffer
da8cabd3e9
Try not to set explicit font-sizes for log message display, use g-txt-small instead.
2009-11-06 21:10:53 -07:00
Chad Kieffer
3e6ba7acc3
Renamed most, if not all css selectors from gName to g-name. Moved a few shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features.
2009-10-04 00:27:22 -06:00
Chad Kieffer
e1e8904e4a
Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's and classes in the login/reset password dialog.
2009-09-30 22:49:36 -06:00
Tim Almdal
bdb6b17bf5
Correct whitespace
2009-09-23 09:09:45 -07:00
Andy Staudacher
b9bd1681a3
Update all code to use helper method html::clean(), html::purify(), ... instead of SafeString directly.
2009-08-29 22:54:20 -07:00
Andy Staudacher
c01ac42c46
Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeString::purify().
...
Removing any p::clean() calls for arguments to t() and t2() since their args are wrapped in a SafeString anyway.
2009-08-29 12:48:40 -07:00
Tim Almdal
5d9e334fe6
Added a wee bit of phpDoc.
...
Changed the name of the method get_task_log to get_log
Changed the default name of the file when the log is downloaded to
gallery3_task_log.txt
2009-07-07 12:49:21 -07:00
Tim Almdal
04f02b49c5
Add task logging functionality. When a task runs, it creates a log that is
...
stored in the persistant cache for 30 days. On the admin_maintenance page
there is a new link for completed tasks "browse log". Clicking this will
open a dialog box that has the the contents of the log displayed.
The user can then view the log and close the dialog, or press the save button
to download the log to their local machine.
2009-07-05 17:38:49 -07:00