index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
gis
/
static
Age
Commit message (
Expand
)
Author
2026-04-19
Formatted JavaScript files.
Tom Carrick
2025-08-05
Fixed #36537 -- Ensured unique HTML IDs for geometry widget option scripts in...
Matthias Kestenholz
2025-06-12
Fixed #25706 -- Refactored geometry widgets to remove inline JavaScript.
Claude Paroz
2024-05-06
Migrated to ESLint 9+.
Mariusz Felisiak
2023-09-18
Refs #33924 -- Removed BaseGeometryWidget.map_height/map_width attributes per...
Mariusz Felisiak
2022-12-29
Upgraded OpenLayers to v.7.2.2.
Claude Paroz
2022-08-12
Fixed #33924 -- Deprecated BaseGeometryWidget.map_height/map_width attributes.
Claude Paroz
2022-08-01
Refs #25706 -- Removed inline CSS in the openlayers widget template.
Claude Paroz
2022-08-01
Made MapWidget a JS class.
Claude Paroz
2022-04-14
Fixed #33637 -- Improved initial zoom level in MapWidget.
Claude Paroz
2021-11-30
Refs #25706 - Removed inline JavaScript from OpenLayers template.
Claude Paroz
2020-11-28
Fixed #21021 -- Changed BaseGeometryWidget's default geometry type to 'Geomet...
Giannis Adamopoulos
2020-07-01
Simplified JavaScript with Array.prototype.includes().
Jon Dufresne
2020-04-29
Refs #31493 -- Changed IIFE to ES6 blocks.
Jon Dufresne
2020-04-29
Fixed #31493 -- Replaced var with const and let keywords in JavaScript.
Jon Dufresne
2019-11-28
Fixed #31028 -- Used classList API to check, add and remove DOM classes.
Jon Dufresne
2019-06-21
Bumped minimum ESLint version to 4.18.2.
Markus Holtermann
2018-05-10
Upgraded OpenLayers to 4.6.5 for OpenLayersWidget
Claude Paroz
2017-01-02
Refs #25004 -- Replaced PNGs with SVGs
elky
2017-01-02
Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3
Claude Paroz
2016-07-31
Fixed #26972 -- Fixed is_collection definition in MapWidget initialization
Claude Paroz
2015-07-22
Fixed JavaScript "no-eval" violation.
Tim Graham
2015-07-22
Fixed JavaScript "strict" violations.
Tim Graham
2015-07-18
Fixed JavaScript "space-infix-ops" violations.
Tim Graham
2015-07-18
Fixed JavaScript "dot-notation" violations.
Tim Graham
2015-07-18
Fixed JavaScript "comma-spacing" violations.
Tim Graham
2015-07-18
Fixed JavaScript "indent" violations.
Tim Graham
2015-07-18
Fixed JavaScript space-before-function-paren violations.
Tim Graham
2015-07-18
Fixed JavaScript "curly" violations.
Tim Graham
2015-06-27
Fixed #22463 -- Added code style guide and JavaScript linting (EditorConfig a...
Trey Hunner
2014-08-15
Complemented 1.6 release notes for 457c16d0d6
Claude Paroz
2014-06-03
Removed erroneous trailing comma in OLMapWidget.js.
Egor Semiguzov
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2014-01-20
Fixed multi geometries editing in OpenLayers widget
Claude Paroz
2013-09-03
Isolated map creation JS code
Claude Paroz
2013-09-03
Prevented rendering attrs to be squashed in OSMWidget
Claude Paroz
2013-05-17
Fixed #5472 --Added OpenLayers-based widgets in contrib.gis
Claude Paroz