summaryrefslogtreecommitdiff
path: root/modules/digibug
AgeCommit message (Expand)Author
2010-05-16Make sure that $item exists in site_menu().Bharat Mediratta
2010-05-08Move print with digibug to the site menu.ckieffer
2010-04-30Add page_title to admin views. Closes #1038.ckieffer
2010-04-29Applied capitalization rules to title.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
2010-01-29Stop using obsolete form::close()Bharat Mediratta
2010-01-19Extend Gallery_Unit_Test_Case instead of Unit_Test_Case.Bharat Mediratta
2010-01-17Make it work with model based validation.Bharat 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-21Get rid of unnecessary cleanup that makes debugging harder.Bharat Mediratta
2009-12-21Rename $id --> $uuid for clarity.Bharat Mediratta
2009-12-21Fix the relationship. DigibugProxy belongs to Item, not the other wayBharat 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-19Merge branch 'master' into talmdal_devTim Almdal
2009-10-18Wrap all admin views in g-block and g-block content. This provides the means ...Chad Kieffer
2009-10-16Start simplifying the interface by moving the static methods from user.php an...Tim Almdal
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-09-30Apply gModuleStatus to server add status message.Chad Kieffer
2009-08-31Rename mark_safe() to mark_clean()Andy Staudacher
2009-08-30Change all instances of SafeString::of_safe_html() to html::mark_safe() in vi...Andy Staudacher
2009-08-29Update all code to use helper method html::clean(), html::purify(), ... inste...Andy Staudacher
2009-08-29Undo url helper changes - url methods no longer return a SafeString.Andy Staudacher
2009-08-29Merge commit 'upstream/master'Andy Staudacher
2009-08-29Refactor all calls of p::clean() to SafeString::of() and p::purify() to SafeS...Andy Staudacher
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-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