aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Merge pull request #50 from leloupquirit/masterJochen Topf2014-05-18
|\
| * french translationleloupquirit2014-05-18
|/
* Improved comments in config fileJochen Topf2014-05-18
* 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
* Various compilation and profiling experiments.Jochen Topf2014-05-17
* Updated test_tagstats.sh script.Jochen Topf2014-05-17
* Make compilation not conditional on TAGSTATS_GEODISTRIBUTION_FOR_WAYSJochen Topf2014-05-17
* Refactoring tagstats code.Jochen Topf2014-05-17
* Fix up-link from database statistics report.Jochen Topf2014-05-17
* Escape _ and % in SQL LIKE queries.Jochen Topf2014-05-17
* 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
* 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
* Make output while tagstats is running easier to read.Jochen Topf2014-05-15
* Use prefix ++ instead of postfix ++.Jochen Topf2014-05-15
* Cleanup of option parsing code.Jochen Topf2014-05-15
* Removed TAGSTATS_COUNT_TAG_COMBINATIONS.Jochen Topf2014-05-15
* Clean up output of sizes of important data structures.Jochen Topf2014-05-15
* Removed TAGSTATS_COUNT_KEY_COMBINATIONS.Jochen Topf2014-05-15
* Removed TAGSTATS_COUNT_USERS.Jochen Topf2014-05-15
* Use pair of strings instead of concatenated string for hash map.Jochen Topf2014-05-15
* Use different overpass turbo call when numbers of objects is small.Jochen Topf2014-05-15
* Return false from event handler.Jochen Topf2014-05-14