1
0
Commit Graph

918 Commits

Author SHA1 Message Date
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
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
Bharat Mediratta
033e35d07e Made the Gallery3::load() and create() functions a little more robust
Added example for REST comments.
2010-06-20 09:54:22 -07:00
Romain LE DISEZ
e95c6c6a3c Merge remote branch 'upstream/master' 2010-06-20 18:36:00 +02:00
Romain LE DISEZ
a17a6cfaf3 As requested by Douglas Bowman, I will not use "Stop Design" for the name. New name is "Sobriety" 2010-06-20 17:45:35 +02:00
Romain LE DISEZ
d20f216244 Reorganize CSS 2010-06-20 17:37:09 +02:00
Okat
83ba0cf11b Changing source from 3Nids to Greydragon theme. Old theme sacked. 2010-06-20 10:44:24 +02: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