1
0
Commit Graph

12 Commits

Author SHA1 Message Date
rWatcher
01326cee20 Display a warning message if the Tags module is not active. 2010-01-19 02:15:34 -05:00
Bharat Mediratta
2a596af25b Don't treat an object like a string 2009-12-24 01:48: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
99ec99a166 Update to use the new page_type and page_subtype designations. 2009-11-17 14:06:04 -08:00
rWatcher
4b0d2d679a Minor format change. 2009-10-18 03:34:01 +08: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
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
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
1c2b18a439 Use the item's title for the KEYWORDS tag if the item does not have any tags. 2009-08-02 14:25:12 -04:00
rWatcher
7edf8a7277 Updated MetaDescription module with klp29's suggestions. 2009-07-31 15:13:13 -04:00
rWatcher
117ab47e10 Initial Commit. 2009-07-26 13:57:46 -04:00