summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries
AgeCommit message (Expand)Author
2009-07-03Fix for ticket #400: Add HTMLPurifier to gallery3 and change p::clean() to ca...Tim Almdal
2009-07-012 fixes:Bharat Mediratta
2009-06-29Remove the testing code to force rebuilding the cache.Tim Almdal
2009-06-29Revert to serializing and deserializing data. The cache table can'tBharat Mediratta
2009-06-29Oops, "head" => "admin_head" to make the admin dashboard work.Bharat Mediratta
2009-06-29Fix some bugs in the combined JS/CSS code (most of which I introducedBharat Mediratta
2009-06-29Add a media type using the most common media type from our CSS. ThisBharat Mediratta
2009-06-29Refactor combine_xxx() functions together into combine_files() and useBharat Mediratta
2009-06-29Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-06-29A Combined javascript seems to work.Tim Almdal
2009-06-29Remove unused $theme_relative arg from theme_script().Bharat Mediratta
2009-06-29*Note* work in progress.Tim Almdal
2009-06-29Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-06-29Temporary checkin to allow merge with trunk... don't integrateTim Almdal
2009-06-28Rename $theme->url() to $theme->theme_url() for consistency wihtBharat Mediratta
2009-06-28Clean up the combined javascript change and refactor out theBharat Mediratta
2009-06-28Rename the combined javascript controller from javascript/combined to combine...Tim Almdal
2009-06-28Modify the cache table to make id the primary key for consistency withBharat Mediratta
2009-06-28Tweak the cache implementationBharat Mediratta
2009-06-28Change the combined javascript to use the new caching functionality and respe...Tim Almdal
2009-06-28Change the cache column of the caches table to a large blob. This fixes tick...Tim Almdal
2009-06-28Clean up code (i.e. preamble, tabs) from the caching implementation so the un...Tim Almdal
2009-06-27The rest of the caching driver implementation that i somehow forgot.Tim Almdal
2009-06-27Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-06-27Create a new thumb_menu() and convert Digibug over to use it.Bharat Mediratta
2009-06-26Implement the combined javascript controller.Tim Almdal
2009-06-26Create a theme_view function script which allows modules in the head or admin...Tim Almdal
2009-06-261) Move the generation of script tags to gallery_theme::head and gallery_them...Tim Almdal
2009-06-17Correct the "inappropriate intimacy" smell that bharat's refined senses pick upTim Almdal
2009-06-17Fix for ticket #366Tim Almdal
2009-06-17Fix for ticket #366Tim Almdal
2009-06-16Refactor common xxx_menu() code into private _menu() helper.Bharat Mediratta
2009-06-15Fix up the titles in the default theme. They've been broken for aBharat Mediratta
2009-06-14Create a sidebar for tag pagesBharat Mediratta
2009-06-08Rename main_element_attributes() callback to body_attributes() to beBharat Mediratta
2009-06-06Preliminary BiDi support (needs *a lot* of tweaking)Andy Staudacher
2009-06-04Convert single quotes to double quotes.Bharat Mediratta
2009-06-02Have server_add turn the "Add Photo" menu option into a dropdown andBharat Mediratta
2009-06-02Extend L10n client to provide UI for plural translation.Andy Staudacher
2009-06-01Security pass over all controller code. Mostly adding CSRF checkingBharat Mediratta
2009-05-28Flush the model cache as appropriate every time we call ORM::save().Bharat Mediratta
2009-05-27Update all references to the core application to now point to theBharat Mediratta
2009-05-27Restructure things so that the application is now just another module.Bharat Mediratta