Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Reorder text and controls on key, tag and relation pagesmobile | Christopher Baines | 2015-08-09 |
| | |||
* | Get language selector in line with the other menu items | Christopher Baines | 2015-08-09 |
| | |||
* | Disable menu | Christopher Baines | 2015-08-09 |
| | |||
* | Put the language selector in the menu | Christopher Baines | 2015-08-09 |
| | |||
* | Put the date at the bottom | Christopher Baines | 2015-08-09 |
| | |||
* | Allow search box to be next to the other menu items | Christopher Baines | 2015-08-09 |
| | |||
* | Add placeholder for search form | Christopher Baines | 2015-08-09 |
| | |||
* | Move search to the menu | Christopher Baines | 2015-08-09 |
| | |||
* | Fix footer overlap | Christopher Baines | 2015-08-09 |
| | |||
* | Put the slicknav menu in a div | Christopher Baines | 2015-08-09 |
| | | | | Instead of the body. | ||
* | Improve the layout of the headers | Christopher Baines | 2015-08-09 |
| | |||
* | Move header logo to the top of the page | Christopher Baines | 2015-08-09 |
| | |||
* | Remove more absolute positioning | Christopher Baines | 2015-08-09 |
| | |||
* | Don't use absolute positioning for the menu on small screens | Christopher Baines | 2015-08-09 |
| | |||
* | experiments using taginfo on mobile | Jochen Topf | 2015-08-08 |
| | |||
* | Fixed API doc. | Jochen Topf | 2015-07-20 |
| | |||
* | Merge pull request #138 from mfuji09/master | Jochen Topf | 2015-07-20 |
|\ | | | | | Added some Japanese untranslated strings | ||
| * | Added some untranslated strings | mfuji09 | 2015-07-18 |
| | | |||
* | | Update french translation. | Jochen Topf | 2015-07-16 |
| | | |||
* | | Revert "Remove "in_wiki_en" column. Wasn't used." | Jochen Topf | 2015-07-16 |
| | | | | | | | | | | | | | | This reverts commit b9e7209f12e755881e9d9f951ba3f715fd4dab14. Turns out the in_wiki_en column is used after all (in the keys/without_wiki_page api call). | ||
* | | Bugfix: Allow larger page counts in API. Because there are lists that large. | Jochen Topf | 2015-07-09 |
| | | |||
* | | 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. |