Jakob Hilden
b6f59e17f1
changed the items in quickpaneoptions dropdown menu (which appears in the quickpane for albums) to be easier clickable and changed markup to use <ul> (more semantically correct)
2009-04-07 07:14:36 +00:00
Bharat Mediratta
63edb37076
Fix up the quick-edit code on the photos page. Everything but "move"
...
is implemented. Can't do move easily because it's tricky to handle
the post-move redirect.
2009-04-06 08:10:42 +00:00
Chad Kieffer
a57d0d93a8
Add quick edit pane to resize images, ticket #189
2009-03-31 05:14:40 +00:00
Bharat Mediratta
921f3a2eee
Put csrf token into Admin_View and Theme_View by default, then use it
...
directly wherever possible instead of access::csrf_token().
2009-03-27 03:43:21 +00:00
Chad Kieffer
591403d794
Added rotate cc and ccw icons to themeroller theme and css to default theme, 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 06:15:37 +00:00
Tim Almdal
3a5de959b9
Fix for ticket #143
2009-03-18 02:49:04 +00:00
Chad Kieffer
33eb05ef9a
Applied jQuery UI buttons to quick edit pane. Not tested, but icons should display iin IE6 now. Rotate icons will need to be updated later.
2009-03-05 06:03:04 +00:00
Bharat Mediratta
ca5bba0964
Replace the word "item" in display text with photo/album/movie as
...
appropriate. We shouldn't be saying "item" to the user.
2009-02-23 00:25:51 +00:00
Bharat Mediratta
9ac6ed5a82
Swap positions of rotation buttons so that that they're more intuitive
2009-02-17 05:11:39 +00:00
Bharat Mediratta
4cdd3ae0de
Allow rotation for photos, not albums (duh)
2009-02-15 04:38:21 +00:00
Bharat Mediratta
7ebbe189d4
Implement the "additional options" part of the quick menu. It's only
...
for albums, because we don't currently have additional options for
photos yet.
2009-02-08 00:42:17 +00:00
Tim Almdal
80d4df3a4a
Convert all item->type == "album" to item->is_album()
...
Convert all item->type == "photo" to item->is_photo()
2009-02-06 03:47:36 +00:00
Bharat Mediratta
b4f92c7de6
Add delete support as a quick-edit option
2009-01-29 09:26:39 +00:00
Bharat Mediratta
8d4b0afa4f
Support making an album the album cover for its parent
2009-01-29 03:14:43 +00:00
Bharat Mediratta
eed57674f9
Add move support. Use the move icon in the quick pane. You can't
...
move an item into its own hierarchy, or into an album where you don't
have edit permission.
2009-01-24 05:14:44 +00:00
Bharat Mediratta
b9e8ce4190
Quick edit now lets you set the album cover.
2009-01-20 08:54:15 +00:00
Bharat Mediratta
be1f9d6892
fix indentation
2009-01-20 08:25:21 +00:00
Bharat Mediratta
3ba056d714
Add a quick edit pane for albums, too.
2009-01-20 07:11:14 +00:00
Chad Kieffer
c383b2fc35
Visually attach the quick edit menu to the thumbnail container. Added more 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-14 06:36:47 +00:00
Chad Kieffer
5f17ae4f02
Update quick edit markup, styles, js. One step towards jquery ui theme.
2009-01-13 06:20:35 +00:00
Andy Staudacher
a631fe29f3
i18n refactoring: Rename all _() (reserved by gettext) calls to t().
...
- 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-08 17:13:06 +00:00
Bharat Mediratta
393273eaef
Add graphics::Can() to let us determine whether the active toolkit
...
supports a given function. Right now it's hardcoded to support what
we know about GD.
2009-01-06 09:30:32 +00:00
Bharat Mediratta
7482b6683e
Add "quick edit" which lets you edit a photo's details from the albums
...
page.
2009-01-05 08:05:50 +00:00