summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries
AgeCommit message (Expand)Author
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
2009-07-16Non-trivial changes to the event handling code:Bharat Mediratta
2009-07-16move fix for backslashes on windows outside of loop per bharat's suggestionKevin Nehls
2009-07-16Fix backslashes in relative URLs of combined css files.Kevin Nehls
2009-07-14Removed unnecessary contructor from the HTMLPurifier.php library classTim Almdal
2009-07-11Get the thumbnail menu working.Bharat Mediratta
2009-07-11Fix whitespace typo.Bharat Mediratta
2009-07-11Put quotes around the href param (href="#")Tim Almdal
2009-07-10Add a title attribute to the li of a menuTim Almdal
2009-07-10Compact all menus. This fixes the problem that the new [Options]Bharat Mediratta
2009-07-03Update the source so the third party code passes the File Structure TestTim Almdal
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