/[drupal]/contributions/modules/openlayers/openlayers.install
ViewVC logotype

Log of /contributions/modules/openlayers/openlayers.install

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.12.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 26 22:10:45 2009 UTC (2 months ago) by zzolo
Branch: DRUPAL-6--2
Changes since 1.12.2.1: +149 -15 lines
Diff to previous 1.12.2.1 , to branch point 1.12 , to next main 1.14
#588916: Updated schema and update function.

Revision 1.12.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 26 20:50:46 2009 UTC (2 months ago) by zzolo
Branch: DRUPAL-6--2
Changes since 1.12: +10 -1 lines
Diff to previous 1.12
Provided empty update function for updating from 1.x to 2.x.

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Sep 24 17:40:46 2009 UTC (2 months ago) by tmcw
Branch: MAIN
CVS Tags: DRUPAL-6--0-1-ALPHA1, DRUPAL-6--0-1-ALPHA2, DRUPAL-6--0-1-ALPHA3, DRUPAL-6--0-1-ALPHA4, DRUPAL-6--0-1-ALPHA5, DRUPAL-6--0-1-ALPHA6, HEAD
Changes since 1.13: +155 -15 lines
Diff to previous 1.13
Adding new code for 0.x tags

Revision 1.13
Thu Sep 24 17:00:00 2009 UTC (2 months ago) by tmcw
Branch: MAIN
Changes since 1.12: +1 -1 lines
FILE REMOVED
Removing all files from head

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 21 04:36:30 2009 UTC (2 months ago) by zzolo
Branch: MAIN
Branch point for: DRUPAL-6--2
Changes since 1.11: +5 -91 lines
Diff to previous 1.11
Put DRUPAL-6--1 branch into HEAD.

Revision 1.11
Mon Sep 21 04:26:28 2009 UTC (2 months ago) by zzolo
Branch: MAIN
Changes since 1.10: +1 -1 lines
FILE REMOVED
Removed all things form repo, in order to add branch from 6--1.

Revision 1.10.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Aug 6 04:42:05 2009 UTC (3 months, 3 weeks ago) by binarybill
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-BETA1, DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-BETA3
Changes since 1.10.2.1: +5 -5 lines
Diff to previous 1.10.2.1 , to branch point 1.10 , to next main 1.14
* Ran everything through Coder with Minor (most) warnings and Internationalization
* Please make sure any future commits get run through coder first

Revision 1.10.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jul 13 05:08:15 2009 UTC (4 months, 2 weeks ago) by binarybill
Branch: DRUPAL-6--1
CVS Tags: DRUPAL-6--1-0-ALPHA3, DRUPAL-6--1-0-ALPHA4
Changes since 1.10: +2 -88 lines
Diff to previous 1.10
* Added support for coded presets via hook_openlayers_presets
* Added caching layer for presets
* Updated default preset for above changes
* Update preset_ui appropriately

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jun 29 04:33:09 2009 UTC (4 months, 4 weeks ago) by binarybill
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA1, DRUPAL-6--1-0-ALPHA2
Branch point for: DRUPAL-6--1
Changes since 1.9: +88 -2 lines
Diff to previous 1.9
Made it so that default map preset is creatied during install process.

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 26 22:29:02 2009 UTC (5 months ago) by phayes
Branch: MAIN
Changes since 1.8: +1 -53 lines
Diff to previous 1.8
Default preset was not being installed in .install file. I'm not sure, why. I've moved this to into openlayers.module with a check, this should be reviewed

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 26 09:21:23 2009 UTC (5 months ago) by binarybill
Branch: MAIN
Changes since 1.7: +105 -2 lines
Diff to previous 1.7
Large Commit:
 * Added Preset UI module.  This allows the user to make map presets.
   Presets are now used to manage and display maps
 * You set the default Preset in the base OL Admin settings
 * Updated Views PLugin to use a Preset
 * #485298 by jer:  Added support for CloudMade Tiles with the style
   option
 * Lots of various formatting fixes
 * Various small bugs
 * CCK And Geo stuff is still broken

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 26 04:02:21 2009 UTC (6 months ago) by binarybill
Branch: MAIN
Changes since 1.6: +2 -20 lines
Diff to previous 1.6
Removed unused install hooks for ol.module

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 22 22:51:15 2009 UTC (7 months ago) by binarybill
Branch: MAIN
Changes since 1.5: +3 -1 lines
Diff to previous 1.5
Various documentation and formatting fixes.

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 7 03:21:59 2009 UTC (7 months, 3 weeks ago) by binarybill
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
First working prototype of OpenLayers API module and OpenLayers CCK module.

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 23 02:41:33 2009 UTC (8 months ago) by binarybill
Branch: MAIN
Changes since 1.3: +39 -1 lines
Diff to previous 1.3
<p>Per conversation with Bdragon, I have started to rebuild this module in order to create both a CCK widget for the Geo module and a Views plugin (similar to Gmap one, I would imagine).</p> <p>I thought it a good idea to have a base API module, then split the CCK and Views functions into separate modules; this will help with performance for people that only need certain functionality, and helps abstract the code a little better.</p> <p>I also pretty much built the module from the ground up, so if you had a previous version, this mode has completely changed.</p>

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Nov 29 20:12:20 2008 UTC (11 months, 4 weeks ago) by crischan
Branch: MAIN
Changes since 1.2: +1 -34 lines
Diff to previous 1.2
Reset. Once again...

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 22 16:56:41 2008 UTC (20 months ago) by crischan
Branch: MAIN
Changes since 1.1: +0 -0 lines
Diff to previous 1.1
Initial switch to code base by crischan.

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 22 16:39:07 2008 UTC (20 months ago) by crischan
Branch: MAIN
Initial switch to code base by crischan.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2