summaryrefslogtreecommitdiff
path: root/web/views
Commit message (Collapse)AuthorAge
...
* Add keyboard shortcutsJochen Topf2013-01-16
|
* Add 404 pageJochen Topf2013-01-15
|
* 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.
* 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.
* Improved display of wiki links.Jochen Topf2013-01-10
|
* API documentation fixes and improvementsJochen Topf2013-01-10
|
* Better display of wiki import errorsJochen Topf2013-01-09
|
* Better support for wiki images.Jochen Topf2013-01-09
| | | | | | | | | | | | | Key and tag wiki pages can contain images. Until now we only got the titles of those images. Now we also get the URL to the image, URL to thumbnails, width, height, and mime type. This information is now exposed in the API and it is used to show the images in the Overview tab of the key and tag pages. While we are changing the update process anyway, I changed the program that gets the list of all pages to also output the time those pages changed last. This information is currently not used, but it could be used to cache those pages locally making the update much faster and adding less strain to the wiki server.
* Empty table issue cleanup.Jochen Topf2013-01-07
| | | | | | | | | | | | | | | Sometimes there are not results for some query and you'll end up with an empty table. It would be nice if no empty table appears in this case but instead some nice message. But we can't simply remove the table, because if people use the search-inside-table function and that was the result of the empty table they loose the ability to change the search term. We could only draw the table in the first place if there will be something in it. But just finding out whether there will be something in the table can be quite expensive, for instance with searches for values. So we don't want to do this twice (once in the template to find out whether to draw the table in the first place and once in the API call filling the table.) So we are currently stuck with what we have until somebody invents a better way.
* Improved API documentationJochen Topf2013-01-07
|
* Javascript related cleanupJochen Topf2013-01-06
|
* Code cleanupJochen Topf2013-01-06
|
* Removed non-functioning test codeJochen Topf2013-01-06
|
* Switched all remaining API calls to v4Jochen Topf2013-01-06
|
* Fix labelJochen Topf2013-01-06
|
* Moved many API calls over to new version 4.Jochen Topf2013-01-06
| | | | Old versions are marked as deprecated. All new API calls are documented.
* Started work on API version 4.Jochen Topf2013-01-06
|
* Redesign of home page using the D3 word cloud.Jochen Topf2013-01-05
|
* Changed key length histogram to use D3.Jochen Topf2013-01-05
|
* Switched barchart on characters_in_keys report to D3Jochen Topf2013-01-05
|
* Started switch from Protovis to D3.Jochen Topf2013-01-04
| | | | Protovis is an older library and no longer maintained.
* Move paging parameter handling into new classJochen Topf2013-01-02
|
* Added (incomplete) name_tags report.Jochen Topf2013-01-02
| | | | | This report will give more information about the "name" tag and its variants. The report is not complete yet, so it is disabled.
* Add minimal support for wiki pages fulltext searchJochen Topf2012-10-14
|
* Link to wiki I18N pageJochen Topf2012-10-02
|
* Add ODbL copyright/license informationJochen Topf2012-09-12
|
* make xapi/josm max_results configurableJochen Topf2012-02-25
|
* Make XAPI/JOSM button use filter settingJochen Topf2012-02-25
|
* Javascript cleanupJochen Topf2012-01-25
|
* Javascript cleanup for homepageJochen Topf2012-01-25
|
* minify CSSJochen Topf2012-01-25
|
* Slightly improved about pageJochen Topf2012-01-25
|
* Add web design attributionJochen Topf2012-01-25
|
* slightly smaller large iconsJochen Topf2012-01-25
|
* Add width and height to img tagsJochen Topf2012-01-25
|
* Add last query to search field if availableJochen Topf2012-01-25
|
* Add config settings to meta pageJochen Topf2012-01-25
|
* Create new meta section for apidoc and i18nJochen Topf2012-01-25
|
* Add page showing i18n translationsJochen Topf2012-01-25
|
* More I18N cleanupJochen Topf2012-01-24
|
* More I18N cleanupJochen Topf2012-01-24
|
* I18N cleanupJochen Topf2012-01-24
|
* key page tab cleanupJochen Topf2012-01-24
|
* Internationalization tag pageJochen Topf2012-01-24
|
* Internationalization of key pageJochen Topf2012-01-24
|
* Save some spaces in HTMLJochen Topf2012-01-24
|
* Internationalization of search pageJochen Topf2012-01-24
|
* Make language switch work properly with pages containing query parameters or ↵Jochen Topf2012-01-24
| | | | hashes
* If a tag has no wiki page, but the corresponding key has, suggest looking ↵Jochen Topf2012-01-24
| | | | there on the wiki tab of the tag page.