summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
AgeCommit message (Expand)Author
2009-07-23Use BOOLEAN instead of integer to describe the permissions :Romain LE DISEZ
2009-07-22remove an extra ->reload() that was there for testingTim Almdal
2009-07-22Add explicit unit tests for access::user_canTim Almdal
2009-07-22Use the Kohana cascading filesystem to locate resources loaded by theBharat Mediratta
2009-07-22bump version to "3.0 git (pre-beta3)"Bharat Mediratta
2009-07-22Duh... when I added user_can, I passed in the user, but still used the groups...Tim Almdal
2009-07-21Add an API method user_can that allows for checking a specific user has theTim Almdal
2009-07-21Always display the option menu so that modules with options that requireTim Almdal
2009-07-21The RSS link should go to the parent album when looking at photos/movies.Bharat Mediratta
2009-07-20Don't let the task status message exceed the size of the status column when t...Bharat Mediratta
2009-07-20Make some API changes simplify the tag editing code. We now have aBharat Mediratta
2009-07-20(1)Add tag edit field in album/photo edit form. (2)provide edit functionality...hiwilson
2009-07-19Remove excess success logging. In the rebuild images case, it canBharat Mediratta
2009-07-17Rename "locale" helper to "locales" to avoid conflicting with PHP 5.3.Bharat Mediratta
2009-07-17Change model_cache::clear() API to clear everything. This preventsBharat Mediratta
2009-07-17Fix a bug where moved items don't properly inherit permissions fromBharat Mediratta
2009-07-16Second non-trivial change to the event code. We now publish modelBharat Mediratta
2009-07-16Non-trivial changes to the event handling code:Bharat Mediratta
2009-07-14Move the gallery version out of a module variable and into a constantBharat Mediratta
2009-07-14Add /opt/bin as a binary path.Bharat Mediratta
2009-07-11Whitespace fixes.Bharat Mediratta
2009-07-11Position gItem and gPhoto relative, then position quick and thumb menus as ab...Chad Kieffer
2009-07-10Fix for ticket #341.Tim Almdal
2009-07-10Create a new [options] submenu under the thumb menu, and move theBharat Mediratta
2009-07-07Merge branch 'master' of git@github.com:/gallery/gallery3Bharat Mediratta
2009-07-08Add task logging to the "Update Search Index" taskTim Almdal
2009-07-08Add task logging to the Update translationsTim Almdal
2009-07-08Added task logging to the Rebuild Images task.Tim Almdal
2009-07-07Change references to Gallery 2 and Gallery 3 to consistently refer toTim Almdal
2009-07-06Always log the task completion status messageTim Almdal
2009-07-06Catch exceptions that are thrown within the task and log them to the task logTim Almdal
2009-07-05Add task logging functionality. When a task runs, it creates a log that isTim Almdal
2009-07-04Fix for ticket #477. Use nl2br method when rendering comment::text andTim Almdal
2009-07-03Split the clean method into two clean and purify. clean is a light weightTim Almdal
2009-07-03Ignore lib/ folders in l10n_scanner task.Andy Staudacher
2009-07-03Update the source so the third party code passes the File Structure TestTim Almdal
2009-07-03Fix for ticket #400: Add HTMLPurifier to gallery3 and change p::clean() to ca...Tim Almdal
2009-07-03Fix for ticket #400: Add HTMLPurifier to gallery3 and change p::clean() to ca...Tim Almdal
2009-07-03Merge branch 'master' of git@github.com:/gallery/gallery3Bharat Mediratta
2009-07-03Merge branch 'master' of git@github.com:/gallery/gallery3Bharat Mediratta
2009-07-02Merge branch 'master' of git@github.com:/gallery/gallery3Bharat Mediratta
2009-07-02Suppress the filesize error if the thumbnail is not found so we can getTim Almdal
2009-07-02ORM::Factory -> ORM::factoryBharat Mediratta
2009-07-01Fix a bunch of XSS vulnerabilities turned up by manual inspectionBharat Mediratta
2009-06-30Fix i18n issue - accidentally called t() on translated messages. Please trunc...Andy Staudacher
2009-06-29Partial fix for ticket 471 - Fix parsing of module/theme info files in l10n s...Andy Staudacher
2009-06-29Partial fix for ticket 471 - i18n of module names in upgrader.Andy Staudacher
2009-06-29Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2009-06-29Don't repeat the default locale in the installed locales list.Andy Staudacher
2009-06-29Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal