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
/
core
/
libraries
Age
Commit message (
Expand
)
Author
2009-05-15
Only cache rows if they are objects, which assumes also that they are instanc...
Bharat Mediratta
2009-05-14
Provide tooltips for Menu_Element_Link
Bharat Mediratta
2009-05-14
Overload ORM_Iterator to cache models as we pull them out of the
Bharat Mediratta
2009-05-13
Gee it's May already. Update copyright to 2009.
Bharat Mediratta
2009-05-12
Fix a bug where deleting an album sometimes deletes everything in var. Fixes...
Bharat Mediratta
2009-05-12
parent() should return null if there's no parent id
Bharat Mediratta
2009-05-09
Move the thumb_proportion method into Theme_View and set it by default
Tim Almdal
2009-05-08
Fix whitespace issues
Bharat Mediratta
2009-05-08
Use lower-case aliases for greater portability (thanks Romain LE DISEZ)
Bharat Mediratta
2009-05-06
Fix for ticket #72
Tim Almdal
2009-04-02
Continuation of r20518. Remove all the cases were the csrf values in
Tim Almdal
2009-04-02
Fix the issue identified in
Tim Almdal
2009-03-31
Add quick edit pane to resize images, ticket #189
Chad Kieffer
2009-03-27
Put csrf token into Admin_View and Theme_View by default, then use it
Bharat Mediratta
2009-03-26
Set csrf into the global theme for convenience.
Bharat Mediratta
2009-03-26
Convert the L10n scanner from a library to a helper.
Bharat Mediratta
2009-03-26
Use pathinfo() instead of substr/strchr/etc to get the file extension.
Bharat Mediratta
2009-03-26
Optimize the way we lookup incoming translations.
Bharat Mediratta
2009-03-26
Normalize exception format.
Bharat Mediratta
2009-03-26
Normalize exception string format.
Bharat Mediratta
2009-03-20
This change checks that the active theme is available and if its not,
Tim Almdal
2009-03-20
rollback of r20469... see trac #161
Tim Almdal
2009-03-20
Rather than moving the themeroller and all of its associated files
Tim Almdal
2009-03-19
Fix syntax errors.
Bharat Mediratta
2009-03-18
Fix for ticket 142: Choose plural form "other" for count == 0 (unless the loc...
Andy Staudacher
2009-03-18
Fix for ticket #142. Valiant: u might want to check the implications
Tim Almdal
2009-03-18
Corrections based on feedback
Tim Almdal
2009-03-17
Fix for ticket #101
Tim Almdal
2009-03-16
Set $item and $tag in the Theme_View so that calls like $theme->item()
Bharat Mediratta
2009-03-16
Provide an empty sidebar by default
Bharat Mediratta
2009-03-16
Clean up the login, maintenance login and required-top-level-login code.
Bharat Mediratta
2009-03-15
Remove the word 'album' from phpdoc.
Bharat Mediratta
2009-03-15
Move references to "album" out of ORM_MPTT since it's supposed to be
Bharat Mediratta
2009-03-12
Rename tag.html.php to dynamic.html.php as part of ticket #115
Tim Almdal
2009-03-12
Handle no prefix being set when building key/value table map
Tim Almdal
2009-03-12
Strip down the loin page (not sure if this is what bharat had in mind)
Tim Almdal
2009-03-12
Attempt to reduce the chance of replacing text in sql statements that
Tim Almdal
2009-03-09
Override the ORM_MTTP::children and ORM_MTPP::descendants methods in
Tim Almdal
2009-03-09
Get rid of Task_Definition types: they're not necessary. This
Bharat Mediratta
2009-03-08
Implement Sortable albums. Current sort fields include (Creation
Tim Almdal
2009-03-08
Don't show the pager if there're no photos on the page.
Bharat Mediratta
2009-03-05
Avoid using default task types. Require task::get_definitions() to
Bharat Mediratta
2009-03-05
Implement a Maintenance mode as per ticket: #15
Tim Almdal
2009-02-28
Change the pattern to identify tables that need prefix substitution to
Tim Almdal
2009-02-27
This implements table prefix for all the queries in core, user, exif,
Tim Almdal
2009-02-27
* Refactor task management methods from admin_maintenance.php to
Tim Almdal
2009-02-27
Replace the string [table_name] with {$prefix}table_name. Slowly
Tim Almdal
2009-02-26
Minor style changes.
Bharat Mediratta
2009-02-23
Changing from binary(16) to char(32) as translation message key.
Andy Staudacher
2009-02-19
Adding a l10n scanner - scans for t() and t2() calls, inserts the extracted m...
Andy Staudacher
[next]