Commit Graph
2082 Commits
Author SHA1 Message Date
Chad Kieffer c2eace3e59 Reduce width of add user and group forms. 2009-02-10 06:12:32 +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
Chad Kieffer fc162362de Set one of 3 dialog widths keying off of form's CSS width value: 300px, 500px, or $(window).width() -100. Tested in IE 6, 7, 8 and looks good. Also, remove titlebar from progress bar dialogs. 2009-02-10 05:48:55 +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 fe5240730a Show the translation dashboard on admin pages also. 2009-02-10 05:12:31 +00:00
Bharat Mediratta 0b315b6fed Normalize a few things to our standard. 2009-02-10 05:05:11 +00:00
Bharat Mediratta 079a518334 convert ' to " to match our HTML standards. 2009-02-10 05:00:29 +00:00
Bharat Mediratta 78efd9bd3d Remove extra blank lines 2009-02-10 04:57:39 +00:00
Bharat Mediratta 06d5e2972d Line length fix 2009-02-10 04:56:21 +00:00
Bharat Mediratta 007687dbd3 Add another TODO 2009-02-10 04:43:24 +00:00
Bharat Mediratta 11226bdd3a Simplify delete into guaranteed 3 queries. 2009-02-10 04:34:34 +00:00
Bharat Mediratta c7d004d319 Simplify some logic. 2009-02-10 04:29:39 +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
Andy Staudacher dce6548431 Add local localization functionality. Local = no means to upload / download translations to a translation server yet.
- Added an outgoing_translations table to store translations from the local translation UI.
 - I18n class is checking incoming_ and outgoing_translations for translations, giving the latter priority.
 - Not handling plural strings in the translations UI yet.
2009-02-09 08:42:13 +00:00
Andy Staudacher fa1f49d99a Adding translation UI. Not backed by any model yet (submissions are ignored).
The code is based on the l10n_client module from Drupal 6, by Gabor Hojtsy (http://drupal.org/user/4166).
2009-02-09 07:29:24 +00:00
Bharat Mediratta af944f9433 Use jquery ui's progressbar 2009-02-09 05:28:30 +00:00
Chad Kieffer ad80e86208 Indent fixes. 2009-02-09 02:11:59 +00:00
Chad Kieffer 08ae48aeaa Add hover state for buttons. 2009-02-09 02:10:19 +00:00
Chad Kieffer 622bada112 And the JS file that belongs with the previous commit. 2009-02-09 01:58:06 +00:00
Chad Kieffer 5d8a19ac5b Added a few element checks to make sure elements exist before trying to manipulate/initiate them. 2009-02-09 01:55:29 +00:00
Chad Kieffer aca2729eb6 Remove the "more" link until something's implemented that needs it. 2009-02-09 01:20:42 +00:00
Chad Kieffer 767bf41287 Dialogs don't need to be resizeable, at least not yet. 2009-02-09 01:19:54 +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 b15e0c7529 Move close X back over to the right of the titlebar. 2009-02-09 00:28:15 +00:00
Bharat Mediratta fd9a0b2a5d Superfish is now in gallery3/trunk/lib/superfish 2009-02-08 23:53:15 +00:00
Bharat Mediratta 053fa63fa1 Superfish is now in gallery3/trunk/lib/superfish 2009-02-08 23:51:59 +00:00
Bharat Mediratta b6b60bdc57 Copy Superfish 1.4.8 from the vendor branch 2009-02-08 23:49:43 +00:00
Bharat Mediratta a68ac7d2ce Fix dialogs in IE7 so that they appear. The sizes are still wrong, though. 2009-02-08 23:39:25 +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
Bharat Mediratta b31c79a71f Fix a bug that I think I introduced in my last sendmail refactor where
I inverted the expectations on the result from mail() causing image
uploads to fail (even though the mail gets sent!)
2009-02-08 20:01:15 +00:00
Bharat Mediratta 0f13f12638 Fix spelling typo 2009-02-08 19:55:48 +00:00
Chad Kieffer aa1abbf82a Let the theme control overlay opacity for dialogs. 2009-02-08 19:35:10 +00:00
Chad Kieffer 8e3bb143c9 Removed duplicated images from vendor move. 2009-02-08 19:33:00 +00:00
Chad Kieffer 7156df3a23 Missed deleting these in move to lib. 2009-02-08 19:23:38 +00:00
Chad Kieffer f7d226bd31 Move jQuery UI ThemeRoller css and images to lib. Should simplify future updates, keep default theme directories clean. 2009-02-08 19:17:19 +00:00
Tim Almdal 3b944bca5d 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 18:03:31 +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 3a83c4e76f Properly implement changing the thumbnail and resized image sizes by
updating the graphics rules as appropriate.
2009-02-08 10:18:09 +00:00
Bharat Mediratta 442d9295c6 Change mark_all_dirty to mark_dirty and specify what we want to mark dirty. This will be useful for Admin_Theme_Details 2009-02-08 06:40:57 +00:00
Tim Almdal 41ed142f5d A better fix for the problem with special characters (this simple 2
line change replaces r19995, r19998-r20001 (thanks Bharat)
2009-02-08 02:27:45 +00:00
Tim Almdal 1fc2307fab rollback r20001-r19998, r19995. This may require a reinstall 2009-02-08 02:21:28 +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
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
Bharat Mediratta 1d9a3f70b1 Fix indentation. 2009-02-07 21:37:42 +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
Tim Almdal 54646583bc Remove the try/catch as it was being fixed twice 2009-02-07 21:05:04 +00:00