1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/modules
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
..
atom First pass at upgrading contrib code to the Kohana 2.4 standards. 2009-12-22 21:31:03 -08:00
basket First pass at upgrading contrib code to the Kohana 2.4 standards. 2009-12-22 21:31:03 -08:00
batchtag First pass at upgrading contrib code to the Kohana 2.4 standards. 2009-12-22 21:31:03 -08:00
calendarview First pass at upgrading contrib code to the Kohana 2.4 standards. 2009-12-22 21:31:03 -08:00
contactowner First pass at upgrading contrib code to the Kohana 2.4 standards. 2009-12-22 21:31:03 -08:00
developer First pass at upgrading contrib code to the Kohana 2.4 standards. 2009-12-22 21:31:03 -08:00
displaytags First pass at upgrading contrib code to the Kohana 2.4 standards. 2009-12-22 21:31:03 -08:00
downloadfullsize Modified how CSS code is inserted. 2009-10-13 07:48:27 +08:00
dynamic First pass at upgrading contrib code to the Kohana 2.4 standards. 2009-12-22 21:31:03 -08:00
editcreation Bugfix for Beta 3. 2009-10-12 00:50:42 +08:00
embedlinks Update to use the new page_type and page_subtype designations. 2009-11-17 14:06:04 -08:00
gmaps 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
google_analytics Get rid of the installer code, we don't actually need it yet since 2009-11-29 11:49:39 -08:00
gwtorganise Fixed a couple of small issues with the previews 2009-09-30 11:38:47 +13:00
highroller Add type attribute to script tags in contributed modules and themes. 2009-10-30 00:17:31 -06:00
itemchecksum First pass at upgrading contrib code to the Kohana 2.4 standards. 2009-12-22 21:31:03 -08:00
keeporiginal Update to use the new page_type and page_subtype designations. 2009-11-17 14:06:04 -08:00
latestalbums First pass at upgrading contrib code to the Kohana 2.4 standards. 2009-12-22 21:31:03 -08:00
latestupdates First pass at upgrading contrib code to the Kohana 2.4 standards. 2009-12-22 21:31:03 -08:00
ldap Add a full_name to the ldap provider 2009-11-01 10:05:22 -08:00
metadescription First pass at upgrading contrib code to the Kohana 2.4 standards. 2009-12-22 21:31:03 -08:00
minislideshow First pass at upgrading contrib code to the Kohana 2.4 standards. 2009-12-22 21:31:03 -08:00
nobots Minor formatting change. 2009-10-18 03:34:01 +08:00
phpmailer 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
polar_rose 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
purifier Installer cleanup. 2009-09-05 14:21:26 -07:00
register First pass at upgrading contrib code to the Kohana 2.4 standards. 2009-12-22 21:31:03 -08:00
remote Beginning framework for the remote module 2009-11-23 22:30:55 -08:00
rescue First pass at upgrading contrib code to the Kohana 2.4 standards. 2009-12-22 21:31:03 -08:00
rwinfo First pass at upgrading contrib code to the Kohana 2.4 standards. 2009-12-22 21:31:03 -08:00
tag_cloud Revert "Add xss_golden files to some modules." 2009-11-18 10:53:02 -08:00
tagfaces First pass at upgrading contrib code to the Kohana 2.4 standards. 2009-12-22 21:31:03 -08:00
tagsmap First pass at upgrading contrib code to the Kohana 2.4 standards. 2009-12-22 21:31:03 -08:00
user_homes First pass at upgrading contrib code to the Kohana 2.4 standards. 2009-12-22 21:31:03 -08:00
videodimensions Installer cleanup. 2009-09-05 14:21:26 -07:00