| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
| 2009-11-03 | Small CSS fix for language admin | jhilden | |
| 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-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-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-30 | Add type attribute to rest of our script tags. | Chad Kieffer | |
| 2009-10-28 | Put the javascript initialization into a ready function so its invoked after ↵ | Tim Almdal | |
| the dom has been created. Fixes ticket #839 | |||
| 2009-10-28 | Normalize capitalization ticket #596 | Tim Almdal | |
| 2009-10-28 | Initial RTL update work. Consolidated shared rtl-related css selectors in ↵ | Chad Kieffer | |
| gallery.common. Applied g-right and g-left to a few banner items, including login menu and the logo. | |||
| 2009-10-27 | Breadcrumb updates. Apply g-first and g-active consistently, use ems instead ↵ | Chad Kieffer | |
| of px for nicer proportions, make font-size the same whether on the page or in a dialog. | |||
| 2009-10-27 | Remove Menu::compact() in favor of putting an if-then clause in | Bharat Mediratta | |
| menu.html.php. This serves two purposes: 1) It's more efficient since we're doing less passes over the Menu tree 2) We're allowing themers to decide whether or not to show empty menus | |||
| 2009-10-27 | Oops. Change "$this" to "$menu" in our menu component views. | Bharat Mediratta | |
| 2009-10-27 | Change our menu building blocks to use PHP templates so that themes | Bharat Mediratta | |
| can override them and define their own menu formats. I worry a little bit that this approach may be too heavy since we're now doing a lot more template includes than we were before. Also, I had to change the Menu API to stop using __toString() because you can't throw exceptions from __toString() which would make it an unhappy experience for developers. | |||
| 2009-10-27 | Switch instances of first to g-first. | Chad Kieffer | |
| 2009-10-24 | Remove a redundant comment, change the name of the identity change event to ↵ | Tim Almdal | |
| 'identity_before_change' and change the name of 'login::get_login_form()' to 'login::get_form()' | |||
| 2009-10-23 | Make g-inline more specific, replace universal selector with an li since ↵ | Chad Kieffer | |
| this class will most often be used with order and unordered lists. Apply g-inline to the the login menu and footer credits. | |||
| 2009-10-23 | Standardize message markup, make the update block status message translatable. | Chad Kieffer | |
| 2009-10-22 | Change Identity adminstration to use the uninstall/install methods when ↵ | Tim Almdal | |
| changing providers. | |||
| 2009-10-22 | Change the name of identity library from Identity to IdentityProvider. ↵ | Tim Almdal | |
| Create a helper class called identity to simplify call the Identity Provider. Move the contents of MY_Session.php to the new helper class and remove the MY_Session class | |||
