source: josm/trunk/test/data/regress

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18007   3 years Don-vip fix #21044 - keep all tags when merging geojson nodes at the same location
(edit) @17429   3 years GerdP fix #20325: Update Multipolygon removes tags instead of moving them to …
(edit) @17408   3 years GerdP fix #20238: update multipolygon on old-style multipolygon action …
(edit) @17406   3 years GerdP fix #20230: update multipolygon action removes tags from ways without …
(edit) @17393   3 years GerdP see #10205: Strange align nodes in circle behavior - allow to define …
(edit) @17375   3 years GerdP fix #20163: Split way corrupts relation when splitting via way - if …
(edit) @17343   3 years GerdP fix #20110: "Update multipolygon" strips natural=coastline from member …
(edit) @17185   4 years GerdP fix #19822: Inconsistent behavior with GeoJSON multipolygons Handle …
(edit) @17131   4 years GerdP see #19822: Inconsistent behavior with GeoJSON multipolygons - fix …
(edit) @16802   4 years GerdP fix #19568: Don't complain about highway ending near other highway for …
(edit) @16781   4 years GerdP fix #19432: Split way: AIOOB: Problem with member check with duplicate …
(edit) @16412   4 years simon04 fix #19193 - WMSImagery: fix parsing of version 1.3.0 capabilities …
(edit) @16202   4 years GerdP fix #18990: Unable to Join Node To Way when way is the same one that …
(edit) @16200   4 years GerdP see #18863 split ways: false positive warnings about missing members …
(edit) @16048   4 years GerdP fix #18744: "Join Overlapping Areas" shows confusing dialogs when …
(edit) @15959   4 years GerdP fix #13165 Validator did not warn about overlapping multipolygons - …
(edit) @15943   4 years GerdP see #18596 Fix relation ordering after split-way Patch by JeroenHoek, …
(edit) @15883   4 years GerdP fix #9599: Join Overlapping Areas" creates a new way when joining 2 …
(edit) @15610   4 years GerdP fix #18420: Move node onto ways not working anymore - sort result …
(edit) @15576   4 years GerdP see #18367: Improve unit test coverage so that …
(edit) @15574   4 years GerdP fix #18367 and #18385: CombineWayAction (C) refuses to combine ways …
(edit) @15558   4 years GerdP fix #18387 Combine way action refuses to combine new way with oneway …
(edit) @15555   4 years GerdP fix #18385: Combine way action may remove parts of the ways - Count …
(edit) @15428   5 years GerdP fix #18189 (18189-v3.patch)
(edit) @15354   5 years GerdP fix #18137: NPE in UnconnectedWays
(edit) @15335   5 years GerdP fix #18051 and #18106 This is more or less a rewrite of the code, I …
(edit) @15183   5 years GerdP fix #17768: Create / Update multipolygon did not work wich touching …
(edit) @15141   5 years GerdP see #17767 and #17768: add non regression unit tests Test …
(edit) @15069   5 years GerdP fix #17695 - add support to find multipolygon inside polygon or …
(edit) @14411   5 years wiktorn Skip unkown tags in WMS Getcapabilities In Layer definition, if there …
(edit) @13870   6 years wiktorn Fix NPE when style title is null Closes: #16333
(edit) @13733   6 years wiktorn Imagery definition refactor Extend imagery definitions by: - allowing …
(edit) @13699   6 years Don-vip fix #16248 - fix parsing of XML namespace in WMS capabilities (patch …
(edit) @13274   6 years Don-vip fix #15730 - support WMS capabilities with embedded HTML in layer …
(edit) @13194   6 years Don-vip fix #15634 - add robustness against invalid GPX files
(edit) @12422   7 years Don-vip fix #14924 - fix NPE when reading NMEA files starting with a (0,0) …
(edit) @12312   7 years Don-vip fix #14891 - improve roundabout/links validator test
(edit) @12137   7 years Don-vip see #14788 - add non-regression test
(edit) @12087   7 years Don-vip fix #14754 - avoid silent failure with invalid lat/lon coordinates in …
(edit) @11887   7 years Don-vip add upload=never flag on all .osm files
(edit) @11745   7 years Don-vip fix #14536 - Improved ExifReader.readTime(), Refactored …
(edit) @11526   7 years Don-vip fix #14319 - CVE-2017-5617: svgSalamander SSRF (Server-Side Request …
(edit) @11514   7 years Don-vip fix #14209 - EXIF: prefer DATETIME over DATETIME_DIGITIZED
(edit) @11505   7 years Don-vip add non-regression unit test for #4539
(edit) @11493   7 years Don-vip see #12627, see #14289 - add non regression unit tests
(edit) @11492   7 years Don-vip see #14287 - add non regression unit test (forgot test file)
(edit) @11486   7 years Don-vip fix #14275 - robustness against invalid timestamps in GPX files
(edit) @11484   7 years Don-vip fix #14209 - prefer TAG_DATETIME_ORIGINAL (patch by holgermappt, …
(edit) @11447   7 years Don-vip fix #14217 - replace recursive filter parsing by iterative approach to …
(edit) @11435   7 years Don-vip fix #14199 - JOSM drops empty tags on loading and thus prevents …
(edit) @10906   8 years Don-vip add more non-regression NMEA unit tests
(edit) @10006   8 years Don-vip fix #12639 - NPE in History Window for primitives with more than 100 …
(edit) @9958   8 years bastiK fix svn:eol property
(edit) @9797   8 years Don-vip fix #12531 - NPE when importing notes files (regression from r9746)
(edit) @9693   8 years simon04 fix #12464 see #12464 - Regression: Validator did not longer warn …
(edit) @9672   8 years Don-vip fix #11685 - parse subsecond exif information correctly
(edit) @9660   8 years Don-vip GeoImageLayer: add unit test, fix sonar issues, add javadoc
(edit) @9604   8 years Don-vip fix #12436 - untagged node validator test: do not remove empty nodes …
(edit) @9476   8 years Don-vip see #12376 - add non-regression unit test
(edit) @9339   8 years Don-vip see #12312 - add non-regression unit test
(edit) @9329   8 years Don-vip fix #12255 - fix EXIF time parsing regression
(edit) @9144   8 years Don-vip see #12229 - add unit tests for audio playback
(edit) @8984   8 years Don-vip see #12038 - add non regression test
(edit) @8930   8 years Don-vip see #10730 - see #11992 - add regression unit test
(edit) @8856   9 years Don-vip fix #11957 - partial revert of r8851 - do not replace Stack by …
(edit) @8602   9 years wiktorn Properly handle file based tile sources. * move …
(edit) @7534   10 years Don-vip see #10511 - add unit test
(edit) @7134   10 years Don-vip fix #10030 - wms support broken in r7132
(edit) @7132   10 years Don-vip fix #9984 - Add support for WMS tiles defining a transparent color in …
(edit) @7097   10 years Don-vip see #9632 - unit test optimization
(edit) @7095   10 years Don-vip see #9632 - show problem in unit tests
(add) @6144   11 years Don-vip see #8954 - new tagging preset reader regression test (patch by AlfonZ)
Note: See TracRevisionLog for help on using the revision log.