summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers/gallery_event.php
AgeCommit message (Expand)Author
2013-01-31#1982 - Add placeholder for albums with no album cover.shadlaws
2013-01-30Actually disable the "make album cover" option when the item is already the a...Bharat Mediratta
2013-01-30#1968 - Improve album cover generation/removal/etc.shadlaws
2013-01-21Update copyright to 2013. Fixes #1953.Bharat Mediratta
2012-05-07Fix missing date.timezone which results in a crash on startup in I18nBharat Mediratta
2012-05-06Use html::anchor consistently. Fixes #1851.Bharat Mediratta
2012-02-27Update copyright to 2012. #1822Bharat Mediratta
2011-03-02Translate user Web Site label. Link web site on user profile page.Chad Kieffer
2011-01-21Update copyright to 2011.Bharat Mediratta
2011-01-08Revert "Warn admins after login if their PHP install has the"Bharat Mediratta
2010-12-29Improve the solution for #1545 by sorting the settings menu properlyBharat Mediratta
2010-12-18Warn admins after login if their PHP install has theBharat Mediratta
2010-12-17Sort the Admin > Settings menu instead of relying on module activation order.Bharat Mediratta
2010-09-13When moving a single item, just copy its permissions from its parentBharat Mediratta
2010-09-13When deleting items, choose the first *viewable* peer as the albumBharat Mediratta
2010-09-11Only call $theme->item() if we're in a non admin theme.Bharat Mediratta
2010-09-11Use $theme->item() instead of $theme->item, otherwiseBharat Mediratta
2010-09-06Use the absolute site url when logging out of the admin site else weBharat Mediratta
2010-09-01One more adjustment for ticket #1216. The packaging process forcesBharat Mediratta
2010-09-01Explain wtf we're doing in user_updated.Bharat Mediratta
2010-09-01Hopefully the third and final patch for #1216. Set the default from and reply...Tim Almdal
2010-09-01Refine the patch for #1216. If the admin user changes their email address upd...Tim Almdal
2010-08-22Get rid of the move dialog and move option. Instead, replace it withBharat Mediratta
2010-08-07Add the ability to replace the source data file in Item_Model::save().Bharat Mediratta
2010-07-20Oops! Proper fix for #1201. My last fix just redirected back to theBharat Mediratta
2010-07-15Redirect users away from admin to the main site if you click logout onBharat Mediratta
2010-07-15Rename Flash_Uploader to just Uploader. Modules that want to replaceBharat Mediratta
2010-07-10If the target of an item move has no album cover, make the newly moved item t...Bharat Mediratta
2010-07-10Wrap album deletes in a batch so that we can handle lots of cascadingBharat Mediratta
2010-07-10Pass along the from_id when editing albums in the context menu, andBharat Mediratta
2010-07-04In the site menu, say "Delete album", "Delete photo" or "Delete movie"Bharat Mediratta
2010-07-03When we delete an item, make sure that we scrub it from any otherBharat Mediratta
2010-06-20Rename "simple_uploader" to "flash_uploader" to make room for an HTMLBharat Mediratta
2010-06-12Use "continue_url" instead of "continue" for consistency with theBharat Mediratta
2010-06-12Stop trying to parse the continue url in the logout controller becauseBharat Mediratta
2010-06-06Don't show the rotate links if the active user can't edit the photo. Fixes t...Bharat Mediratta
2010-05-14Fix-ups for d98b85f7d3142676e6b4f407a18ed81564823f88Bharat Mediratta
2010-05-14Merge branch 'master' of github.com:gallery/gallery3Chad Kieffer
2010-05-14Drop context_menu for wind's photo/resize view. Move photo edit options to th...ckieffer
2010-05-10Pick a new album cover when the photo that's the current cover isBharat Mediratta
2010-05-08Deleted extra CSS class assignment for context_menu delete option.ckieffer
2010-03-05Merge branch 'master' of git://github.com/fpaterno/gallery3Bharat Mediratta
2010-03-03Update the copyright to 2010. It's only 3 months into the year :-)Bharat Mediratta
2010-03-01Fix bug #1015 : repeated ids are prohibitedFlorent Paterno
2010-02-21Revert "Fix Kohana's internal cache for Gallery's usage pattern."Andy Staudacher
2010-02-21Fix Kohana's internal cache for Gallery's usage pattern.Andy Staudacher
2010-02-19Refactor away the "display_all" construct in User_Profile_Controller.Bharat Mediratta
2010-02-18Revert "Fix for ticket #491: Make user and group names translatable."Bharat Mediratta
2010-02-14Fix for ticket #491: Make user and group names translatable.Andy Staudacher
2010-02-14Some HTML validation fixes (don't render empty <ul> lists, empty id attribute...Andy Staudacher