Commit Graph
609 Commits
Author SHA1 Message Date
Bharat Mediratta ae06ad3a41 Update to new Polar Rose API. 2009-02-17 06:03:47 +00:00
Chad Kieffer d04dbadfa1 Apply buttons to comment moderation and action buttons, beginnings of a photo stream carousel block in admin dashboard. 2009-02-15 22:36:51 +00:00
Bharat Mediratta 0e3df4e5d2 Fix pluralized text. 2009-02-15 08:12:48 +00:00
Bharat Mediratta 590a4677f3 Tweak EXIF extraction code to be more robust.
* Create Exif_Record_Model to track whether we've scanned the EXIF
  data for this photo or not.  This allows us to track photos that
  don't have EXIF data (and won't have any Exif_Keys)

* Blow away old Exif_Keys when extracting, else we hit unique
  index constraints.

* exif::_get_stats() -- before it was running the task forever
2009-02-15 08:08:22 +00:00
Bharat Mediratta 410aabf124 exif_data -> exif_keys
This was breaking delete.
2009-02-14 22:25:36 +00:00
Tim Almdal 7ea06ccbcb Fix error if theme item is not supplied. 2009-02-13 06:36:02 +00:00
Chad Kieffer 5dad40b1ae Ticket #2. Tighten up search results UI. 2009-02-13 03:21:19 +00:00
Tim Almdal 0836f507f2 Corrected indentation 2009-02-12 16:17:20 +00:00
Tim Almdal fc08012e5d Add a maintenace task to extract the EXIF data from images
Changed exif to EXIF in comments
2009-02-12 16:14:52 +00:00
Tim Almdal 2df75c11fb Correct typo in variable name 2009-02-12 14:02:11 +00:00
Chad Kieffer 9bbe8053c7 Added a show comment form button. Add comment form is revealed when the button is clicked. Used jQuery UI Effect to .highlight() to bring attention to newly added comments. Also added a named anchor to our block library to allow direct linking/scrolling to those blocks on the page. 2009-02-12 07:07:11 +00:00
Tim Almdal 6adf661ca7 Change the size of the text and and some odd/even coloring. Hopefully
some one will be so disgusted with these colors, they will change them :-).
2009-02-12 01:12:33 +00:00
Tim Almdal fbfa2336f9 Bag the whole idea of a tab widget containing summary and detail
information and just go straight to the detail.
2009-02-12 00:52:44 +00:00
Tim Almdal 37a1cca520 Well, exif dialog displays and will show the summary information.
However, The text needs to be scaled or the size of the box needs to
be managed such that there is nowrapping.  The columns need to be
styled for odd and even.  And I can't get tabbing to work.  If you
click on details tab nothing happens and i don't know what I've done
wrong. Addition input is appreciated.
2009-02-11 17:42:05 +00:00
Chad Kieffer d739d1ea46 Button mania continues. Make edit and delete user/group links buttons, buttons, buttons! 2009-02-11 05:35:11 +00:00
Jakob Hilden b00bad39e6 improvements on the tag admin 2009-02-11 04:38:02 +00:00
Tim Almdal 19f29fb1d6 Exif data is now collected when an image is added. 2009-02-10 16:28:50 +00:00
Bharat Mediratta 9ad072b33f Simplification pass that preserves almost all functionality (except
default_country) but removes a lot of the code.
2009-02-10 09:10:55 +00:00
Andy Staudacher b2f20ff766 style fixes (style for method names, style for vars in locale.php) 2009-02-10 06:12:16 +00:00
Andy Staudacher 62f3724acb Adding UI for site language selection and user language preference. 2009-02-10 05:37:42 +00:00
Bharat Mediratta 06d5e2972d Line length fix 2009-02-10 04:56:21 +00:00
Bharat Mediratta 11226bdd3a Simplify delete into guaranteed 3 queries. 2009-02-10 04:34:34 +00:00
Bharat Mediratta 9f76d15086 Clean up translations to use t() properly and differentiate between
albums and photos.  We should not say the word "item" to users if we
can avoid it.
2009-02-10 03:42:25 +00:00
Bharat Mediratta 9f77ca61f8 Indentation fix. 2009-02-10 03:22:42 +00:00
Andy Staudacher c2eee47465 Move site default_locale into DB (vars) and add a per user locale preference.
There's no UI to select the locale yet.
2009-02-10 02:37:16 +00:00
Chad Kieffer ad80e86208 Indent fixes. 2009-02-09 02:11:59 +00:00
Chad Kieffer aca2729eb6 Remove the "more" link until something's implemented that needs it. 2009-02-09 01:20:42 +00:00
Bharat Mediratta 9f4fdcd8d5 Just reset the tag form after submission; no need to replace it with one from the backend because it's going to be the same form anyway. 2009-02-09 00:30:13 +00:00
Chad Kieffer cdae043999 Clean up add user and group buttons to move the + icon to the left. The + icon doesn't appear within the button outline with buttons that aren't floated. Will have to debug later. 2009-02-08 20:45:09 +00:00
Tim Almdal 0f9c5feb89 Use the ORM method delete_all to remove selected records from the
database instead of calling the Database::query with raw sql.
2009-02-08 17:32:37 +00:00
Bharat Mediratta d9b4d96c67 Use Album or Photo in the title instead of Item 2009-02-07 22:11:44 +00:00
Bharat Mediratta 7494a93692 Merged /gallery3/vendor/exifer/modified:r20011
Now we have the Gallery3 preamble on all exifer files.
2009-02-07 22:09:29 +00:00
Tim Almdal 37d90e663c Adding exifer library 2009-02-07 21:44:19 +00:00
Tim Almdal 12701b1801 The start of the exif module. so I can merger the exifer library 2009-02-07 21:21:08 +00:00
Chad Kieffer 67d551d5e3 jQuery-based buttons! Form updates, short form updates. Need to fix add user/group buttons and search form on search results page. 2009-02-06 06:34:47 +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 6a8daaef5e Don't try to show the recaptcha if we don't have a public key 2009-02-05 19:21:29 +00:00
Bharat Mediratta 1b231063a0 Set default charset to utf8 2009-02-05 08:00:42 +00:00
Bharat Mediratta faa12ad17d clean up indentation 2009-02-05 07:59:13 +00:00
Tim Almdal 704fd72623 Delete subscriptions when a user is deleted 2009-02-04 17:25:30 +00:00
Tim Almdal 98bbf53657 Use the matches validation rule in order to perform cross field
validation between the password and password2 fields
2009-02-04 16:36:59 +00:00
Tim Almdal f0aced6b75 Complete the Recover Password functionality (Ticket #5).
This change requires a reinstall in order to pick up the new hash
field in the user table.
2009-02-04 15:45:48 +00:00
Jakob Hilden 5b17619ea8 added inplace edit to tag admin (form still needs to be set to rename using AJAX)
removed unnecessary {element: dialogLinks[i]} from dialog and panelLink handling.  now uses event.currentTarget
2009-02-04 07:14:22 +00:00
Tim Almdal 2f5344c1da A preview of the password reset functionality. What's working... you
can start to logon, request the password to be reset, and an email is
sent to the users email address.  If you click on the link you get an
unformatted form.  But its a start :-)
2009-02-04 05:49:29 +00:00
Chad Kieffer d656b6a3e6 Beginning of edit user panel fix. Form is displayed again. Added display of user email address to list. 2009-02-03 06:45:43 +00:00
Tim Almdal eb56ee821f Add a confirmation password input field that must match the primary
password field in order for the update to succeed.  If there is no
data entered in the primary password field, the confirmation field is
ignored.

Addresses Trac Ticket #4
2009-02-03 00:17:40 +00:00
Tim Almdal 421129d7a8 Resolve Trac Ticket #32 2009-02-02 19:18:43 +00:00
Tim Almdal f97dedf3e4 Fix for Trac Ticket #30 2009-02-02 16:37:09 +00:00
Tim Almdal ef58ac91e8 Notifications now send emails when a comment is published. It won't
send the email if the comment status is not published.  This gives the
administrator to moderate the comments prior to being published.
2009-02-02 15:41:47 +00:00
Tim Almdal 89edd4d3ff Fix trac issue: #31 2009-02-02 15:36:43 +00:00