1
0
Commit Graph

510 Commits

Author SHA1 Message Date
rWatcher
0c3264935f Merge commit 'gallery3-contrib/master' 2010-02-23 14:28:58 -05:00
Bharat Mediratta
0da1677951 Merge branch 'master' of github.com:gallery/gallery3-contrib 2010-02-19 11:26:45 -08:00
Bharat Mediratta
9ba2306157 Properly return groups for the guest user. 2010-02-19 11:26:26 -08:00
Tim Almdal
8680715874 Gallery3::factory should be defined as static. 2010-02-10 17:54:56 -08:00
rWatcher
7b0df0982f Remove the breadcrumb code that was crashing the month and day views, link the month view onto the main calendar view page. 2010-02-07 23:48:23 -05:00
rWatcher
ce31263a51 We don't need this anymore. 2010-02-07 23:47:15 -05:00
rWatcher
5b21bdfd5d Replaced the broken Calendar library with a new, working one. 2010-02-07 23:37:54 -05:00
Tim Almdal
7558feb6ca Move the scheduler module to the contrib repository for this release. 2010-02-02 15:02:46 -08:00
Bharat Mediratta
0cad5cc23c PRefer explode() to split() 2010-02-01 00:53:35 -08:00
Bharat Mediratta
d1062c9340 Add default values for calendar() args. 2010-02-01 00:50:46 -08:00
Bharat Mediratta
7806db1929 Fix the example $SITE_URL 2010-01-30 20:39:11 -08:00
Bharat Mediratta
eae41b182d Updated to reflect the fact that "resource" is now "entity" in responses. 2010-01-27 21:46:00 -08:00
Bharat Mediratta
8bd90d145d Merge branch 'master' into bharat_dev 2010-01-27 09:29:29 -08:00
Bharat Mediratta
f0f21b038e Merge branch 'master' of git://github.com/Okat/gallery3-contrib 2010-01-27 09:28:57 -08:00
Bharat Mediratta
2dff991b59 Merge branch 'master' of git://github.com/rledisez/gallery3-contrib 2010-01-27 09:27:39 -08:00
Bharat Mediratta
f7a539c0e6 Merge branch 'master' of git://github.com/Glooper/gallery3-contrib
Conflicts:
	modules/gwtorganise/controllers/json_album.php
2010-01-27 09:26:45 -08:00
Bharat Mediratta
1c8710c72e Merge branch 'master' of git://github.com/rWatcher/gallery3-contrib 2010-01-27 09:25:50 -08:00
Andy Staudacher
bbdf951260 <small> isn't allowed in l10n messages (the l10n server won't accept such messages, and thus you can't download any translations for such messages) 2010-01-26 21:46:42 -08:00
Ben Smith
3c83eb8c96 changed to comply to standards 2010-01-27 14:31:40 +13:00
Bharat Mediratta
6a3851bae2 Refactored the API to deal with relationships and data in general more
cleanly.  Unfortunately it makes resource data access a lot more
unwieldy so I don't think we're done yet.
2010-01-26 00:15:35 -08:00
Bharat Mediratta
db6b1f9042 Updated for model based validation, but not tested. 2010-01-25 22:29:38 -08:00
Bharat Mediratta
f54b4b0579 IdentityProvider::create_user() now requires an email address as well. 2010-01-25 22:26:57 -08:00
Bharat Mediratta
4ad10e7290 Updated for model based validation 2010-01-25 22:26:19 -08:00
Bharat Mediratta
7a6d8eb8b3 Updated for model based validation 2010-01-25 22:26:08 -08:00
Bharat Mediratta
04b8238a44 Merge branch 'master' of git@github.com:gallery/gallery3-contrib into bharat_dev 2010-01-25 20:46:35 -08:00
Ben Smith
bb81dd694d Updated to latest G3 experimental.
Added drag and drop from desktop.
Added ability to resize before upload / including resize options
Added Thumbnails when uploading.
Moved to latest GWT so some speed improvements
2010-01-26 17:00:01 +13:00
rWatcher
7ab0b1bb56 Use the photo title, not the file name. 2010-01-25 01:04:59 -05:00
rWatcher
a6b2b6408a Merge commit 'gallery3-contrib/master' 2010-01-25 00:28:05 -05:00
Tim Almdal
c7d1baab70 Add the user home home directory to the user profile page. 2010-01-24 20:43:02 -08:00
Romain LE DISEZ
ca9785c6ed Initial commit. 2010-01-24 23:37:13 +01:00
Romain LE DISEZ
fbf635b099 Merge commit 'upstream/master' 2010-01-24 23:25:27 +01:00
Tim Almdal
68b290be51 Change the check_environment method in the module helper and the module installers to can_activate to reflect that it is doing more than just checking the environment. 2010-01-22 12:30:53 -08:00
Tim Almdal
b0270cf722 Refactor the identity provider installation in to a common helper method (change_provider) with an initialization callback. 2010-01-22 12:09:46 -08:00
Tim Almdal
b8bce53b8f Use the admin module to install and switch to the LDAP identity provider. 2010-01-22 09:42:41 -08:00
rWatcher
0a2d33e2ff Fixed tag links in rWInfo. 2010-01-20 20:49:23 -05:00
rWatcher
10e4e2842f Fixed issue with batch tagging the contents of sub-albums. 2010-01-20 19:12:47 -05:00
rWatcher
f2910faf4c Display warning message if Tags is not active to alert the user that BatchTag won't work properly without it. 2010-01-20 18:06:40 -05:00
rWatcher
b4789b45da Initial commit of export_facebook module. 2010-01-20 16:57:22 -05:00
Bharat Mediratta
5731b93845 Track what data is changed and only send that on post/put requests. 2010-01-19 01:46:07 -08:00
rWatcher
01326cee20 Display a warning message if the Tags module is not active. 2010-01-19 02:15:34 -05:00
rWatcher
1e08891ebf Fixed issue where the delete button deletes the whole table instead of just one record. 2010-01-19 01:25:11 -05:00
rWatcher
73f04804f8 Fixed issue with tag links not working. 2010-01-19 01:24:44 -05:00
rWatcher
18c71cbb1e Merge commit 'gallery3-contrib/master' 2010-01-19 00:54:22 -05:00
Bharat Mediratta
052f0537ba Use a proper extension for the name of the photo (found by model based validation -- woot!) 2010-01-17 17:37:33 -08:00
Bharat Mediratta
1e820aad7c Add a constructor to create an empty $data.
Make connect static.
2010-01-17 17:37:19 -08:00
Bharat Mediratta
5de5b1687f Whitespace. 2010-01-17 17:22:47 -08:00
Tim Almdal
7380d7bc76 1) Call identity::active_user instead of user::active()
2) The where clause needs to be passed as array of arrays when filtering for albums.
2010-01-17 09:27:48 -08:00
Okat
b2859c5c8f First commit. Added okat_dark theme.
The theme is still a work in progress. Copied from 3nids theme with changed colors
Git skills in progress as well.
2010-01-17 12:29:35 +01:00
Tim Almdal
b98b1391e9 A further fix for 977. create the user immediately if the policy is visitor w/o a confirmation email. 2010-01-15 08:58:31 -08:00
Tim Almdal
4309f8822c 1) Insure that a group input is always part of the form, either a dropdown or hidden field
2) Create a "dummy validation function" in order to have the group and email_validation fields copied from the $_POST array.
2010-01-14 20:16:15 -08:00