summaryrefslogtreecommitdiff
path: root/django/contrib/gis/static
AgeCommit message (Expand)Author
2020-11-28Fixed #21021 -- Changed BaseGeometryWidget's default geometry type to 'Geomet...Giannis Adamopoulos
2020-07-01Simplified JavaScript with Array.prototype.includes().Jon Dufresne
2020-04-29Refs #31493 -- Changed IIFE to ES6 blocks.Jon Dufresne
2020-04-29Fixed #31493 -- Replaced var with const and let keywords in JavaScript.Jon Dufresne
2019-11-28Fixed #31028 -- Used classList API to check, add and remove DOM classes.Jon Dufresne
2019-06-21Bumped minimum ESLint version to 4.18.2.Markus Holtermann
2018-05-10Upgraded OpenLayers to 4.6.5 for OpenLayersWidgetClaude Paroz
2017-01-02Refs #25004 -- Replaced PNGs with SVGselky
2017-01-02Fixed #25004 -- Updated OpenLayers-based widget to OpenLayers 3Claude Paroz
2016-07-31Fixed #26972 -- Fixed is_collection definition in MapWidget initializationClaude Paroz
2015-07-22Fixed JavaScript "no-eval" violation.Tim Graham
2015-07-22Fixed JavaScript "strict" violations.Tim Graham
2015-07-18Fixed JavaScript "space-infix-ops" violations.Tim Graham
2015-07-18Fixed JavaScript "dot-notation" violations.Tim Graham
2015-07-18Fixed JavaScript "comma-spacing" violations.Tim Graham
2015-07-18Fixed JavaScript "indent" violations.Tim Graham
2015-07-18Fixed JavaScript space-before-function-paren violations.Tim Graham
2015-07-18Fixed JavaScript "curly" violations.Tim Graham
2015-06-27Fixed #22463 -- Added code style guide and JavaScript linting (EditorConfig a...Trey Hunner
2014-08-15Complemented 1.6 release notes for 457c16d0d6Claude Paroz
2014-06-03Removed erroneous trailing comma in OLMapWidget.js.Egor Semiguzov
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-01-20Fixed multi geometries editing in OpenLayers widgetClaude Paroz
2013-09-03Isolated map creation JS codeClaude Paroz
2013-09-03Prevented rendering attrs to be squashed in OSMWidgetClaude Paroz
2013-05-17Fixed #5472 --Added OpenLayers-based widgets in contrib.gisClaude Paroz