1
0
Commit Graph

468 Commits

Author SHA1 Message Date
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
Bharat Mediratta
7819cbba37 Merge pull request #92 from fredrike/master
New version of pear4gallery3 (version 3.0)
2012-01-23 20:42:40 -08: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
Fredrik Erlandsson
9ae90aefdc Merge commit '81acfc1c2e728977b6e64ee89122604c73b9d847' 2012-01-12 16:49:15 +01:00
Fredrik Erlandsson
3f987f91af Merge commit '008fe9c5e71c9986c5b052707adec0e083cb8b15' 2012-01-12 16:25:19 +01:00
Fredrik Erlandsson
768fec3fe7 Merge commit '5929bd2774d45590561f4a8ae1b263409cad5ae9' 2012-01-11 14:16:07 +01:00
Fredrik Erlandsson
0094bf9561 Merge commit '11c3c2ac87bc21b5daf5384e32d77492c5d6779a' 2012-01-10 15:00:29 +01: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
Bharat Mediratta
adcfca0f5b Merge branch 'master' of github.com:gallery/gallery3-contrib 2011-12-25 17:27:21 -08:00
Bharat Mediratta
b31f041b5c Updated to support HTTP_Request and HTTP_Request2. Tested against
example.php with both libraries.  HTTP_Request spews out tons of
warnings if you set the error reporting to something really strict.
HTTP_Request2 is clean, but there's no Debian package for it yet...
2011-12-25 17:25:35 -08:00
Bharat Mediratta
2849b93af8 Restore HTTP_Request2 support - I'll dupe the helper so that we support both versions of the library.
Revert "Revert "Converted to use PEAR's HTTP_Request2, since, according to http://pear.php.net/package/HTTP_Request/ HTTP_Request has been superceded by Request2. ""

This reverts commit b21689eb14.
2011-12-25 17:06:42 -08:00
Bharat Mediratta
40990727bc Merge pull request #91 from rWatcher/master
Tag Albums module update
2011-11-24 11:29:31 -08:00
Fredrik Erlandsson
911de8e96b Merge commit '25a103fe6ab19844448cb8e551358481a86d242d' 2011-11-10 15:38:26 +01:00
Fredrik Erlandsson
5a3e5071da Merge commit '89fa8576007840f1cf77594559e19d19c901c64a' 2011-11-10 15:32:48 +01:00
Fredrik Erlandsson
9836679a74 Merge commit '9600f7958b2509fcf1f79fc64ffd8f50acfeba79' 2011-11-10 15:14:38 +01: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
Fredrik Erlandsson
a0f52eac03 Version 2.5
* Support for elastic thumb-margins.
* Support for videos.
* Fix for carousel view via settings/hash.
* Small bug fixes.
2011-11-08 12:02:10 +01:00
Bharat Mediratta
77c4d5b792 Merge pull request #89 from crustymonkey/master
Small update to Python Gallery 3 client library
2011-11-03 21:33:54 -07:00
Jay Deiman
e0ccd97af6 Added import fallback of simplejson and removed a debug statement 2011-11-02 11:52:46 -05:00
Bharat Mediratta
4b6a85a3f2 Merge pull request #87 from matthew-b-payne/patch-1
Enabling the GuessContentType plugin is essential for webdav clients bein
2011-10-28 11:04:52 -07:00
rWatcher
0fa105320d Merge remote branch 'gallery3-contrib/master' 2011-10-24 19:30:42 -04:00
rWatcher
233050b44a Updated for Grey Dragon 3.1.0 support. 2011-10-24 19:30:11 -04:00
matthew-b-payne
6bd115f09b Enabling the GuessContentType plugin is essential for webdav clients being about to present image previews. mime type will now be sent back in the response.
http://code.google.com/p/sabredav/wiki/GuessContentType
2011-10-19 23:23:09 -03:00
bouthors
8695278323 updated module info 2011-10-15 15:53:31 +02:00
bouthors
8e82da2df0 new module fittoscreen 2011-10-15 15:48:03 +02:00
rWatcher
891097f1d6 Create all_siblings variable and full_or_resize_url() function for Shadowbox album view w/ Grey Dragon. 2011-10-12 20:13:49 -04:00
rWatcher
04d195787b Update GreyDragon support to 3.1.0. 2011-10-12 20:11:56 -04:00
Bharat Mediratta
b21689eb14 Revert "Converted to use PEAR's HTTP_Request2, since, according to http://pear.php.net/package/HTTP_Request/ HTTP_Request has been superceded by Request2. "
This reverts commit fecdce4db3.

There's no debian package for HTTP_Request2 and it's difficult to
install the package without updating a bunch of other stuff.  I'm
making the executive decision that it's too new to switch over to this
version of the library; if I'm having these problems others will as
well.  Tell me if you think I'm wrong and we can roll forward again.
2011-10-03 22:58:16 -07:00
Bharat Mediratta
8aa1876987 Merge pull request #85 from rWatcher/master
New Quotas module + updates to Tag Albums
2011-10-03 21:22:06 -07:00
Bharat Mediratta
6b7bcf780f Merge pull request #84 from wrlee/patch-1
Converted to use PEAR's HTTP_Request2 rather than HTTP_Request
2011-10-03 21:20:58 -07:00
Tim Almdal
b37289a051 correct a few typos 2011-10-02 16:59:07 -07:00
Tim Almdal
db9d0af5c7 Update page.html.php to match the wind theme (how thumbs are resized and the new breadcrumb implementation) in the themeroller module. 2011-10-02 12:35:32 -07:00
rWatcher
823c735457 And file names and tag names to the end of urls. 2011-09-14 17:41:44 -04:00
rWatcher
d544ed6c09 Updated theme support files. 2011-09-14 17:40:30 -04:00
wrlee
fecdce4db3 Converted to use PEAR's HTTP_Request2, since, according to http://pear.php.net/package/HTTP_Request/ HTTP_Request has been superceded by Request2. 2011-09-13 22:53:37 -07:00
rWatcher
21feda51e5 Initial commit of the Quotas module. 2011-09-12 20:42:49 -04:00