1
0
Commit Graph

535 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
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