| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-01-23 | Correct the javascript so it will find the "Continue" button in other ↵ | Tim Almdal | |
| languages than english. | |||
| 2010-01-23 | Increase the size of the 'select photos' button so that it doesn't wrap and ↵ | Tim Almdal | |
| set the size of the underlying flash object. | |||
| 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 | Disable the continue button after clicking so it can only clicked once. | Tim Almdal | |
| 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-12 | Add a css id attribute to the i10n-edit-translation element. Fixes ticket #969. | Tim Almdal | |
| 2010-01-02 | Fix up tabs, leading <?php. | Bharat Mediratta | |
| 2010-01-02 | Correct formatting in the uploadify dialog box for safari. | Tim Almdal | |
| 2009-12-30 | Force the 'Select Photos...' button to always be in the center of the upload ↵ | Tim Almdal | |
| dialog with the flash object overtop of it. Fixes ticket: #908. | |||
| 2009-12-27 | Only mark a variable as empty if its value is null. So 0 shows as 0. | Bharat Mediratta | |
| 2009-12-23 | Cleaner version. Probably has a bunch of cruft in it, but it looks good enough. | Bharat Mediratta | |
| 2009-12-23 | First shot at integrating the K24 error page. | Bharat Mediratta | |
| 2009-12-18 | Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev | Bharat Mediratta | |
| 2009-12-18 | Use url::base() instead of item::root()->url because we can't be sure | Bharat Mediratta | |
| that will work (if your database is sitll at Beta 1, you don't have the slug column, for example). | |||
| 2009-12-05 | Merge branch 'master' of git@github.com:gallery/gallery3 into bharat_dev | Bharat Mediratta | |
| 2009-12-02 | Rename the "upload_limit" variable to "simultaneous_upload_limit" for | Bharat Mediratta | |
| clarity, since it only limits concurrency not the number of actual uploads. Move the default-setting code into the upgrader so that we avoid creating the variable as a side-effect of the view (personal preference to avoid side-effect code since it's led to problems in the past). | |||
| 2009-12-02 | Allow users to override the number of simulatenous uploads. This setting ↵ | Tim Almdal | |
| won't appear until after they have attempted to upload at least once and have issues. | |||
| 2009-11-25 | Preliminary work to cut over to Kohana 2.4 | Bharat Mediratta | |
| - Kohana::log() -> Kohana_Log::add() - Kohana::config_XXX -> Kohana_Config::instance()->XXX - Implement View::set_global in MY_View - Updated Cache_Database_Driver to latest APIs - ORM::$loaded -> ORM::loaded() - Updated item::viewable() to use K2.4 parenthesization | |||
| 2009-11-21 | Correct inconsistent captialization. Fixes #906 | Tim Almdal | |
| 2009-11-20 | Convert the Simple Uploader form over to Forge, and use the event | Bharat Mediratta | |
| model to let the Tags module modify it. This brings it inline with our other module-extensible form based interactions. | |||
| 2009-11-20 | Minor reformatting. | Bharat Mediratta | |
| 2009-11-20 | Use "#g-add-photos-canvas object" instead of "#g-uploadifyUploader" so | Bharat Mediratta | |
| that we're not mixing naming styles. | |||
| 2009-11-20 | Move tag ui to the bottom of the form since it's a lower priority | Bharat Mediratta | |
| Internationalize and simplify our error strings. | |||
| 2009-11-19 | Add the ability to add tags for files that are uploaded using the simple loader. | Tim Almdal | |
| 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-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-17 | Address RTL issues reported in ticket #869. Placement of checkboxes and ↵ | Chad Kieffer | |
| radio buttons and sidebar block management lists. | |||
| 2009-11-17 | White-space fix and quoting update. | Chad Kieffer | |
| 2009-11-16 | Use some hacky css to get the buttons alighned properly. Fixes ticket #880. | Tim Almdal | |
| 2009-11-15 | Use text::alternate() instead of hand-rolled even/odd code. | Bharat Mediratta | |
| 2009-11-15 | Try to keep users from leaving the upgrade page, or running the | Bharat Mediratta | |
| upgrade twice. 1) Disable the "Upgrade all" link once clicked 2) Put up a "upgrade in progress" link to show that there's something happening. Fixes ticket #837. | |||
| 2009-11-15 | Change "confirmation" to "dialog" in preparation for putting up a | Bharat Mediratta | |
| "we're working, stay tuned" message. | |||
| 2009-11-15 | Tweak upgrader html and css so that we set opacity properly for rows | Bharat Mediratta | |
| that are done, and disable the upgrade link when there're no actions to take. | |||
| 2009-11-15 | Fix a bug where we were using <? ?> tags in css to figure out whether we | Bharat Mediratta | |
| should gray out an element. | |||
| 2009-11-15 | Close the confirmation box with a fade, instead of a slide. | Bharat Mediratta | |
| 2009-11-13 | In order for us to provide a button that is style the way we want it to, we ↵ | Tim Almdal | |
| need to make the object transparent and hide its button, then our styling shows through. But what worked the other day no longer works, so until thumb gets a chance to look at the style so the buttons line up, we will just go with the default button so it works. | |||
| 2009-11-11 | Add some padding to the add photo's button so when the focus goes on the ↵ | Tim Almdal | |
| flash object, it lines up with the button. | |||
| 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-08 | No need to abbreviate text in CSS class names. Thx bharat! | Chad Kieffer | |
| 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 | 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 | 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-05 | Clean up problem with cancelling the inplace edit left a whole bunch of css ↵ | Tim Almdal | |
| artifacts. | |||
| 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. | |||
