source: josm/trunk/src/org/openstreetmap/josm/io/OsmApi.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2852   14 years mjulius fix messages for io
(edit) @2825   14 years Gubaer fixed #4328: No visible error message when trying to upload to a …
(edit) @2748   14 years Gubaer new: JOSM now supports OAuth See also …
(edit) @2734   14 years framm message fixes
(edit) @2641   14 years Gubaer new: supports system defined proxies if JOSM is started with …
(edit) @2604   14 years Gubaer New: JOSM reading, writing, merging changeset attribute fixed #4090: …
(edit) @2599   14 years Gubaer fixed #4130: Chunked upload mode counter is wrong fixed #4118: Upload …
(edit) @2569   14 years Gubaer fixed #3684: Add "chunked" upload mode Removed support for API "0.5" …
(edit) @2512   14 years stoecker i18n updated, fixed files to reduce problems when applying patches, …
(edit) @2480   14 years Gubaer fixed #3937: Closed changeset (due to timeout) remains in the upload dialog
(edit) @2478   14 years Gubaer see #3887: java.lang.NullPointerException while uploading …
(edit) @2273   15 years jttt Replace testing for id <= 0 with isNew() method
(edit) @2222   15 years stoecker fixed #3580 - patch by bastiK - no longer send username/password for …
(edit) @2198   15 years Gubaer fixed #3249: Resolve conflicts between invisible and deleted …
(edit) @2181   15 years stoecker lots of i18n fixes
(edit) @2171   15 years Gubaer applied #3555: patch by Claudius Henrichs: More typos and closing html tags
(edit) @2165   15 years stoecker applied #3532 - path by Dave Hansen - infrastructure for faster data access
(edit) @2135   15 years Gubaer fixed #3488: "No open changeset" appears in changeset list every …
(edit) @2115   15 years Gubaer new: reading open changesets from the server new: reading user info …
(edit) @2074   15 years Gubaer fixed #3422: Upload dialog allows modification of the created_by=* tag …
(edit) @2070   15 years Gubaer new: rewrite of CombineWay action new: conflict resolution dialog for …
(edit) @2061   15 years Gubaer fixed #3398: Changeset tags should be editable in subsequent uploads
(edit) @2040   15 years Gubaer improved upload dialog new: tags for changesets new: multiple uploads …
(edit) @2037   15 years Gubaer Improved cancellation of upload tasks Refactored upload dialog fixed …
(edit) @2035   15 years Gubaer Improved user feedback in case of timed retries after …
(edit) @2025   15 years Gubaer new: improved dialog for uploading/saving modified layers on exit new: …
(edit) @1894   15 years Gubaer fixed #3158: modify status is not removed for partial uploads
(edit) @1879   15 years Gubaer towards a fix for #3142: JOSM applet class no longer functional
(edit) @1870   15 years Gubaer fixed #2766: Provide configuration checkbox in upload dialog for …
(edit) @1868   15 years Gubaer fixed #3041: Relation Editor: Provide action for zooming to a …
(edit) @1867   15 years Gubaer fixed #3124: NullPointerException after unsuccessful trials to upload data
(edit) @1859   15 years Gubaer fixed #3053: missing api handler for "Internal Server Error"
(edit) @1811   15 years jttt PleaseWait refactoring. Progress is now reported using ProgressMonitor …
(edit) @1750   15 years Gubaer new: replaced global conflict list by conflict list per layer, similar …
(edit) @1691   15 years Gubaer #2703: patch (slightly extended) by dmuecke clean up: few issues in …
(edit) @1690   15 years Gubaer new: MultiFetchServerObjectReader using APIs Multi Fetch method …
(edit) @1688   15 years stoecker fixed #2744 - server url defaults
(edit) @1684   15 years Gubaer fixed #2753: Cannot parse valid node from xml string
(edit) @1682   15 years Gubaer removed old conflict resolution code fixed bug in OsmApi (missing …
(edit) @1677   15 years stoecker remove all these ugly tab stops introduced in the last half year
(edit) @1670   15 years Gubaer fixed: bug in OsmApi.getOsmApi() cleanup: exception handling in …
(edit) @1667   15 years stoecker fixed typo
(edit) @1665   15 years Gubaer fixed #2656 - JOSM makes excessive capabilities requests to the server
(edit) @1664   15 years Gubaer fixed #2656 - JOSM makes excessive capabilities requests to the server
(edit) @1663   15 years Gubaer #2437: cleaned up code for uploading and improved user feedback in …
(edit) @1608   15 years stoecker close #2633 - patch by Gubaer - better error message for server aborts
(edit) @1581   15 years stoecker fix #2429 - patch by Gubaer - fix upload cancel
(edit) @1578   15 years framm send changeset in payload when not using diff upload. fixes #2511.
(edit) @1563   15 years framm * fixed content-type headers for API requests. always use text/xml if …
(edit) @1559   15 years framm * improved error message handling for messages that come from the server.
(edit) @1546   15 years framm * streamline uploading by requesting commit message as part of the …
(edit) @1541   15 years framm support translation of extra API error messages.
(edit) @1530   15 years framm upload more precise version number in changeset. drop some …
(edit) @1529   15 years framm fix API 0.6 upload bug, patch by Matt Amos <zerebubuth@…>
(edit) @1525   15 years framm * fix charset on write/upload (always use utf-8 even if platform …
(add) @1523   15 years framm * Major redesign of how JOSM talks to the OSM server. Connections now …
Note: See TracRevisionLog for help on using the revision log.