summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
AgeCommit message (Expand)Author
2009-08-06Cleanup the javascript for enabling dialog or panel links.Tim Almdal
2009-08-05Change the children and descendants APIs to be more consistent and toBharat Mediratta
2009-08-05Remove the trigger definition codeTim Almdal
2009-08-05Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-08-04Dump any exceptions into the standard Kohana log as well as the taskBharat Mediratta
2009-07-31Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-07-31Add new events:Bharat Mediratta
2009-07-30Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-07-30Fix a static function declaration.Bharat Mediratta
2009-07-30Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-07-29Make body_attributes() a theme callback instead of a method on theBharat Mediratta
2009-07-29Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-07-29Bump the gallery version to 10 in install()Bharat Mediratta
2009-07-29Remove some scary debug code.Bharat Mediratta
2009-07-30Fix for ticket #576Tim Almdal
2009-07-29Fix for ticket #576Tim Almdal
2009-07-28Move site_menu and admin_menu into gallery helper so that site_menuBharat Mediratta
2009-07-28Change search callbacks to use the event system, so move them out ofBharat Mediratta
2009-07-28Use events to generate menus, instead of having xxx_menu helpers.Bharat Mediratta
2009-07-28Convert the album add dialog to use the new Form_Script libraryTim Almdal
2009-07-28Revert commit 078c77a62b623322956457bfd7bfbdaf56203b00 and change theTim Almdal
2009-07-27Revert "Fix for ticket #452"Tim Almdal
2009-07-27Back out the fix for ticket #452Tim Almdal
2009-07-27Back out fixes for ticket #452Tim Almdal
2009-07-26Merge branch 'master' of git://github.com/rledisez/gallery3 into rledisez/masterAndy Staudacher
2009-07-26It helps to save before committing :-)Tim Almdal
2009-07-26Changed access::user_can to force the owner of an item to haveTim Almdal
2009-07-25Fix for ticket #452Tim Almdal
2009-07-25Fix for ticket #594. Forced the directory name to be required when editting t...Tim Almdal
2009-07-25Rename columns that use reserved SQL words : items.left and items.rightRomain LE DISEZ
2009-07-23Merge branch 'master' of git@github.com:/gallery/gallery3Bharat Mediratta
2009-07-24Add tag autocomplete to the album and photo edit pop up dialogs.Tim Almdal
2009-07-23Disable the album cover icon if the item is already the current album cover.Bharat Mediratta
2009-07-23Fix a typo in a commentBharat Mediratta
2009-07-23Upgrade code to migrate the ACL from integer to boolean.Romain LE DISEZ
2009-07-23Consistency : always use self::XXXRomain LE DISEZ
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