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