summaryrefslogtreecommitdiff
path: root/web
Commit message (Collapse)AuthorAge
...
* Remove last remnants of never-used merkaartor source.Jochen Topf2014-05-20
|
* Use language names from own list instead of from R18N library.Jochen Topf2014-05-19
|
* Add way to show taginfo configuration through web interface.Jochen Topf2014-05-19
|
* Fix formatting of hu translation and remove untranslated textsJochen Topf2014-05-19
|
* Merge pull request #49 from BathoryPeter/masterJochen Topf2014-05-19
|\ | | | | Hungarian translation added (but not complete yet)
| * Hungarian translation added (but not complete yet)BathoryPeter2014-05-17
| |
* | Merge pull request #51 from 1ec5/patch-1Jochen Topf2014-05-19
|\ \ | | | | | | Translated taginfo to Vietnamese
| * | TypoMinh Nguyễn2014-05-18
| | |
| * | Translated taginfo to VietnameseMinh Nguyễn2014-05-18
| | |
* | | Disable comparison function if cookies are disabled in the browser.Jochen Topf2014-05-19
| | |
* | | Add translations overviewJochen Topf2014-05-19
| | |
* | | Disallow robot access to /compare pages.Jochen Topf2014-05-19
|/ /
* | Disable search when search field is empty.Jochen Topf2014-05-18
| |
* | Make numbers in tags "clean".Jochen Topf2014-05-18
| | | | | | | | This will change the way the /compare URL is built.
* | Make database statistics report fully translatable.Jochen Topf2014-05-18
| |
* | Some places that didn't use translations do now.Jochen Topf2014-05-18
| |
* | Add keyboard shortcut for comparison page.Jochen Topf2014-05-18
| |
* | Fiddle with margins on compare page.Jochen Topf2014-05-18
| |
* | Make close button on compare page look like close button on help popup.Jochen Topf2014-05-18
| |
* | Fixed Overpass Turbo linkJochen Topf2014-05-18
| |
* | Fixed French translationJochen Topf2014-05-18
| |
* | Fix formatting of French translation.Jochen Topf2014-05-18
| |
* | french translationleloupquirit2014-05-18
| | | | | | | | I finished the french translation (from english)…
* | Set comparison list in cookie when /compare page is called.Jochen Topf2014-05-18
| |
* | Use new json_pretty format for JSON button on tables.Jochen Topf2014-05-18
| |
* | Add format=json_pretty to API calls.Jochen Topf2014-05-18
| |
* | Add message to compare page when there are not keys/tags to compare.Jochen Topf2014-05-18
| |
* | Add close button to boxes on compare page.Jochen Topf2014-05-18
| |
* | Rename /comparison page to /compare.Jochen Topf2014-05-18
| |
* | Fix up-link from database statistics report.Jochen Topf2014-05-17
| |
* | Escape _ and % in SQL LIKE queries.Jochen Topf2014-05-17
| | | | | | | | Fixes #40.
* | Refactoring some sql code.Jochen Topf2014-05-17
| |
* | Refactoring: Add get_first_i() function to sql lib.Jochen Topf2014-05-17
|/
* Take filter into account when linking to overpass turbo wizard.Jochen Topf2014-05-16
|
* Disable adding items to comparison list that are already in there.Jochen Topf2014-05-16
|
* Disable comparison list clear and compare when they don't make sense.Jochen Topf2014-05-16
|
* Add cookie-base comparison list.Jochen Topf2014-05-16
|
* Bugfix: When language name isn't available set it to empty string.Jochen Topf2014-05-16
|
* Move "key_comparison" to just "comparison".Jochen Topf2014-05-16
|
* Extent key comparison to also work for tags.Jochen Topf2014-05-16
|
* Don't show map on key comparison page if there isn't one.Jochen Topf2014-05-16
|
* Add request url to API json output.Jochen Topf2014-05-16
|
* Remove switch to show older API versions because there aren't any.Jochen Topf2014-05-16
|
* Add API link to footer of all pages.Jochen Topf2014-05-16
|
* Remove carriage returns and clean up whitespaces.Jochen Topf2014-05-16
|
* Add JSON button to all flexigrid tables.Jochen Topf2014-05-16
| | | | | If you click on the button you get the same content the table is currently showing as JSON.
* Fix bug in turbo_link call.Jochen Topf2014-05-16
|
* Better display of prevalent values on key comparison page.Jochen Topf2014-05-16
|
* Add Key Comparison page.Jochen Topf2014-05-15
| | | | | This allows comparing of two or more (up to five) keys on one page. No link currently points to this page.
* Use different overpass turbo call when numbers of objects is small.Jochen Topf2014-05-15
| | | | | | | | When there aren't too many objects with a given key or tag, use the new wizard interface of overpass turbo, which runs automatically in global context and automatically zooms to the results. This is much nicer and easier. If there are too many objects, we keep the old behaviour. Unfortunately this is rather confusing. Maybe we can figure out something better...