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-07-29
Make body_attributes() a theme callback instead of a method on the
Bharat Mediratta
2009-07-28
Make sure the thumb_menu has the gThumbMenu CSS class.
Bharat Mediratta
2009-07-28
Move site_menu and admin_menu into gallery helper so that site_menu
Bharat Mediratta
2009-07-28
Use events to generate menus, instead of having xxx_menu helpers.
Bharat Mediratta
2009-07-28
Create A Forge Script element. Form_Script allows the specification
Tim Almdal
2009-07-25
Rename columns that use reserved SQL words : items.left and items.right
Romain LE DISEZ
2009-07-22
Use the Kohana cascading filesystem to locate resources loaded by the
Bharat Mediratta
2009-07-20
Dump out the error message along with the stack trace when we catch an
Bharat Mediratta
2009-07-17
Rename "locale" helper to "locales" to avoid conflicting with PHP 5.3.
Bharat Mediratta
2009-07-17
Don't show the combined CSS/JS elements if we didn't combine anything.
Bharat Mediratta
2009-07-17
Don't bother making gzencoded version of combined CSS/JS if zlib.output_compr...
Bharat Mediratta
2009-07-17
Change model_cache::clear() API to clear everything. This prevents
Bharat Mediratta
2009-07-16
Non-trivial changes to the event handling code:
Bharat Mediratta
2009-07-16
move fix for backslashes on windows outside of loop per bharat's suggestion
Kevin Nehls
2009-07-16
Fix backslashes in relative URLs of combined css files.
Kevin Nehls
2009-07-14
Removed unnecessary contructor from the HTMLPurifier.php library class
Tim Almdal
2009-07-11
Get the thumbnail menu working.
Bharat Mediratta
2009-07-11
Fix whitespace typo.
Bharat Mediratta
2009-07-11
Put quotes around the href param (href="#")
Tim Almdal
2009-07-10
Add a title attribute to the li of a menu
Tim Almdal
2009-07-10
Compact all menus. This fixes the problem that the new [Options]
Bharat Mediratta
2009-07-03
Update the source so the third party code passes the File Structure Test
Tim Almdal
2009-07-03
Fix for ticket #400: Add HTMLPurifier to gallery3 and change p::clean() to ca...
Tim Almdal
2009-07-01
2 fixes:
Bharat Mediratta
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
[next]