]> git.openstreetmap.org Git - nominatim.git/shortlog
nominatim.git
2021-04-06 Sarah Hoffmannprepare 3.7.0 release v3.7.0
2021-04-06 Sarah Hoffmanndocs: minor spelling corrections
2021-04-06 Sarah Hoffmanndocs: unpacking tiger data is no longer necessary
2021-04-05 Sarah HoffmannMerge pull request #2250 from lonvia/save-transliterate...
2021-04-04 Sarah Hoffmannadd migration for transliterated housenumbers
2021-04-04 Sarah Hoffmannuse new transliteration in initial housenumber word...
2021-04-04 Sarah Hoffmanncorrectly handle housenumber lists
2021-04-04 Sarah Hoffmannmove transliteration of housenumbers into indexing
2021-04-04 Sarah Hoffmanntests for finding non-ascii housenumbers
2021-04-04 Sarah Hoffmannreturn housenumbers always from address field
2021-04-03 Sarah HoffmannMerge pull request #2248 from darkshredder/special...
2021-04-01 DarkshredderAdded Test for TokenSpecialTerm
2021-04-01 Sarah HoffmannMerge pull request #2247 from lonvia/index-for-housenum...
2021-04-01 Sarah Hoffmannadd recommendation for Postgresql 11+
2021-04-01 Sarah Hoffmannuse non-key index to speed up housenumber search
2021-03-30 Sarah HoffmannMerge pull request #2243 from darkshredder/XML-format-fix
2021-03-30 Sarah HoffmannMerge pull request #2244 from AntoJvlt/import-special...
2021-03-29 DarkshredderAdded HTTP_HOST to if statement
2021-03-29 AntoJvltCleaned tests of exceptions and fix phrase_settings...
2021-03-29 Darkshredderfixed: XML format: more_url points to localhost, not...
2021-03-29 Sarah HoffmannMerge pull request #2234 from darkshredder/add-man...
2021-03-29 Sarah Hoffmannallow sorting by housenumbers for rare street names
2021-03-29 DarkshredderUpdate manpage after rebase
2021-03-29 DarkshredderNominatim/cli.py rebase fixes
2021-03-29 DarkshredderRebase with master
2021-03-29 Darkshredderfixed indentation and used sed to remove AUTHORS section
2021-03-29 DarkshredderAdded Manual page and fixed documentation
2021-03-29 Sarah HoffmannMerge pull request #2228 from AntoJvlt/import-special...
2021-03-26 AntoJvltChange command 'import-special-phrases --from-wiki...
2021-03-26 AntoJvltErrors fixes, Cleaning code, Improvement and addition...
2021-03-25 AntoJvltEncapsulation of tools/special_phrases.py into SpecialP...
2021-03-23 AntoJvltCode cleaning, tests simplification and use of python3...
2021-03-23 AntoJvltUpdated documentation for PyICU support
2021-03-23 AntoJvltIntroduction of PyICU for transliteration in python...
2021-03-23 AntoJvltAdded wrapper in specialphrases.php to call correspondi...
2021-03-23 AntoJvltChanged phrase_settings.py to phrase-settings.json...
2021-03-23 AntoJvltChanged phrase_settings.py to phrase-settings.json...
2021-03-23 Sarah HoffmannMerge pull request #2233 from lonvia/index-for-postcode-ids
2021-03-22 Sarah Hoffmanncreate postcode id index earlier
2021-03-21 Sarah HoffmannMerge pull request #2231 from mtmail/correct-cli-help...
2021-03-21 Sarah Hoffmannavoid division by zero in progress meter
2021-03-21 marc tobiasnominatim -h was priting wrong text for lookup and...
2021-03-20 AntoJvltDeleted specialphrases.php and phrase_settings.php
2021-03-20 AntoJvltUpdated specialphrases_testdb.sql
2021-03-20 AntoJvltPorted functions for the import of special phrases...
2021-03-20 Sarah Hoffmannbdd tests: make indexing less verbose
2021-03-17 Sarah HoffmannMerge pull request #2219 from lonvia/bdd-test-remove-php
2021-03-16 Sarah Hoffmannbdd: run all setup via nominatim Python library
2021-03-15 Sarah HoffmannMerge pull request #2216 from lonvia/fix-reverse-interp...
2021-03-15 Sarah Hoffmannreverse: do not prefer interpolations over closer house...
2021-03-15 Sarah HoffmannMerge pull request #2212 from darkshredder/country...
2021-03-14 DarkshredderAdd setup.php
2021-03-13 Sarah Hoffmannfix template variable name
2021-03-12 Sarah HoffmannMerge pull request #2213 from lonvia/tweak-search-weights
2021-03-12 DarkshredderLinting fix
2021-03-12 Darkshredderrefactored tests and made changes to code for easy...
2021-03-12 DarkshredderPorted createCountryNames() to python and added tests
2021-03-11 Sarah HoffmannMerge pull request #2204 from darkshredder/tiger-data
2021-03-11 Sarah Hoffmanndo not mix partial names with other words
2021-03-11 Sarah Hoffmannmake linter happy
2021-03-11 Sarah Hoffmannavoid multi-term partials in names
2021-03-11 Sarah Hoffmannhigher penalty for special searches
2021-03-11 Sarah Hoffmanndo not mix partial and full name terms
2021-03-11 Sarah Hoffmannadd one-rank penalty for using partial search
2021-03-11 Sarah Hoffmannfix result splitting for last search group
2021-03-11 Sarah Hoffmanngive preference to full words in address, too
2021-03-11 DarkshredderAdded fixture for sql_preprocessor and fixed some issues
2021-03-10 DarkshredderAdded test for tarfile
2021-03-10 DarkshredderAdded test and removed runlegacyscript
2021-03-10 Darkshredderfixed linting, refactored threaded sql handling and...
2021-03-08 DarkshredderTest fixes
2021-03-08 DarkshredderLinting fixes
2021-03-08 DarkshredderLinting fixes
2021-03-08 DarkshredderPorted tiger-data-import to python and Added Tarball...
2021-03-08 Sarah HoffmannMerge pull request #2200 from lonvia/migrations-for...
2021-03-06 Sarah Hoffmanndocumentation for new migration command
2021-03-06 Sarah Hoffmannautomatic migration from 3.6 release
2021-03-04 Sarah HoffmannMerge pull request #2197 from lonvia/use-jinja-for...
2021-03-04 Sarah Hoffmannport index creation to python
2021-03-04 Sarah Hoffmannindexer: ANALYSE must be run outside transactions
2021-03-03 Sarah Hoffmannmove table creation to jinja-based preprocessing
2021-03-03 Sarah Hoffmannadd new jinja2 requirement
2021-03-03 Sarah Hoffmannintroduce jinja2 for preprocessing SQL
2021-03-03 Sarah HoffmannMerge pull request #2194 from grischard/patch-1
2021-03-03 Guillaume RischardUpdate action.yml
2021-03-02 Sarah HoffmannMerge pull request #2192 from lonvia/database-versioning
2021-03-01 Sarah Hoffmanndocument new status fields
2021-03-01 Sarah Hoffmannreturn database version with status API
2021-03-01 Sarah Hoffmannadd database_version setting to tests
2021-03-01 Sarah Hoffmanndo not depend on cmdline parameter for creating partiti...
2021-03-01 Sarah Hoffmannsave software version in the database
2021-03-01 Sarah Hoffmannreport software version of status call
2021-03-01 Sarah Hoffmannintroduce database patch level for version
2021-03-01 Sarah Hoffmannmake sure that calls to PHP legacy scripts are fatal...
2021-03-01 Sarah Hoffmannintroduce table for in-database properties
2021-03-01 Sarah Hoffmannremove unused import
2021-03-01 Sarah Hoffmannuse tmp_path fixture in config tests
2021-03-01 Sarah Hoffmannfix typo
2021-02-27 Sarah HoffmannMerge pull request #2186 from lonvia/port-import-to...
2021-02-27 Sarah Hoffmannmake sure psql always finishes
next