1
0
Commit Graph

10 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
rWatcher
2c01cd2fdd Merged in some code from the 3nids version of TagsMap and the bugfix from glip. 2009-10-18 03:34:00 +08:00
Chad Kieffer
4be214c4bf 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
Bharat Mediratta
76a620d129 Specify an empty string properly to avoid an error. 2009-08-31 22:43:45 -07:00
rWatcher
ef05ee0a1f Added code to remove orphaned data, added fullsize map option. 2009-07-26 15:55:49 -04:00
rWatcher
582b9648f0 Code cleanups, etc. 2009-07-25 01:17:24 -04:00
rWatcher
bf66e8403a Added a confirmation screen to the delete button. 2009-07-25 00:58:31 -04:00
rWatcher
9511f75ac3 Added a delete button to the admin page. 2009-07-24 15:27:15 -04:00
rWatcher
b1a55e2fc1 Editing of existing GPS coordinates is now possible. 2009-07-23 23:37:56 -04:00
rWatcher
60244af49b Initial Commit (WARNING Still a work in progress) 2009-07-23 22:21:49 -04:00