| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-01-23 | Create a user profile page that is used as a landing page when referencing a ↵ | Tim Almdal | |
| user in messages or pages. Partial fix for ticket #889 and a fix for #931. | |||
| 2010-01-23 | Add a user_menu method to the Admin_View and then use this method to get the | Tim Almdal | |
| user menu. Since the information displayed is identical in both admin and theme views, it makes sense to combine the generation to it is done in a common location. | |||
| 2010-01-22 | Merge branch 'master' of git@github.com:gallery/gallery3 | Tim Almdal | |
| 2010-01-22 | Change the check_environment method in the module helper and the module ↵ | Tim Almdal | |
| installers to can_activate to reflect that it is doing more than just checking the environment. | |||
| 2010-01-22 | Remove the identity manager screens and controller as alterntive identity ↵ | Tim Almdal | |
| providers are installed in the admin module screen. | |||
| 2010-01-22 | Treat identity providers just like other modules and use the admin_module to | Tim Almdal | |
| install and switch to a different identity provider. | |||
| 2010-01-22 | Change "fetch translations" task to fetch them in batches. | Andy Staudacher | |
| The request limit was in place already, but the client didn't respect it before, leading to unhappy users in case they had lots of 3rd party modules installed, or more than 2-3 locales enabled. This is all taken care of now. | |||
| 2010-01-21 | Use Unicode instead of HTML entity (since the l10n server normalizes this ↵ | Andy Staudacher | |
| way and rejects submissions that change under the normalization step) | |||
| 2010-01-21 | Internationalize all strings in admin_modules.hmtl and corrected comments. | Tim Almdal | |
| 2010-01-21 | The admin module controller allows modules to provide a check_environment method | Tim Almdal | |
| which is called prior to installation. The method allows the module to provide an error message or warnings if the module can not be installed or activated without issues. The admin module controller also will fire a pre_deactivate event, which allows modules to indicate issues that may arise be deactivating the specified module. These messages are displayed in a dialog box prior to installation in order to allow the gallery administrator to determine the appropriate action before proceeding. Lays the foundation for implementing a fix for ticket #937 | |||
| 2010-01-18 | Switch from stdClass to arrays which works around issues caused in | Bharat Mediratta | |
| http://dev.kohanaphp.com/issues/2459 -- I don't exactly know why, but the solutions are equivalent so I'm not going to dig too far. | |||
| 2010-01-18 | Change DENY and ALLOW to "0" and "1" to match the fact that ORM no | Bharat Mediratta | |
| longer typecasts values as of http://dev.kohanaphp.com/issues/2459 | |||
| 2010-01-18 | Overload url::current() and url::merge() to make the current url XSS | Bharat Mediratta | |
| safe. Add tests to make sure that it doesn't relapse with future Kohana changes. Fixes ticket #983. Ref: http://gallery.menalto.com/node/93738 | |||
| 2010-01-11 | Remove the automatically marking the resizes dirty line as this could cause ↵ | Tim Almdal | |
| alot of pain to some installations | |||
| 2010-01-11 | Fixes ticket #671. | Tim Almdal | |
| In the graphics_rules table height and width set the maximum height and width values and should be equal. Initially, the height on the resize target rule was less than the height, which artificially constrained images in portrait mode. **Note"" this fix requires an upgrade to version 22. All the resizes will be flagged dirty. | |||
| 2010-01-09 | Fix for ticket #972 and more. In Kohana 2.4, ORM::delete_all ignores any where | Tim Almdal | |
| clauses and deletes all the entries in the table unless an array of id's are passed as the parameter. This fix used the Database_builder to specify any where conditions. Thanks psvo for find the first one. :-) | |||
| 2010-01-04 | Fix the logout link to send you back to the current url. The old | Bharat Mediratta | |
| approach depended on having an $item, which is not the case on all pages (eg: tag pages). Also, check the CSRF in the logout controller, else you can use the logout link as a blind forwarder. | |||
| 2010-01-02 | Remove the Rest_Exception::trigger method. | Tim Almdal | |
| 2009-12-31 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2009-12-31 | A more thorough fix for #745 and #940. Stop using the referer to | Bharat Mediratta | |
| guess how to send the user back. Instead, proxy the originating item id through the edit forms so that we can tell exactly what page we were on when we began editing. If we were viewing the item, then redirect to its new url (in case it changed) to fix ticket #745. But if we were viewing some other item, then just stay on the current page to fix #940. The page_type approach didn't work because you'd have the same "collection" page_type when doing a context menu edit for an album. | |||
| 2009-12-31 | Create a Rest_Exception class and use it to convey status to the client ↵ | Tim Almdal | |
| instead of calling rest::forbidden and other rest helper error messages. | |||
| 2009-12-31 | Change the gallery_rest::_validate() method to use the form rules in ↵ | Tim Almdal | |
| Item_Model. Change the Duplicate errors to sentence case. And generally clean up the flow in _validate(). | |||
| 2009-12-30 | 1) Remove the rest::not_found method and replace it with "throw new ↵ | Tim Almdal | |
| Kohana_404_Exception 2) Don't use the input path to lookup the item via relative_path_cache. Instead use url::get_item_from_uri method. | |||
| 2009-12-30 | Rollback the refactoring of the update into a helper method. Also remove the ↵ | Tim Almdal | |
| refactoring for check for commits | |||
| 2009-12-30 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2009-12-29 | Another holdover from the K2.4 conversion. In R2.4 the url::current(true) ↵ | Tim Almdal | |
| was returning an empty string. This fixes ticket #955. | |||
| 2009-12-27 | Clean up validation the check for duplicate names or slugs, finish ↵ | Tim Almdal | |
| converting the rest API to Kohana 2.4 | |||
| 2009-12-26 | Forgot to commit local changes to item helper for K2.4 | Tim Almdal | |
| 2009-12-26 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| Conflicts: modules/gallery/controllers/albums.php modules/gallery/controllers/movies.php modules/gallery/controllers/photos.php | |||
| 2009-12-24 | indentation fix. | Bharat Mediratta | |
| 2009-12-24 | whitespace fix | Bharat Mediratta | |
| 2009-12-23 | When normalizing the rest request don't assume that the additional arguments ↵ | Tim Almdal | |
| are acutall a path. Leave it up to the handler to determine. | |||
| 2009-12-23 | Updated the unit tests to match the current API | Tim Almdal | |
| Corrected a problem identified with the unit tests... failed if the path was empty on PUT. | |||
| 2009-12-22 | Fix where tuple sent to descendant_counts() -- it needs to be wrapped in an ↵ | Bharat Mediratta | |
| array | |||
| 2009-12-22 | Add merge_or_where() to MY_Datatabase_Builder and use that instead of | Bharat Mediratta | |
| or_where() for compatibility and convenience. Caught by failing unit tests. | |||
| 2009-12-22 | ORM::factory() in K24 does not allow you to specify an alternate key | Bharat Mediratta | |
| for lookup. So instead of doing: ORM::factory("foo", array("some_key" => "some_value")) you have to do: ORM::factory("foo"->where("some_key", "=" "some_value")->find() | |||
| 2009-12-22 | Update the api so it allows images to be uploaded. | Tim Almdal | |
| 2009-12-21 | Added validation to the edit functionality, since we can't trust any input | Tim Almdal | |
| 2009-12-18 | Add the parent path to the resource | Tim Almdal | |
| 2009-12-18 | Add the name field to remote interface. | Tim Almdal | |
| 2009-12-17 | In Kohana 2.4, ORM no longer does the find_all() call for us when we | Bharat Mediratta | |
| retrieve related ORMs. If we tack a find_all() on the end, it breaks the User_Definition interface so create User_Model::groups() and Groups_Model::users() as glue. | |||
| 2009-12-17 | Convert some database queries. | Bharat Mediratta | |
| 2009-12-17 | Update all database queries such that we can run "php index.php | Bharat Mediratta | |
| package" and generate the same SQL as before. | |||
| 2009-12-16 | Make sure we always return a children array for albums. | Tim Almdal | |
| 2009-12-15 | Include the thumb, resize and fullsize sizes (height & width) in the ↵ | Tim Almdal | |
| resource contents returned via the rest interface. | |||
| 2009-12-15 | Change what is used as the url to the item. | Tim Almdal | |
| 2009-12-15 | Add the resize url to returned resource. | Tim Almdal | |
| 2009-12-15 | Updates the the interface based on actually using it. | Tim Almdal | |
| 2009-12-14 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2009-12-13 | Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev | Bharat Mediratta | |
| Conflicts: modules/gallery/helpers/identity.php | |||
