summaryrefslogtreecommitdiff
path: root/modules
AgeCommit message (Expand)Author
2010-06-15Sort files by path in _dump_var() for consistent output.Bharat Mediratta
2010-06-15Remove a stray period.Bharat 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-15url::site(...) adds a leading slash to the uri it generates. Take this into a...Tim Almdal
2010-06-15Add a simple/cheap test to make sure that the database config is ok. Fixes t...Bharat Mediratta
2010-06-15The fact that we have a path to a G2 embed file doesn't mean that it's stillBharat Mediratta
2010-06-15add an 'icon' to identify albums in the organize dialog.Tim Almdal
2010-06-15Removed self-closing slash from opening <li> tag.ckieffer
2010-06-14Change the parameters for the organize dialog box. The baseUrl parameter was ...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-13Remove a debugging statement.Tim Almdal
2010-06-13Move the source to the gallery3-flex repository.Tim Almdal
2010-06-13Fix problems ith IE and flex initialization when one of the flashvars contain...Tim Almdal
2010-06-13Merge branch 'master' into talmdal_devTim Almdal
2010-06-12Fix up some indentation and comment style.Bharat Mediratta
2010-06-12Bounce the user to the login page if they try to get to part of theBharat Mediratta
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-12Push the continue url into the form for consistency with otherBharat Mediratta
2010-06-12Stop trying to parse the continue url in the logout controller becauseBharat Mediratta
2010-06-12Revert "Fix for ticket #1118. The item validation was flagging duplicate slug...Bharat Mediratta
2010-06-11Fix for ticket #1118. The item validation was flagging duplicate slugs as err...Tim Almdal
2010-06-11Remove the duplicate query when searching as pointed out by joe7 on ticket #844Tim Almdal
2010-06-11Merge branch 'master' of git@github.com:gallery/gallery3Tim Almdal
2010-06-11Fix for ticket #1039. The problem was, as Bryan76 pointed out, with passing t...Tim Almdal
2010-06-11Send back the REST API version as a header. It's on every request,Bharat Mediratta
2010-06-11Fix for ticket #797Tim Almdal
2010-06-11Actually execute the database query that updates the album view count. Fixes ...Tim Almdal
2010-06-11Actually execute the database query that updates the album view count. Fixes ...Tim Almdal
2010-06-10Change the pattern used to convert the file name to a title. Fixes ticket#1061Tim Almdal
2010-06-10Correct a problem with the sort order and sort direction fields being ignored.Tim Almdal
2010-06-10Review the code for xss exposures and provide the functionality to update the...Tim Almdal
2010-06-10Provide better handling and a progress dialog when loading or updating files.Tim Almdal
2010-06-10Tweak the error response for rest requests to make it easier for the client t...Tim Almdal
2010-06-10Merge branch 'master' into talmdal_devTim Almdal
2010-06-09New version of EXIF gets ISO and Metering Mode right. Yay!Bharat Mediratta
2010-06-09Update golden fileBharat Mediratta
2010-06-09In GalleryCodeFilterIterator::accept(), ignore . and .., and stop caring abou...Bharat Mediratta
2010-06-09Fix get_ancestor_test() since the parameter was renamed to ancestors_for.Bharat Mediratta
2010-06-09Revert the "preserve_ids" global query parameter. We decided that it was aBharat Mediratta
2010-06-08Add a "can_edit" field to the Item_Model's REST output. It'sBharat Mediratta
2010-06-08Don't use the standard error formatting for exceptions that have occurred as ...Tim Almdal
2010-06-08The status message for an HTTP 400 status should always be 'Bad Request', if ...Tim Almdal
2010-06-07Merge branch 'master' of github.com:gallery/gallery3Bharat Mediratta