| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-11-25 | Refactor the album, movie and photo handling to remove the REST_Controller. ↵ | Tim Almdal | |
| Partial fix for ticket #917 | |||
| 2009-11-24 | Rename I18n to Gallery_I18n to avoid conflict with Kohana 2.4 | Bharat Mediratta | |
| 2009-11-20 | Fixes #898 | Bharat Mediratta | |
| 2009-11-19 | Revert "Currently Admin_Theme_Options controller assumes that all the themes ↵ | Tim Almdal | |
| will provide the same values. This change corrects that assumption and moves the management of the theme options, including creating the form and updating the theme options into the theme." This reverts commit 1692ee130887a6ad1ba68aa34a96ad36161600f9. | |||
| 2009-11-19 | Revert "Create theme::get_var(), theme::set_var() methods to set the options ↵ | Tim Almdal | |
| of the active site theme. Change all refrences to theme options to use these methods. Update the version number of Gallery to 20 and move any them related options to the be stored under the active theme." This reverts commit 26114972c3388f065220b94a0d5962f20a6ccd0c. | |||
| 2009-11-18 | Create theme::get_var(), theme::set_var() methods to set the options of the ↵ | Tim Almdal | |
| active site theme. Change all refrences to theme options to use these methods. Update the version number of Gallery to 20 and move any them related options to the be stored under the active theme. | |||
| 2009-11-18 | Currently Admin_Theme_Options controller assumes that all the themes will ↵ | Tim Almdal | |
| provide the same values. This change corrects that assumption and moves the management of the theme options, including creating the form and updating the theme options into the theme. | |||
| 2009-11-18 | Create a helper to load the theme information from theme.info | Tim Almdal | |
| 2009-11-17 | Tweak load_themes() to match exactly "/admin" or the "/admin/" prefix, | Bharat Mediratta | |
| but not just the "/admin" prefix because that breaks if you add an image like "admin_photostream". | |||
| 2009-11-17 | Redesign the way that we consider page types to create buckets of page | Bharat Mediratta | |
| types, and a subtype for specifics. Currently the top level bucket collection, item, other Here are the core subtypes so far: collection: album, search, tag item: movie, photo other: login, reset, comment-fragment, comment It's legal to create new page_subtypes whenever you want. Use the appropriate page_type to get the coarse grain behavior that you want. | |||
| 2009-11-16 | Store the directory, files and translation cache in the gallery3 cache ↵ | Tim Almdal | |
| instead of trying to store it in the task. It is possible with lots of modules and lots of incoming translations to go beyond the 64K limit in the task context. Possible fix for #886. | |||
| 2009-11-14 | Fix a bunch of little issues in the version 16, 17, and 18 upgraders. | Bharat Mediratta | |
| - Add a missing loop in 15->16 causing ticket #881 - Comment the blocks correctly - Remove unnecessary loop from 18->19 | |||
| 2009-11-13 | Standardize the name of the blocks. | Tim Almdal | |
| 2009-11-13 | Undo using the md5 hash of the module name and block_id, so duplicate blocks ↵ | Tim Almdal | |
| are no allowed again | |||
| 2009-11-12 | Change the keys of the block arrays in block manager to be a md5 hash of ↵ | Tim Almdal | |
| module_name:block_id. This allows easier lookup of blocks to remove when modules are being deactivated. Change the module activation/deactivation to call (activate|deactivate)_blocks instead of just the sidebar blocks. This insures that when a module is deactivated any admin dashboard blocks are removed as well the site sideboard blocks. Fix for ticket #876. | |||
| 2009-11-09 | First cut at replacing swfupload with uploadify. Probably need to review ↵ | Tim Almdal | |
| the css and remove extra swfupload selectors. Also changed the dialog so tags can be entered for all the files being uploaded. Probably need to add better start processing so the batch is started before the first image is loaded. Maybe add a module variable so the number of simultaneous uploads can be initiated (currently hard ocded to 10. | |||
| 2009-11-09 | Revert "Try an new approach to extending forms. Create an extend_form ↵ | Tim Almdal | |
| event. For the first attempt replace the comment_add_form and item_add_form events." This reverts commit 809e738536b6639bb42ecae8eb1e183543fed93c. | |||
| 2009-11-07 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2009-11-07 | Remove debugging statement | Tim Almdal | |
| 2009-11-06 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2009-11-06 | Create a user_menu for the top of the page. Change the login, edit profile ↵ | Tim Almdal | |
| and logout portions of the banner to be rendered by the Theme_View::user_menu callback. This fires the user_menu event. Fixes Ticket #871. | |||
| 2009-11-06 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2009-11-05 | Clean up problem with cancelling the inplace edit left a whole bunch of css ↵ | Tim Almdal | |
| artifacts. | |||
| 2009-11-03 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2009-11-03 | Respect the "theme" variable if we're an admin. This requires us to | Bharat Mediratta | |
| change the order of operations in gallery_event::gallery_ready() so that we load users before themes. Fixes ticket #836. | |||
| 2009-11-02 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2009-11-02 | remove a debugging statement | Tim Almdal | |
| 2009-11-01 | Try an new approach to extending forms. Create an extend_form event. For ↵ | Tim Almdal | |
| the first attempt replace the comment_add_form and item_add_form events. | |||
| 2009-11-01 | Merge branch 'master' of git@github.com:gallery/gallery3 | Tim Almdal | |
| 2009-11-01 | Convert the event handlers for the "identity provider changed" and ↵ | Tim Almdal | |
| "user_deleted" events to use ORM or the Kohana query builder to build the database update calls instead of coding the sql directly. | |||
| 2009-11-01 | Replace split() with explode() since split is deprecated in PHP 5.3 | Bharat Mediratta | |
| Fixes ticket #865 | |||
| 2009-10-31 | Include the gallery_toolkit_path in the path when determining the location ↵ | Tim Almdal | |
| of ffmpeg. | |||
| 2009-10-31 | Move the identity provider menu item under the settings menu and make the ↵ | Tim Almdal | |
| User/Groups administration a first level menu item. As discussed via -devel mailing list. | |||
| 2009-10-31 | Add identity_change handlers to resolve the ownership issues of comments, ↵ | Tim Almdal | |
| subscription, items and tasks. | |||
| 2009-10-31 | Don't specify the default identity provider in the gallery installer. Let ↵ | Tim Almdal | |
| the user module use that as a trigger to set ownership of the root album to the administrator. | |||
| 2009-10-30 | Patch to clean up loose ends when a user is deleted. | Tim Almdal | |
| * For items and tasks the owner id is set to admin * For notification subscriptions, the subscription is deleted * For comments, I've extracted the user name, email and url and set the guest_name, guest_email and guest_url columns while setting the author_id to identity::guest()->id Fix for ticket #777. | |||
| 2009-10-30 | Include the graphics_toolkit_path from the advanced settings in the path ↵ | Tim Almdal | |
| when searching for the graphics toolkits directories. Fixes ticket #639 | |||
| 2009-10-30 | Rename the login helper to auth. Create a login and logout helper function ↵ | Tim Almdal | |
| to allow for programmically login in and out. | |||
| 2009-10-29 | Add the add_user_to_group and remove_user_from_group api method calls. If ↵ | Tim Almdal | |
| the identity provider isn't writable, the method implementations should throw an Invalid Operation exception. | |||
| 2009-10-29 | Correct the issues that identity::registered_users was calling the backend ↵ | Tim Almdal | |
| provider everybody method | |||
| 2009-10-29 | Missed a couple of inconsistent capitalizations | Tim Almdal | |
| 2009-10-29 | Use the identity interface admin_user to retreive the admin user. | Tim Almdal | |
| 2009-10-29 | Add the admin_user api function to the identity helper and the ↵ | Tim Almdal | |
| IdentityProvider interface. | |||
| 2009-10-29 | Just show the Identity admin menu item all the time. This gives a place to ↵ | Tim Almdal | |
| hang other user related module administartion menu links. | |||
| 2009-10-28 | Normalize capitalization ticket #596 | Tim Almdal | |
| 2009-10-27 | Add a flag in the module.info (no_module_admin) to indicate that this module ↵ | Tim Almdal | |
| shouldn't be managed by the default module administration screen. This module will always be locked on that screen. | |||
| 2009-10-27 | Switch instances of first to g-first. | Chad Kieffer | |
| 2009-10-27 | When rebuilding dirty images, start a batch on initialization and stop it ↵ | Tim Almdal | |
| when the task is complete. Fixes ticket #670 | |||
| 2009-10-26 | Upgrade the gallery module to version 16 to reflect the refactoring of the ↵ | Tim Almdal | |
| user module into an identity provider. Change how we determine if there are available groups that we need to export | |||
| 2009-10-26 | Change the upgrader so that it never deactivactes the gallery nor the ↵ | Tim Almdal | |
| current identity provider modules. Call module::deactive to truly deactivate the module. | |||
