| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-02-15 | Digibug up and vanished. Move the module to contrib for now. This | Bharat Mediratta | |
| will leave the module active in any existing installs that had it active, but that shouldn't cause any negative impact. Fixes #2002. | |||
| 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 | |
| form::hidden() changed in K24 breaking this. Also fixed the spelling of "$order_params" | |||
| 2010-01-29 | Stop using obsolete form::close() | Bharat Mediratta | |
| Update the way we include the hidden CSRF field for InPlaceEdit. | |||
| 2009-10-18 | Wrap all admin views in g-block and g-block content. This provides the means ↵ | Chad Kieffer | |
| to visually separate the view's title and description from everything else. Primary admin view title should always be h1, and only one h1 per view. Removed some unused admin CSS id's. | |||
| 2009-10-04 | Renamed most, if not all css selectors from gName to g-name. Moved a few ↵ | Chad Kieffer | |
| shared images from wind to lib. Deleted unused images in the admin_wind. This will likely break a few ajax features. | |||
| 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 ↵ | Andy Staudacher | |
| views. | |||
| 2009-08-29 | Undo 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-27 | Create a new thumb_menu() and convert Digibug over to use it. | Bharat Mediratta | |
| 1) Eliminate digibug_album.html 2) Get rid of the $(document).ready() in digibug.js and rename popUp() to digibug_popup() then just make direct calls to digibug_popup() in the menu urls. | |||
| 2009-06-27 | Digibug 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-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 | |
| request | |||
| 2009-06-25 | 1) Fix potential XSS in digibug_album.html.php | Tim Almdal | |
| 2) Fix case of text | |||
| 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 | |
| 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-23 | This implements the Digibug printing. When a a print request is made the ↵ | Tim Almdal | |
| digibug shopping cart is opened in a new window. When the cart is emptied, the window is closed. Users can close the window by pressing the continue shopping button | |||
| 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 | |
| panels. <Caution:> This is still a work in progress. | |||
