summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries
AgeCommit message (Expand)Author
2009-10-04Renamed most, if not all css selectors from gName to g-name. Moved a few shar...Chad Kieffer
2009-10-01Change gallery::find_file to not assume that the absolute path is relative to...Tim Almdal
2009-09-30Convert gDialog and gCancel over to g-dialog and g-cancel. Refactor CSS id's ...Chad Kieffer
2009-09-30Use the block_manager to manage site sidebar panels. Fixes ticket #110.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-24Fix Admin_View to look for the the variable active_admin_theme instead of act...Tim Almdal
2009-09-24Hopefully the last 2 errant occurrences of default as it relates to theme namesTim Almdal
2009-09-16Add a movie_menu() theme callback, and have the default theme call itBharat Mediratta
2009-09-10Rename ORM_MPTT::is_descendant() to ORM_MPTT::contains() to make theBharat Mediratta
2009-09-04Simplifying SafeString a bit: From a XSS HTML security point of view, treat c...Andy Staudacher
2009-09-03Refactor interaction with the purifier module so that the API isBharat Mediratta
2009-09-03Minor performance improvement: Reduce module var cache lookups in SafeString.Andy Staudacher
2009-09-03Ensure that purify isn't applied twice for an already purified SafeStringAndy Staudacher
2009-09-02Remove debugging statementesTim Almdal
2009-09-02Move HTMLPurifier from core to contrib and make it optional. Delete the modul...Tim Almdal
2009-08-30Merge commit 'upstream/master'Andy Staudacher
2009-08-30Tabs to spaces cleanupAndy Staudacher
2009-08-30Rename clean_js to js_string and have it return a complete JS string (with de...Andy Staudacher
2009-08-30Use is_descendant() API inside move_to() for clarity.Bharat Mediratta
2009-08-29Merge commit 'upstream/master'Andy Staudacher
2009-08-29Bugfix: Don't forget to copy the _is_purified_html flag when cloning a SafeSt...Andy Staudacher
2009-08-29Add more factory methods for convenience:Andy Staudacher
2009-08-29Adding SafeString::for_html_attr()Andy Staudacher
2009-08-29Adding SafeString which is going to replace p::clean() and p::purify().Andy Staudacher
2009-08-28Don't record mail failures when we throw the exception, record themBharat Mediratta
2009-08-28Add logging to sendmail library when exception encounteredTim Almdal
2009-08-27Convert tabs to spaces.Bharat Mediratta
2009-08-25Workaround to make G3 work with Turkish locale.Andy Staudacher
2009-08-10Create the concept of an "ajax link" and use it for thumbnail rotationBharat Mediratta
2009-08-09Fix up context menus a bit.Bharat Mediratta
2009-08-06Merge branch 'master' of git@github.com:bharat/gallery3 into bharat_branchBharat Mediratta
2009-08-05Fix the default $orderby to be an associative array in descendants() and chil...Bharat Mediratta
2009-08-05Change the children and descendants APIs to be more consistent and toBharat Mediratta
2009-08-05Change the children methods on Item_Core and ORM_MPTT in order toTim Almdal
2009-08-03Combine the quick menu and the thumb menu into a single menu calledBharat Mediratta
2009-08-02Change the API for getting to the original state of an ORM.Bharat Mediratta
2009-07-29Make body_attributes() a theme callback instead of a method on theBharat Mediratta
2009-07-28Make sure the thumb_menu has the gThumbMenu CSS class.Bharat Mediratta
2009-07-28Move site_menu and admin_menu into gallery helper so that site_menuBharat Mediratta
2009-07-28Use events to generate menus, instead of having xxx_menu helpers.Bharat Mediratta
2009-07-28Create A Forge Script element. Form_Script allows the specificationTim Almdal
2009-07-25Rename columns that use reserved SQL words : items.left and items.rightRomain LE DISEZ
2009-07-22Use the Kohana cascading filesystem to locate resources loaded by theBharat Mediratta
2009-07-20Dump out the error message along with the stack trace when we catch anBharat Mediratta
2009-07-17Rename "locale" helper to "locales" to avoid conflicting with PHP 5.3.Bharat Mediratta
2009-07-17Don't show the combined CSS/JS elements if we didn't combine anything.Bharat Mediratta
2009-07-17Don't bother making gzencoded version of combined CSS/JS if zlib.output_compr...Bharat Mediratta
2009-07-17Change model_cache::clear() API to clear everything. This preventsBharat Mediratta