| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-11-11 | Make the browse button look more like the current one. | Tim Almdal | |
| 2009-11-11 | Improve error handling. | Tim Almdal | |
| 2009-11-10 | Pass two of uploadify... remove the default.css file, removed the folder ↵ | Tim Almdal | |
| option and create a status area where succesful uploads are listed. | |||
| 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-09 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2009-11-08 | Fix an accidental old use of $photo in the extension renaming code. | Bharat Mediratta | |
| 2009-11-08 | Merge branch 'master' of github.com:gallery/gallery3 | Chad Kieffer | |
| 2009-11-08 | No need to abbreviate text in CSS class names. Thx bharat! | Chad Kieffer | |
| 2009-11-07 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2009-11-07 | Remove debugging statement | Tim Almdal | |
| 2009-11-07 | Move the Remove all completed tasks back out of the th, shouldn't have put ↵ | Chad Kieffer | |
| it there in the first place. | |||
| 2009-11-07 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2009-11-07 | 1) Change the name of the form and message to g-in-place-edit-form and ↵ | Tim Almdal | |
| g-in-place-edit-message. 2) Make sure the cancel button works and cleans up the dom appropriately. | |||
| 2009-11-06 | Make sure the position method works for both ascending and descending sort ↵ | Tim Almdal | |
| orders. | |||
| 2009-11-06 | Correct spacing | Tim Almdal | |
| 2009-11-06 | Clean up the In place edit api: | Tim Almdal | |
| 1) Only allow 1 in place edit to be active at a time (gets around the issue of using an id to identify the form 2) remove the add_ prefix from some of the api methods 3) clean up inconsistent naming | |||
| 2009-11-06 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2009-11-06 | Move log viewing and translation CSS from admin_wind to gallery.css. ↵ | Chad Kieffer | |
| Explicitly set widths on all admin forms to 270px, all work better at a narrower width than the 500px default set by gallery.dialog.js. | |||
| 2009-11-06 | Try not to set explicit font-sizes for log message display, use g-txt-small ↵ | Chad Kieffer | |
| instead. | |||
| 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 | Modify the Menu_Element class to allow for the specification of a custom ↵ | Tim Almdal | |
| view. Also allow the root element to specify a css id. | |||
| 2009-11-06 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2009-11-05 | Minor css cleanup. Removed a few redundant and unused attributes, ↵ | Chad Kieffer | |
| alphabetized attributes, white-space fixes. | |||
| 2009-11-05 | Removed todos, they're done. | Chad Kieffer | |
| 2009-11-05 | Clean up problem with cancelling the inplace edit left a whole bunch of css ↵ | Tim Almdal | |
| artifacts. | |||
| 2009-11-05 | Remove debugging statement | Tim Almdal | |
| 2009-11-05 | Refactor the in place editting in tags admin out into a separate widget as ↵ | Tim Almdal | |
| part ofthe gallery module. Create the jQuery widget, form template and library to support generalized in place editting. Part of the fix for ticket #750. | |||
| 2009-11-04 | Modified the so that a where clause can be passed into item::get_position. ↵ | Tim Almdal | |
| Was also able to remove the sub-select from the calculation of the current position as we already have the child item containing the sort column value. Also added a where clause that ignores albums to the get_position, children and children_count method calls in photos.php and movies.php | |||
| 2009-11-04 | Address the inconsistency between Add Photos and Server Add so that neither ↵ | Tim Almdal | |
| replace spaces in the filename Fixes ticket #853 | |||
| 2009-11-03 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2009-11-03 | Merge branch 'master' of git@github.com:gallery/gallery3 | jhilden | |
| 2009-11-03 | Small CSS fix for language admin | jhilden | |
| 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-02 | Merge branch 'master' into talmdal_dev | Tim Almdal | |
| 2009-11-01 | Cleanup RTL styles even further. I think this gets wind and admin_wind ↵ | Chad Kieffer | |
| looking pretty good for RTL. Related to the previous commit, remove g-right from login menu, let the theme handle positioning. | |||
| 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-11-01 | Update the modified with a local fix for Kohana ticket #2298 | Tim Almdal | |
| 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 | Change the order of processing to allow various modules to respond to the ↵ | Tim Almdal | |
| identity change event after the new provider instance has been installed. Once the new provider is installed and activated, we can uninstall the old provider which causes users to be deleted. This should be safer, because at this point our new identity provider has been installed, most of the ownership issues have been resolved by the identity change handlers. If there are any ownership issues left, the user deleted event has the new identity provider to uses to rectify them. | |||
| 2009-10-31 | fix an issue with the scroll bar appearing on the confirmation dialog and ↵ | Tim Almdal | |
| insure that dialog is removed if cancel is pressed, so we can correctly reshow it if required. | |||
| 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-31 | Added a config parameter to the IdentityProvider to specifiy the ↵ | Tim Almdal | |
| configuration. This allows the ldap installer to instantiate the ldap Identity provider to use in the install and uninstall methods | |||
