1
0
Commit Graph

719 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
mamouneyya
f591f22029 add support to DownloadAlbum module 2010-07-24 21:48:31 +08:00
mamouneyya
3a0780dcac font changes 2010-07-24 21:48:31 +08:00
mamouneyya
f5f8696e29 custom tweak for DisplayTag module 2010-07-24 21:48:30 +08:00
mamouneyya
d30790c58a the Arabic logo 2010-07-24 06:45:50 -07:00
mamouneyya
acff910a11 the Arabic logo 2010-07-24 06:45:43 -07:00
Bharat Mediratta
9f2853bc7f Merge branch 'master' of git://github.com/mamouneyya/gallery3-contrib 2010-07-24 06:41:26 -07:00
Bharat Mediratta
2d23f87e97 Handle 201 Created. Part of the fix for ticket #1178. 2010-07-24 06:39:40 -07: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
mamouneyya
d922027213 add support to DownloadAlbum module 2010-07-22 15:12:59 +03:00
mamouneyya
52c85de94e slight color modifications 2010-07-22 13:04:54 +03:00
mamouneyya
6f29c5c742 remove 'admin' from the name to make it consistant with Wind theme 2010-07-22 13:04:13 +03:00
mamouneyya
fecd7c8087 Merge remote branch 'gallery3-contrib/master' 2010-07-22 12:58:49 +03: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
Romain LE DISEZ
88b4a27609 Update theme.info 2010-07-16 09:45:11 +08:00
Romain LE DISEZ
98dc1bdf5c Merge the updates from wind 2010-07-16 09:45:10 +08: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
d2063cb79a Merge branch 'master' of github.com:gallery/gallery3-contrib
Conflicts:
	themes/three_nids/views/page.html.php
2010-06-26 12:08:42 -07:00
Bharat Mediratta
fba9cc8f11 Add the CSS selector for the current thumbnail in site_menu(). 2010-06-26 12:07:52 -07:00
Bharat Mediratta
071e931642 Make functions static. 2010-06-26 12:06:58 -07:00
Tim Almdal
d157ab750c Updated the browny admin theme to support the theme options as tabs. 2010-06-25 06:52:01 -07:00
mamouneyya
7180b278fe merge Wind Theme updates 2010-06-25 15:44:50 +03:00
mamouneyya
e153fce94e clean up 2010-06-25 15:19:42 +03:00
Tim Almdal
283ab5abc9 Fix the parameter to site_menu. Also set three_nids::fancylink and three_nids::comment_count helper methods to static. 2010-06-23 11:04:01 -07:00
Tim Almdal
ab5659be89 Fix an issue where the request does not contain the 'sb' index and the parameters for the Theme_View::site_menu method had changed. 2010-06-23 10:55:02 -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
Bharat Mediratta
5456b0bb3c Merge branch 'master' of git://github.com/Okat/gallery3-contrib
Conflicts:
	themes/okat_dark/admin/helpers/three_nids_event.php
	themes/okat_dark/controllers/three_nids.php
	themes/okat_dark/helpers/three_nids.php
	themes/okat_dark/helpers/three_nids_theme.php
2010-06-20 10:07:18 -07:00
Bharat Mediratta
3e7a2c09d8 Merge branch 'master' of git://github.com/mamouneyya/gallery3-contrib 2010-06-20 10:06:19 -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
Bharat Mediratta
35d70d4b1d Merge branch 'master' of git://github.com/rledisez/gallery3-contrib 2010-06-20 09:56:05 -07:00
Bharat Mediratta
76e0a771e7 Merge branch 'master' of github.com:gallery/gallery3-contrib 2010-06-20 09:55:00 -07:00