1
0
Commit Graph

22 Commits

Author SHA1 Message Date
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
Bharat Mediratta
99ec99a166 Update to use the new page_type and page_subtype designations. 2009-11-17 14:06:04 -08:00
rWatcher
61ebd36f01 Merged in some changes from the 3nids TagsMap. 2009-10-14 16:45:43 -04:00
rWatcher
560f2ecf5f Merged in some code from the 3nids version of TagsMap and the bugfix from glip. 2009-10-14 16:43:19 -04: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
bf4f729ba7 Remove 'Engine=InnoDB' stanzas from table creation SQL. We now use the
MySQL server default at table creation time.
2009-09-16 22:15:17 -07:00
Bharat Mediratta
067b6b5073 Installer cleanup.
We no longer need the install() function for installs that only set
the module version number.  Same for upgrade().  Do a general cleanup
of all installers and remove the ones that are no longer necessary.
2009-09-05 14:21:26 -07:00
Bharat Mediratta
76a620d129 Specify an empty string properly to avoid an error. 2009-08-31 22:43:45 -07: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
Bharat Mediratta
e410a2cbd8 Fold code from xxx_menu helpers into xxx_event to match a recent API change. 2009-07-29 18:00:57 -07: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
10f5fd22ca Require Tags module. 2009-07-25 00:34:05 -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
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