| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-05-27 | Restructure things so that the application is now just another module. | Bharat Mediratta | |
| Kohana makes this type of transition fairly straightforward in that all controllers/helpers/etc are still located in the cascading filesystem without any extra effort, except that I've temporarily added a hack to force modules/gallery into the module path. Rename what's left of "core" to be "application" so that it conforms more closely to the Kohana standard (basically, just application/config/config.php which is the minimal thing that you need in the application directory) There's still considerable work left to be done here. | |||
| 2009-05-21 | Provide delete confirmations in quick pane and organize features. If | Tim Almdal | |
| I've missed any spots let me know. | |||
| 2009-05-20 | Replace the old "add photo" form with the simple uploader version in | Bharat Mediratta | |
| the "add a photo" quick menu option. | |||
| 2009-05-13 | Address the final point in #226. Disable the make album cover icon if | Tim Almdal | |
| the pane has the ui-state-disabled class | |||
| 2009-04-07 | changed the items in quickpaneoptions dropdown menu (which appears in the ↵ | Jakob Hilden | |
| quickpane for albums) to be easier clickable and changed markup to use <ul> (more semantically correct) | |||
| 2009-04-06 | Fix up the quick-edit code on the photos page. Everything but "move" | Bharat Mediratta | |
| is implemented. Can't do move easily because it's tricky to handle the post-move redirect. | |||
| 2009-03-31 | Add quick edit pane to resize images, ticket #189 | Chad Kieffer | |
| 2009-03-27 | Put csrf token into Admin_View and Theme_View by default, then use it | Bharat Mediratta | |
| directly wherever possible instead of access::csrf_token(). | |||
| 2009-03-18 | Added rotate cc and ccw icons to themeroller theme and css to default theme, ↵ | Chad Kieffer | |
| applied to quick pane rotate buttons. Hope that jQuery UI includes rotate icons eventrually so we don't have to maintain this. | |||
| 2009-03-18 | Fix for ticket #143 | Tim Almdal | |
| 2009-03-05 | Applied jQuery UI buttons to quick edit pane. Not tested, but icons should ↵ | Chad Kieffer | |
| display iin IE6 now. Rotate icons will need to be updated later. | |||
| 2009-02-23 | Replace the word "item" in display text with photo/album/movie as | Bharat Mediratta | |
| appropriate. We shouldn't be saying "item" to the user. | |||
| 2009-02-17 | Swap positions of rotation buttons so that that they're more intuitive | Bharat Mediratta | |
| 2009-02-15 | Allow rotation for photos, not albums (duh) | Bharat Mediratta | |
| 2009-02-08 | Implement the "additional options" part of the quick menu. It's only | Bharat Mediratta | |
| for albums, because we don't currently have additional options for photos yet. | |||
| 2009-02-06 | Convert all item->type == "album" to item->is_album() | Tim Almdal | |
| Convert all item->type == "photo" to item->is_photo() | |||
| 2009-01-29 | Add delete support as a quick-edit option | Bharat Mediratta | |
| 2009-01-29 | Support making an album the album cover for its parent | Bharat Mediratta | |
| 2009-01-24 | Add move support. Use the move icon in the quick pane. You can't | Bharat Mediratta | |
| move an item into its own hierarchy, or into an album where you don't have edit permission. | |||
| 2009-01-20 | Quick edit now lets you set the album cover. | Bharat Mediratta | |
| 2009-01-20 | fix indentation | Bharat Mediratta | |
| 2009-01-20 | Add a quick edit pane for albums, too. | Bharat Mediratta | |
| 2009-01-14 | Visually attach the quick edit menu to the thumbnail container. Added more ↵ | Chad Kieffer | |
| edit options (move, select as album cover, delete, additional options). Need to decide which belong in the bar and which belong in a dropdown menu under "options." | |||
| 2009-01-13 | Update quick edit markup, styles, js. One step towards jquery ui theme. | Chad Kieffer | |
| 2009-01-08 | i18n refactoring: Rename all _() (reserved by gettext) calls to t(). | Andy Staudacher | |
| - And refactor printf to our string interpolation / pluralization syntax - Also, a slight change to the translations_incomings table, using binary(16) instead of char(32) as message key. | |||
| 2009-01-06 | Add graphics::Can() to let us determine whether the active toolkit | Bharat Mediratta | |
| supports a given function. Right now it's hardcoded to support what we know about GD. | |||
| 2009-01-05 | Add "quick edit" which lets you edit a photo's details from the albums | Bharat Mediratta | |
| page. | |||
