1
0
Commit Graph

15 Commits

Author SHA1 Message Date
rWatcher
73f04804f8 Fixed issue with tag links not working. 2010-01-19 01:24:44 -05:00
Bharat Mediratta
b9cebd25eb Add validation for the default settings and api key. Set some
defaults there, too so that users don't have to know a lat/long to get
started.  Use form validation.  Bump the version to 2.
2009-12-24 12:53:35 -08:00
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
Andy Staudacher
dfd21ae940 Update contrib code to use html::clean and ::prurify instead of p::clean which is gone now. 2009-08-31 01:37:11 -07:00
rWatcher
c5071ef956 TagsMap fix for Firefox.
Signed-off-by: Bharat Mediratta <bharat@menalto.com>
2009-08-15 07:19:41 +08:00
rWatcher
ef05ee0a1f Added code to remove orphaned data, added fullsize map option. 2009-07-26 15:55:49 -04:00
rWatcher
035134f428 Fix for google earth plugin. 2009-07-26 00:32:55 -04:00
rWatcher
0fe270bd23 Confirmation message for the delete link. 2009-07-25 01:18:29 -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
d711c84876 Auto-load the google map fix. 2009-07-24 01:37:59 -04:00
rWatcher
60244af49b Initial Commit (WARNING Still a work in progress) 2009-07-23 22:21:49 -04:00