1
0
Commit Graph

9 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
Tim Almdal
b8a4029fb4 Update the developer module to allow the internal name and display name to be supplied seperately. Also update so menus are generated as part of the event mechanism. 2009-10-29 08:04:38 -07:00
Tim Almdal
1f2257cd3a Make the developer module self contained by moving the test images from the core product into this module. 2009-05-31 00:22:40 -07:00
Bharat Mediratta
1120b87a9f Updated for changes in module lifecycle 2009-05-26 19:51:04 +00:00
Bharat Mediratta
b43fc5e988 Fix copyright to 2009
Add admin_developer/session support.
2009-05-13 23:53:35 +00:00
Tim Almdal
7f8fe9420b Copy of version of the test data creation into the developer module.
One step closer to retiring the scaffolding
2009-03-18 23:11:27 +00:00
Bharat Mediratta
3818e59d29 Minor fixups just so that I can look at the generated code. 2009-03-18 04:41:52 +00:00
Tim Almdal
a8e519903f * Remove the tabs from the developer tools screen
* Correct check for module already implemented
* Minor style changes
2009-03-17 15:44:43 +00:00
Bharat Mediratta
4d1252870b Create gallery3-contrib hierarchy. Move atom, developer, polar_rose
and gmaps modules in here to start using svn export.

Move atom, devel
2009-03-15 22:21:15 +00:00