summaryrefslogtreecommitdiff
path: root/sources
Commit message (Collapse)AuthorAge
* Integrate statistics handler, only us one dbJochen Topf2011-10-15
| | | | | | Better integrate the statistics handler. It now uses the same database as the tagstats handler (typically taginfo-db.db). The database is now given on the command line. This simplifies the scripts calling tagstats.
* fix db indexJochen Topf2011-10-14
|
* fix: distribution map did not work when there were no nodes with a tagJochen Topf2011-10-13
|
* Add config for distribution images.Jochen Topf2011-10-12
| | | | New config options for the geographic distribution images.
* Generate distribution maps for keys on way, tooJochen Topf2011-10-12
| | | | | | | | Until now distribution maps were only generated for keys on nodes. No there are maps for keys on ways, too. (Not for relations, though). This commit also adds command line options for tagstats to define the area you want the map for. Its no longer necessary to recompile tagstats if you want to change this. This commit does not change the UI/API yet, so you still only get the node map.
* Add taginfo-config.rb to read config from command line.Jochen Topf2011-10-10
| | | | | | | I added bin/taginfo-config.rb to easily access the config file from the command line. This is now used in sources/db/update.sh and sources/update_all.sh. This, again, reduces the places in the distribution where things needed to be changed for each instance.
* Remove use of callback_object()Jochen Topf2011-05-10
|
* Cleanup.Jochen Topf2011-05-08
| | | | | | Initialize iterators directly instead of using assignment. Use const_iterator where possible. ...
* Improved build, new version of binary, READMEsJochen Topf2011-04-22
|
* Potlatch 2 moved to a new git repositoryJochen Topf2011-03-13
|
* helpful hint that isn't so helpfulJochen Topf2011-03-08
|
* require rubygems in all import scriptsJochen Topf2011-03-07
|
* update_all.sh can now download source databasesJochen Topf2011-03-04
|
* add require rubygems for those setups where sqlite3 lib needs thatJochen Topf2011-02-26
|
* Improved search and some more translationsJochen Topf2010-11-22
|
* Removed obsolete master_meta tableJochen Topf2010-11-14
|
* Prevalent values improvements, some things moved around, reports activeJochen Topf2010-11-14
|
* new prevalent_values tableJochen Topf2010-11-14
|
* Multiple changesJochen Topf2010-11-13
| | | | | | | * Improved and cleaned up source import scripts * Improved some reports and report overview * New osmium version that uses a better hash function * Some experimental magic to include Javascipt in an easier way (tested in keys.erb)
* fixed two typosJochen Topf2010-11-12
|
* Add more timing output to db update.shJochen Topf2010-11-10
|
* Store error messages from wiki import in database.Jochen Topf2010-11-09
|
* Add some stats for josm sourceJochen Topf2010-11-09
|
* Numerous report improvmentsJochen Topf2010-11-09
|
* Finished report: Frequently Used Keys Without Wiki PageJochen Topf2010-11-06
|
* Begin of stats refactoringJochen Topf2010-11-06
|
* fixed update scriptsJochen Topf2010-11-05
|
* bugfix: update_characters.pl needs dirJochen Topf2010-11-05
|
* fixed source import scriptsJochen Topf2010-11-04
|
* Merged potlatch branchJochen Topf2010-11-04
|\
| * More Potlatch2 supportJochen Topf2010-10-30
| |
* | added merkaartor branchJochen Topf2010-11-04
|\ \
| * | First merkaartor support checkinJochen Topf2010-10-31
| |/
* | New report: characters in keysJochen Topf2010-11-04
| |
* | Added reportsJochen Topf2010-11-01
|/ | | | | Added infrastructure for reports and the first report (not finished yet) Preparation for better wiki and merkaartor source inclusion
* Begin of Potlatch supportJochen Topf2010-10-24
|
* Added experimental protovis bar chart to key values tabJochen Topf2010-10-14
| | | | allow more rows to be show in flexigrid tables
* first commitJochen Topf2010-10-04