1
0
Commit Graph

1456 Commits

Author SHA1 Message Date
Bharat Mediratta
bd96329e45 New module that lets you force your thumbnails to be the aspect ratio
of your choice.  This effectively supercedes the square_thumb module
since equivalent to specifying a 1:1 aspect ratio.
2010-11-18 19:30:15 -08:00
Romain LE DISEZ
07cd90d26d Fix video page 2010-11-18 22:43:39 +01:00
Romain LE DISEZ
8d68b7481f Some work on comment style 2010-11-17 00:17:17 +01:00
Romain LE DISEZ
16428df3a6 Some cleanup
Some bugfixes :
 - x-repeat -> repeat-x (thanks plasticgoat)
 - display the frame around image, even when fullsize is not allowed
Re-enable show_full_size (it will probably need some theming)
Add a style for header text: configure in G3 <div id="g-header-text">Blah</div> (thanks plasticgoat)
2010-11-16 22:37:05 +01:00
Romain LE DISEZ
d4b24fe98d Do not display the bloc 'actions' when there is not link to display (thanks plasticgoat) 2010-11-14 23:29:25 +01:00
Romain LE DISEZ
8a87772cc6 Login menu (probably needs to be polished) 2010-11-14 23:29:13 +01:00
Romain LE DISEZ
bf93e6bdd2 Login menu (probably needs to be polished) 2010-11-14 23:15:20 +01:00
Romain LE DISEZ
0f528b5dec Oups, forgot to add this images 2010-11-14 22:58:10 +01:00
Romain LE DISEZ
e7a807c6c4 Sync with wind 2010-11-14 19:23:28 +01:00
Romain LE DISEZ
2ec848686b Merge remote branch 'upstream/master' 2010-11-14 18:46:30 +01:00
rWatcher
c4b36d23c5 Initial commit of TagsInAlbum module. 2010-11-14 01:42:29 -05:00
rWatcher
c1fe827f30 Merge remote branch 'gallery3-contrib/master' 2010-11-08 00:46:19 -05:00
rWatcher
5bccf5064d Minor fix. 2010-11-08 00:45:54 -05:00
Bharat Mediratta
b9f86bf717 Make all your thumbnails square 2010-11-07 15:45:25 -08:00
Bharat Mediratta
e6cbf71533 Make all your thumbnails square 2010-11-07 15:44:57 -08:00
rWatcher
e238708df4 Merge remote branch 'gallery3-contrib/master' 2010-11-07 01:48:50 -04:00
rWatcher
bebc67ea77 Cleaning up the code. 2010-11-07 01:48:21 -04:00
rWatcher
03d09e67de Create an admin page. 2010-11-07 01:44:07 -04:00
rWatcher
9c3aa0080b Modify access to actually use the admin setting. 2010-11-07 01:43:09 -04:00
rWatcher
79ef918212 Created an admin screen. 2010-11-07 01:38:57 -04:00
rWatcher
b2ab670743 Don't allow users to protect the root album. 2010-11-07 01:11:13 -04:00
rWatcher
4d218a50f8 Increase version number two 2, create a new module variable. 2010-11-07 01:10:48 -04:00
rWatcher
4d891619bd Deny access to protected albums and their contents. 2010-11-07 01:10:01 -04:00
Bharat Mediratta
efe4a9f516 Intercept photos at save time and resize the original down to a max of
1024 pixels on a side.
2010-11-06 21:55:41 -07:00
rWatcher
d533cd9e2b Hide the album instead of the albums contents. 2010-11-07 00:20:50 -04:00
rWatcher
67bb30215b Fix for full screen aspect ratio bug (Ticket #1154). 2010-11-06 01:34:17 -04:00
rWatcher
7fe44b3204 CSS Fix. 2010-11-01 01:43:12 -04:00
rWatcher
be6c828114 Bugfixes for older web browsers. 2010-11-01 01:32:41 -04:00
rWatcher
d5728284c8 Merge remote branch 'gallery3-contrib/master'
Conflicts:
	3.0/modules/albumpassword/controllers/albumpassword.php
	3.0/modules/albumpassword/helpers/MY_item.php
	3.0/modules/albumpassword/views/assignpassword.html.php
	3.0/modules/albumpassword/views/loginpassword.html.php
	3.1/modules/albumpassword/controllers/albumpassword.php
	3.1/modules/albumpassword/helpers/MY_item.php
	3.1/modules/albumpassword/views/assignpassword.html.php
	3.1/modules/albumpassword/views/loginpassword.html.php
2010-11-01 01:30:19 -04:00
rWatcher
5918892314 Bugfixes for older browsers. 2010-11-01 01:28:59 -04:00
rWatcher
aee1f702c5 W3C compliance fix. 2010-10-31 00:45:26 +08:00
rWatcher
b313aea424 CSS Fix. 2010-10-31 00:45:25 +08:00
rWatcher
0ced928c65 Initial commit of albumpassword module. 2010-10-31 00:45:25 +08:00
rWatcher
c3a4cf3f88 Added REST support. 2010-10-31 00:45:24 +08:00
Alexander Schomburg
0d35fb5426 Fixed the gallery3-contrib updates for the new structure, credits go to dmolavi 2010-10-31 00:44:07 +08:00
Alexander Schomburg
ff1f1895c9 Fixed display issues > version update 2010-10-31 00:44:07 +08:00
Alexander Schomburg
c7a09a2359 Fixed display issues > version update 2010-10-31 00:44:06 +08:00
Alexander Schomburg
818c3c9423 Fixed display issues 2010-10-31 00:44:05 +08:00
Romain LE DISEZ
626f223478 Add support for downloading by tag 2010-10-31 00:43:35 +08:00
Romain LE DISEZ
55d6f6b8d2 Prepare the future: server-path can be different of zip-path (tag, resize/full, ...) 2010-10-31 00:43:14 +08:00
Romain LE DISEZ
f8dbe39691 Use exceptions: it is better to display en error screen than an empty screen 2010-10-31 00:43:13 +08:00
Romain LE DISEZ
1307a621e7 Fix: when downloading entire gallery, the filename were ".zip" 2010-10-31 00:43:13 +08:00
Jérémy Subtil
7728d8a90c Added hide module. 2010-10-31 00:42:28 +08:00
rWatcher
858ab934d4 W3C compliance fix. 2010-10-29 02:20:46 -04:00
rWatcher
77b9ad0737 CSS Fix. 2010-10-29 02:18:05 -04:00
rWatcher
d2d0d3e52a Initial commit of albumpassword module. 2010-10-29 01:51:15 -04:00
rWatcher
c1535d237b Merge remote branch 'gallery3-contrib/master' 2010-10-29 00:40:22 -04:00
rWatcher
1160b93e87 Added REST support. 2010-10-29 00:39:44 -04:00
Romain LE DISEZ
c37dca0922 Add support for downloading by tag 2010-10-28 00:50:21 +02:00
Romain LE DISEZ
13eeb2bb23 Prepare the future: server-path can be different of zip-path (tag, resize/full, ...) 2010-10-27 23:45:22 +02:00