1
0
Commit Graph

1009 Commits

Author SHA1 Message Date
Bharat Mediratta
41bab777fa Revert "custom tweak for DisplayTag module"
This reverts commit f5f8696e29.
2010-07-26 11:50:24 -07:00
Bharat Mediratta
6771af8744 Revert "the Arabic logo"
This reverts commit d30790c58a.
2010-07-26 11:49:38 -07:00
Tim Almdal
6e4719774f remove debugging statement 2010-07-26 11:06:47 -07:00
Tim Almdal
a8c232a752 Convert the favorites module to the new json::reply helper. **Note** this module doesn't install as it gets a ORM validation error. 2010-07-26 10:58:55 -07:00
Tim Almdal
115ae046a4 Convert the favorites module to the new json::reply helper. 2010-07-26 10:55:52 -07:00
Tim Almdal
43c53845db Convert the gwtorganize module to the new json::reply helper. 2010-07-26 10:55:20 -07:00
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
Romain LE DISEZ
69ad02c619 Merge branch 'master' of git@github.com:rledisez/gallery3-contrib 2010-07-22 23:41:15 +02:00
Romain LE DISEZ
687cdfe3da Workaround for a MSIE bug (see http://support.microsoft.com/kb/323308/en-us) 2010-07-22 22:59:07 +02:00
Romain LE DISEZ
1a827eed16 Merge branch 'master' of git@github.com:rledisez/gallery3-contrib 2010-07-22 21:50:08 +02:00
Romain LE DISEZ
62df872def Workaround for PHP bug 45028 2010-07-22 21:49:14 +02:00
Romain LE DISEZ
1722e24a37 Merge remote branch 'upstream/master' 2010-07-22 19:44:25 +02: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
Romain LE DISEZ
7769e3507c Merge remote branch 'upstream/master' 2010-07-20 18:58:02 +02: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
Romain LE DISEZ
890c28b360 Merge remote branch 'upstream/master'
Conflicts:
2010-07-17 17:23:19 +02: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
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
Romain LE DISEZ
e441687150 Merge branch 'master' of git@github.com:rledisez/gallery3-contrib 2010-07-15 17:41:29 +02:00
Romain LE DISEZ
7d07ac6d9d Fix the problem of filename with special char on Linux 2010-07-15 17:26:23 +02:00
Romain LE DISEZ
80526d2b33 Merge branch 'master' of git@github.com:rledisez/gallery3-contrib 2010-07-13 23:39:29 +02:00
Romain LE DISEZ
76861d66f0 Make the module compatible with RC2, fix a bug (bad method name) 2010-07-13 23:32:18 +02:00
Romain LE DISEZ
9e743b456c Merge remote branch 'upstream/master' 2010-07-13 22:50:36 +02:00
Romain LE DISEZ
b6079f9366 Merge commit 'upstream/master' 2010-07-13 22:29:13 +02: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