summaryrefslogtreecommitdiff
path: root/modules/digibug/helpers
AgeCommit message (Expand)Author
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-15Fix all the head() and admin_head() theme callbacks to return theBharat Mediratta
2010-05-16Make sure that $item exists in site_menu().Bharat Mediratta
2010-05-08Move print with digibug to the site menu.ckieffer
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-08-27Remove 'ENGINE=InnoDB' specification from tables that we create. UseBharat Mediratta
2009-08-09Fix up context menus a bit.Bharat Mediratta
2009-08-09Add jquery ui print icon class to menuChad Kieffer
2009-08-09Update photo_menu() and context_menu() to work with recent menu changes.Bharat Mediratta
2009-08-08Added basic context menu affects and styles. Simplified some of the action la...Chad Kieffer
2009-08-03Combine the quick menu and the thumb menu into a single menu calledBharat Mediratta
2009-07-28Use events to generate menus, instead of having xxx_menu helpers.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-10Create a new [options] submenu under the thumb menu, and move theBharat Mediratta
2009-06-30Revert the change that removed adding the click handler for the digibug printTim 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-25No longer need to set the digibug mode in the installer.Tim 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-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-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