summaryrefslogtreecommitdiff
path: root/modules/digibug
AgeCommit message (Expand)Author
2009-07-28Use events to generate menus, instead of having xxx_menu helpers.Bharat Mediratta
2009-07-23Test cleanup:Bharat Mediratta
2009-07-23Fix for ticket #502Tim Almdal
2009-07-22Use the Kohana cascading filesystem to locate resources loaded by theBharat Mediratta
2009-07-13Add quotes around all values that contain spaces in them, and add aBharat Mediratta
2009-07-10Create a new [options] submenu under the thumb menu, and move theBharat Mediratta
2009-07-03Split the clean method into two clean and purify. clean is a light weightTim Almdal
2009-07-01Add the partner id to the message being sent to digibugTim Almdal
2009-06-30Revert the change that removed adding the click handler for the digibug printTim Almdal
2009-06-30Fix issues with Digibug printing where the preview ws not showing up.Tim Almdal
2009-06-28Use $theme->script() method to render module javascript filesTim Almdal
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-27Require view_full to print photos.Bharat Mediratta
2009-06-27Remove empty upgrade().Bharat Mediratta
2009-06-27Remove unnecessary curly braces.Bharat Mediratta
2009-06-27Fix XSS vulnerability, get rid of unnecessary curly braces.Bharat Mediratta
2009-06-27Fix formatting.Bharat Mediratta
2009-06-25No longer need to set the digibug mode in the installer.Tim Almdal
2009-06-25Oops changed my mind... when setting to the default just set the valueTim Almdal
2009-06-251) Rename the basic_company_id and basic_event_id to default_*_idTim Almdal
2009-06-25Add XSS clean up on the title that is sent to digibug as part of the printTim Almdal
2009-06-25Remove the digibug maintenance task. Expired imges will be removed when theTim 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-25Refactor the digibug installer to the new structure of install and upgrade me...Tim Almdal
2009-06-251) rename the model proxy to digibug proxyTim Almdal
2009-06-251) Move the digibug css in the default and admin_default themesTim Almdal
2009-06-24Implement printing support on the photo page. I've used an icon that doesn'tTim Almdal
2009-06-24Create a maintenance task that allows the administrator to remove any proxy r...Tim Almdal
2009-06-24Add a timestamp column to the proxies table.Tim Almdal
2009-06-23This implements the Digibug printing. When a a print request is made the dig...Tim Almdal
2009-06-23This change implements the print_proxy method. This method allows a 1 timeTim Almdal
2009-06-23Extract the html for the Print button on the album page into a seperate viewTim Almdal
2009-06-22This commit moves a little further along the path:Tim Almdal
2009-06-22Fix preamble so tests passTim Almdal
2009-06-22Add a digibug printing button to the quick paneTim Almdal
2009-06-21The start of the digibug printing module. The first cut at the administrationTim Almdal