summaryrefslogtreecommitdiff
path: root/core/css
AgeCommit message (Collapse)Author
2009-05-27Restructure 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-04-07changed 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-03-18Fix for ticket #143Tim Almdal
2009-03-05Applied 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-10Add another TODOBharat Mediratta
2009-02-09Adding translation UI. Not backed by any model yet (submissions are ignored).Andy Staudacher
The code is based on the l10n_client module from Drupal 6, by Gabor Hojtsy (http://drupal.org/user/4166).
2009-02-08Implement the "additional options" part of the quick menu. It's onlyBharat Mediratta
for albums, because we don't currently have additional options for photos yet.
2009-01-20Fix indentation.Bharat Mediratta
2009-01-15Minor display updates for quick edit menu.Chad Kieffer
2009-01-14Visually 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-13Update quick edit markup, styles, js. One step towards jquery ui theme.Chad Kieffer
2009-01-12Keep CSS selector attribute definitions alphabetized.Chad Kieffer
2009-01-05Add "quick edit" which lets you edit a photo's details from the albumsBharat Mediratta
page.
2009-01-04Rename:Bharat Mediratta
gQuickEdit to gQuick quick_edit -> quick
2009-01-04CSS/JS formatting and selector updates.Chad Kieffer
2009-01-03Add a new quick-edit mode for editing photos when viewing albums.Bharat Mediratta
Implement image rotation this way.
2009-01-01Move debug CSS into core/css/debug.css, and enable it for admin themes alsoBharat Mediratta