Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Make generic project icon less prominent. | Jochen Topf | 2014-09-07 |
| | |||
* | Disable half of the JOSM-to-project hack. | Jochen Topf | 2014-09-07 |
| | | | | SQL Function instr() isn't available in old sqlite versions. | ||
* | Only output tags used by projects with status OK. | Jochen Topf | 2014-09-07 |
| | |||
* | Fiddle around with OSM mug icon. | Jochen Topf | 2014-09-07 |
| | |||
* | Rename 'fetch_result' to 'status'. | Jochen Topf | 2014-09-07 |
| | |||
* | Add OSM mug project. :-) | Jochen Topf | 2014-09-07 |
| | |||
* | Remove need for project icon redirect. | Jochen Topf | 2014-09-07 |
| | |||
* | Fix size of table on project page tags tab. | Jochen Topf | 2014-09-07 |
| | |||
* | Add temporary hack to pull JOSM data into projects. | Jochen Topf | 2014-09-06 |
| | |||
* | Use max-width/height for project key/tag icons instead of width/height. | Jochen Topf | 2014-09-06 |
| | |||
* | Fix project description view. | Jochen Topf | 2014-09-06 |
| | |||
* | Project files can now contain a list of object types for each key/tag. | Jochen Topf | 2014-09-06 |
| | |||
* | Some project-related texts improved. | Jochen Topf | 2014-09-06 |
| | |||
* | Fix description for project/icon API call. | Jochen Topf | 2014-09-06 |
| | |||
* | Refactor projects code to work without the Project class. | Jochen Topf | 2014-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 vespucci project. | Jochen Topf | 2014-09-06 |
| | |||
* | Use official iD project file instead of our preliminary one. | Jochen Topf | 2014-09-05 |
| | |||
* | Add project icons. | Jochen Topf | 2014-09-05 |
| | |||
* | Add projects page keyboard shortcut to help. | Jochen Topf | 2014-09-05 |
| | |||
* | Update osmcoastline project file. | Jochen Topf | 2014-09-05 |
| | |||
* | Add/update texts about projects. | Jochen Topf | 2014-09-05 |
| | |||
* | Make space in footer and add 'projects' link. | Jochen Topf | 2014-09-05 |
| | |||
* | Remove values-less key from translation file. | Jochen Topf | 2014-09-05 |
| | | | | Fixes #68. | ||
* | Extent check-translations script to better find missing translations. | Jochen Topf | 2014-09-05 |
| | |||
* | Fix problem with unknown filters. | Jochen Topf | 2014-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. | ||
* | Add nominatim as project. | Jochen Topf | 2014-08-25 |
| | |||
* | Use pathname only instead of full URL in language switcher. | Jochen Topf | 2014-08-25 |
| | |||
* | Change OSRM project URL to official one. | Jochen Topf | 2014-08-24 |
| | |||
* | Include projects source in master.sql. | Jochen Topf | 2014-08-21 |
| | |||
* | Don't create indexes for projects source. | Jochen Topf | 2014-08-21 |
| | | | | | Not needed anyway at the moment and older versions of sqlite don't handle WHERE clause. | ||
* | Add https support for project files | Jochen Topf | 2014-08-21 |
| | |||
* | Add new 'projects' source. | Jochen Topf | 2014-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 Topf | 2014-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 Topf | 2014-08-18 |
| | |||
* | Use last update of database as "master" update time. | Jochen Topf | 2014-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 Topf | 2014-07-13 |
| | | | | Fixes #63. | ||
* | Remove english texts from polish translation. | Jochen Topf | 2014-07-05 |
| | |||
* | Merge pull request #62 from endro/patch-1 | Jochen Topf | 2014-07-05 |
|\ | | | | | Update pl.yml based on en.yml.Thanks. | ||
| * | Update pl.yml based on en.yml | endro | 2014-07-05 |
|/ | |||
* | Fix yaml problem in hungarian translation. | Jochen Topf | 2014-07-04 |
| | |||
* | Merge pull request #61 from BathoryPeter/patch-1 | Jochen Topf | 2014-07-04 |
|\ | | | | | Update hu.yml. Thanks! | ||
| * | Update hu.yml | Báthory Péter | 2014-07-04 |
|/ | | | some more new translation | ||
* | Remove underline on hover for tag cloud. | Jochen Topf | 2014-06-29 |
| | |||
* | New StringStore implementation. | Jochen Topf | 2014-06-28 |
| | | | | | The old one was much too complicated and (I think) had some bug somewhere that could lead to a segfault down the line. The new one is much simpler. | ||
* | Output some counts from selection.db into update log. | Jochen Topf | 2014-06-01 |
| | |||
* | Merge pull request #56 from ovruni/patch-1 | Jochen Topf | 2014-05-30 |
|\ | | | | | Minor fixes in spanish translation | ||
| * | Minor fixes in spanish translation | Omar Vega Ramos | 2014-05-30 |
|/ | |||
* | Fix size of drop-down boxes makes space for translated texts. | Jochen Topf | 2014-05-27 |
| | |||
* | Add some German translations. | Jochen Topf | 2014-05-27 |
| | |||
* | Fix capitalization of some French messages. | Jochen Topf | 2014-05-27 |
| |