summaryrefslogtreecommitdiff
path: root/web/lib
Commit message (Collapse)AuthorAge
* Remove part of the Merkaartor code. This was never used and the Merkaartor ↵Jochen Topf2013-05-27
| | | | editor is no longer maintained.
* Add /taginfo/status to check for database ageJochen Topf2013-04-08
|
* Added alpha version of tags/list api call that helps with building ↵Jochen Topf2013-02-25
| | | | map-features-like tables
* Set :create_additions => false for JSON parse, because we don't need it and ↵Jochen Topf2013-02-23
| | | | it might lead to security problems
* Fixed mixed escaping errorsJochen Topf2013-02-14
|
* Add turbo link to toolsJochen Topf2013-02-13
|
* Fixed another case of null in description as in last commitJochen Topf2013-02-11
|
* Fix for #21: Description returned nullJochen Topf2013-02-10
|
* Fix escaping of JOSM icons and colorsJochen Topf2013-02-04
|
* Hide unfinished reports.Jochen Topf2013-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 escapingJochen Topf2013-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.
* Add in_wiki column to key values viewJochen Topf2013-01-24
|
* Only ask for wikipages that could exist in key/values api call.Jochen Topf2013-01-24
|
* Add in_wiki column to tagsJochen Topf2013-01-24
|
* Put SQL queries into their own log, add date to log namesJochen Topf2013-01-24
|
* Add view for embedding relation info in wikiJochen Topf2013-01-23
|
* Another place, same bug #16Jochen Topf2013-01-23
|
* Fix for #16: Do not escape some wiki urlsJochen Topf2013-01-23
|
* Make SQL query logging configurableJochen Topf2013-01-20
|
* Add link to relation type page from tag pageJochen Topf2013-01-20
|
* Split up keys_tags.rbJochen Topf2013-01-20
|
* Add wiki tab to relation pageJochen Topf2013-01-20
|
* Bugfix: Relation rolesJochen Topf2013-01-19
|
* Fix calculation for relation roles graphJochen Topf2013-01-19
|
* Rename (key|tag)pairs to (key|tag)_combinationsJochen Topf2013-01-19
|
* Join common jquery js files into oneJochen Topf2013-01-19
|
* Include fewer js filesJochen Topf2013-01-19
|
* Add cool member role chartJochen Topf2013-01-19
|
* Fix for #14 (NaN on API call)Jochen Topf2013-01-18
|
* Remove test/tags pageJochen Topf2013-01-18
|
* Add support for relation type imagesJochen Topf2013-01-18
|
* Add role searchJochen Topf2013-01-18
|
* Fixed some more relation type unconsistenciesJochen Topf2013-01-18
|
* Merge pull request #13 from IrlJidel/masterJochen Topf2013-01-18
|\ | | | | Use rtype as param for api/4/relation/roles call
| * Use rtype as param for api/4/relation/roles callIrlJidel2013-01-18
| | | | | | | | | | | | Was using type as param which is inconsistent with api/4/relation/stats call Also example was using role as param which is incorrect
* | Add XAPI and JOSM buttons to relations pageJochen Topf2013-01-18
| |
* | Add help dialogJochen Topf2013-01-18
|/
* Fix fraction calculation in relations apiJochen Topf2013-01-17
|
* Add description and stats to relations pageJochen Topf2013-01-17
|
* Bugfix: Fix searchJochen Topf2013-01-16
|
* Update langtags stuff.Jochen Topf2013-01-15
|
* Code cleanupJochen Topf2013-01-14
|
* Remove some functions from ruby code.Jochen Topf2013-01-14
| | | | | | Those pretty print and link functions are available in Javascript, too. To avoid code duplication, I changed the few places where those functions were used to use the Javascript ones.
* Fix language comparison tableJochen Topf2013-01-14
|
* Show "no info" message when we don't have infos about roles.Jochen Topf2013-01-14
|
* Add new relations sectionJochen Topf2013-01-14
| | | | | | | | There is a whole new relations section which gives information about different relation types. There is a list of all relation types and there is a page for each relation type which currently contains an empty overview tab and a roles tab with a list of roles used with this relation type. There is currently no link that leads to this section as it is not finished yet.
* Changed database initialization code.Jochen Topf2013-01-11
| | | | All sources are now automatically attached.
* Improve wiki image displayJochen Topf2013-01-10
|
* Improved display of wiki links.Jochen Topf2013-01-10
|
* API documentation fixes and improvementsJochen Topf2013-01-10
|