1
0
Commit Graph

335 Commits

Author SHA1 Message Date
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
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
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
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
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
Tim Almdal
9a96a37681 Another 2.4 migration-ism. Need to pass the where clause in an appropriate format. array(fieldname, operator, value); 2010-01-14 13:41:40 -08:00
rWatcher
c9f95a5613 Code cleanup in TagFaces. 2010-01-12 15:02:20 -05:00
Tim Almdal
4923164626 Change the offset from zero to null on the item->find_all call. Changed with K2.4 2010-01-12 10:49:58 -08:00
rWatcher
f4401fa9dd Fixed another "minor" bug that caused the entire contents of the items_faces table to get deleted whenever a face-tagged photo is deleted. 2010-01-12 03:17:36 -05:00
rWatcher
c53352108b Hide the delete button when there's nothing to delete. 2010-01-12 03:05:49 -05:00
rWatcher
ae5f3fc8be Merge commit 'gallery3-contrib/master' 2010-01-12 03:00:50 -05:00
rWatcher
2fa96fe8a9 Fixed "minor" bug that caused the entire contents of the items_faces table to get deleted. 2010-01-12 02:59:25 -05:00
rWatcher
744a6b6cc7 Added option for deleting notes from a photo. 2010-01-11 16:03:05 -05:00
Bharat Mediratta
60238ddfad Rudimentary Single sign-on module 2010-01-11 11:05:49 -08:00
Bharat Mediratta
3eb4e6920d Implement Ldap_User::groups() to match K24 APIs. 2010-01-11 11:03:34 -08:00
rWatcher
20328ef8a5 Fix highlight box alignment bug with current git. 2010-01-11 02:26:03 -05:00
rWatcher
d316a1c45f Fixed weird access::verify_csrf() issue with TagFaces. 2010-01-10 14:43:14 -05:00
rWatcher
5add59a795 Fixed tag url issue in TagFaces. 2010-01-10 02:35:10 -05:00
rWatcher
e4d96261f6 Fix for borken selection box in TagFaces. 2010-01-10 02:28:31 -05:00
rWatcher
cf81ac7085 Updated DisplayTags to fix tag hyperlink issue. 2010-01-10 01:54:22 -05:00
rWatcher
231d9c95fc Updated to support dynamic sidebar code. 2009-12-30 01:45:47 -05:00
rWatcher
2b12d9b3f5 Validate form before sending and add message header text. 2009-12-30 01:10:55 -05:00
Tim Almdal
ba0794fe91 Allow the register link to be shown on the login page. Fixes ticket #952 2009-12-28 11:36:17 -08:00
Bharat Mediratta
90ef5daa49 Update some database calls. 2009-12-25 13:25:36 -08:00
Bharat Mediratta
fb36d5454c Do enough CSS fixing to get the dialogs to work inline. 2009-12-24 18:05:14 -08:00
Bharat Mediratta
69baf26b05 Clean up formatting. 2009-12-24 18:03:03 -08:00
Bharat Mediratta
b9cebd25eb Add validation for the default settings and api key. Set some
defaults there, too so that users don't have to know a lat/long to get
started.  Use form validation.  Bump the version to 2.
2009-12-24 12:53:35 -08:00
Bharat Mediratta
4c9bcf9ad3 Update for paginator changes. 2009-12-24 11:56:49 -08:00
Bharat Mediratta
2fdada73dc Sentence case the titles. 2009-12-24 11:56:30 -08:00
Bharat Mediratta
c7ad42100b Convert Kohana::show_404() to throw a Kohana_404_Exception() 2009-12-24 11:55:28 -08:00
Bharat Mediratta
ace00a891d Updated for the new blocks API. 2009-12-24 11:51:21 -08:00
Bharat Mediratta
0cb6b9e58f Clean up the code to work with K24 ORM changes, and update it to work
with paginator changes.  Also fix some minor style issues.
2009-12-24 11:45:44 -08:00
Bharat Mediratta
8658a609fd Convert Controller::$input -> Input::instance() 2009-12-24 11:09:07 -08:00
Bharat Mediratta
1ed3c46997 Clean up tag display logic 2009-12-24 11:07:03 -08:00
Bharat Mediratta
9a1fc57211 Don't treat objects like strings. Simplify the code. 2009-12-24 11:04:25 -08:00
Bharat Mediratta
30ab3e9420 Check using empty() instead of a comparison to avoid warnings on
unused variables.

Clean up the code style.
2009-12-24 10:59:25 -08:00
Bharat Mediratta
7d2297033d Don't treat objects like strings. 2009-12-24 10:56:26 -08:00
Bharat Mediratta
1a65ded2a6 Don't treat objects like strings 2009-12-24 02:44:13 -08:00
Bharat Mediratta
dde187e88c Only trigger for items and tags 2009-12-24 01:48:27 -08:00