| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-06-18 | Flip some margin/padding values for RTL | mamouneyya | |
| 2010-06-17 | Update the xss gold file with changes to views in the last couple of commits. | Tim Almdal | |
| 2010-06-17 | Fix for ticket #1110. Need to use the encode_path with a movie extension to ↵ | Tim Almdal | |
| find the item. Thanks to samdavidoff for the initial fix. | |||
| 2010-06-17 | Fix for ticket #1117 align videos to the center. | Tim Almdal | |
| 2010-06-17 | Scale a movie to the resize size so that it doesn't overflow into the sidebar. | Tim Almdal | |
| 2010-06-16 | Merge branch 'master' of github.com:gallery/gallery3 | Bharat Mediratta | |
| 2010-06-16 | Fix issue1068. Fill from_id field in photo with indetificator | Jan Koprowski | |
| 2010-06-15 | Revert "Add a "convert_ids" parameter to Item_Model::as_restful_array(), which" | Bharat Mediratta | |
| This reverts commit 98fce83de5f772482382bfabdbcd94c25ecdbb1a. Conflicts: modules/gallery/tests/Item_Model_Test.php | |||
| 2010-06-15 | Revert "Change the item rest update processing to call the | Bharat Mediratta | |
| item::move(source, target) helper when the parent member has changed. Using the move method insures that names and slugs that could conflict in the target album are resolved properly. Changed the item::move method so it returns a message to be displayed if the caller chooses. And changed the move controller to display the message returned by the move if the item name was renamed as part of the move." Rolling this back for a couple of reasons: 1) Bug in move.php ("message.info" is not a function name) 2) Having the message come back from the API call as a side-effect is sloppy. We should find a cleaner way to do this checking. 3) having item::move() call save() on any changed values in the ORM is counter-intuitive. Move should move, save should save. I think the right approach here is to roll the move() code properly into save(). This reverts commit 2492280cc0ec9eb64a8daeccc7b5698ece7fea66. | |||
| 2010-06-15 | Revert "Fix for ticket #1118. Create a item::save_with_retries helper | Bharat Mediratta | |
| method, which encapsulates saving an item and handling name and slug conflicts. Call this instead of doing a save directly." Rolled this back because it fails KISS. We already have an API for saving models with Item_Model::save() that's consistent with all of our other model code. Adding a new way to save items is confusing and inconsistent. This reverts commit 9504f71efcadc7ed27f6f09e5d663e8025bf3b86. | |||
| 2010-06-15 | Make the "name" column a little wider. | Bharat Mediratta | |
| 2010-06-15 | Install the rest module by default. | Bharat Mediratta | |
| 2010-06-15 | Sort files by path in _dump_var() for consistent output. | Bharat Mediratta | |
| Skip . and .. (PHP 5.3 iterators seem to include those now). | |||
| 2010-06-15 | Fix for ticket #1118. Create a item::save_with_retries helper method, which ↵ | Tim Almdal | |
| encapsulates saving an item and handling name and slug conflicts. Call this instead of doing a save directly. | |||
| 2010-06-15 | Change the item rest update processing to call the item::move(source, ↵ | Tim Almdal | |
| target) helper when the parent member has changed. Using the move method insures that names and slugs that could conflict in the target album are resolved properly. Changed the item::move method so it returns a message to be displayed if the caller chooses. And changed the move controller to display the message returned by the move if the item name was renamed as part of the move. | |||
| 2010-06-15 | Only change the weights of the album children if the item sort_column is set ↵ | Tim Almdal | |
| to weight. | |||
| 2010-06-15 | Revert "Change the item rest update processing to call the ↵ | Tim Almdal | |
| itemm::move(source, target) helper when the parent member has changed. Using the move method insures that names and slugs that could conflict in the target album are resolved properly. Also, only change the weights of the album children if the item sort_column is set to weight." This reverts commit 603d4640141a43350f50da747d747456b28fdd93. | |||
| 2010-06-15 | Change the item rest update processing to call the itemm::move(source, ↵ | Tim Almdal | |
| target) helper when the parent member has changed. Using the move method insures that names and slugs that could conflict in the target album are resolved properly. Also, only change the weights of the album children if the item sort_column is set to weight. | |||
| 2010-06-15 | Add a simple/cheap test to make sure that the database config is ok. Fixes ↵ | Bharat Mediratta | |
| ticket #1029. | |||
| 2010-06-14 | Merge branch 'master' of git@github.com:gallery/gallery3 | Tim Almdal | |
| 2010-06-13 | Replace __CSRF__ with the actual csrf token. | Bharat Mediratta | |
| 2010-06-13 | Change single to double quotes. | Bharat Mediratta | |
| 2010-06-13 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2010-06-12 | Fix up some indentation and comment style. | Bharat Mediratta | |
| 2010-06-12 | Bounce the user to the login page if they try to get to part of the | Bharat Mediratta | |
| admin site as a guest. Also, theme the login/html page. | |||
| 2010-06-12 | Make login/logout continuation url code consistent. Where necessary, | Bharat Mediratta | |
| we specify the continue_url in the session, but we store it in the login form so that we can propagate it across the session creation that happens at login time. | |||
| 2010-06-12 | Use "continue_url" instead of "continue" for consistency with the | Bharat Mediratta | |
| reauth code. | |||
| 2010-06-12 | Push the continue url into the form for consistency with other | Bharat Mediratta | |
| login/continue code. | |||
| 2010-06-12 | Stop trying to parse the continue url in the logout controller because | Bharat Mediratta | |
| it requires us to reproduce a bunch of complex routing logic. Instead, just have the logout link generating code generate a link that's visible to guests. | |||
| 2010-06-12 | Revert "Fix for ticket #1118. The item validation was flagging duplicate ↵ | Bharat Mediratta | |
| slugs as errors. There was already code in the item save to insure that any" This introduces a bug where you can create two items with the same slug. This reverts commit cb01f4017d70a7d73273052b424e8b78b794bc1c. | |||
| 2010-06-11 | Fix for ticket #1118. The item validation was flagging duplicate slugs as ↵ | Tim Almdal | |
| errors. There was already code in the item save to insure that any duplicates were made unique, so this patch removes the validation as unnecessary. | |||
| 2010-06-11 | Fix for ticket #1039. The problem was, as Bryan76 pointed out, with passing ↵ | Tim Almdal | |
| the full url in the continue parameter. In the logout controller, we tried to get the item from the url so we could check the permission of the item to insure that the guest user had access. But url::get_item_from_url expects a relative url. | |||
| 2010-06-11 | Actually execute the database query that updates the album view count. Fixes ↵ | Tim Almdal | |
| ticket #1092. Thanks to shinta for pointing the way. | |||
| 2010-06-11 | Actually execute the database query that updates the album view count. Fixes ↵ | Tim Almdal | |
| ticket #1092. Thanks to shinta for pointing the way. | |||
| 2010-06-10 | Change the pattern used to convert the file name to a title. Fixes ticket#1061 | Tim Almdal | |
| 2010-06-10 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2010-06-09 | Update golden file | Bharat Mediratta | |
| 2010-06-09 | In GalleryCodeFilterIterator::accept(), ignore . and .., and stop caring ↵ | Bharat Mediratta | |
| about .svn | |||
| 2010-06-09 | Fix get_ancestor_test() since the parameter was renamed to ancestors_for. | Bharat Mediratta | |
| 2010-06-09 | Revert the "preserve_ids" global query parameter. We decided that it was a | Bharat Mediratta | |
| bad idea. This reverts commit 6425d41eddd44091b2d83ba3c3734cc6990ca581. | |||
| 2010-06-08 | Add a "can_edit" field to the Item_Model's REST output. It's | Bharat Mediratta | |
| applicable to the current user. | |||
| 2010-06-08 | Don't use the standard error formatting for exceptions that have occurred as ↵ | Tim Almdal | |
| part of a REST request. Format the exception as a json encoded text string so the client can extract the fault information if they so choose. | |||
| 2010-06-07 | Add a "preserve_ids" global query parameter for REST requests that | Bharat Mediratta | |
| indicates that we shouldn't opportunistically convert ids into REST urls. | |||
| 2010-06-07 | Add a "convert_ids" parameter to Item_Model::as_restful_array(), which | Bharat Mediratta | |
| we can turn on with a query parameter. | |||
| 2010-06-07 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2010-06-06 | Don't show the rotate links if the active user can't edit the photo. Fixes ↵ | Bharat Mediratta | |
| ticket #1157. Thanks to psvo. | |||
| 2010-06-06 | Try to adjust for situations where /proc/loadavg is_readable() but | Bharat Mediratta | |
| generates an error if we call file() on it. Fixes ticket #1149. | |||
| 2010-06-06 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2010-06-06 | Fix an unused variable caused by converting straight query params | Bharat Mediratta | |
| to $entity based params. | |||
| 2010-06-06 | Change "ancestor_for" to "ancestors_for" for consistency. | Bharat Mediratta | |
