Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix code in unicode prg. | Jochen Topf | 2015-05-12 |
| | |||
* | Add experimental new home page. | Jochen Topf | 2015-05-12 |
| | | | | This could replace the current home page at some point. | ||
* | Some minor css fixes. | Jochen Topf | 2015-05-12 |
| | |||
* | Make layout more flexible. | Jochen Topf | 2015-05-12 |
| | |||
* | Get and classify all links in wiki to Key/Tag/Relation pages. | Jochen Topf | 2015-04-28 |
| | | | | | | | | This adds two scripts, the first (get_links.rb) uses the Mediawiki API to get all pages that link to any Key/Tag/Relation pages. The second (classify_links.rb) puts those links into different categories. The update script is prepared to call those scripts, but the code is disabled at the moment. | ||
* | Some experimental code to find unicode properties in keys. | Jochen Topf | 2015-04-28 |
| | | | | | | | | OSM allows nearly all unicode characters in keys and values. This is some experimental code to find keys that contain unusual characters. Currently this is not run or used in the normal setup, but I thought I'd throw it out there in case somebody wants to play with it. I am not sure yet myself where this is going. | ||
* | clean similarity binary | Sarah Hoffmann | 2015-04-28 |
| | |||
* | Mark short keys as bad. | Jochen Topf | 2015-03-23 |
| | |||
* | Fix formatting of Japanese translation. | Jochen Topf | 2015-03-22 |
| | |||
* | Merge pull request #126 from mfuji09/master | Jochen Topf | 2015-03-22 |
|\ | | | | | Added Japanese translation words for most of user interface | ||
| * | Merge branch 'master' of https://github.com/joto/taginfo | mfuji09 | 2015-03-21 |
| |\ | |/ |/| | |||
* | | An attempt to classify all keys into 'good', 'bad', and 'unknown'. | Jochen Topf | 2015-03-19 |
| | | | | | | | | Of course this is very rough. Could be used to show "bad" keys in editors etc. | ||
* | | Also get nodes in ways for Level0 editor. | Jochen Topf | 2015-03-19 |
| | | | | | | | | See #118. | ||
* | | Fix japanese translation file. | Jochen Topf | 2015-03-18 |
| | | |||
* | | Merge pull request #121 from mfuji09/master | Jochen Topf | 2015-03-18 |
|\ \ | | | | | | | Added Japanese translation file | ||
| | * | translated most of "report" section | mfuji09 | 2015-03-21 |
| | | | |||
| | * | translated reports -> characters_in_keys | mfuji09 | 2015-03-21 |
| | | | |||
| | * | translated section "pages" and "comparison" | mfuji09 | 2015-03-20 |
| |/ | |||
| * | translated help and pages sections | mfuji09 | 2015-03-18 |
| | | |||
| * | delete untranslated strings | mfuji09 | 2015-03-18 |
| | | |||
| * | Update ja.yml | mfuji09 | 2015-03-17 |
| | | |||
| * | Translate some sentences | mfuji09 | 2015-03-17 |
| | | |||
| * | Added Japanese translation | mfuji09 | 2015-03-17 |
| | | |||
| * | Translate some sentences | mfuji09 | 2015-03-17 |
| | | |||
| * | translated 'osm' section | mfuji09 | 2015-03-17 |
| | | |||
| * | Created Japanese translation file | mfuji09 | 2015-03-17 |
|/ | |||
* | Change the way Level0 editor is called. | Jochen Topf | 2015-03-16 |
| | | | | | | We used to call the Overpass API and get all object IDs and then send those object IDs to Level0. But Level0 can directly use an Overpass URL. This removes an extra step and makes everything faster. Fixes #118. | ||
* | Merge pull request #116 from 1ec5/patch-2 | Jochen Topf | 2015-03-15 |
|\ | | | | | Update vi.yml | ||
| * | Update vi.yml | Minh Nguyễn | 2015-03-14 |
| | | | | | | Based on 520653a8706185f4c182f78d6f373c91a40eab54, but still excluding the majority of prose on e.g. the About page. | ||
* | | Merge pull request #115 from 1ec5/patch-1 | Jochen Topf | 2015-03-15 |
|\ \ | | | | | | | Typo in similar keys report description | ||
| * | | Typo | Minh Nguyễn | 2015-03-14 |
| |/ | |||
* | | Remove unused javascript functions. | Jochen Topf | 2015-03-15 |
| | | |||
* | | Fix typo. | Jochen Topf | 2015-03-15 |
| | | |||
* | | Remove unused fields from tags table. | Jochen Topf | 2015-03-14 |
| | | |||
* | | Add wiki images report. | Jochen Topf | 2015-03-14 |
| | | |||
* | | Extend "Characters in keys" report. | Jochen Topf | 2015-03-14 |
|/ | | | | Now has tabs for all classifications. | ||
* | Merge pull request #114 from rafvgimport/patch-1 | Jochen Topf | 2015-03-14 |
|\ | | | | | Update it.yml | ||
| * | Update it.yml | RAFVG import | 2015-03-13 |
|/ | |||
* | Second try to fix the josm button problem. | Jochen Topf | 2015-03-10 |
| | |||
* | Fix Javascript problem that breaks pages without JOSM button on https. | Jochen Topf | 2015-03-10 |
| | |||
* | Make showing the similar tab the default. | Jochen Topf | 2015-03-09 |
| | |||
* | Remove superfluous semikolons at end of lines. | Jochen Topf | 2015-03-09 |
| | | | | You know you have been programming in C++ for too long when... | ||
* | Fix up thumbnail image URLs from Wikimedia Commons. | Jochen Topf | 2015-03-08 |
| | |||
* | Move creation of index forward... | Jochen Topf | 2015-03-06 |
| | |||
* | Make JOSM button work in https mode. | Jochen Topf | 2015-03-06 |
| | | | | | | | | The JOSM button now contacts JOSM on http://localhost:8111/ if the taginfo page is using http and https://localhost:8112/ if it is using https. This way we don't have a problem with mixed content. Also the way JOSM is called now works without the iframes which were a hack around the (then) missing CORS ability. | ||
* | Remove deprecated PRAGMA count_changes = OFF; | Jochen Topf | 2015-03-06 |
| | |||
* | Split up sources/db/post.sql. | Jochen Topf | 2015-03-06 |
| | | | | | This SQL script needs a long time to run. Split it up so we can start figuring out where the problem is. | ||
* | Remove deprecated table "selected_tags". | Jochen Topf | 2015-03-06 |
| | |||
* | Add history database to download page. | Jochen Topf | 2015-03-06 |
| | |||
* | Updated translation texts. | Jochen Topf | 2015-03-06 |
| | | | | | | * Removed texts about JOSM styles etc. that are not needed any more. * Added some more text to the "Similar keys" report to tell mappers how to properly fix errors. * Removed HTML from some texts and put some more HTML-escaping into report code. |