1
0
Commit Graph

695 Commits

Author SHA1 Message Date
Tim Almdal
95757edaa1 Convert the developer module to the new json::reply helper. 2010-07-26 10:46:52 -07:00
Tim Almdal
cce12b602c Convert the scheduler module to the new json::reply helper. 2010-07-26 10:36:32 -07:00
Tim Almdal
b5b770cd1b Convert the register module to use the json::reply(...) helper. 2010-07-26 10:08:19 -07:00
Romain LE DISEZ
56d487b000 Workaround for a MSIE bug (see http://support.microsoft.com/kb/323308/en-us) 2010-07-24 21:51:22 +08:00
Romain LE DISEZ
ab0e8455b6 Workaround for PHP bug 45028 2010-07-24 21:51:22 +08:00
Tim Almdal
33c1f8526a Merge branch 'master' of https://github.com/gallery/gallery3-contrib 2010-07-23 23:09:50 -07:00
Tim Almdal
d88688c074 Fix for ticket #1242. Don't try to initialize the tag_cloud.swf file if there are no tags present. 2010-07-23 07:29:47 -07:00
Bharat Mediratta
ae71692819 Turns out that passing null as username and password in ldap_bind()
breaks anonymous ldap_bind().  Sigh.  Be a little more careful.
2010-07-21 13:05:50 -07:00
Bharat Mediratta
6db001616b Merge branch 'master' of github.com:gallery/gallery3-contrib 2010-07-20 09:33:24 -07:00
Bharat Mediratta
9f7907f9cb Add support for a username/password when calling ldap_bind() 2010-07-20 09:33:04 -07:00
Tim Almdal
64332d6688 Initial commit of a themeroller module... not ready for general use 2010-07-16 09:42:30 -07:00
brentil
b95ba26e98 moduleupdates v1.2
-Fixed a bug where it was showing G3CC after a DNE
-Added the installed module version information
-Added alert for when a new module is on the system but is not yet installed
-Added alert for when an installed module is newer than the one on the system
-Added version information on the Settings page to permit incremental update verification
2010-07-16 09:48:46 +08:00
Romain LE DISEZ
3c907bb19c Fix the problem of filename with special char on Linux 2010-07-16 09:48:30 +08:00
Romain LE DISEZ
e5db9a349c Make the module compatible with RC2, fix a bug (bad method name) 2010-07-16 09:48:30 +08:00
Romain LE DISEZ
207f98ebfe Initial Commit (v1).
downloadalbum is a module that provides a way of downloading a complete album. A ZIP archive is generated on-the-fly in a efficient way: it doesn't burn your CPU nor eat your RAM. There is nothing stored on disk so it will not waste space.

The module add a floppy icon on an album when the visitor has the view_full right.

This module is based on downloadfullsize.
2010-07-15 18:47:00 -07:00
Bharat Mediratta
f9536374c8 Rename Html_Uploader to just Uploader; that's the new, simpler method for
overriding the uploader.
2010-07-15 12:38:53 -07:00
Bharat Mediratta
a76e7187f7 Override Flash_Uploader_Controller and redirect to
Html_Uploader_Controller in case anybody generates direct urls to the
old controller.  The wind theme does this for empty albums.
2010-07-15 11:13:35 -07:00
Bharat Mediratta
d1fa017b44 Updated to reflect change in
dbf3199e46
where forms are now sent back as JSON instead of HTML.
2010-07-13 13:04:03 -07:00
Bharat Mediratta
c1201d31ad Simple HTML only uploader that replaces the Flash uploader. It's very
lean and mean, but it works.
2010-07-13 12:33:18 -07:00
Bharat Mediratta
1370d60202 New module that suppresses the 'Home' link in the menu 2010-07-11 20:46:33 -07:00
Bharat Mediratta
97088a3b03 Merge branch 'master' of git://github.com/rWatcher/gallery3-contrib
Conflicts:
	modules/exif_gps/controllers/admin_exif_gps.php
	modules/exif_gps/helpers/exif_gps_event.php
	modules/exif_gps/views/exif_gps_dynamic2_sidebar.html.php
	modules/exif_gps/views/exif_gps_map.html.php
2010-06-20 10:10:25 -07:00
Ben Smith
f10820ab49 Added a build version 2010-06-20 10:04:46 -07:00
Ben Smith
31d13b0799 Initially Added Favourites Module 2010-06-20 10:04:41 -07:00
Ben Smith
2e194e593f Removed dependency on Google Gears to allow it to work on safari. Fixed issues with opacity on IE. There are still some issues with viewing on IE. 2010-06-20 10:04:31 -07:00
Bharat Mediratta
5173395bbd Revert "Added a build version"
This reverts commit 842fd2c66f.
2010-06-20 10:04:18 -07:00
Ben Smith
842fd2c66f Added a build version 2010-06-20 10:03:40 -07:00
brentil
0757ada662 Cleaned up copy of v1 to conform to coding standards, file spacing, and added extra documentation. 2010-06-20 13:51:48 +08:00
Tim Almdal
bbee742b64 Initial commit of brentil's module updates module. Was originally checked into a fork of trunk. 2010-06-19 08:48:08 -07:00
Tim Almdal
b8cb828b90 Remove a duplicate image. Corresponds to rWatcher's commit cd9998 2010-06-18 12:59:56 -07:00
rWatcher
e3754153e8 Code cleanups. 2010-06-19 03:53:06 +08:00
rWatcher
c96cdc4e63 Name admin options the same way the show up on the map. 2010-06-19 03:53:05 +08:00
rWatcher
a523a32e82 Added a return to album link. 2010-06-19 03:53:05 +08:00
rWatcher
f93a9fc102 Fixed HTML code to make module XHTML 1.0 Transitional. 2010-06-19 03:52:44 +08:00
rWatcher
baa7bd4fc0 Added a few '/''s to make XHTML 1.0 Transitional. 2010-06-19 03:52:43 +08:00
rWatcher
b9f276b5d8 Fixed casing to make tags XHTML 1.0 Transitional. 2010-06-19 03:52:43 +08:00
rWatcher
6247a0a9eb Sidebar bugfix for dynamic pages. 2010-06-19 03:52:43 +08:00
rWatcher
eb1632d11f Initial commit. 2010-06-19 03:52:43 +08:00
rWatcher
0ec53f5234 Fixed weird RTL bug. 2010-06-19 03:52:36 +08:00
rWatcher
7a2fa7badf Make links translatable. 2010-06-19 03:52:36 +08:00
rWatcher
be97751cf8 Code cleanup. 2010-06-19 03:52:35 +08:00
rWatcher
ab76910135 Added admin option for selecting starting map type. 2010-06-19 03:52:35 +08:00
rWatcher
de15c3f77b Added option to map the entire contents of an album on the sidebar. 2010-06-19 03:52:13 +08:00
rWatcher
e520b6c42f Fixed bug with manually specifying GPS coordinates. 2010-06-19 03:52:13 +08:00
rWatcher
9df36d6ae5 Added some additional informational text. 2010-06-19 03:52:12 +08:00
rWatcher
5c58886909 Increase the version number, set some default values. 2010-06-19 03:52:12 +08:00
rWatcher
200f3edae4 Added map this album and map this user sidebar options. 2010-06-19 03:52:12 +08:00
rWatcher
250cad3d20 Added user mapping and a page title. 2010-06-19 03:51:50 +08:00
rWatcher
df5b8b9cd1 That was some ugly code. Rewritten. 2010-06-19 03:51:50 +08:00
rWatcher
8f8b787857 Display location block on tag pages. 2010-06-19 03:51:30 +08:00
rWatcher
c24003fc9e Check and see if there are any photo's to display for a given day or month before displaying the sidebar block. 2010-06-19 03:51:30 +08:00
rWatcher
d29fc6f252 Removed background color from CSS code. 2010-06-19 03:51:29 +08:00
rWatcher
f50882c41f Added Serge D's suggestion for placing Latitude and Longitude fields on the same line. 2010-06-19 03:51:29 +08:00
rWatcher
9780584463 Don't hard-code protocol. 2010-06-19 03:51:29 +08:00
rWatcher
f9bb5bcd84 Use full URL instead of relative URL in order to work properly with mod_rewrite. 2010-06-19 03:51:12 +08:00
rWatcher
9ab7b6b742 Code cleanup and comments. 2010-06-19 03:51:11 +08:00
rWatcher
42784d6197 Only display markers for photos that the user can actually see. 2010-06-19 03:50:55 +08:00
rWatcher
582c2320d8 Automatically zoom and center the map. 2010-06-19 03:50:54 +08:00
rWatcher
7e7e5631de Added an album-mapping page. 2010-06-19 03:50:05 +08:00
rWatcher
8a5fdd1237 Enable the options on the new admin screen. 2010-06-19 03:49:46 +08:00
rWatcher
f1d7a4551b Added an admin screen. 2010-06-19 03:49:16 +08:00
rWatcher
cb7e512c2c Bug Fix for GPS-tagged photos that spell out South and West. 2010-06-19 03:49:16 +08:00
Romain LE DISEZ
08cd20fd4e Regenerate resizes and thumbs after rotation 2010-06-19 03:48:40 +08:00
Ben Smith
8562aff551 Changed User homes to include new functionality for creating private galleries. 2010-06-19 03:46:07 +08:00
Tim Almdal
f6f80b4adc Create an admin setting that allows the adminstrator to change the mouse over color. Thanks floridave 2010-06-17 14:39:25 -07:00
rWatcher
8ab4728f7c Fixed HTML code to make module XHTML 1.0 Transitional. 2010-06-14 18:49:22 -04:00
rWatcher
35c2170839 Added a few '/''s to make XHTML 1.0 Transitional. 2010-06-14 18:37:43 -04:00
rWatcher
b8a476f0aa Fixed casing to make tags XHTML 1.0 Transitional. 2010-06-14 18:26:40 -04:00
rWatcher
7ac7894f8f Merge commit 'gallery3-contrib/master' 2010-06-14 15:00:30 -04:00
Tim Almdal
5bbb4358c2 Move the language module from where i was hiding it in contrib to the main repository 2010-06-04 14:54:02 -07:00
Tim Almdal
7ce96db688 Move the l10n support to the language module. 2010-06-04 11:03:36 -07:00
Tim Almdal
3b9cb52232 Move the language administration to the language module 2010-06-04 10:26:21 -07:00
Tim Almdal
7bf2f310a5 Move the Language block to the language module. 2010-06-04 08:58:07 -07:00
Tim Almdal
b8dab3a82c Creation of a language module which encapsulates the multi-language functionality 2010-06-03 14:40:16 -07:00
Tim Almdal
a66546a572 Remove duplicate event definitions and remove the '_' from the event names. 2010-06-02 08:24:54 -07:00
Tim Almdal
f658f994c9 Update the developer module so that it actually works. Derive the available
events by scanning the available modules. Corrected the generation of the
hidden csrf value.
2010-06-01 11:37:43 -07:00
Tim Almdal
680643c4f9 Extend the admin scheduler controller from the admin maintenance controller to pick up the existing maintenance controller functionality. Add a config/routes.php which routes all admin/maintenance requests to the admin/schedule controller. 2010-05-31 09:42:39 -07:00
Tim Almdal
0b6b5bc72b Make the scheduler module work without any changes to the core modules. Cloned the admin_maintenace.html.php file into the scheduler module. Then the scheduler_event::admin_menu call back replaces the admin_maintenance url with its url. 2010-05-31 08:32:17 -07:00
Tim Almdal
ff982c780b Make the scheduler module work without any changes to the core modules. Cloned the admin_maintenace.html.php file into the scheduler module. Then the scheduler_event::admin_menu call back replaces the admin_maintenance url with its url. 2010-05-31 08:30:54 -07:00
Chad Kieffer
9e3c0c0884 Add page_title to admin views. Closes #1038. 2010-04-30 00:27:19 -06:00
Chad Kieffer
1d32548f8b Merge branch 'master' of github.com:gallery/gallery3-contrib 2010-04-21 21:33:19 -06:00
Ben Smith
cf01231d65 Added a build version 2010-04-18 10:42:58 +12:00
Ben Smith
87df3018d9 Changed User homes to include new functionality for creating private galleries. 2010-04-18 10:40:52 +12:00
Ben Smith
e39a8084d5 Initially Added Favourites Module 2010-04-18 10:40:05 +12:00
Bharat Mediratta
8fa33819f0 Merge branch 'master' of github.com:gallery/gallery3-contrib 2010-04-10 11:20:37 -07:00
rWatcher
c2453f3990 Merge commit 'gallery3-contrib/master' 2010-04-07 18:49:07 -04:00
rWatcher
38cda8c76c Sidebar bugfix for dynamic pages. 2010-04-07 18:48:33 -04:00
Bharat Mediratta
39bd6892a8 Move the "Fix MPTT" task into the gallery module. 2010-04-04 14:48:19 -07:00
rWatcher
bd7b614608 Merge commit 'gallery3-contrib/master' 2010-04-01 21:40:07 -04:00
rWatcher
dd59051dc8 Initial commit. 2010-04-01 21:32:23 -04:00
rWatcher
f2fe6dd2b5 Added some comments. 2010-04-01 20:59:36 -04:00
rWatcher
30a106a529 Fixed weird RTL bug. 2010-04-01 19:52:20 -04:00
Tim Almdal
199417ff77 correct a typo on the admin screen. 2010-04-01 07:52:31 -07:00
Tim Almdal
7891bdfff5 Fix for ticket #1107.
1) Change the link on the register welcome dialog to use the change password form.
   thanks to TAZattitude for pointing the way.
2) Address the issue that default change password form, expects the user to know
   the old password.  As this is the first login, they might not write down the
   generated password, so when they get to form, they are screwed, as they can't
   change the password w/o the old one.  So we register will generate a clone
   of the password change form, where the old password is supplied as a hidden
   field.
2010-04-01 07:38:06 -07:00
rWatcher
d9cc8eae26 Code cleanups. 2010-03-25 21:15:16 -04:00
rWatcher
aefa0cf848 Added a maximum auto-zoom level parameter. 2010-03-25 20:48:40 -04:00
rWatcher
e017b7351c Added optional toolbar icons. 2010-03-24 21:53:47 -04:00
rWatcher
b155ea730a Name admin options the same way the show up on the map. 2010-03-24 21:10:37 -04:00
rWatcher
64193b1a3f Added option to map the entire contents of an album on the sidebar. 2010-03-24 21:05:19 -04:00
rWatcher
606898787c Fixed bug with manually specifying GPS coordinates. 2010-03-20 13:21:01 -04:00
Ben Smith
e12efbc9b3 Removed dependency on Google Gears to allow it to work on safari. Fixed issues with opacity on IE. There are still some issues with viewing on IE. 2010-03-20 12:31:28 +13:00
rWatcher
e2a17d6e17 Added some additional informational text. 2010-03-18 18:06:03 -04:00
rWatcher
c873d12df5 Added a return to album link. 2010-03-18 16:53:49 -04:00
rWatcher
f00fe14584 Make links translatable. 2010-03-18 16:53:19 -04:00
rWatcher
cd999855bc Removed duplicate image. 2010-03-17 20:25:15 -04:00
rWatcher
867d079c8a Code cleanup. 2010-03-17 20:24:28 -04:00
rWatcher
d0205a2a6d Increase the version number, set some default values. 2010-03-17 20:15:04 -04:00
rWatcher
faa9e52da2 Added admin option for selecting starting map type. 2010-03-17 20:05:30 -04:00
rWatcher
c494c10359 Added map this album and map this user sidebar options. 2010-03-16 23:38:11 -04:00
rWatcher
6b88b8411c Added user mapping and a page title. 2010-03-16 16:27:24 -04:00
rWatcher
ff9b1802d2 That was some ugly code. Rewritten. 2010-03-16 02:41:32 -04:00
rWatcher
636f3798f6 Display location block on tag pages. 2010-03-16 02:30:47 -04:00
rWatcher
1ff516e08d Check and see if there are any photo's to display for a given day or month before displaying the sidebar block. 2010-03-16 01:40:31 -04:00
rWatcher
65871c8773 Removed background color from CSS code. 2010-03-16 01:39:28 -04:00
rWatcher
c8439bfb47 Added Serge D's suggestion for placing Latitude and Longitude fields on the same line. 2010-03-14 03:10:20 -04:00
rWatcher
c7746bf1bb Don't hard-code protocol. 2010-03-13 14:10:19 -05:00
rWatcher
9f7f992881 Use full URL instead of relative URL in order to work properly with mod_rewrite. 2010-03-13 13:53:18 -05:00
rWatcher
89ba9336f5 Code cleanup and comments. 2010-03-10 23:02:19 -05:00
rWatcher
e497dad6ab Only display markers for photos that the user can actually see. 2010-03-10 22:50:00 -05:00
rWatcher
46b7bebe22 Automatically zoom and center the map. 2010-03-10 22:46:30 -05:00
rWatcher
d7ced770ac Added an album-mapping page. 2010-03-10 20:39:22 -05:00
rWatcher
9d8a667cf7 Enable the options on the new admin screen. 2010-03-10 17:04:44 -05:00
rWatcher
c46dee67e5 Added an admin screen. 2010-03-10 16:33:30 -05:00
rWatcher
b55a52c5b0 Merge commit 'gallery3-contrib/master' 2010-03-10 13:10:35 -05:00
rWatcher
dc5a564cad Bug Fix for GPS-tagged photos that spell out South and West. 2010-03-10 13:07:37 -05:00
Chad Kieffer
3481552db1 Merge branch 'master' of github.com:gallery/gallery3-contrib 2010-03-10 08:56:12 -07:00
Bharat Mediratta
214b362f29 Merge branch 'master' of git://github.com/Glooper/gallery3-contrib
Conflicts:
	modules/gwtorganise/controllers/json_album.php
2010-03-06 20:36:53 -08:00
Bharat Mediratta
69993f3f9c Merge branch 'master' of git://github.com/mp2300/gallery3-contrib 2010-03-06 20:34:22 -08:00
rWatcher
b5b50dcb1c Importing new flags from forum posts. 2010-03-06 02:04:41 -05:00
rWatcher
2cf32a7f95 Importing flags from forum posts. 2010-03-06 01:59:45 -05:00
rWatcher
ab20993400 Updated as per forum requests. 2010-03-05 14:21:06 -05:00
rWatcher
c65a6027c7 Bug Fix for international translations. 2010-03-05 13:54:25 -05:00
rWatcher
8ff31c77ba Set a default flag type. 2010-03-04 23:01:59 -05:00
rWatcher
12760d48d2 Initial commit of language_flags module. 2010-03-04 22:55:41 -05:00
rWatcher
8d446c45ca Bug Fix: Filtering the calendar for one user now works. 2010-03-04 16:24:04 -05:00
rWatcher
2769c87027 Fun with timezones. 2010-03-04 14:48:24 -05:00
rWatcher
c72586efdc Update the copyright to 2010. 2010-03-04 00:36:58 -05:00
rWatcher
cd2e9500e3 Merge commit 'gallery3-contrib/master' 2010-03-04 00:31:35 -05:00
rWatcher
f862f893fe Code cleanup and comments. 2010-03-04 00:31:03 -05:00
rWatcher
29a1d7e80c Code and CSS cleanups, also added a sidebar. 2010-03-03 20:51:33 -05:00
rWatcher
a7da5cc836 Added a title and breadcrumbs to the calendar page. 2010-03-03 18:47:52 -05:00
Bharat Mediratta
a75547ce83 Remove the logout link when we're in SSO mode. 2010-03-03 15:38:52 -08:00
rWatcher
85bb854b71 Don't make months clickable unless there's something to display for it. 2010-03-03 18:34:16 -05:00
Bharat Mediratta
ac28b85c5f Merge branch 'master' of github.com:gallery/gallery3-contrib 2010-03-03 10:16:22 -08:00
Bharat Mediratta
5f65d082f9 Update the copyright to 2010. 2010-03-03 10:16:08 -08:00
rWatcher
1d03b836d7 CSS and Translation fixes. 2010-03-03 02:07:42 -05:00
rWatcher
3a446dc7b4 Warn users that EXIF is required in order for CalendarView to function properly. 2010-03-01 15:13:02 -05:00
rWatcher
63ec13a413 TagsMap integration. 2010-03-01 01:35:50 -05:00
rWatcher
954d88e5b6 Make the calendars translatable. 2010-03-01 00:42:06 -05:00
Chad Kieffer
25f09e9f0e Merge branch 'master' of github.com:gallery/gallery3-contrib 2010-02-28 12:23:48 -07:00
rWatcher
7903bc085c Merge commit 'gallery3-contrib/master' 2010-02-28 14:23:32 -05:00
rWatcher
c305ac2ad9 Scan existing photos for GPS coordinates. 2010-02-28 14:22:59 -05:00
Andy Staudacher
45277812b5 Update register module for changes to the identity provider API. 2010-02-27 15:44:46 -08:00
rWatcher
897056816e Page numbering bugfix. 2010-02-26 14:19:53 -05:00
rWatcher
bc83d543f8 Added a sidebar map. 2010-02-25 23:05:38 -05:00
rWatcher
2efa2bebe7 It helps if you know what direction the coordinates are referencing. 2010-02-25 22:49:25 -05:00
rWatcher
f055accf85 Initial commit of EXIF_GPS module. 2010-02-25 21:51:55 -05:00
rWatcher
4f61137174 Removed checkbox for enabling/disabling the sidebar buttons. 2010-02-25 18:34:14 -05:00
rWatcher
bc6de82a78 Display the sidebar on all pages, not just albums and photos. 2010-02-25 17:11:22 -05:00
Ben Smith
7d5244dcbb A few fixes for RC1. 2010-02-26 09:55:09 +13:00
rWatcher
035cf12fea Updated for RC1. 2010-02-24 20:54:24 -05:00
rWatcher
01aae41d74 Code cleanup. 2010-02-24 17:24:54 -05:00
rWatcher
97b4ac60ac Add CalendarView icon to tag menu. 2010-02-24 17:00:24 -05:00
rWatcher
536fa8aa4c Fixed breadcrumbs in calendarview. 2010-02-24 16:58:04 -05:00
rWatcher
042ea227d2 Changed sidebar name to rWInfo. 2010-02-24 16:36:35 -05:00
rWatcher
0c3264935f Merge commit 'gallery3-contrib/master' 2010-02-23 14:28:58 -05:00
mp2300
5296c55724 Wordpress authentication for Gallery3 2010-02-21 21:26:42 +01:00
Chad Kieffer
8dd6ed2958 Merge branch 'master' of github.com:gallery/gallery3-contrib 2010-02-19 20:15:42 -07:00
Bharat Mediratta
0da1677951 Merge branch 'master' of github.com:gallery/gallery3-contrib 2010-02-19 11:26:45 -08:00
Bharat Mediratta
9ba2306157 Properly return groups for the guest user. 2010-02-19 11:26:26 -08:00
Chad Kieffer
a3df4704b5 Merge branch 'master' of github.com:gallery/gallery3-contrib 2010-02-17 22:12:55 -07:00
Ben Smith
3ac02d35f5 Added validation on forms. such that if validation fails the form will reload with validation details.
Also added ability to include javacsript in forms. This means that the add album now auto fills the directory and slug name(?).
2010-02-11 15:36:47 +13:00
rWatcher
7b0df0982f Remove the breadcrumb code that was crashing the month and day views, link the month view onto the main calendar view page. 2010-02-07 23:48:23 -05:00
rWatcher
ce31263a51 We don't need this anymore. 2010-02-07 23:47:15 -05:00
rWatcher
5b21bdfd5d Replaced the broken Calendar library with a new, working one. 2010-02-07 23:37:54 -05:00
Tim Almdal
7558feb6ca Move the scheduler module to the contrib repository for this release. 2010-02-02 15:02:46 -08:00
Bharat Mediratta
0cad5cc23c PRefer explode() to split() 2010-02-01 00:53:35 -08:00
Bharat Mediratta
d1062c9340 Add default values for calendar() args. 2010-02-01 00:50:46 -08:00
Bharat Mediratta
8bd90d145d Merge branch 'master' into bharat_dev 2010-01-27 09:29:29 -08:00
Bharat Mediratta
2dff991b59 Merge branch 'master' of git://github.com/rledisez/gallery3-contrib 2010-01-27 09:27:39 -08:00
Bharat Mediratta
f7a539c0e6 Merge branch 'master' of git://github.com/Glooper/gallery3-contrib
Conflicts:
	modules/gwtorganise/controllers/json_album.php
2010-01-27 09:26:45 -08:00
Ben Smith
3c83eb8c96 changed to comply to standards 2010-01-27 14:31:40 +13:00
Bharat Mediratta
db6b1f9042 Updated for model based validation, but not tested. 2010-01-25 22:29:38 -08:00
Bharat Mediratta
f54b4b0579 IdentityProvider::create_user() now requires an email address as well. 2010-01-25 22:26:57 -08:00
Bharat Mediratta
4ad10e7290 Updated for model based validation 2010-01-25 22:26:19 -08:00
Bharat Mediratta
7a6d8eb8b3 Updated for model based validation 2010-01-25 22:26:08 -08:00
Ben Smith
bb81dd694d Updated to latest G3 experimental.
Added drag and drop from desktop.
Added ability to resize before upload / including resize options
Added Thumbnails when uploading.
Moved to latest GWT so some speed improvements
2010-01-26 17:00:01 +13:00
rWatcher
7ab0b1bb56 Use the photo title, not the file name. 2010-01-25 01:04:59 -05:00
rWatcher
a6b2b6408a Merge commit 'gallery3-contrib/master' 2010-01-25 00:28:05 -05:00
Tim Almdal
c7d1baab70 Add the user home home directory to the user profile page. 2010-01-24 20:43:02 -08:00
Romain LE DISEZ
fbf635b099 Merge commit 'upstream/master' 2010-01-24 23:25:27 +01:00
Tim Almdal
68b290be51 Change the check_environment method in the module helper and the module installers to can_activate to reflect that it is doing more than just checking the environment. 2010-01-22 12:30:53 -08:00
Tim Almdal
b0270cf722 Refactor the identity provider installation in to a common helper method (change_provider) with an initialization callback. 2010-01-22 12:09:46 -08:00
Tim Almdal
b8bce53b8f Use the admin module to install and switch to the LDAP identity provider. 2010-01-22 09:42:41 -08:00
rWatcher
0a2d33e2ff Fixed tag links in rWInfo. 2010-01-20 20:49:23 -05:00
rWatcher
10e4e2842f Fixed issue with batch tagging the contents of sub-albums. 2010-01-20 19:12:47 -05:00
rWatcher
f2910faf4c Display warning message if Tags is not active to alert the user that BatchTag won't work properly without it. 2010-01-20 18:06:40 -05:00
rWatcher
b4789b45da Initial commit of export_facebook module. 2010-01-20 16:57:22 -05:00
rWatcher
01326cee20 Display a warning message if the Tags module is not active. 2010-01-19 02:15:34 -05:00
rWatcher
1e08891ebf Fixed issue where the delete button deletes the whole table instead of just one record. 2010-01-19 01:25:11 -05:00
rWatcher
73f04804f8 Fixed issue with tag links not working. 2010-01-19 01:24:44 -05:00