summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
AgeCommit message (Expand)Author
2010-06-15Change the item rest update processing to call the itemm::move(source, target...Tim Almdal
2010-06-14Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2010-06-13Replace __CSRF__ with the actual csrf token.Bharat Mediratta
2010-06-13Change single to double quotes.Bharat Mediratta
2010-06-13Merge branch 'master' into talmdal_devTim Almdal
2010-06-12Make login/logout continuation url code consistent. Where necessary,Bharat 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-10Change the pattern used to convert the file name to a title. Fixes ticket#1061Tim Almdal
2010-06-09Revert the "preserve_ids" global query parameter. We decided that it was aBharat Mediratta
2010-06-08Don't use the standard error formatting for exceptions that have occurred as ...Tim Almdal
2010-06-07Add a "preserve_ids" global query parameter for REST requests thatBharat Mediratta
2010-06-07Merge branch 'master' into talmdal_devTim Almdal
2010-06-06Don't show the rotate links if the active user can't edit the photo. Fixes t...Bharat Mediratta
2010-06-06Try to adjust for situations where /proc/loadavg is_readable() butBharat Mediratta
2010-06-06Merge branch 'master' into talmdal_devTim Almdal
2010-06-06Fix an unused variable caused by converting straight query paramsBharat Mediratta
2010-06-06Change "ancestor_for" to "ancestors_for" for consistency.Bharat Mediratta
2010-06-05item::random_query() doesn't need to take a "where" clause becauseBharat Mediratta
2010-06-05Undo the change added in e4eedbce2298535540cb651d75ba6f1bf42cf02bBharat Mediratta
2010-06-05Fix a comment typo.Bharat Mediratta
2010-06-04Change the name of the private format_restful_item to _format_restful_item so...Tim Almdal
2010-06-04Save the item before updating the order of the children. Also always incremen...Tim Almdal
2010-06-04Allow the use of the type query parameter to filter the results of a rest/gal...Tim Almdal
2010-06-04Remove the item id from the rest/gallery/items url as that was inconsistent. ...Tim Almdal
2010-05-28If the file is empty (i.e. the upload failed, then throw a 'bad request' exce...Tim Almdal
2010-05-18Save the item before updating the order of the children. Also always incremen...Tim Almdal
2010-05-15Allow the use of the type query parameter to filter the results of a rest/gal...Tim Almdal
2010-05-15Remove the item id from the rest/gallery/items url as that was inconsistent. ...Tim Almdal
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-04-17Don't show the member element for non-collection elements in the response. H...Bharat Mediratta
2010-04-16Only return the members element to the rest client if the item is an album. ...Tim Almdal
2010-04-16Merge branch 'master' into bharat_devBharat Mediratta
2010-04-10Add album_add_form event to album::get_add_form().Bharat Mediratta
2010-04-10Add error messages to theme::get_edit_form_admin()Bharat Mediratta
2010-04-07Merge branch 'master' into bharat_devTim Almdal
2010-04-04Move the "Fix MPTT" task from the rescue module into the main GalleryBharat Mediratta
2010-04-04REST changes: Allow PUT and POST requests to modify members, notBharat Mediratta
2010-04-02Always return an array from item_ordered_members_rest::relationships()Bharat Mediratta
2010-04-01Add a new resource for managing child item orders.Bharat Mediratta
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-28Fix profiler display: It looks like it was broken by an API change in the lat...Andy Staudacher
2010-02-27Fix for ticket #1035: Make .htaccess access rules work for the case when inde...Andy Staudacher
2010-02-27Fix for ticket #1037: Only show language drop-down when there's actually a ch...Andy Staudacher