summaryrefslogtreecommitdiff
path: root/modules/digibug/controllers
AgeCommit message (Expand)Author
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-05-08Add the item id to the print_proxy line so that we have a little more infoBharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2010-12-28Use db::expr instead of "new Database_Expression". Resolves #1560.Bharat Mediratta
2010-12-23Create a way for controllers to exempty themselves from maintenanceBharat Mediratta
2010-12-15Consolidate all the random code into a random helper that offers:Bharat Mediratta
2010-12-15Use mt_rand() instead of rand() since it provides better portability.Bharat Mediratta
2010-10-01Fix a bug in the way we set the mime type for protected image renders.Bharat Mediratta
2010-04-30Add page_title to admin views. Closes #1038.ckieffer
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-01-31Fix lots of warnings that pop up when we're in E_STRICT mode. They'reBharat Mediratta
2010-01-30Fix #992: Digibug pops up a blank page and doesn't allow printingBharat Mediratta
2009-12-23Convert a bunch of leftover kohana::show_404 calls to throwBharat Mediratta
2009-12-21Updates for the latest version of Kohana 2.4:Bharat Mediratta
2009-12-21Rename $id --> $uuid for clarity.Bharat Mediratta
2009-12-13Convert a database query.Bharat Mediratta
2009-11-25Kohana::show_404() -> throw new Kohana_404_Exception()Bharat Mediratta
2009-11-25Preliminary work to cut over to Kohana 2.4Bharat Mediratta
2009-10-22Change the name of identity library from Identity to IdentityProvider. Create...Tim Almdal
2009-10-16Start simplifying the interface by moving the static methods from user.php an...Tim Almdal
2009-08-29Update all code to use helper method html::clean(), html::purify(), ... inste...Andy Staudacher
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
2009-07-23Fix for ticket #502Tim Almdal
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-30Fix issues with Digibug printing where the preview ws not showing up.Tim Almdal
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-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-25Remove the digibug maintenance task. Expired imges will be removed when theTim Almdal
2009-06-251) rename the model proxy to digibug proxyTim Almdal
2009-06-24Create a maintenance task that allows the administrator to remove any proxy r...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-22This commit moves a little further along the path:Tim Almdal
2009-06-22Fix preamble so tests passTim Almdal
2009-06-21The start of the digibug printing module. The first cut at the administrationTim Almdal