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