1
0
Commit Graph

11 Commits

Author SHA1 Message Date
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
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
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
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
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