summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
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-26Updated wording of tag separator tipChad Kieffer
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-25fix for ticket #574. The user->url database wasn't being set when the user wa...Tim Almdal
2009-07-25Pass the variable when the "user_edit_form" event is fired.Tim Almdal
2009-07-25Rename columns that use reserved SQL words : items.left and items.rightRomain LE DISEZ
2009-07-25Merge commit 'upstream/master'Romain 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-24Partial implementation of ticket #80. Provide auto complete and suggestions o...Tim Almdal
2009-07-23Smooth out the animaation for the progress bar.Bharat Mediratta
2009-07-23Disable the album cover icon if the item is already the current album cover.Bharat Mediratta
2009-07-23Don't escape & in JS text; it triggers the "Disallowed key charactersBharat Mediratta
2009-07-23Updated golden fileBharat Mediratta
2009-07-23Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-07-23Respect the $type parameter on Tag_Model::items_count()Tim Almdal
2009-07-23Merge commit 'upstream/master'Romain LE DISEZ
2009-07-23Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
2009-07-23Add form processing events:Bharat Mediratta
2009-07-23Fix for ticket #496. replace the src attribute (non standard) with the title ...Tim Almdal
2009-07-23Convert instances of theme_url() to just url() to match the API changeBharat Mediratta
2009-07-23Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2009-07-23Make tag handling consistent by converting spaces to periods and using commas...Tim Almdal
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-23Merge commit 'upstream/master'Romain LE DISEZ
2009-07-23Remove extra error log lineBharat Mediratta
2009-07-23Test cleanup:Bharat Mediratta
2009-07-23Fix for ticket #502Tim Almdal
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-22Merge branch 'master' of git@github.com:gallery/gallery3Bharat Mediratta
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-22Modified the notification get_subscribers to ignore any users that don'tTim Almdal
2009-07-22Merge commit 'upstream/master'Romain LE DISEZ
2009-07-22Duh... when I added user_can, I passed in the user, but still used the groups...Tim Almdal
2009-07-22Upgrade code to migrate the ACL from integer to boolean.Romain LE DISEZ
2009-07-22Merge commit 'upstream/master'Romain LE DISEZ
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-21Fix the bug that the quick menu fires for the wrong photo. This stemsBharat Mediratta