source: josm/trunk/src/org/openstreetmap/josm/data

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @6886   12 years Don-vip fix #6373 - proper conflict resolution after failed attempt to delete …
(edit) @6883   12 years Don-vip fix some Sonar issues
(edit) @6881   12 years Don-vip javadoc/code style/minor refactorization
(edit) @6872   12 years Don-vip fix #9695 - ignore barrier in overlapping ways test
(edit) @6870   12 years simon04 fix #9598 - Validator: do not report "Overlapping ways" for buildings
(edit) @6869   12 years Don-vip fix #9731 - fix a bunch of problems occuring when validating …
(edit) @6863   12 years simon04 see #9545 fix #9725 - Validator: add warning "Route scheme …
(edit) @6862   12 years simon04 see #9598 - Validator: report "Overlapping ways" only if at least 3 …
(edit) @6854   12 years bastiK applied #9724 - User-defined WMS SRS setting for custom projections …
(edit) @6852   12 years Don-vip see #9710 - more debug messages
(edit) @6851   12 years Don-vip see #9710 - enable OAuth debug output with --debug + single endpoint …
(edit) @6847   12 years Don-vip see #9710 - OAuth advanced parameters persistence
(edit) @6841   12 years Don-vip see #9680 - Boost multipolygon computation performance by caching Areas
(edit) @6834   12 years simon04 see #8519 - Lanes validator: improve performance
(edit) @6830   12 years Don-vip javadoc fixes for jdk8 compatibility
(edit) @6826   12 years Don-vip fix #9685 - validator: Incomplete test for "house number without street"
(edit) @6823   12 years bastiK #8902 Small performance enhancements / coding style (patch by …
(edit) @6822   12 years bastiK see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6821   12 years bastiK see #8902 - Small performance enhancements / coding style (patch by …
(edit) @6804   12 years simon04 fix #9668 - Sort entries in validation results naturally
(edit) @6801   12 years simon04 fix #9656 - Repair upload order of objects to be deleted (regression …
(edit) @6798   12 years Don-vip fix some Sonar issues
(edit) @6792   12 years Don-vip Sonar - fix various issues
(edit) @6791   12 years Don-vip refactor UnconnectedWays test
(edit) @6783   12 years Don-vip fix some Sonar issues
(edit) @6781   12 years Don-vip validator - avoid FileNotFoundException when loading ignored errors
(edit) @6780   12 years Don-vip see #9632 - print debug message when setting system property
(edit) @6779   12 years simon04 Initialize validator tests on demand, separate initialization of …
(edit) @6776   12 years simon04 fix #9624 - Create a sensible upload order of relations to be deleted …
(edit) @6774   12 years simon04 fix #9633 - MapCSS: allow (named) colours with alpha
(edit) @6773   12 years simon04 see ticket:9361#comment:13 - MapCSS validator: highlight both …
(edit) @6763   12 years simon04 fix #9617 - False positive in unconnected power ways
(edit) @6762   12 years Don-vip fix NPEs seen in tagchecker tests
(edit) @6735   13 years simon04 fix #8337 - Improve validator warning if relation members do not match …
(edit) @6733   13 years Don-vip update javadoc
(edit) @6731   13 years Don-vip fix #9588 - group validator role-related error messages in the same …
(edit) @6724   13 years simon04 see #7662 - Validator: do not show "Way terminates on Area" if way is …
(edit) @6722   13 years simon04 fix #9577 - Remove automatic fix for "Way contains segment twice" …
(edit) @6720   13 years simon04 see #9508 - Don't print loading of internal MapCSS validator files
(edit) @6717   13 years Don-vip where applicable, replace System.arraycopy by Arrays.copyOf
(edit) @6713   13 years Don-vip fix #5886 - cascaded very old style multipolygon not rendered properly
(edit) @6699   13 years Don-vip fix #9547 - Remove multiple whitespaces inside values
(edit) @6694   13 years simon04 see #9577 - Highlight duplicate way segments of "Way contains segment …
(edit) @6693   13 years simon04 see #9577 - Improve "Way contains segment twice" test (false-positives)
(edit) @6691   13 years Don-vip see #9520 - Sort and distinguish all validator tests
(edit) @6690   13 years Don-vip code/javadoc cleanup in imagery code
(edit) @6681   13 years simon04 fix #9570 - MapCSS validator: make {0.tag} work for …
(edit) @6677   13 years simon04 see #9414 fix #9566: MapCSS validator: allow error message to access …
(edit) @6675   13 years simon04 see #9566 - MapCSS validator: fix duplicated messages
(edit) @6674   13 years simon04 Make strings like foo relation/123 and way/345 but also node/789
(edit) @6671   13 years simon04 fix #9560 - IllegalArgumentException when color.layer contains "{ }"
(edit) @6670   13 years Don-vip fix #9508 - Centralized service for validator rules
(edit) @6669   13 years Don-vip see #9565 - don't consider infinite coordinates as valid
(edit) @6667   13 years simon04 fix #3531 - validator: unconnected ways - skip "Way end node near …
(edit) @6665   13 years Don-vip fix #9562 - unwanted validator warning - "tourism type attraction - …
(edit) @6659   13 years Don-vip fix #9555, see #9169 - take into account power=substation into power …
(edit) @6656   13 years bastiK don't override previous default value with null
(edit) @6651   13 years simon04 see #9414 - MapCSS validator preference: display extension …
(edit) @6650   13 years simon04 see #9414 see #9542 - MapCSS validator: handle BOM in config files
(edit) @6649   13 years simon04 see #9414 - MapCSS validator: make individual tests ignorable As …
(edit) @6648   13 years simon04 fix #9507 - Drop validation test "Crossing natural/landuse"
(edit) @6647   13 years simon04 see #8519 - Lanes validator: correctly handle consecutive |s (e.g., …
(edit) @6644   13 years Don-vip fix #9542 - handle BOM in UTF-8 tagchecker config files
(edit) @6643   13 years Don-vip global replacement of e.printStackTrace() by Main.error(e)
(edit) @6642   13 years Don-vip Improve handling of network errors at startup, suggest to change proxy …
(edit) @6639   13 years simon04 fix #9544 - Skip nodes outside of download area for …
(edit) @6638   13 years simon04 fix #9539 - *.cfg tag checker: display when custom files are loaded …
(edit) @6636   13 years simon04 see #9414 - MapCSS validator: skip tests with informational severity …
(edit) @6635   13 years simon04 fix #4280 - Validator, crossing ways: undo valdation relaxation (one …
(edit) @6629   13 years simon04 Replace NodesDuplicatingWayTags test by a corresponding MapCSS test
(edit) @6626   13 years Don-vip fix #9530 - NPE in color preferences
(edit) @6625   13 years stoecker fix i18n
(edit) @6624   13 years Don-vip fix #9521 - Colors no more displayed in preferences dialog since …
(edit) @6623   13 years Don-vip fix Sonar issues
(edit) @6622   13 years Don-vip fix #9526 - Undesirable messages during data validation (introduced in …
(edit) @6619   13 years Don-vip fix #9523 - validator: Only raise "Way contains segment twice" error …
(edit) @6617   13 years Don-vip Replace non-working Sun bugtracker links to new OpenJDK one
(edit) @6613   13 years simon04 see #9516 - MapCSS: add support for crossing polygon check (`area ⧉ …
(edit) @6612   13 years simon04 fix #9517 - Some issues with the MapCSS validator when reloading …
(edit) @6611   13 years simon04 see #9516 - Replace BuildingInBuilding by a corresponding MapCSS test
(edit) @6610   13 years simon04 Fix Javadoc links (@see @link => @see)
(edit) @6608   13 years xeen improve zoom to selection/conflict when the objects in question are …
(edit) @6607   13 years simon04 see #9516 - MapCSS: add basic support for a "contains" expression The …
(edit) @6606   13 years simon04 see #8519 - Lanes validator: add test for …
(edit) @6605   13 years simon04 fix #9350 - Validator: test for the correct usage of :conditional
(edit) @6604   13 years Don-vip fix #9506 - validator: ignore natural=ridge/arete from unclosed ways test
(edit) @6603   13 years Don-vip fix some Sonar issues
(edit) @6601   13 years simon04 see #9414 fix #9485 - MapCSSTagChecker: add support for `set …
(edit) @6599   13 years bastiK fixed #9505 - Defaults for osm-server.url differ = !null Loosen the …
(edit) @6598   13 years simon04 see #8519 - Lanes validator: add test for lanes <= count_of(*:lanes)
(edit) @6597   13 years simon04 see #9492 - split "Create Multipolyon" in % and "Update Multipolygon"; …
(edit) @6593   13 years stoecker cleanup validator prefs to better support prefs format (resets some …
(edit) @6592   13 years simon04 fix #8519 - Validator: validate :lanes values
(edit) @6591   13 years simon04 Refactoring: create Test.TagTest for tests that check tags only …
(edit) @6584   13 years simon04 fix #9503 - Different syntax for .cfg and .mapcss validator files …
(edit) @6583   13 years simon04 fix #9504 - NPE with MapCSS validator
(edit) @6582   13 years bastiK fixed #9505 - Defaults for osm-server.url differ = !null
(edit) @6581   13 years simon04 fix #8220 fix #9490 - Validator, crossing ways; detect crossing …
(edit) @6580   13 years simon04 see #6536 - Refactor crossing way test in order to decrease memory …
(edit) @6579   13 years simon04 fix #4280 - Validator, crossing ways: do not warn if layer is missing …
Note: See TracRevisionLog for help on using the revision log.