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
2013-01-30
Support additional where tuples in ORM_MPTT::parents. Fixes #1980.
Bharat Mediratta
2013-01-30
Follow-on to 1e4d75c12072b49c3469f18af13bcf3439afc6b0 for #1975.
Bharat Mediratta
2013-01-25
#1956 - Escape LIKE queries (for _ and %).
shadlaws
2013-01-24
Follow-on to b50768142745dc4bfd8a9460c7490ddd00e3b06a - add a default
Bharat Mediratta
2013-01-23
Enable the profiler and debug output if var/PROFILE exists. This
Bharat Mediratta
2013-01-23
Use the thumb proportion from the first item in an album if the album has chi...
Bharat Mediratta
2013-01-21
Update copyright to 2013. Fixes #1953.
Bharat Mediratta
2012-11-13
[#1907] Added administrative variable to set lock timeout.
chalbertgit
2012-06-11
Follow-on to 3caf3cc323cd25b002aa8e44d871d4677da7a029 for #1866 - harden one
Bharat Mediratta
2012-06-05
Encode urls in 404 log entries. Fixes #1882.
Bharat Mediratta
2012-06-05
Clean file paths in Kohana_Exception::debug_path(). Fixes #1880.
Bharat Mediratta
2012-05-16
Revert "Convert any UTF-7 to UTF-8 so that fragment pages (like AJAX replies)"
Bharat Mediratta
2012-05-16
Convert any UTF-7 to UTF-8 so that fragment pages (like AJAX replies)
Bharat Mediratta
2012-05-15
Harden installer against bad characters in the database name or prefix. Fixe...
Bharat Mediratta
2012-05-15
Follow-on to ce34e89c899a3fca6d647e99742c39b8b7a4f3e0 for #1865 -
Bharat Mediratta
2012-05-15
Different approach to resolving #1865, this replaces 6a6b3f90f36293a40cba091c...
Bharat Mediratta
2012-05-11
Verify that theme names are well formed. Fixes #1856.
Bharat Mediratta
2012-05-07
Improve IdentityProvider switching code, patch thanks to Reklov
Bharat Mediratta
2012-02-27
Update copyright to 2012. #1822
Bharat Mediratta
2011-10-03
Use a stdClass wrapper around the data in the before_combine and
Bharat Mediratta
2011-08-30
Make the Theme_View::thumb_proportion() API call backwards compatible to
Bharat Mediratta
2011-08-27
Merge branch 'master' into bharat_dev
Bharat Mediratta
2011-08-27
Refactor the display context code a bit:
Bharat Mediratta
2011-08-11
Patch for tickets #1428 and #1760
Tim Almdal
2011-08-11
Simplification of 59b04b897b8a664cd7334b017fac8158a6281434 for #1764:
Bharat Mediratta
2011-08-11
Initial commit of a patch for Ticket #1764. as discussed here: https://github...
Tim Almdal
2011-08-04
fix for ticket #1759. correct parameter names to match usage.
Tim Almdal
2011-04-30
Results from a round of feedback with Bharat.
Chad Parry
2011-04-28
This patch helps provide raw photo support with some small changes to the fra...
Chad Parry
2011-04-26
Stop using Pagination() and instead use $theme->pager() in views.
Bharat Mediratta
2011-04-23
Merge branch 'alindeman/1628' of git://github.com/alindeman/gallery3 into andy
Bharat Mediratta
2011-04-23
Overhaul of the uploader code:
Bharat Mediratta
2011-04-23
Allow tags to be merged by renaming
Andy Lindeman
2011-04-23
Merge branch 'master' of git@github.com:gallery/gallery3
Tim Almdal
2011-04-23
Fix for ticket #541
Tim Almdal
2011-04-23
If we've cleared out the last group in a combine_queue for a given
Bharat Mediratta
2011-04-21
Create before_combine and after_combine events to allow modules and themes to
Bharat Mediratta
2011-03-20
Change the $thumb_proportions variable to be a theme callback which
Bharat Mediratta
2011-01-21
Update copyright to 2011.
Bharat Mediratta
2011-01-21
Add "html_attributes" theme callback to allow modules to inject attributes into
Bharat Mediratta
2011-01-15
Reorganize the url() function out from in the middle of the script/css combin...
Bharat Mediratta
2011-01-10
Create new APIs for allowing themers to control what CSS/JS get
Bharat Mediratta
2011-01-03
Using array support introduced in 8295201adf948ea35f21f75801b7a8bf36c27569
Joe7
2011-01-03
Reimplemented Kohana 2.3's View::set_global() with array support.
Joe7
2010-12-29
Improve the solution for #1545 by sorting the settings menu properly
Bharat Mediratta
2010-12-28
Coding style fixes: identation on line 48+removed trailing whitespaces, added...
Joe7
2010-12-28
Using ON DUPLICATE KEY UPDATE instead of SELECT+UPDATE/INSERT style method (t...
Joe7
2010-12-28
Added limit on select as for the outcome it doesn't matter if there are 20 ro...
Joe7
2010-12-28
Use db::expr instead of "new Database_Expression". Resolves #1560.
Bharat Mediratta
2010-12-17
Sort the Admin > Settings menu instead of relying on module activation order.
Bharat Mediratta
[next]