1
0
Commit Graph

736 Commits

Author SHA1 Message Date
Bharat Mediratta
6e38f07e9c Initial version of eCard from dmolavi, with carriage returns removed. 2010-08-03 22:45:30 -07:00
Bharat Mediratta
1c1e9ad920 Merge branch 'dialog' of github.com:gallery/gallery3-contrib into dialog 2010-08-01 10:24:10 -07:00
Bharat Mediratta
351a9d16b3 Force the respose type to be text/html to avoid the bug where the
buffering iframe doesn't know what to do with a JSON reply.

Print out an appropriate message after the upload completes.
2010-08-01 10:23:57 -07:00
Tim Almdal
1f01b0671f Merge branch 'master' into dialog 2010-08-01 08:34:04 -07:00
Bharat Mediratta
8eec328a06 Change json::reply calls to use "html" instead of "form" and not JSON
encode HTML payloads when we don't need to.

This is follow on for:
7607e1f932
2010-07-31 21:32:59 -07:00
Bharat Mediratta
b4f2c13dcb Updated to reflect the API change in 48af5e6b5039839f93345bef92e1acf7952c50a1 2010-07-31 14:41:04 -07:00
Tim Almdal
e87c6a2832 Change the html_uploader module to use the json::reply. The json reply is not being picked up properly. 2010-07-27 21:48:28 -07:00
Tim Almdal
b3861219f1 Merge branch 'master' into dialog 2010-07-27 21:37:01 -07:00
Bharat Mediratta
0ebe0bc6ef Revert "font changes"
This reverts commit 3a0780dcac.
2010-07-26 12:42:09 -07:00
Bharat Mediratta
77f352725e Merge branch 'master' of github.com:gallery/gallery3-contrib 2010-07-26 11:50:52 -07:00
Bharat Mediratta
3285ca8311 Revert "add support to DownloadAlbum module"
This reverts commit f591f22029.
2010-07-26 11:50:33 -07:00
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
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