1
0
Commit Graph

535 Commits

Author SHA1 Message Date
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
Chad Kieffer
01f107826d Merge branch 'master' of github.com:gallery/gallery3-contrib 2010-01-10 23:11:53 -07: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
Bharat Mediratta
2a596af25b Don't treat an object like a string 2009-12-24 01:48:15 -08:00
Bharat Mediratta
2b00e0a4e9 Don't save dimensions unless it's actually a movie. 2009-12-24 01:47:58 -08:00
Bharat Mediratta
f522643d70 Clean up tag display logic. 2009-12-24 01:47:00 -08:00
Bharat Mediratta
bcc0a1e836 Convert a bunch of left over kohana::show_404 calls to throw
Kohana_404_Exception instead.
2009-12-23 20:52:09 -08:00
Bharat Mediratta
a711cb1088 Quote name/descriptions in module.info 2009-12-23 12:56:12 -08:00
Bharat Mediratta
f64442b75c Add a rule for the "activate" param so that it gets validated properly. 2009-12-23 02:24:55 -08:00
Bharat Mediratta
5f53465bd1 Update format of $hidden variables for new K24 form::open 2009-12-23 00:59:15 -08:00
Bharat Mediratta
1a0dc96e77 First pass at upgrading contrib code to the Kohana 2.4 standards.
Here's a summary of the changes I made:

1) html::specialchars --> html::chars
2) ORM::orderby() -> ORM::order_by()
3) ORM::where() now takes 3 parameters including a comparator.  So
   ORM::where("a", $b) is now ORM::where("a", "=", $b) and the middle
   value can be any comparator.
4) ORM::$loaded --> ORM::loaded()
5) Database::instance() --> db::build()  (and there are some other
   subtle differences, like now you always call execute() at the end
   of the chain)
6) form::close() and form::close_fieldset() are now gone.  Use
   </form> and </fieldset> respectively.
7) Controller::$input is gone.  Use Input::instance() instead.

I've done very rudimentary testing so far.
2009-12-22 21:31:03 -08:00
Chad Kieffer
fd724e86f2 Merge branch 'master' of github.com:gallery/gallery3-contrib 2009-12-03 21:37:58 -07:00
Romain LE DISEZ
b78ac358ee Merge commit 'upstream/master' 2009-12-01 20:37:04 +01:00
Bharat Mediratta
649b7ba7bc Get rid of the installer code, we don't actually need it yet since
there's no need to do any special work when we upgrade.

Change the theme code to only print out the JS if we have a web
property ID.
2009-11-29 11:49:39 -08:00
Romain LE DISEZ
9441bc08bb Merge commit 'upstream/master' 2009-11-29 20:48:54 +01:00
Matt Rude
29893cf79b Corrected version number from 1.2 to 2 since 1.2 is an invaild
version number.
2009-11-30 03:47:50 +08:00
Chad Kieffer
cb9482299f Merge branch 'master' of github.com:gallery/gallery3-contrib 2009-11-29 09:29:24 -07:00
Romain LE DISEZ
159fa9c815 Merge commit 'upstream/master' 2009-11-28 15:03:58 +01:00
Bharat Mediratta
6547d54e72 Fix a blown merge and bring calendarview up to date with rWatcher's
changes.
2009-11-26 11:21:51 -08:00
Bharat Mediratta
55f806b754 Merge branch 'master' of git://github.com/rWatcher/gallery3-contrib
Conflicts:
	modules/calendarview/controllers/calendarview.php
	modules/calendarview/libraries/Calendar_Breadcrumb.php
	modules/calendarview/views/kohana_calendar.php
2009-11-26 11:13:21 -08:00
rWatcher
8ca9f9e780 Added a month view and breadcrumbs to album view. 2009-11-27 03:09:40 +08:00
Chad Kieffer
24ad098f23 Merge branch 'master' of github.com:gallery/gallery3-contrib 2009-11-26 11:12:01 -07:00
Bharat Mediratta
07bb2625df Beginning framework for the remote module 2009-11-23 22:30:55 -08:00
Chad Kieffer
6d8f000ccc Merge branch 'master' of github.com:gallery/gallery3-contrib 2009-11-18 19:04:34 -07:00
rWatcher
11153056f1 Code cleanup. 2009-11-18 19:04:47 -05:00
rWatcher
92e97357e5 Translation Fix. 2009-11-18 18:35:31 -05:00
rWatcher
229c488436 Merge commit 'gallery3-contrib/master' 2009-11-18 15:03:53 -05:00
rWatcher
47d1f16b40 Added a month view and breadcrumbs to album view. 2009-11-18 15:03:16 -05:00
Tim Almdal
b1119d82f1 Revert "Add xss_golden files to some modules."
This reverts commit e20cfc8494.
2009-11-18 10:53:02 -08:00
Tim Almdal
e20cfc8494 Add xss_golden files to some modules. 2009-11-18 10:37:31 -08:00
Tim Almdal
984c42edbf Add quotes around the module name 2009-11-18 08:58:57 -08:00
rWatcher
9f2a08411c Merge commit 'gallery3-contrib/master'
Conflicts:
	modules/calendarview/controllers/calendarview.php
2009-11-18 00:33:19 -05:00
Bharat Mediratta
85570acabd Merge branch 'master' of git@github.com:gallery/gallery3-contrib
Conflicts:
	modules/calendarview/controllers/calendarview.php
2009-11-17 15:55:19 -08:00
Bharat Mediratta
99ec99a166 Update to use the new page_type and page_subtype designations. 2009-11-17 14:06:04 -08:00
rWatcher
59648ce716 Move the CSS from the view file into a seperate .css file. 2009-11-18 02:11:19 +08:00
rWatcher
72a1019256 Remove "overlap dates" from calendar view. 2009-11-18 02:11:19 +08:00
Bharat Mediratta
a19d2132b2 Drop unnecessary use of uninitialized $form variable. 2009-11-17 10:04:33 -08:00
rWatcher
3cb8810074 Move the CSS from the view file into a seperate .css file. 2009-11-17 02:44:29 -05:00
rWatcher
8905bd58e3 Remove "overlap dates" from calendar view. 2009-11-17 02:21:09 -05:00
Bharat Mediratta
0f04a97c35 New module that adds an RSS feed that only contains the most recently
added albums.
2009-11-15 17:25:38 -08:00
rWatcher
9e2688a646 Minor update. 2009-11-12 16:07:16 -05:00
rWatcher
c693a2ba72 Updated for new sidebar code. 2009-11-12 15:57:13 -05:00
rWatcher
4a3fd9b1b6 Initial commit of CalendarView module. 2009-11-11 23:04:01 -05:00
rWatcher
15ea443506 Merge commit 'gallery3-contrib/master' 2009-11-09 13:52:00 -05:00
Chad Kieffer
26edee8350 Remove g-actions, it doesn't serve any real purpose in styling or JavaScript. 2009-11-08 21:46:50 -07:00
Bharat Mediratta
952fb4fe73 Add missing closing angle bracket. Fixes ticket #842. 2009-11-08 10:48:19 -08:00
rWatcher
f627e9a407 Merge commit 'gallery3-contrib/master' 2009-11-08 00:44:56 -05:00
rWatcher
898844933b Merge commit 'gallery3-contrib/master'
Conflicts:
	modules/register/models/pending_user.php
2009-11-08 00:44:06 -05:00
Chad Kieffer
1265882d6c Add a note about how unconfirmed user registrations can be removed. 2009-11-07 13:36:52 -07:00
Chad Kieffer
8ab32fe3d5 HTML markup updates, removed CSS after recent updates, a few label headings edits. 2009-11-07 00:12:45 -07:00
Tim Almdal
b763c82ae5 Display the register link in the user_menu instead of the site_menu. Ticket #871 2009-11-06 14:12:56 -08:00
Tim Almdal
25bfc090ba Change the tag cloud so its updated when a new tag is added. 2009-11-06 08:45:02 -08:00
Tim Almdal
f57ac32e23 Always show the update button, even if there is no default group. Also don't set the default group for the user if there has been no default user defined. 2009-11-03 19:19:24 -08:00
Tim Almdal
4eaa434886 Latest re-incarnation of the user registration module.
This change implements all the modes:
* Visitors cannot create users
* Visitors can create an account without confirmation nor admin approval
* Visitors can create an account with conformation and admin approval
* Visitors can create an account with confirmation and no admin approval
2009-11-03 14:45:52 -08:00
Tim Almdal
317e2b1964 Merge branch 'master' of git@github.com:gallery/gallery3-contrib into talmdal 2009-11-02 06:53:23 -08:00
Tim Almdal
1779518e73 Add a full_name to the ldap provider 2009-11-01 10:05:22 -08:00
Tim Almdal
60f26d711f Merge branch 'master' of git@github.com:gallery/gallery3-contrib into talmdal 2009-11-01 07:47:15 -08:00
Tim Almdal
3d82eb19f2 delete the unused ldap.php config file and rename the gallery.ldif to gallery_sample.ldif to clearly indicate that it is not required and only a sample. 2009-10-31 14:34:33 -07:00
Tim Almdal
9963d59e3b Ignore any exceptions or errors on the ldap_bind... assume they are password related and just return false as an invalid password. Fixes ticket #864. 2009-10-31 14:31:18 -07:00
Tim Almdal
7915ba2de9 1) Added support for the email attribute on the Ldap_User object (references the ldap mail attribute)
2) Added support for the avatar_url method.
3) Added a config parameter to the IdentityProvider to specifiy the configuration.  This allows the ldap installer to instantiate the ldap Identity provider to use in the install and uninstall methods.
2009-10-31 14:04:07 -07:00
Tim Almdal
0bf6497e02 1) Added support for the email attribute on the Ldap_User object (references the ldap mail attribute)
2) Added support for the avatar_url method.
3) Added a config parameter to the IdentityProvider to specifiy the configuration.  This allows the ldap installer to instantiate the ldap Identity provider to use in the install and uninstall methods.
2009-10-31 13:53:38 -07:00
Tim Almdal
f194d21ad9 Merge branch 'master' of git@github.com:gallery/gallery3-contrib into talmdal 2009-10-31 09:42:34 -07:00
Bharat Mediratta
ef715a9261 Support the "url" param on Ldap_User by returning a null value for now. 2009-10-30 15:55:44 -07:00
Tim Almdal
0bdd2c2730 Change the ui per thumbs suggestion
Move the admin menu under the Settings dropdown
Implement:
* Vistors can create accounts but administrator approval is required
* Email confirmations can be used or not used with above
* Welcome email is sent when the user is created
* Random password is generated when the user created and this is included in the welcome email.
2009-10-30 13:19:57 -07:00
Tim Almdal
496820034c Merge branch 'master' of git@github.com:gallery/gallery3-contrib into talmdal 2009-10-30 06:41:05 -07:00
Chad Kieffer
413125cbd9 Add type attribute to script tags in contributed modules and themes. 2009-10-30 00:17:31 -06:00
Chad Kieffer
fdd0053b9f Merge branch 'master' of github.com:gallery/gallery3-contrib 2009-10-30 00:08:50 -06:00
Tim Almdal
9304eddac6 Merge branch 'master' into talmdal 2009-10-29 19:21:42 -07:00
Tim Almdal
3d688c84ee Implement a user self registration module, that allows a user to create a request to for a user id. Currently all that's working is the guest user can create a pending user request and the administrator has to manually approve it. Eventually 2 other modes will be available: a confirmation email, similair to the recover password or the ability to add the user immediately. 2009-10-29 19:21:22 -07:00
Tim Almdal
73bca7bfdb Implement the new add_user_to_group and remove_user_from_group api method calls. For the ldap provider just throw an Invalid Operation exception. 2009-10-29 19:17:34 -07:00
rWatcher
3f87b27560 Replaced all references to user::active() with identity::active_user(). 2009-10-29 18:29:42 -04:00
Tim Almdal
a9347da91d Missed a couple of inconsistent capitalizations 2009-10-29 11:23:32 -07:00
rWatcher
dc8cc9d26b Merge commit 'gallery3-contrib/master'
Conflicts:
	modules/ldap/config/ldap.php

Signed-off-by: rWatcher <rwatcher@australia.edu>
2009-10-29 13:48:57 -04:00
Tim Almdal
175b0af34b Only generate the admin_menu method once. 2009-10-29 08:17:22 -07:00
Tim Almdal
b8a4029fb4 Update the developer module to allow the internal name and display name to be supplied seperately. Also update so menus are generated as part of the event mechanism. 2009-10-29 08:04:38 -07:00
Bharat Mediratta
8d01f7f7d1 Internationalize menu strings. 2009-10-27 19:31:22 -07:00
Chad Kieffer
7423644cd8 Merge branch 'master' of github.com:gallery/gallery3-contrib 2009-10-27 19:01:54 -06:00
Tim Almdal
7a3fd9d2ed Add a flag in the module.info (no_module_admin) to indicate that this module shouldn't be managed by the default module administration screen. This module will always be locked on that screen. 2009-10-27 07:57:21 -07:00
Tim Almdal
9ea73e5eff Change the name of the get adminsitrator function to admin_user (it was easier to change it here than everywhere else." 2009-10-27 07:38:39 -07:00
Tim Almdal
93082a12f1 Add an get_admin_user api call and use it to determine the admin user instead of calling lookup by name with a hardcoded name. 2009-10-27 07:16:50 -07:00
Tim Almdal
0b3bb9a643 Forgot to check this in, which will help Bharat's review. 2009-10-25 10:47:08 -07:00
Tim Almdal
952322cd95 If the user name is "admin", then use the first user name in the 'admins' driver parameter. 2009-10-23 06:17:21 -07:00
Tim Almdal
57f331250d Change the name of identity library from Identity to IdentityProvider. Create a helper class called identity to simplify call the Identity Provider. Move the contents of MY_Session.php to the new helper class and remove the MY_Session class 2009-10-22 13:08:22 -07:00
Tim Almdal
5b62f010cc Convert methods to instance methods instead of static to be consistent with the Identity interface. Clean up a copy/paste error to get the auhtorized list of groups. 2009-10-21 16:06:29 -07:00
Tim Almdal
00cb7dc37a Merge branch 'master' into talmdal 2009-10-21 09:12:26 -07:00
Tim Almdal
209825bf50 Clean up problems with the module.info file that would cause the unit tests to fail. 2009-10-21 09:12:08 -07:00
Tim Almdal
337265578b When activating the ldap identity provider, change the ownership of all items to the first defined admin user. Also remove unused files and debugging statements. 2009-10-21 08:25:43 -07:00
Tim Almdal
2ece7e92b2 Add lookup_group Identity provider API. 2009-10-20 17:20:22 -07:00
Tim Almdal
bd7f9e427f Add a groups api method on the Identity provider 2009-10-20 17:02:03 -07:00
Tim Almdal
7a53eeb3f4 Initial implementation of a Ldap identity provider 2009-10-20 16:34:03 -07:00
Tim Almdal
d0b40f7bf5 Merge branch 'master' of git@github.com:gallery/gallery3-contrib into talmdal 2009-10-20 06:41:55 -07:00
Chad Kieffer
a6d2f058cd Applied g-block and g-block-content to the admin view. 2009-10-19 22:36:33 -06:00
Tim Almdal
1f6c84ee0f Include the code to check the code by binding 2009-10-19 14:11:36 -07:00
Tim Almdal
0963c99eb8 2nd iteration of the ldap identity manager provider 2009-10-19 13:46:04 -07:00
rWatcher
4b0d2d679a Minor format change. 2009-10-18 03:34:01 +08:00
rWatcher
42673f85f0 Minor formatting change. 2009-10-18 03:34:01 +08:00
rWatcher
edf931ae76 Updated for current Git. 2009-10-18 03:34:00 +08:00
rWatcher
c92fd668ba TagFaces bugfix. 2009-10-18 03:34:00 +08:00
rWatcher
2c01cd2fdd Merged in some code from the 3nids version of TagsMap and the bugfix from glip. 2009-10-18 03:34:00 +08:00
Tim Almdal
dd22142107 Merge branch 'master' into talmdal 2009-10-17 08:39:32 -07:00
Tim Almdal
36a0c73dc2 Change the item->left and item->right properties to left_ptr and right_ptr respectively. 2009-10-17 08:38:58 -07:00
rWatcher
9af78f9be0 Minor format change. 2009-10-14 19:39:15 -04:00
rWatcher
5b261c6307 Minor formatting change. 2009-10-14 19:36:12 -04:00
rWatcher
3a811b6a71 Updated for current Git. 2009-10-14 19:28:38 -04:00
rWatcher
85fec0fc15 TagFaces bugfix. 2009-10-14 19:03:22 -04:00
rWatcher
61ebd36f01 Merged in some changes from the 3nids TagsMap. 2009-10-14 16:45:43 -04:00
rWatcher
560f2ecf5f Merged in some code from the 3nids version of TagsMap and the bugfix from glip. 2009-10-14 16:43:19 -04:00
rWatcher
bd23299c67 Updated for new sidebar code. 2009-10-13 07:48:28 +08:00
rWatcher
46a6db4c9f Modified how CSS code is inserted. 2009-10-13 07:48:27 +08:00
rWatcher
3472ebc081 Updated for new sidebar code. 2009-10-13 07:48:27 +08:00
rWatcher
902065b0e1 Updated for new sidebar code. 2009-10-13 07:48:27 +08:00
rWatcher
0f0faced95 Updated for new sidebar code. 2009-10-13 07:48:27 +08:00
rWatcher
69a7632278 Updated for new sidebar code. 2009-10-13 07:48:27 +08:00
rWatcher
acd3d9084f Updated for new sidebar code. 2009-10-12 17:00:07 -04:00
rWatcher
886021dbed Modified how CSS code is inserted. 2009-10-12 16:28:42 -04:00
rWatcher
73b6c7785e Updated for new sidebar code. 2009-10-12 16:13:20 -04:00
rWatcher
c407686079 Updated for new sidebar code. 2009-10-12 15:54:50 -04:00
rWatcher
922582e9d3 Updated for new sidebar code. 2009-10-12 15:19:42 -04:00
rWatcher
5f590b7300 Updated for new sidebar code. 2009-10-12 15:18:51 -04:00
Bharat Mediratta
a660cf3183 Merge branch 'master' of git://github.com/Glooper/gallery3-contrib
Conflicts:
	modules/basket/helpers/basket.php
	modules/basket/helpers/basket_installer.php
	modules/basket/helpers/product.php
	modules/basket/views/admin_product_lines.html.php
	modules/basket/views/confirm_order.html.php
	modules/basket/views/view_basket.html.php
2009-10-11 09:59:58 -07:00
rWatcher
6f0a4bbff6 Bugfix for Beta 3. 2009-10-12 00:50:42 +08:00
rWatcher
043983caed When moving an item make sure the destination path in VARPATH/original exists, create it if it doesn't. 2009-10-12 00:50:41 +08:00
rWatcher
e5b091f819 Added an option for tagging items in sub albums. 2009-10-12 00:50:41 +08:00
Tim Almdal
291ae111e6 Merge branch 'master' of git@github.com:gallery/gallery3-contrib into talmdal 2009-10-08 13:47:39 -07:00
Tim Almdal
74ea3179ab Merge branch 'bharat_dev' into talmdal 2009-10-06 18:57:23 -07:00
Chad Kieffer
4be214c4bf Renamed most, if not all css selectors from gModuleName to g-module-name. This might break a few ajax features, please review your modules. 2009-10-04 14:40:59 -06:00
Bharat Mediratta
46659e09e7 Modules that provides a UserGroupStorage driver for LDAP. To use it,
you have to manually update the config/ldap.php file, then go to Admin
> Settings > LDAP and activate it.

Very alpha quality!
2009-10-04 12:36:06 -07:00
Tim Almdal
e851ca7a33 Change the ratio between the width and the height to 60% instead of 75%. This seems to prevent longer tags from bing clipped on the edge. 2009-10-03 16:06:15 -07:00
Tim Almdal
ac1ad4187c Fixed the issue with IE. There were two problems the first being IE would set the font-size parameter in the CSS to be FONT-SIZE and the tagcloud.swf would only look for the lower case version. The second being tha for some reason IE would return huge font-sizes from the .css call. 2009-10-03 15:52:04 -07:00
Tim Almdal
daa16ca5cd Updated the swfobject.js to the latest version and changed the reference to the standard version in gallery3/lib. Also change it so that if flash is not enabled, it reverts to the default 2d tag cloud. It still doesn't show the movie in IE... help anybody? 2009-10-03 10:01:46 -07:00
Tim Almdal
a745f21051 Change to using the javascript flash interface instead of the object interface 2009-10-02 22:22:37 -07:00
Tim Almdal
f96adbde80 Add an administrative screen to the tag cloud module and change the block template to pass those variable to the browser. 2009-10-02 14:45:39 -07:00
Tim Almdal
79a7bd1aec Create a widget ui.gallery_tag_cloud to initialize and run the tag cloud block 2009-10-01 13:10:30 -07:00
Tim Almdal
3019abefea Initial commit of a 3D tag cloud implementing the WP_Cumulus plugin by Roy Tanck www.roytanck.com 2009-10-01 09:24:22 -07:00
Tim Almdal
6941aa8fa7 More changes to standardize with the new sidebar api 2009-10-01 06:17:10 -07:00
Tim Almdal
c625e416b2 Change the developer module to generate the <module>_block.php to the new API. 2009-09-30 20:25:44 -07:00
Ben Smith
b2c27dc34f Added support for postage and packaging costs. 2009-09-30 11:42:17 +13:00
Ben Smith
f920adfa66 Fixed a couple of small issues with the previews 2009-09-30 11:38:47 +13:00
Ben Smith
7b6ad2ebcf initially added files and eclipse project. 2009-09-28 14:09:12 +13:00
Romain LE DISEZ
6b8b7325d1 Merge commit 'upstream/master' 2009-09-22 11:48:03 +02:00
Bharat Mediratta
10231b5718 Load 100 rows at a time instead of 20, so faster machines can run through the task quicker. 2009-09-21 22:00:36 -07:00
Bharat Mediratta
476ab6d079 Optimization: Flush the relative_path_cache and relative_url_cache at the end. 2009-09-21 21:58:14 -07:00
Bharat Mediratta
4389c80223 Add a "fix internet addresses" task which goes through and fixes
any bad slugs.
2009-09-21 21:49:11 -07:00
Romain LE DISEZ
e8c68f7159 Merge commit 'upstream/master' 2009-09-18 08:43:35 +02:00
Bharat Mediratta
bc0b0bbb60 New highroller module, that lets you choose between 4 different
ThemeRoller themes on the fly.
2009-09-17 00:12:11 -07:00
Bharat Mediratta
0295510a18 Merge branch 'master' of git://github.com/rWatcher/gallery3-contrib 2009-09-16 22:28:51 -07:00
Bharat Mediratta
bf4f729ba7 Remove 'Engine=InnoDB' stanzas from table creation SQL. We now use the
MySQL server default at table creation time.
2009-09-16 22:15:17 -07:00
Bharat Mediratta
8760cbe45d Merge branch 'master' of git://github.com/Glooper/gallery3-contrib
Conflicts:
	modules/basket/helpers/basket_installer.php
2009-09-16 22:08:38 -07:00
rWatcher
4d34eb7e0d Change Date/Time display. 2009-09-16 19:49:50 -04:00
rWatcher
2ec317600f DownloadFullsize Updates. 2009-09-16 19:09:10 -04:00
rWatcher
5582b41829 DownloadFullsize Updates. 2009-09-16 19:08:16 -04:00
rWatcher
86d70770f1 Updated MiniSlideshow to not require theme hacking. 2009-09-16 17:19:25 -04:00
rWatcher
d08de367c0 Updated MiniSlideshow module to remove requirement for "theme hacking". 2009-09-16 17:17:39 -04:00
Romain LE DISEZ
b6a73d861c Merge commit 'upstream/master' 2009-09-14 16:58:33 +02:00
Ben Smith
901f3321d7 Updated for Beta 3. Added ability to override individual products. 2009-09-14 17:11:06 +12:00
rWatcher
7574c96946 Initial commit of rWInfo module.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-09-14 07:17:31 +08:00
Bharat Mediratta
1040302794 Store the stack in a string instead of nested arrays to save space
when serializing, which gives us a little more headroom to store big
stacks in the context field.
2009-09-12 17:29:22 -07:00
Romain LE DISEZ
4ef80a9373 Merge commit 'upstream/master' 2009-09-09 08:45:14 +02:00
Bharat Mediratta
067b6b5073 Installer cleanup.
We no longer need the install() function for installs that only set
the module version number.  Same for upgrade().  Do a general cleanup
of all installers and remove the ones that are no longer necessary.
2009-09-05 14:21:26 -07:00
Romain LE DISEZ
b5bdbbb86f Merge commit 'upstream/master' 2009-09-03 22:28:14 +02:00
Bharat Mediratta
de0538c3ef Rename module to be called "purifier" so that we can create a purifier
helper which in turn calls HTMLPurifier.  This makes a cleaner
inter-module API.  The module has to be renamed to avoid having two
classes called "HTMLPurifier"

Also clean up the module.info and move the config settings over from
modules/gallery.
2009-09-03 11:23:34 -07:00
Andy Staudacher
069ed38102 Add missing installer code for htmlpurifier module.
(For the future: Wouldn't it be better if a simple module would install without an installer class? We can get the module version right from module.info)
2009-09-03 09:27:27 -07:00
Tim Almdal
34e0d65cf1 Move HTMLPurifier from core to contrib and make it optional - initial commit 2009-09-02 07:00:52 -07:00
Bharat Mediratta
10fef42503 Merge branch 'master' of git://github.com/Glooper/gallery3-contrib 2009-08-31 22:52:02 -07:00
Bharat Mediratta
76a620d129 Specify an empty string properly to avoid an error. 2009-08-31 22:43:45 -07:00
Bharat Mediratta
7fb9020255 Don't show the faces checklist if there aren't any associated tags. 2009-08-31 22:33:54 -07:00
rWatcher
6802654391 Initial commit of EditCreation module. 2009-08-31 20:09:11 -04:00
Ben Smith
a01d90c91d Added with correct name. 2009-09-01 10:19:10 +12:00
Ben Smith
368aedf148 deleting due to incorrect case in name. 2009-09-01 10:18:34 +12:00
Ben Smith
c42db48654 a schoolboy error in not checking a variable was set using isset! 2009-09-01 09:22:14 +12:00
Ben Smith
1375b93c5b Changes to bring in line with latest gallery3. 2009-09-01 08:22:21 +12:00
rWatcher
95dfb2d643 Fixed bizarre issue with LatestUpdates and current git. 2009-08-31 16:03:37 -04:00
rWatcher
fb682ea6f7 Replace p::clean with html::clean. 2009-08-31 14:08:43 -04:00
rWatcher
1c4dfd6bef Merge commit 'gallery3-contrib/master'
Conflicts:
	modules/tagfaces/views/drawfaces_highlight_block.html.php
2009-08-31 13:47:19 -04:00
Andy Staudacher
dfd21ae940 Update contrib code to use html::clean and ::prurify instead of p::clean which is gone now. 2009-08-31 01:37:11 -07:00
rWatcher
bc950406c7 I need to learn how to do a merge properly... 2009-08-31 01:05:14 -04:00
rWatcher
edaa788b1c Git Weirdness Fix. 2009-08-31 00:55:21 -04:00
Ben Smith
e9a46ca3cb Initial commit of basket module. 2009-08-30 19:10:45 +12:00
rWatcher
8710f1ee50 Added support for face descriptions and notes. 2009-08-27 21:29:08 -04:00
rWatcher
887a53e0d7 Fixed translation bug and improved video support. 2009-08-24 20:47:42 -04:00
rWatcher
00d7ed76a3 Highlight face on mouseover. 2009-08-24 17:15:56 -04:00
rWatcher
4617ebfe65 Theme files for custom MiniSlide Show icon. 2009-08-22 14:03:44 -04:00
rWatcher
6e8fb123a6 Allow MiniSlide Show to have its own menu icon. 2009-08-22 14:01:50 -04:00
rWatcher
d073d4cc5a Bugfix for using resized images instead of full sized. 2009-08-22 00:51:02 -04:00
rWatcher
a24bb6aef5 Initial commit of MiniSlide Show module. 2009-08-21 16:15:21 -04:00
Romain LE DISEZ
ea4f518d95 Merge commit 'upstream/master' 2009-08-21 17:39:20 +02:00
rWatcher
de6809c46a Possible bug fix. 2009-08-20 21:14:53 -04:00
rWatcher
b1eeb65185 Fixing a bad merge. 2009-08-20 20:42:16 -04:00
rWatcher
221d7777cc Merge commit 'gallery3-contrib/master'
Conflicts:
	modules/itemchecksum/controllers/itemchecksum.php
	modules/itemchecksum/module.info
2009-08-20 20:40:07 -04:00
rWatcher
43b3142920 Added a few code comments. 2009-08-20 20:35:08 -04:00
rWatcher
29c82a7149 Added a URL for displaying the number of items in an album (excluding sub-albums).
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-08-18 20:16:50 +08:00
rWatcher
59ebb08666 Initial commit of ItemChecksum module.
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-08-18 20:16:49 +08:00
rWatcher
f5e6d2ec56 TagFaces bugfix.
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
2009-08-18 20:16:48 +08:00
rWatcher
af1e856d9e Added a URL for displaying the number of items in an album (excluding sub-albums). 2009-08-16 15:26:02 -04:00
rWatcher
d5906c9057 Initial commit of ItemChecksum module. 2009-08-16 15:13:21 -04:00
rWatcher
29001ad186 TagFaces bugfix. 2009-08-16 00:18:49 -04:00
rWatcher
d82917b712 Initial commit of TagFaces module.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-08-15 07:19:49 +08:00
rWatcher
72b2b03743 Use the description of the first tagged item for the DESCRIPTION tag.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-08-15 07:19:47 +08:00
rWatcher
40b669e3d8 Update for Tags support.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-08-15 07:19:47 +08:00
rWatcher
d7ed217763 Make sure the item is actually a video...
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-08-15 07:19:46 +08:00
rWatcher
e48e0dddea Initial Commit of VideoDimensions module.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-08-15 07:19:45 +08:00
rWatcher
a13b861cd5 KeepOriginal Translation Fix.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-08-15 07:19:44 +08:00
rWatcher
c5071ef956 TagsMap fix for Firefox.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-08-15 07:19:41 +08:00
rWatcher
84f9e25c42 Initial commit of TagFaces module. 2009-08-13 23:53:00 -04:00
rWatcher
13257e5cbb Use the description of the first tagged item for the DESCRIPTION tag. 2009-08-12 01:52:50 -04:00
rWatcher
0c23fb7594 Update for Tags support. 2009-08-12 00:34:46 -04:00
rWatcher
9b48c339ef Make sure the item is actually a video... 2009-08-10 03:08:30 -04:00
rWatcher
a75d99dc1a Initial Commit of VideoDimensions module. 2009-08-10 01:19:59 -04:00
Romain LE DISEZ
6baa09e47b Merge commit 'upstream/master' 2009-08-09 17:58:26 +02:00
rWatcher
8fa16f731c Merge commit 'gallery3-contrib/master' 2009-08-09 00:54:22 -04:00
rWatcher
ffa763501b KeepOriginal Translation Fix. 2009-08-09 00:53:37 -04:00
Bharat Mediratta
597447673d Update column names:
left --> left_ptr
  right --> right_ptr
2009-08-05 21:20:39 -07:00
Romain LE DISEZ
d4e345c35c Merge commit 'upstream/master' 2009-08-05 10:49:58 +02:00
rWatcher
41871fd13b TagsMap fix for Firefox. 2009-08-05 01:13:19 -04:00
rWatcher
a7fa56d1e5 Initial Commit of BatchTag module.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-08-05 03:51:35 +08:00
rWatcher
b73666e77d Better error handling and support for moving items to different parent albums.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-08-05 03:50:52 +08:00
Romain LE DISEZ
774712c428 Merge commit 'upstream/master' 2009-08-04 16:57:04 +02:00
rWatcher
4cda882daa Merge commit 'gallery3-contrib/master' 2009-08-04 00:55:20 -04:00
rWatcher
79d0cfb735 Initial Commit of BatchTag module. 2009-08-04 00:54:16 -04:00
rWatcher
fccd05ccbe Better error handling and support for moving items to different parent albums. 2009-08-03 01:58:03 -04:00
Bharat Mediratta
6471ac4dd6 Set the title of the root album in the tree to the actual title of the root album 2009-08-02 20:37:37 -07:00
Bharat Mediratta
8f8d87bad8 More coding style tweaks 2009-08-02 20:36:03 -07:00
Bharat Mediratta
a765d88d17 Merge branch 'master' of git://github.com/Glooper/gallery3-contrib 2009-08-02 20:28:34 -07:00
rWatcher
d8f3596476 Added a URLs option to embedlinks. 2009-08-02 15:11:07 -04:00