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/developer/views
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
..
admin_controller.txt.php 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
admin_developer_test_data.html.php Add missing closing angle bracket. Fixes ticket #842. 2009-11-08 10:48:19 -08:00
admin_developer.html.php Add type attribute to script tags in contributed modules and themes. 2009-10-30 00:17:31 -06:00
admin_html.txt.php 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
block_html.txt.php 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
block.txt.php 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
controller.txt.php 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
developer_module.html.php First pass at upgrading contrib code to the Kohana 2.4 standards. 2009-12-22 21:31:03 -08:00
event.txt.php Only generate the admin_menu method once. 2009-10-29 08:17:22 -07:00
installer.txt.php Change the developer_installer and installer.txt.php to support the new install format. 2009-07-01 13:59:55 +08:00
module_info.txt.php Updated the developer module to generate the description in modules.info 2009-07-28 03:48:48 +08:00
mptt_tree.html.php 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
theme.txt.php More changes to standardize with the new sidebar api 2009-10-01 06:17:10 -07:00