Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-25 | Fix indentation in digibug_form.html.php | Tim Almdal | |
2009-06-25 | Refactor the digibug installer to the new structure of install and upgrade ↵ | Tim Almdal | |
methods | |||
2009-06-25 | 1) rename the model proxy to digibug proxy | Tim Almdal | |
2) corresponding table name change to digibug_proxies 3) change the generate of a unique id to md5(rand()) 3) Remove the helper function as digibug::uuid is no longer required. | |||
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-24 | Implement printing support on the photo page. I've used an icon that doesn't | Tim Almdal | |
quite match the theme temporarily. I'm hoping to have a matching icon soon. | |||
2009-06-24 | Create a maintenance task that allows the administrator to remove any proxy ↵ | Tim Almdal | |
requests that are still active after 10 days. Digibug requires that the image be available for 5 days, so we'll give them an extra 5 days. Also correct a few issues with the protocol. | |||
2009-06-24 | Add a timestamp column to the proxies table. | Tim Almdal | |
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 | This change implements the print_proxy method. This method allows a 1 time | Tim Almdal | |
security bypass for the remote print processor to retrieve the fullsize image. | |||
2009-06-23 | Extract the html for the Print button on the album page into a seperate view | Tim Almdal | |
2009-06-22 | This commit moves a little further along the path: | Tim Almdal | |
1) moves the print button from the quick pane to thumb_bottom 2) Creates an entry into the proxy table | |||
2009-06-22 | Fix preamble so tests pass | Tim Almdal | |
2009-06-22 | Add a digibug printing button to the quick pane | 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. |