Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add ru logo | Dmitry Marakasov | 2013-05-24 |
| | |||
* | Check ruby version when running taginfo | Jochen Topf | 2013-04-16 |
| | |||
* | Merge pull request #26 from Manu1400/master | Jochen Topf | 2013-04-16 |
|\ | | | | | Orthography and better translation in french | ||
| * | Update fr.yml | Manu1400 | 2013-04-13 |
| | | | | | | Better translation | ||
| * | Update fr.yml | Manu1400 | 2013-04-13 |
| | | | | | | Orthography | ||
| * | Update fr.yml | Manu1400 | 2013-04-13 |
|/ | | | Orthography | ||
* | Add /taginfo/status to check for database age | Jochen Topf | 2013-04-08 |
| | |||
* | Fix formatting of russian translation. | Jochen Topf | 2013-04-01 |
| | |||
* | Update ru.yml | Santacloud | 2013-03-28 |
| | | | Full russian translation. The strings order is more similar to en.yml than the old ru.yml | ||
* | Add Ruby 1.9.1 pre-requisite to README | Jochen Topf | 2013-02-27 |
| | |||
* | Added alpha version of tags/list api call that helps with building ↵ | Jochen Topf | 2013-02-25 |
| | | | | map-features-like tables | ||
* | Bugfix: Wiki parser choked on templates in wrong spot | Jochen Topf | 2013-02-23 |
| | |||
* | Set :create_additions => false for JSON parse, because we don't need it and ↵ | Jochen Topf | 2013-02-23 |
| | | | | it might lead to security problems | ||
* | Fixed mixed escaping errors | Jochen Topf | 2013-02-14 |
| | |||
* | Add turbo link to tools | Jochen Topf | 2013-02-13 |
| | |||
* | More escaping... (Fixes https://trac.openstreetmap.org/ticket/4775) | Jochen Topf | 2013-02-11 |
| | |||
* | Fixed another case of null in description as in last commit | Jochen Topf | 2013-02-11 |
| | |||
* | Fix for #21: Description returned null | Jochen Topf | 2013-02-10 |
| | |||
* | It seems the mediawiki API has changed and this fixes it | Jochen Topf | 2013-02-10 |
| | |||
* | Fix formatting errors in fr.yml | Jochen Topf | 2013-02-06 |
| | |||
* | Update french translation | Jocelyn Jaubert | 2013-02-05 |
| | |||
* | Fix escaping of JOSM icons and colors | Jochen Topf | 2013-02-04 |
| | |||
* | Hide unfinished reports. | Jochen Topf | 2013-01-31 |
| | | | | | | | Reports without sources are now "hidden", ie. they are not visible in the list of reports. But if you know the URL you can access them. This allows them to be tested before they are publicly released. Similarly APIs being tested can now use the API version 0, which will make them invisible in the API documentation. | ||
* | Fix escaping | Jochen Topf | 2013-01-30 |
| | | | | | | | | | Some data was HTML-escaped in the API results. Now data in API results is (hopefully) all raw and clients have to escape as needed. One client is, obviously, taginfo itself and a few places have been changed to do the right escaping now. Fixes #19. | ||
* | Fixed polish translation file | Jochen Topf | 2013-01-25 |
| | |||
* | Update web/i18n/pl.yml | damndog | 2013-01-25 |
| | | | updated translation | ||
* | Sync io to log files | Jochen Topf | 2013-01-25 |
| | |||
* | Open logfiles with mode a instead of a+ | Jochen Topf | 2013-01-25 |
| | |||
* | Tiny msg fix | Jochen Topf | 2013-01-25 |
| | |||
* | Add in_wiki column to key values view | Jochen Topf | 2013-01-24 |
| | |||
* | Remove rubygems require so we don't accidentally start with Ruby 1.8 | Jochen Topf | 2013-01-24 |
| | |||
* | Only ask for wikipages that could exist in key/values api call. | Jochen Topf | 2013-01-24 |
| | |||
* | Add in_wiki column to tags | Jochen Topf | 2013-01-24 |
| | |||
* | Only include date in history_stats table | Jochen Topf | 2013-01-24 |
| | |||
* | Add history database to update scripts | Jochen Topf | 2013-01-24 |
| | |||
* | Updated ruby import scripts | Jochen Topf | 2013-01-24 |
| | | | | | | * Removed rubygems require which isn't needed any more in Ruby 1.9 * Updated transaction syntax to use blocks * Updated copyright year | ||
* | Add in_wiki and in_wiki_en columns to tags and selected_tags table | Jochen Topf | 2013-01-24 |
| | |||
* | Remove now superfluous perl script | Jochen Topf | 2013-01-24 |
| | |||
* | Put SQL queries into their own log, add date to log names | Jochen Topf | 2013-01-24 |
| | |||
* | Merge pull request #17 from Miellino/patch-1 | Jochen Topf | 2013-01-23 |
|\ | | | | | Update web/i18n/it.yml | ||
| * | Update web/i18n/it.yml | Miellino | 2013-01-23 |
|/ | |||
* | Reimplemented update_characters in Ruby. | Jochen Topf | 2013-01-23 |
| | | | | | Now that we are using Ruby 1.9 we have the necessary Unicode support and can get rid of the last Perl dependency. | ||
* | Add actual view... | Jochen Topf | 2013-01-23 |
| | |||
* | Add view for embedding relation info in wiki | Jochen Topf | 2013-01-23 |
| | |||
* | Another place, same bug #16 | Jochen Topf | 2013-01-23 |
| | |||
* | Fix for #16: Do not escape some wiki urls | Jochen Topf | 2013-01-23 |
| | |||
* | Use ruby instead of perl in master update script | Jochen Topf | 2013-01-22 |
| | |||
* | Allow overriding of ruby version in update scripts | Jochen Topf | 2013-01-22 |
| | |||
* | Change log location in config.ru | Jochen Topf | 2013-01-22 |
| | |||
* | Force results from wiki requests to be UTF-8 | Jochen Topf | 2013-01-22 |
| |