index
:
gallery3.git
master
A clone of the Gallery3 code for testing and development.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
digibug
/
views
Age
Commit message (
Expand
)
Author
2010-04-29
Applied capitalization rules to title.
ckieffer
2010-01-30
Fix #992: Digibug pops up a blank page and doesn't allow printing
Bharat Mediratta
2010-01-29
Stop using obsolete form::close()
Bharat Mediratta
2009-10-18
Wrap all admin views in g-block and g-block content. This provides the means ...
Chad Kieffer
2009-10-04
Renamed most, if not all css selectors from gName to g-name. Moved a few shar...
Chad Kieffer
2009-09-30
Apply gModuleStatus to server add status message.
Chad Kieffer
2009-08-31
Rename mark_safe() to mark_clean()
Andy Staudacher
2009-08-30
Change all instances of SafeString::of_safe_html() to html::mark_safe() in vi...
Andy Staudacher
2009-08-29
Undo url helper changes - url methods no longer return a SafeString.
Andy Staudacher
2009-06-27
Create a new thumb_menu() and convert Digibug over to use it.
Bharat Mediratta
2009-06-27
Digibug simplification cleanup. Upgrade digibug module to version 2.
Bharat Mediratta
2009-06-27
Fix XSS vulnerability, get rid of unnecessary curly braces.
Bharat Mediratta
2009-06-27
Fix formatting.
Bharat Mediratta
2009-06-25
Add XSS clean up on the title that is sent to digibug as part of the print
Tim Almdal
2009-06-25
1) Fix potential XSS in digibug_album.html.php
Tim Almdal
2009-06-25
Fix indentation in digibug_form.html.php
Tim Almdal
2009-06-25
1) Move the digibug css in the default and admin_default themes
Tim Almdal
2009-06-23
This implements the Digibug printing. When a a print request is made the dig...
Tim Almdal
2009-06-23
Extract the html for the Print button on the album page into a seperate view
Tim Almdal
2009-06-21
The start of the digibug printing module. The first cut at the administration
Tim Almdal