summaryrefslogtreecommitdiff
path: root/web
Commit message (Collapse)AuthorAge
...
* Fiddling with project output.Jochen Topf2014-09-18
|
* Remove spaces at the end of lines in translation files.Jochen Topf2014-09-17
|
* My first effort of translation to portuguese.Alexandre Magno2014-09-17
|
* Hopefully make keyboard shortcuts behave better.Jochen Topf2014-09-14
| | | | | | Use keypress instead of keyup events where possible. This might help with the problem sometimes seen that hitting CTRL-R will load the "relations" page, because it uses the "r" key as shortcut.
* Put right key (p) for projects in help.Jochen Topf2014-09-14
|
* Addition error detection for projects. Better display of projects.Jochen Topf2014-09-14
|
* Removed unused Potlatch-related code.Jochen Topf2014-09-14
|
* Removed unused HTML.Jochen Topf2014-09-14
|
* Add projects to relation pages.Jochen Topf2014-09-14
|
* Add filtering to key/tag project output.Jochen Topf2014-09-14
|
* Projects on tag page: Show NULL value only if specific value not available.Jochen Topf2014-09-14
|
* Separate out up API call for key/projects from tag/projects.Jochen Topf2014-09-14
|
* Bugfix: Avoid NaN on embed/tag pages.Jochen Topf2014-09-12
| | | | Fixes #72.
* Add an error log that captures parsing problems of project files.Jochen Topf2014-09-07
|
* Make generic project icon less prominent.Jochen Topf2014-09-07
|
* Only output tags used by projects with status OK.Jochen Topf2014-09-07
|
* Rename 'fetch_result' to 'status'.Jochen Topf2014-09-07
|
* Remove need for project icon redirect.Jochen Topf2014-09-07
|
* Fix size of table on project page tags tab.Jochen Topf2014-09-07
|
* Use max-width/height for project key/tag icons instead of width/height.Jochen Topf2014-09-06
|
* Fix project description view.Jochen Topf2014-09-06
|
* Project files can now contain a list of object types for each key/tag.Jochen Topf2014-09-06
|
* Some project-related texts improved.Jochen Topf2014-09-06
|
* Fix description for project/icon API call.Jochen Topf2014-09-06
|
* Refactor projects code to work without the Project class.Jochen Topf2014-09-06
| | | | | | This way we always get the data dynamically from the database instead of loading it once at program start. This could allow faster updates in the future.
* Add project icons.Jochen Topf2014-09-05
|
* Add projects page keyboard shortcut to help.Jochen Topf2014-09-05
|
* Add/update texts about projects.Jochen Topf2014-09-05
|
* Make space in footer and add 'projects' link.Jochen Topf2014-09-05
|
* Remove values-less key from translation file.Jochen Topf2014-09-05
| | | | Fixes #68.
* Fix problem with unknown filters.Jochen Topf2014-08-26
| | | | | This used to result in an "undefined method `[]' for nil:NilClass" when a filter was used in the API call that the API didn't know about.
* Use pathname only instead of full URL in language switcher.Jochen Topf2014-08-25
|
* Add new 'projects' source.Jochen Topf2014-08-21
| | | | | | Any kind of project using OSM tags can create a json-formatted taginfo project file and after its URL is added to the taginfo config, taginfo will integrate this data into its database.
* Fix URL parameter name issue ("filter" vs. "filters").Jochen Topf2014-08-19
| | | | | | | In one case the singular was used in another the plural. Documented was only the singular version. The /api/4/keys/all call now allows both, "filter" should be used as in the documentation, but the plural is allowed for backwards compatibility. Fixes #67.
* Handle undefined update_start/end dates.Jochen Topf2014-08-18
|
* Use last update of database as "master" update time.Jochen Topf2014-07-28
| | | | | | | This time is shown on the upper right and is also used for the alarm on the master site. It used to take the minimum time of all the sources. But most people probably expect the database update time as it is the most relevant.
* Disable rack protection in any case.Jochen Topf2014-07-13
| | | | Fixes #63.
* Remove english texts from polish translation.Jochen Topf2014-07-05
|
* Update pl.yml based on en.ymlendro2014-07-05
|
* Fix yaml problem in hungarian translation.Jochen Topf2014-07-04
|
* Update hu.ymlBáthory Péter2014-07-04
| | | some more new translation
* Remove underline on hover for tag cloud.Jochen Topf2014-06-29
|
* Minor fixes in spanish translationOmar Vega Ramos2014-05-30
|
* Fix size of drop-down boxes makes space for translated texts.Jochen Topf2014-05-27
|
* Add some German translations.Jochen Topf2014-05-27
|
* Fix capitalization of some French messages.Jochen Topf2014-05-27
|
* Fix line 575 in spanish translationOmar Vega Ramos2014-05-26
|
* Spanish translationOmar Vega Ramos2014-05-26
|
* Force ruby external encoding to UTF-8.Jochen Topf2014-05-26
|
* Query string can't be empty in this context.Jochen Topf2014-05-24
|