[Taginfo-dev] [joto/taginfo] 07dbe5: Use C++ casts instead of C style casts

GitHub noreply at github.com
Thu Jan 10 10:06:06 GMT 2013


  Branch: refs/heads/master
  Home:   https://github.com/joto/taginfo
  Commit: 07dbe5e1c02851da384f1435a25409134275d564
      https://github.com/joto/taginfo/commit/07dbe5e1c02851da384f1435a25409134275d564
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-01 (Tue, 01 Jan 2013)

  Changed paths:
    M tagstats/statistics_handler.hpp

  Log Message:
  -----------
  Use C++ casts instead of C style casts


  Commit: da4158398754e121bc85f0df54bd02b8ef68d878
      https://github.com/joto/taginfo/commit/da4158398754e121bc85f0df54bd02b8ef68d878
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-01 (Tue, 01 Jan 2013)

  Changed paths:
    M tagstats/tagstats_handler.hpp

  Log Message:
  -----------
  Use correct type for type.


  Commit: 4ddaaeb4d6acb9d48be3ca48cc18daff7191fa8d
      https://github.com/joto/taginfo/commit/4ddaaeb4d6acb9d48be3ca48cc18daff7191fa8d
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-02 (Wed, 02 Jan 2013)

  Changed paths:
    A bin/test_langtags.rb
    M web/i18n/en.yml
    A web/lib/api/langtag.rb
    A web/lib/langtag/README
    A web/lib/langtag/bcp47.rb
    A web/lib/langtag/language-subtag-registry
    M web/lib/reports.rb
    M web/lib/utils.rb
    M web/taginfo.rb
    A web/views/reports/name_tags.erb
    A web/viewsjs/reports/name_tags.js.erb

  Log Message:
  -----------
  Added (incomplete) name_tags report.

This report will give more information about the "name" tag and its variants.
The report is not complete yet, so it is disabled.


  Commit: 387d3cfb7c150591f167bae16ca7f7128062aed8
      https://github.com/joto/taginfo/commit/387d3cfb7c150591f167bae16ca7f7128062aed8
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-02 (Wed, 02 Jan 2013)

  Changed paths:
    M examples/tapi
    A web/lib/api.rb
    M web/lib/api/db.rb
    M web/lib/api/josm.rb
    M web/lib/api/langtag.rb
    M web/lib/api/reports.rb
    M web/lib/api/search.rb
    M web/lib/api/wiki.rb
    R web/lib/apidoc.rb
    M web/lib/sql.rb
    M web/lib/utils.rb
    M web/taginfo.rb
    M web/views/taginfo/apidoc.erb

  Log Message:
  -----------
  Move paging parameter handling into new class


  Commit: 3b46e3856fbba3112612d387137e6f79237789ac
      https://github.com/joto/taginfo/commit/3b46e3856fbba3112612d387137e6f79237789ac
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-02 (Wed, 02 Jan 2013)

  Changed paths:
    M web/lib/api.rb
    M web/lib/api/db.rb
    M web/lib/api/josm.rb
    M web/lib/api/langtag.rb
    M web/lib/api/reports.rb
    M web/lib/api/search.rb
    M web/lib/api/wiki.rb
    M web/lib/sql.rb
    M web/lib/ui/keys_tags.rb

  Log Message:
  -----------
  Cleanup sortname/sortorder code


  Commit: fd99a04ca070c6ee2ec3c6f06081fdeb997bdc9e
      https://github.com/joto/taginfo/commit/fd99a04ca070c6ee2ec3c6f06081fdeb997bdc9e
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-03 (Thu, 03 Jan 2013)

  Changed paths:
    M web/i18n/en.yml
    M web/lib/api/langtag.rb
    M web/lib/langtag/bcp47.rb
    M web/public/css/taginfo.css
    M web/public/js/taginfo.js
    M web/viewsjs/reports/name_tags.js.erb

  Log Message:
  -----------
  Improved name_tags report.

The report is still experimental and not available by default.


  Commit: 1e0b7c83abd3a5865fffc223d4bb13b74f6f8569
      https://github.com/joto/taginfo/commit/1e0b7c83abd3a5865fffc223d4bb13b74f6f8569
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-04 (Fri, 04 Jan 2013)

  Changed paths:
    M web/viewsjs/keys.js.erb

  Log Message:
  -----------
  Adjust column width in keys view.

Width for all count columns should now fit for all data we want so show.


  Commit: 7dad878cb175c7b4e259c607528f2ab98916cd25
      https://github.com/joto/taginfo/commit/7dad878cb175c7b4e259c607528f2ab98916cd25
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-04 (Fri, 04 Jan 2013)

  Changed paths:
    M web/lib/ui/keys_tags.rb
    M web/public/css/taginfo.css
    A web/public/js/d3/LICENSE
    A web/public/js/d3/README
    A web/public/js/d3/d3.v3.js
    A web/public/js/d3/d3.v3.min.js
    M web/public/js/taginfo.js
    M web/views/key.erb

  Log Message:
  -----------
  Started switch from Protovis to D3.

Protovis is an older library and no longer maintained.


  Commit: b3ad61e95e8a3e6b20179bc832a1e0fd640db6ef
      https://github.com/joto/taginfo/commit/b3ad61e95e8a3e6b20179bc832a1e0fd640db6ef
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-04 (Fri, 04 Jan 2013)

  Changed paths:
    M web/views/reports/characters_in_keys.erb
    M web/viewsjs/reports/characters_in_keys.js.erb

  Log Message:
  -----------
  Switched barchart on characters_in_keys report to D3


  Commit: 0feb1b4314e12541263324685212f1c813bf2e23
      https://github.com/joto/taginfo/commit/0feb1b4314e12541263324685212f1c813bf2e23
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-05 (Sat, 05 Jan 2013)

  Changed paths:
    M web/public/css/taginfo.css
    M web/views/reports/key_lengths.erb
    M web/viewsjs/reports/key_lengths.js.erb

  Log Message:
  -----------
  Changed key length histogram to use D3.


  Commit: 4a56ae3842ad2da4e967390259c6dc8c38d1770f
      https://github.com/joto/taginfo/commit/4a56ae3842ad2da4e967390259c6dc8c38d1770f
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-05 (Sat, 05 Jan 2013)

  Changed paths:
    R LICENSE.protovis
    R README.protovis
    R web/public/js/protovis-r3.2.js

  Log Message:
  -----------
  Get rid of now obsolete protovis library.

All charts have been changed to D3.


  Commit: 0c88eb71902801ebfa07e8e81b2348cb943b3bef
      https://github.com/joto/taginfo/commit/0c88eb71902801ebfa07e8e81b2348cb943b3bef
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-05 (Sat, 05 Jan 2013)

  Changed paths:
    A web/public/js/d3/LICENSE-d3.layout.cloud
    A web/public/js/d3/d3.layout.cloud.js

  Log Message:
  -----------
  Add D3 word cloud library.


  Commit: 9a21236a10b51d44ccfbb710b8ef9c022ce26b91
      https://github.com/joto/taginfo/commit/9a21236a10b51d44ccfbb710b8ef9c022ce26b91
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-05 (Sat, 05 Jan 2013)

  Changed paths:
    M web/i18n/de.yml
    M web/i18n/en.yml
    M web/public/css/taginfo.css
    M web/views/index.erb
    M web/viewsjs/index.js.erb

  Log Message:
  -----------
  Redesign of home page using the D3 word cloud.


  Commit: 71577075ff777cf2a6f3b4e7b6c8fd37d206d960
      https://github.com/joto/taginfo/commit/71577075ff777cf2a6f3b4e7b6c8fd37d206d960
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-06 (Sun, 06 Jan 2013)

  Changed paths:
    M web/lib/api.rb

  Log Message:
  -----------
  Add new ARRAY_OF_STRINGS API result type


  Commit: 94cf8b600b3b59e3bad066b6a4b7bf010007e84e
      https://github.com/joto/taginfo/commit/94cf8b600b3b59e3bad066b6a4b7bf010007e84e
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-06 (Sun, 06 Jan 2013)

  Changed paths:
    M web/lib/api.rb
    M web/lib/api/main.rb
    A web/lib/api/site.rb
    M web/taginfo.rb
    M web/views/taginfo/apidoc.erb
    M web/views/taginfo/index.erb

  Log Message:
  -----------
  Started work on API version 4.


  Commit: 3dc24ee78f73094f44ed89a044c85d7c4338ff97
      https://github.com/joto/taginfo/commit/3dc24ee78f73094f44ed89a044c85d7c4338ff97
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-06 (Sun, 06 Jan 2013)

  Changed paths:
    M examples/tapi
    M web/lib/api/db.rb
    A web/lib/api/key.rb
    A web/lib/api/keys.rb
    A web/lib/api/tag.rb
    A web/lib/api/tags.rb
    M web/lib/api/wiki.rb
    M web/lib/utils.rb
    M web/taginfo.rb
    M web/views/taginfo/apidoc.erb
    M web/viewsjs/key.js.erb
    M web/viewsjs/reports/language_comparison_table_for_keys_in_the_wiki.js.erb
    M web/viewsjs/tag.js.erb

  Log Message:
  -----------
  Moved many API calls over to new version 4.

Old versions are marked as deprecated. All new API calls are documented.


  Commit: 465a86c863ce81d77079240d33a48d9520182e92
      https://github.com/joto/taginfo/commit/465a86c863ce81d77079240d33a48d9520182e92
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-06 (Sun, 06 Jan 2013)

  Changed paths:
    M web/views/tag.erb

  Log Message:
  -----------
  Fix label


  Commit: 395b80de72ce59c42135e9e68579ae1ee039f79a
      https://github.com/joto/taginfo/commit/395b80de72ce59c42135e9e68579ae1ee039f79a
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-06 (Sun, 06 Jan 2013)

  Changed paths:
    M web/lib/api/josm.rb
    M web/lib/api/key.rb
    M web/lib/api/tag.rb
    M web/lib/utils.rb
    M web/viewsjs/key.js.erb
    M web/viewsjs/reports/josm_styles.js.erb
    M web/viewsjs/tag.js.erb

  Log Message:
  -----------
  Updated josm API calls


  Commit: b06f9c90923ac5564699878f7734221aecc00e91
      https://github.com/joto/taginfo/commit/b06f9c90923ac5564699878f7734221aecc00e91
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-06 (Sun, 06 Jan 2013)

  Changed paths:
    M web/lib/api/josm.rb
    M web/lib/api/key.rb
    M web/lib/api/tag.rb
    M web/lib/utils.rb
    M web/viewsjs/key.js.erb
    M web/viewsjs/reports/josm_styles.js.erb
    M web/viewsjs/tag.js.erb

  Log Message:
  -----------
  Rename 'b' result to 'value_bool' in josm API calls.


  Commit: 777e406b3945215e1fc35646e81d5b77f787eb16
      https://github.com/joto/taginfo/commit/777e406b3945215e1fc35646e81d5b77f787eb16
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-06 (Sun, 06 Jan 2013)

  Changed paths:
    M web/lib/api/reports.rb
    M web/public/js/flexigrid-minified.js
    M web/public/js/flexigrid.js

  Log Message:
  -----------
  Fix error with paging in flexigrid tables


  Commit: 0393d1b98ff38fa1015ae7b82eff9fbae783b8ef
      https://github.com/joto/taginfo/commit/0393d1b98ff38fa1015ae7b82eff9fbae783b8ef
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-06 (Sun, 06 Jan 2013)

  Changed paths:
    M web/lib/api/keys.rb
    M web/lib/api/reports.rb
    M web/lib/api/wiki.rb
    M web/viewsjs/reports/frequently_used_keys_without_wiki_page.js.erb
    M web/viewsjs/reports/languages.js.erb

  Log Message:
  -----------
  More API updates


  Commit: 9474196b76b491668c3120455b0a02896d2c5e3c
      https://github.com/joto/taginfo/commit/9474196b76b491668c3120455b0a02896d2c5e3c
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-06 (Sun, 06 Jan 2013)

  Changed paths:
    M web/lib/api/langtag.rb
    M web/taginfo.rb
    M web/viewsjs/reports/name_tags.js.erb

  Log Message:
  -----------
  Updated (and disabled) unfinished langtag api


  Commit: 67102b2716b448371229b62b3a6f04d6209979ef
      https://github.com/joto/taginfo/commit/67102b2716b448371229b62b3a6f04d6209979ef
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-06 (Sun, 06 Jan 2013)

  Changed paths:
    M web/lib/api/josm.rb
    R web/lib/api/key.rb
    R web/lib/api/keys.rb
    R web/lib/api/langtag.rb
    R web/lib/api/site.rb
    R web/lib/api/tag.rb
    R web/lib/api/tags.rb
    A web/lib/api/v4/josm.rb
    A web/lib/api/v4/key.rb
    A web/lib/api/v4/keys.rb
    A web/lib/api/v4/langtag.rb
    A web/lib/api/v4/site.rb
    A web/lib/api/v4/tag.rb
    A web/lib/api/v4/tags.rb
    A web/lib/api/v4/wiki.rb
    M web/lib/api/wiki.rb
    M web/taginfo.rb

  Log Message:
  -----------
  Move API v4 files into subdir


  Commit: c47f73c31d29ad862fa1bd4b08e14d750ab8f93e
      https://github.com/joto/taginfo/commit/c47f73c31d29ad862fa1bd4b08e14d750ab8f93e
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-06 (Sun, 06 Jan 2013)

  Changed paths:
    M web/lib/api/search.rb
    A web/lib/api/v4/search.rb
    M web/taginfo.rb
    M web/viewsjs/search.js.erb

  Log Message:
  -----------
  Updated search API to v4


  Commit: d80c2ce840a6d50e7809c8738afc9f09a02379f3
      https://github.com/joto/taginfo/commit/d80c2ce840a6d50e7809c8738afc9f09a02379f3
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-06 (Sun, 06 Jan 2013)

  Changed paths:
    M examples/jsonp.html
    M web/views/key.erb
    M web/views/reports/frequently_used_keys_without_wiki_page.erb
    M web/viewsjs/keys.js.erb
    M web/viewsjs/reports/characters_in_keys.js.erb
    M web/viewsjs/reports/key_lengths.js.erb
    M web/viewsjs/reports/wiki_pages_about_non_existing_keys.js.erb
    M web/viewsjs/tags.js.erb

  Log Message:
  -----------
  Switched all remaining API calls to v4


  Commit: 9605eab09be389706836039713083870ea768c76
      https://github.com/joto/taginfo/commit/9605eab09be389706836039713083870ea768c76
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-06 (Sun, 06 Jan 2013)

  Changed paths:
    M web/views/test/tags.erb

  Log Message:
  -----------
  Removed non-functioning test code


  Commit: d11bbdbaba1a7b8d0bd0845cdef7950f38dd3fd9
      https://github.com/joto/taginfo/commit/d11bbdbaba1a7b8d0bd0845cdef7950f38dd3fd9
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-06 (Sun, 06 Jan 2013)

  Changed paths:
    M web/lib/ui/keys_tags.rb
    M web/views/key.erb
    M web/views/tag.erb

  Log Message:
  -----------
  Code cleanup


  Commit: d0998e64dcc402773b256907bc382e858368db90
      https://github.com/joto/taginfo/commit/d0998e64dcc402773b256907bc382e858368db90
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-06 (Sun, 06 Jan 2013)

  Changed paths:
    M web/lib/ui/taginfo.rb
    M web/views/key.erb
    M web/views/reports/frequently_used_keys_without_wiki_page.erb
    M web/views/taginfo/i18n.erb
    M web/viewsjs/key.js.erb
    M web/viewsjs/reports/frequently_used_keys_without_wiki_page.js.erb
    A web/viewsjs/taginfo/i18n.js.erb

  Log Message:
  -----------
  Javascript related cleanup


  Commit: 068fc5d43dd2a0e01025b018b682b39089a57338
      https://github.com/joto/taginfo/commit/068fc5d43dd2a0e01025b018b682b39089a57338
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-06 (Sun, 06 Jan 2013)

  Changed paths:
    M web/public/js/taginfo.js
    M web/viewsjs/keys.js.erb
    M web/viewsjs/reports/characters_in_keys.js.erb
    M web/viewsjs/reports/key_lengths.js.erb
    M web/viewsjs/reports/name_tags.js.erb
    M web/viewsjs/reports/wiki_pages_about_non_existing_keys.js.erb

  Log Message:
  -----------
  New print_checkmark javascript function


  Commit: aa9428b9e14542e79c38c9d7ef549a2766766846
      https://github.com/joto/taginfo/commit/aa9428b9e14542e79c38c9d7ef549a2766766846
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-06 (Sun, 06 Jan 2013)

  Changed paths:
    M web/public/js/taginfo.js
    M web/viewsjs/key.js.erb
    M web/viewsjs/reports/languages.js.erb
    M web/viewsjs/reports/wiki_pages_about_non_existing_keys.js.erb
    M web/viewsjs/tag.js.erb
    M web/viewsjs/tags.js.erb

  Log Message:
  -----------
  More javascript cleanup


  Commit: 5cfd2edfe3cb42ff9b1f917769c3232e5a9d8bb2
      https://github.com/joto/taginfo/commit/5cfd2edfe3cb42ff9b1f917769c3232e5a9d8bb2
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-06 (Sun, 06 Jan 2013)

  Changed paths:
    M web/public/js/taginfo.js
    M web/viewsjs/key.js.erb
    M web/viewsjs/reports/josm_styles.js.erb
    M web/viewsjs/tag.js.erb

  Log Message:
  -----------
  Javascript functions to pretty-print JOSM data


  Commit: b14844558528208b17267d4761ec7655274e0e41
      https://github.com/joto/taginfo/commit/b14844558528208b17267d4761ec7655274e0e41
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-07 (Mon, 07 Jan 2013)

  Changed paths:
    M web/lib/api/v4/site.rb

  Log Message:
  -----------
  Move site API call to site/info and add site/sources


  Commit: 38afaa11e970cab993dcaef4f7bed1263e80930d
      https://github.com/joto/taginfo/commit/38afaa11e970cab993dcaef4f7bed1263e80930d
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-07 (Mon, 07 Jan 2013)

  Changed paths:
    M web/lib/utils.rb

  Log Message:
  -----------
  Adjust tagcloud formula


  Commit: 00c88e48036daae1892efe9dd5d0d091de44e0ce
      https://github.com/joto/taginfo/commit/00c88e48036daae1892efe9dd5d0d091de44e0ce
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-07 (Mon, 07 Jan 2013)

  Changed paths:
    M web/lib/api.rb
    M web/lib/api/v4/josm.rb
    M web/lib/api/v4/key.rb
    M web/lib/api/v4/keys.rb
    M web/lib/api/v4/search.rb
    M web/lib/api/v4/site.rb
    M web/lib/api/v4/tag.rb
    M web/lib/api/v4/tags.rb
    M web/lib/api/v4/wiki.rb
    M web/lib/utils.rb
    M web/public/css/taginfo.css
    M web/views/taginfo/apidoc.erb

  Log Message:
  -----------
  Improved API documentation


  Commit: 8ea33d7296855e37f0f4ba9148167999dd2bbdfe
      https://github.com/joto/taginfo/commit/8ea33d7296855e37f0f4ba9148167999dd2bbdfe
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-07 (Mon, 07 Jan 2013)

  Changed paths:
    M web/lib/api/v4/josm.rb
    M web/lib/api/v4/key.rb
    M web/lib/api/v4/keys.rb
    M web/lib/api/v4/tag.rb

  Log Message:
  -----------
  Finished documentation of v4 API


  Commit: 9824e1ccb79a786ff011c6cbae999084e94fd984
      https://github.com/joto/taginfo/commit/9824e1ccb79a786ff011c6cbae999084e94fd984
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-07 (Mon, 07 Jan 2013)

  Changed paths:
    M web/lib/api/v4/josm.rb
    M web/lib/api/v4/key.rb
    M web/lib/api/v4/search.rb
    M web/lib/api/v4/tag.rb

  Log Message:
  -----------
  Reorder api functions in source files alphabetically


  Commit: 069376278eebdc6d94af1a27596439cd154d564f
      https://github.com/joto/taginfo/commit/069376278eebdc6d94af1a27596439cd154d564f
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-07 (Mon, 07 Jan 2013)

  Changed paths:
    M web/lib/api/v4/josm.rb
    M web/lib/api/v4/key.rb
    M web/lib/api/v4/search.rb
    M web/lib/api/v4/tag.rb

  Log Message:
  -----------
  Small code cleanups


  Commit: 6c3cf500cd115227148c8a8a8e8ce9c51ac337bc
      https://github.com/joto/taginfo/commit/6c3cf500cd115227148c8a8a8e8ce9c51ac337bc
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-07 (Mon, 07 Jan 2013)

  Changed paths:
    M web/lib/utils.rb
    M web/public/js/taginfo.js

  Log Message:
  -----------
  Remove '-' character from list of 'bad' characters


  Commit: a334668751ca122e0e34c77d297f60818e951df6
      https://github.com/joto/taginfo/commit/a334668751ca122e0e34c77d297f60818e951df6
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-07 (Mon, 07 Jan 2013)

  Changed paths:
    M web/i18n/de.yml
    M web/i18n/en.yml
    M web/i18n/pl.yml
    M web/lib/ui/keys_tags.rb
    M web/public/js/flexigrid.js
    M web/views/key.erb
    M web/views/tag.erb
    M web/viewsjs/key.js.erb
    M web/viewsjs/search.js.erb
    M web/viewsjs/tag.js.erb

  Log Message:
  -----------
  Empty table issue cleanup.

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.


  Commit: 9cadfd89c12c9223e7c572646680d0bcce57310c
      https://github.com/joto/taginfo/commit/9cadfd89c12c9223e7c572646680d0bcce57310c
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-07 (Mon, 07 Jan 2013)

  Changed paths:
    M web/lib/ui/keys_tags.rb

  Log Message:
  -----------
  Commented out unused merkaartor queries


  Commit: 64a047f622a5ed15dea94b5e52dd8c948fce9e95
      https://github.com/joto/taginfo/commit/64a047f622a5ed15dea94b5e52dd8c948fce9e95
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-09 (Wed, 09 Jan 2013)

  Changed paths:
    A sources/wiki/get_image_info.rb
    M sources/wiki/get_page_list.rb
    M sources/wiki/get_wiki_data.rb
    M sources/wiki/lib/mediawikiapi.rb
    M sources/wiki/post.sql
    M sources/wiki/pre.sql
    M web/lib/api/v4/key.rb
    M web/lib/api/v4/tag.rb
    M web/lib/ui/keys_tags.rb
    M web/lib/utils.rb
    M web/views/key.erb
    M web/views/tag.erb
    M web/viewsjs/key.js.erb
    M web/viewsjs/tag.js.erb

  Log Message:
  -----------
  Better support for wiki images.

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.


  Commit: 8b4894b2318fbabf037d9f6e1c2fcf37e6f18585
      https://github.com/joto/taginfo/commit/8b4894b2318fbabf037d9f6e1c2fcf37e6f18585
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-09 (Wed, 09 Jan 2013)

  Changed paths:
    M sources/wiki/get_wiki_data.rb

  Log Message:
  -----------
  Bugfix: Storing of symbols in sqlite


  Commit: a903b4ea60ab78d1ecb140be8a9ca5138b31e65f
      https://github.com/joto/taginfo/commit/a903b4ea60ab78d1ecb140be8a9ca5138b31e65f
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-09 (Wed, 09 Jan 2013)

  Changed paths:
    M sources/wiki/update.sh

  Log Message:
  -----------
  Call get_image_info.rb in wiki update script


  Commit: 4b16701a684b3ea7f8443f02312533c8b8527f70
      https://github.com/joto/taginfo/commit/4b16701a684b3ea7f8443f02312533c8b8527f70
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-09 (Wed, 09 Jan 2013)

  Changed paths:
    M web/public/css/taginfo.css
    A web/public/img/indicator.gif
    M web/public/js/taginfo.js
    M web/viewsjs/key.js.erb
    M web/viewsjs/tag.js.erb

  Log Message:
  -----------
  Add image popup to key/tag wiki tab tables


  Commit: bf125273103ba07d17792ad8aad0bfc102450fdc
      https://github.com/joto/taginfo/commit/bf125273103ba07d17792ad8aad0bfc102450fdc
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-09 (Wed, 09 Jan 2013)

  Changed paths:
    M sources/wiki/get_wiki_data.rb
    M web/lib/ui/test.rb
    M web/views/test/wiki_import.erb

  Log Message:
  -----------
  Better display of wiki import errors


  Commit: a3c931bdda7e6aba7521631d7b8132170ed69513
      https://github.com/joto/taginfo/commit/a3c931bdda7e6aba7521631d7b8132170ed69513
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-09 (Wed, 09 Jan 2013)

  Changed paths:
    M web/public/css/taginfo.css
    M web/public/js/taginfo.js

  Log Message:
  -----------
  Improve image popup


  Commit: 3e12a769fd3c23532722409ab13d5d9ba251945b
      https://github.com/joto/taginfo/commit/3e12a769fd3c23532722409ab13d5d9ba251945b
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-09 (Wed, 09 Jan 2013)

  Changed paths:
    M sources/wiki/get_image_info.rb

  Log Message:
  -----------
  Improve thumbnail format detection


  Commit: 2d44735e2e2ae4514c7e2b70f516c8f1bbc0df0e
      https://github.com/joto/taginfo/commit/2d44735e2e2ae4514c7e2b70f516c8f1bbc0df0e
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-10 (Thu, 10 Jan 2013)

  Changed paths:
    A sources/master/interesting_relation_types.sql
    M sources/master/update.sh

  Log Message:
  -----------
  Create list of interesting relation types

Currently "interesting" means just all relations types that occure more than
100 times. This list is generated on update. It is currently not used but
will be needed for more detailed relation type statistics.


  Commit: 04f03cb543e0af844bc115b517a355a2de6abe47
      https://github.com/joto/taginfo/commit/04f03cb543e0af844bc115b517a355a2de6abe47
  Author: Jochen Topf <jochen at topf.org>
  Date:   2013-01-10 (Thu, 10 Jan 2013)

  Changed paths:
    A sources/languages/import_subtag_registry.rb
    A sources/languages/post.sql
    A sources/languages/pre.sql
    A sources/languages/update.sh

  Log Message:
  -----------
  Add new source: Languages

Get IANA language subtag registry. Not yet used.


Compare: https://github.com/joto/taginfo/compare/8b633ef26df2...04f03cb543e0


More information about the Taginfo-dev mailing list