summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/gallery.php
AgeCommit message (Expand)Author
2013-01-23Enable the profiler and debug output if var/PROFILE exists. ThisBharat Mediratta
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-04-10Gracefully degrade in the case where the .build_number file isBharat Mediratta
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-17Rename BUILD_NUMBER to .build_number so it's not so loud.Bharat Mediratta
2011-01-17Add BUILD_NUMBER to the security check in .htaccessBharat Mediratta
2011-01-16Fix indentation.Bharat Mediratta
2011-01-16First step in setting up version checking.Bharat Mediratta
2011-01-08Improve gallery::find_file() to do a better job of detecting the modules/them...Bharat Mediratta
2010-12-23Create a way for controllers to exempty themselves from maintenanceBharat Mediratta
2010-10-24Allow access to the rest module when the gallery is wholly private. Fixes ti...Bharat Mediratta
2010-10-09Identify robots and don't let them save sessions.Bharat Mediratta
2010-10-07Change version to "3.0+ (git)".Bharat Mediratta
2010-10-04Set the version to 3.0 final (woot!).Bharat Mediratta
2010-10-01Fix a bug in the way we set the mime type for protected image renders.Bharat Mediratta
2010-09-22Prioritize using the value in graphics_toolkit_path over the standardBharat Mediratta
2010-09-12Ignore the private gallery settings if we're in the cli SAPI. ItBharat Mediratta
2010-09-02Follow on to 2a86446249c4782287e1e6e472f422b851c2fb47; fix a bug whereBharat Mediratta
2010-09-02Handle the case of a completely private Gallery separately and justBharat Mediratta
2010-08-08Use the gallery helper date/time functions wherever we format dateBharat Mediratta
2010-08-01Use the login/html page for maintenance mode; we don't need theBharat Mediratta
2010-08-01default maintenance_mode from false -> 0 for consistency with the value we s...Bharat Mediratta
2010-08-01Make maintenance mode a variable instead of a config. Then createBharat Mediratta
2010-07-05Updated version for RC2Bharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-02-23Name this release "Santa Fe". Fixes ticket #683.Bharat Mediratta
2009-10-22Change the name of identity library from Identity to IdentityProvider. Create...Tim Almdal
2009-10-16Remove all non Identity API methods from Identity.php. Created an MY_Session...Tim Almdal
2009-10-16Start simplifying the interface by moving the static methods from user.php an...Tim Almdal
2009-10-06Remove debugging lines (thanks talmdal!)Bharat Mediratta
2009-10-06Update gallery::find_file to look for subdirectories in lib, then fallBharat Mediratta
2009-10-04Revert "Create a gallery::plugin_path which returns the appropriate path to t...Tim Almdal
2009-10-04Create a gallery::plugin_path which returns the appropriate path to the modul...Tim Almdal
2009-10-01Change gallery::find_file to not assume that the absolute path is relative to...Tim Almdal
2009-09-29* Remove the @todo in module event and always try to call gallery_event::$fun...Tim Almdal
2009-09-28Do a pass on the gallery::find_file and Gallery_View::{script,css} PHPdoc.Bharat Mediratta
2009-09-28Update the PHPDoc for gallery::find_file and convert Gallery_View::script/css...Tim Almdal
2009-09-23Add a new api method gallery::find_file. This wraps the Kohana::find_file fu...Tim Almdal
2009-09-23Clone the photo::get_edit_form to the movies helper and use it to generate th...Tim Almdal
2009-09-19Change the fix for ticket #775 to always add the Add menu, but not add any it...Tim Almdal
2009-09-18Don't display the add menu if the underlying operating system directory is no...Tim Almdal
2009-09-13Set the version to "3.0 git (pre-RC1)"Bharat Mediratta
2009-09-12Update version to "3.0 beta 3"Bharat Mediratta
2009-09-08Move specialized (pretty) url generation back into Item_Model so thatBharat Mediratta
2009-09-01Allow anything to be made an album cover, except for direct childrenBharat Mediratta
2009-08-31Don't include Make this the album's cover in context menu's for albums. #705Chad Kieffer
2009-08-31Add icons to context menu for albums. I'm open to other options, if folks thi...Chad Kieffer
2009-08-30Tabs to spaces cleanupAndy Staudacher
2009-08-29* created new generic "Add" dropdown in the site menu. this should take care ...jhilden