summaryrefslogtreecommitdiff
path: root/modules/digibug/views/admin_digibug.html.php
AgeCommit message (Collapse)Author
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 ↵Andy Staudacher
views.
2009-08-29Undo url helper changes - url methods no longer return a SafeString.Andy Staudacher
Adding SafeString::of_safe_html() calls where urls are passed as parameters to t() and t2().
2009-06-27Digibug simplification cleanup. Upgrade digibug module to version 2.Bharat Mediratta
1) Simplify the admin settings page to what most of our users want. Eliminate basic_ and default_ ids. We just have company_id and default_id. Advanced users can use advanced settings for now. 2) Fix security in print_photos (didn't get it right in my last commit) 3) Use the regular thumb and full urls if the images are publicly available to reduce load on the proxy. 4) Simplify proxy expiration code. 5) Eliminate all specialized styles from the admin theme.
2009-06-25Add XSS clean up on the title that is sent to digibug as part of the printTim Almdal
request
2009-06-251) Fix potential XSS in digibug_album.html.phpTim Almdal
2) Fix case of text
2009-06-251) Move the digibug css in the default and admin_default themesTim Almdal
2) Remove most of the marketing cruft on the admin pages 3) Change the name of the admin settings to just Digibug 4) Remove the "switch on mouseover" approach
2009-06-21The start of the digibug printing module. The first cut at the administrationTim Almdal
panels. <Caution:> This is still a work in progress.