1
0
Commit Graph

296 Commits

Author SHA1 Message Date
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
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
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
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
Bharat Mediratta
07bb2625df Beginning framework for the remote module 2009-11-23 22:30:55 -08: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
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