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