summaryrefslogtreecommitdiff
path: root/django/contrib/gis/templates
AgeCommit message (Expand)Author
2025-08-05Fixed #36537 -- Ensured unique HTML IDs for geometry widget option scripts in...Matthias Kestenholz
2025-06-12Fixed #25706 -- Refactored geometry widgets to remove inline JavaScript.Claude Paroz
2023-09-18Refs #33924 -- Removed BaseGeometryWidget.map_height/map_width attributes per...Mariusz Felisiak
2023-01-17Refs #27674 -- Removed GeoModelAdmin and OSMGeoAdmin per deprecation timeline.Mariusz Felisiak
2022-08-12Fixed #33924 -- Deprecated BaseGeometryWidget.map_height/map_width attributes.Claude Paroz
2022-08-01Refs #25706 -- Removed inline CSS in the openlayers widget template.Claude Paroz
2021-12-07Removed unused map_options JS variable.Claude Paroz
2021-11-30Refs #25706 - Removed inline JavaScript from OpenLayers template.Claude Paroz
2020-11-20Added explicit HTMLElement.dir attribute in templates.Author: Nick Pope
2020-10-26Fixed #32138 -- Prevented admin's map from covering other widgets.dokgeppo
2020-05-02Refs #31032 -- Removed obsolete CSS workaround for IE in openlayers template.Mariusz Felisiak
2019-12-18Refs #30585 -- Updated project templates and tests to use (block)translate tags.Mike Hansen
2019-12-11Fixed #31080 -- Removed redundant type="text/javascript" attribute from <scri...Jon Dufresne
2017-05-14Fixed #28195 -- Added OSMWidget.default_zoom attribute.Danilo Bargen
2017-01-02Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3Claude Paroz
2016-09-16Fixed #26697 -- Removed contrib.gis.maps.Tim Graham
2016-05-25Added missing quotes in openlayers.html template.Aleksey
2016-05-02Fixed #26569 -- Updated OSM Mapnik constructorbgaechter
2016-01-28Fixed #20415 -- Ensured srid isn't localized in OpenLayers JavaScript.Tim Graham
2015-09-04Fixed #25348 -- Removed unused gif/png images from contrib.admin.elky
2015-06-27Fixed #22463 -- Added code style guide and JavaScript linting (EditorConfig a...Trey Hunner
2015-03-14Fixed #24480 -- Marked strings in contrib.gis templates for translation.Tim Graham
2015-01-12Made Django's templates get their own LANGUAGE_* variables.Collin Anderson
2014-09-12Fixed #19139 -- Made OpenLayersWidget follow GeoModelAdmin's modifiable attri...Flavio Curella
2014-08-12Added newlines to the ends of CSS, HTML, and JavaScript files missing them.Trey Hunner
2014-03-22Removed GeoRSSSitemapClaude Paroz
2013-10-10Whitespace cleanup.Tim Graham
2013-09-02Fixed #20998 -- Allow custom (de)serialization for GIS widgetsClaude Paroz
2013-05-17Fixed #5472 --Added OpenLayers-based widgets in contrib.gisClaude Paroz
2013-05-16Fixed #20415 -- Ensured srid is not localized in openlayers templateClaude Paroz
2013-03-09Fixed #9806 -- Allowed editing GeometryField with OpenLayersWidgetClaude Paroz
2013-03-09Reformatted slightly openlayers.jsClaude Paroz
2012-10-07Moved Travis Pinney and Dane Springmeyer into the AUTHORS file where they bel...Justin Bronn
2012-09-20Fixed #16577 -- Added a map_creation block in openlayers.js templateClaude Paroz
2012-05-25Fixed #14886 -- Added wms_options dict to GeoModelAdmin.Claude Paroz
2012-03-17Fixed #10625 -- Fixed a Javascript regex in openlayers.js. Thanks timlinux fo...Claude Paroz
2011-09-17OpenLayers has had built-in OSM support since 2.10, no need for extra JS.Justin Bronn
2011-08-12Fixed #16387 -- Disabled localization in openlayers template. Thanks, claudep.Jannis Leidel
2011-06-30Fixed #16050 -- BACKWARDS-INCOMPATIBLE CHANGE: Moved static files of the admi...Jannis Leidel
2011-03-16Fixed #15533 -- Now use 3857 as spherical mercator projection instead of depr...Justin Bronn
2010-10-29Fixed #14181 -- Added a template tag and filters to allow localization to be ...Russell Keith-Magee
2010-04-16Fixed #11810 -- Fixed typo and errors that prevented `modifiable` from workin...Justin Bronn
2009-06-29Fixed #11249, #11261 -- Blocks may now be overridden again `google-map.js` te...Justin Bronn
2009-05-17Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments...Karen Tracey
2009-04-26Fixed #10872 -- Geographic admin now supports new `list_editable` option. Th...Justin Bronn
2009-04-26Fixed #9299 -- Made default zoom level for points in the admin more sensible....Justin Bronn
2009-03-10Fixed #9204 -- Added `GIcon` overlay, allowing customization for icons of `GM...Justin Bronn
2009-03-09Fixed #9955 -- Added `GoogleMapSet`, which enables multiple `GoogleMap` objec...Justin Bronn
2009-01-13Fixed #9278, #9694 -- Geographic overlays now display in admin with right to ...Justin Bronn
2008-09-08Fixed #8172 -- Improved a whole bunch of contrib templates (admin, databrowse...Adrian Holovaty