summaryrefslogtreecommitdiff
path: root/modules/gallery/helpers
AgeCommit message (Expand)Author
2010-06-20Rename "simple_uploader" to "flash_uploader" to make room for an HTMLBharat Mediratta
2010-06-20Rename "children" to "items" in our feed view because it makes moreBharat Mediratta
2010-06-20Add a loading indicator to the delete form by tagging some JS on atBharat Mediratta
2010-06-19Rework our exception framework to fit into Kohana's model better.Bharat Mediratta
2010-06-18Use request::protocol()Bharat Mediratta
2010-06-16Fix issue1068. Fill from_id field in photo with indetificatorJan Koprowski
2010-06-15Revert "Change the item rest update processing to call theBharat Mediratta
2010-06-15Revert "Fix for ticket #1118. Create a item::save_with_retries helperBharat Mediratta
2010-06-15Fix for ticket #1118. Create a item::save_with_retries helper method, which e...Tim Almdal
2010-06-15Change the item rest update processing to call the item::move(source, target)...Tim Almdal
2010-06-15Only change the weights of the album children if the item sort_column is set ...Tim Almdal
2010-06-15Revert "Change the item rest update processing to call the itemm::move(source...Tim Almdal
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