1
0
Commit Graph

416 Commits

Author SHA1 Message Date
rWatcher
be685c4db3 Merge remote-tracking branch 'gallery3-contrib/master' 2012-05-16 21:11:21 -04:00
rWatcher
c72024db1d Swith views to page.html and dynamic.html and use Gallery's breadcrumb object. 2012-05-16 21:11:06 -04:00
Bharat Mediratta
9cb4264560 (patch thanks to Reklov Nesalk).
ldap: Several fixes and improvements
* changed ldap_installer::install() to activate() so that ldap can be
enabled again after failing the first time
* if some information is not available from ldap server return
"better" values (e.g. no group instead of group = NULL)
* added function Ldap_User::loaded() which is called by user profile
* added configurable admin email address if not given by server
* make ldap work when there is no group management on ldap server
(create local groups for everybody and registered_users) and allow
guest user to be managed by server (configurable guest name)
* require everybody_group and registered_users_group to be in groups
The changes regarding renaming install() to activate() could be superfluous with the other fixes since there should not go anything wrong during install and uninstall. However, they do no harm and are really practical if something does go wrong.
Hope you can make some use of those (I diffed against current git checkouts).

Fixes #1834.
2012-05-07 11:59:14 -07:00
Michael Dayah
0258be0b31 Don't block all keyboard usage (up/down arrows to scroll the page). 2012-05-07 01:36:49 -04:00
rWatcher
341e062c53 Virtual album support for CalendarView. 2012-04-30 18:58:52 -04:00
dmolavi
fc6125aa91 Fix for 3.0.3 upgrade. 2012-04-21 23:05:20 -04:00
dmolavi
769cb65461 Deleted obsolete path reference. 2012-04-18 21:24:35 -04:00
rWatcher
e03f16df4c Updated for Gallery 3.0.3. 2012-04-16 23:46:18 -04:00
rWatcher
1e7fe7c130 Correct forum URL. 2012-04-16 23:45:56 -04:00
rWatcher
5db4770cba Bug fix -- added CSS for movies. 2012-04-16 21:21:29 -04:00
rWatcher
d23fa3c7a6 Bugfix -- treat 1024 as the next prefix up. 2012-04-16 20:48:39 -04:00
rWatcher
6178d6b443 Select an appropriate file size prefix instead of using MB for everything. 2012-04-16 20:47:39 -04:00
rWatcher
a58a1d348a Replace custom breadcrumbs code with Gallery 3.0.3's breadcrumb code. 2012-04-16 19:18:43 -04:00
rWatcher
e9950a12aa Display file size and resolution for photos and movies. 2012-04-16 17:38:32 -04:00
rWatcher
8a82db1007 Allow admin's to specify an album's thumbnail. 2012-04-02 19:23:28 -04:00
rWatcher
80ff743389 Merge remote-tracking branch 'gallery3-contrib/master' 2012-04-02 19:22:03 -04:00
Tim Almdal
93fcc70f40 Update 3.0/modules/themeroller/data/js/site_ui.init.js 2012-03-23 19:03:21 -07:00
rWatcher
9c89bdb6fe Merge remote-tracking branch 'gallery3-contrib/master'
Conflicts:
	3.1/modules/minislideshow/helpers/minislideshow_event.php
	3.1/modules/tagsmap/css/tagsmap_menu.css
	3.1/modules/tagsmap/views/tagsmap_googlemap.html.php
2012-03-14 14:11:37 -04:00
Bharat Mediratta
a7a222aa34 use html::purify on album titles to prevent XSS 2012-02-29 07:35:40 -08:00
Bharat Mediratta
c144af904a Update copyright to 2012 2012-02-27 10:04:35 -08:00
Bharat Mediratta
8c0ec05c1e Merge pull request #99 from jonathanmtran/be1fbd11cefe61170084b89aafa0a5311b258abf
Arrow Navigation
2012-02-27 08:16:49 -08:00
Jonathan M Tran
be1fbd11ce First commit of arrow_nav 2012-02-27 00:25:13 -08:00
Michael A Mayer
9f90720208 Dropped 3.1 branch and LICENSE file 2012-02-21 22:38:39 -05:00
Michael A Mayer
7683976cc1 Updated module.info
Pointed the info_url to the codex page for emboss.
Pointed the discuss_url to the forum page for emboss
2012-02-17 23:33:34 -05:00
Michael A Mayer
6db8403b89 Initial Delivery 2012-02-17 09:21:21 -05:00
dmolavi
a9b6116462 Update version numbers in installer/updater. 2012-02-08 16:29:36 -05:00
dmolavi
5e6ed6ba61 Update ModuleUpdates to use new ini file for core modules, too.
This reduces execution time dramatically.
2012-02-08 15:04:21 -05:00
Bharat Mediratta
c665f476cf Trap unserialize() fails. 2012-02-05 17:14:53 -08:00
Bharat Mediratta
b3b9e76a49 Remove stray characters. 2012-02-05 17:07:18 -08:00
Bharat Mediratta
f0c273ce97 Fix the page title. 2012-02-05 17:02:05 -08:00
Bharat Mediratta
75e37f0dfa Improve the session decoding, limit it to a sample size, improve the output. 2012-02-05 16:58:29 -08:00
Bharat Mediratta
32b620f33a New module to examine active sessions 2012-02-05 16:38:05 -08:00
Bharat Mediratta
228946e98c Overload Item_Model to support hiding in Item_Model::children() 2012-02-05 15:57:41 -08:00
dmolavi
1bb03303cc Fix to really only poll GalleryModules.com once. This also only creates one local copy of the ini file to be scanned. 2012-02-04 11:00:09 -05:00
dmolavi
b2eafa02a2 Updated ModuleUpdates to take advantage of new .ini file at GalleryModules.com.
This results in lower server load on GalleryModules, and reduces the
number of fopen() calls on the gallery server.
2012-02-03 19:33:09 -05:00
Jason Hardin
6b4f1856a5 Resolving issue where test was always entered for the text in the Facebook share button 2012-02-01 19:16:33 -08:00
Jason Hardin
7aa5342ec7 Adding social share to git repository for version 2
Added facebook like with configuraiton options
Added configuration options to facebook share, google +1 and twitter
buttons.
2012-01-30 20:40:34 -08:00
unknown
c30889f71c Merge remote-tracking branch 'gallery3-contrib/master' 2012-01-23 23:48:06 -05:00
Bharat Mediratta
60f1a289e1 Merge branch 'master' of github.com:gallery/gallery3-contrib 2012-01-21 17:15:28 -08:00
Bharat Mediratta
f2d5a4c6c0 Base the slug off of the title 2012-01-21 17:15:07 -08:00
Bharat Mediratta
e7ababf870 Avoid string concatenation in t() calls - it breaks the language scanner. 2012-01-02 06:37:56 -08:00
Bharat Mediratta
ea015d7ded Cleanup:
- Fix up url generation so that they don't expect gallery3 to be installed at the DocumentRoot
- Move the theme page_top HTML into a view
- Make the JS/CSS work with the combined JS/CSS APIs
2011-12-27 01:18:04 -08:00
Bharat Mediratta
94be4c4ba6 Remove carriage returns, clean up description 2011-12-27 01:02:32 -08:00
Bharat Mediratta
b2078a091e Initial version of content_warning, committed on behalf of Manuel Sechi 2011-12-27 01:01:18 -08:00
Bharat Mediratta
1023321cff Use Item_Model::relative_url() instead of relying on
Item_Model::$relative_url_cache directly.
2011-12-25 20:31:42 -08:00
Bharat Mediratta
1b002243a7 Set version to 1 2011-12-25 20:16:45 -08:00
rWatcher
7c3a7d5727 Set some default text and link colors for the google map, so it'll be visible on dark themes. 2011-12-15 00:27:41 -05:00
rWatcher
92fef908f4 Make sure the album contains photos before displaying the slideshow link. 2011-12-14 23:45:14 -05:00
rWatcher
7aae256e95 Merge remote branch 'gallery3-contrib/master' 2011-11-09 17:59:05 -05:00
rWatcher
b613daa27b Make $children behave more like Gallery's $children variable. Fixes issue with Custom Fields module. 2011-11-09 17:58:43 -05:00