]> git.openstreetmap.org Git - nominatim.git/shortlog
nominatim.git
2023-04-11 Sarah Hoffmannprepare 4.2.3 release v4.2.3
2023-04-11 Sarah Hoffmannfix a number of corner cases with interpolation splitting
2023-04-11 Sarah Hoffmannuse place_to_be_deleted when force deleting objects
2023-04-11 Sarah Hoffmannflex style: reinstate postcode boundaries
2023-04-11 Sarah Hoffmanncall osm2pgsql postprocessing flush_deleted_places...
2023-03-22 Sarah Hoffmannprepare release 4.2.2 v4.2.2
2023-03-22 Sarah Hoffmannactions: restrict linting to newest version
2023-03-22 Sarah Hoffmannadapt to new version of pylint
2023-03-22 Sarah Hoffmannremove more tags from full style
2023-03-22 Sarah Hoffmannfix handling of unused extra tags
2023-03-22 Sarah Hoffmannfix polygon simplification in reverse results
2023-03-22 Sarah Hoffmannrestrict place rank inheritance to address items
2023-03-22 Sarah Hoffmannactions: use token to avoid rate limiting
2023-03-22 danilMain tag information added to geocodejson in reverse...
2023-03-22 Sarah Hoffmannactions: force PHPUnit 9
2023-03-22 Sarah Hoffmanndocs: fix internal links
2023-03-22 Sarah Hoffmannfix importance recalculation
2023-03-22 Sarah Hoffmannremove comma as name separator
2023-03-22 Sarah Hoffmannexclude names ending in :wikipedia from indexing
2023-03-22 Sarah Hoffmannfix typo in argument to details CLI command
2023-03-22 Sarah Hoffmannupdate Makefile in test directory
2023-03-22 Sarah Hoffmanndo not run osm2pgsql append with mutliple threads
2023-03-22 Sarah Hoffmannsplit query that deletes old objects from placex
2023-03-22 Sarah Hoffmannminor adaptions for flex style
2023-03-22 marc tobiasVAGRANT.md - replace local.php settings with .env
2023-03-22 Sarah Hoffmannuse canonical url for nominatim.org
2023-03-22 Sarah Hoffmanninstall new lua import scripts
2023-03-22 Sarah Hoffmannflez: add other default styles
2023-03-22 Sarah Hoffmannflex: hide compiled matchers
2023-03-22 Sarah Hoffmannflex: switch to functions for substyles
2023-03-22 Sarah Hoffmannexplicit export for functions in flex-base
2023-03-22 Sarah Hoffmannflex: add combining clean function
2023-03-22 Sarah Hoffmannflex: simplify name handling
2023-03-22 Sarah Hoffmannflex: simplify address configuration
2023-03-22 Sarah Hoffmannupdate osm2pgsql (flex not building index)
2023-03-22 Sarah Hoffmannuse grapheme_stripos instead of stripos in PHP code
2023-03-22 Sarah Hoffmanndo not assign postcodes to long linear features
2023-03-22 Frederik RammFix typo in NOMINATIM_LOG_FILE (#2919)
2023-03-22 Sarah Hoffmannadd FAQ about finding bad postcodes
2023-03-22 Sarah Hoffmanncontract duplicate spaces in transliteration string
2023-02-20 Sarah Hoffmannprepare release 4.2.1 v4.2.1
2023-02-20 Sarah Hoffmannharmonize flags for PHP's htmlspecialchars
2023-02-20 Sarah Hoffmannadapt PHP tests for debug output
2023-02-20 Sarah Hoffmannproperly encode special HTML characters in debug mode
2022-11-24 Sarah Hoffmannactions: install keys for postgres repo v4.2.0
2022-11-24 Sarah Hoffmannprepare release 4.2.0
2022-11-24 Sarah Hoffmannadd checklist for releases
2022-11-24 Sarah HoffmannMerge pull request #2903 from lonvia/migration-for...
2022-11-24 Sarah Hoffmannadd migration for reorganization of pending indexes
2022-11-23 Sarah HoffmannMerge pull request #2902 from lonvia/tiger-county-sanitizer
2022-11-23 Sarah Hoffmannremove BDD test for tiger:county
2022-11-23 Sarah Hoffmannadd sanitizer for TIGER tags
2022-11-21 Sarah HoffmannMerge pull request #2892 from lonvia/optional-forward...
2022-11-21 Sarah Hoffmannadd experimental option for enabling forward dependencies
2022-11-20 Sarah HoffmannMerge pull request #2890 from lonvia/use-rank-search...
2022-11-20 Sarah Hoffmannforce use of geometry index for reverse polygon lookup
2022-11-20 Sarah Hoffmannuse rank_search for reverse polygon match
2022-11-19 Sarah Hoffmannfix condition under which place_to_be_deleted is created
2022-11-18 Sarah HoffmannMerge pull request #2889 from lonvia/fix-interpolation...
2022-11-18 Sarah Hoffmanndrop illegal values for addr:interpolation on update
2022-11-17 Sarah HoffmannMerge pull request #2887 from lonvia/lookup-linked...
2022-11-17 Sarah HoffmannMerge pull request #2886 from lonvia/closest-street...
2022-11-16 Sarah Hoffmannadd support for lookup of linked places
2022-11-16 Sarah Hoffmannhandle associatedStreet relations with multiple streets
2022-11-15 Sarah HoffmannMerge pull request #2884 from lonvia/tweak-special...
2022-11-15 Sarah HoffmannMerge pull request #2885 from lonvia/remove-unused...
2022-11-15 Sarah Hoffmanncorrectly handle special term + name combination
2022-11-15 Sarah Hoffmannremove dependent territories from country list
2022-11-15 Sarah HoffmannMerge pull request #2881 from lonvia/more-update-tests...
2022-11-14 Sarah Hoffmannbdd: add tests for osm2pgsql update of postcode nodes
2022-11-14 Sarah Hoffmannbdd: add osm2pgsql tests for updating interpolations
2022-11-14 Sarah Hoffmannbdd: test placex content when updating with osm2pgsql
2022-11-14 Sarah Hoffmannreorganize handling of place type changes
2022-11-10 Sarah Hoffmannfix country handling in flex style
2022-11-10 Sarah Hoffmannremove tests that differ between lua and gazetteer...
2022-11-10 Sarah Hoffmannnode locations must be stable for osm2pgsql update...
2022-11-10 Sarah Hoffmannbdd: extend osm2pgsql update tests
2022-11-10 Sarah Hoffmannoptimise tag match function
2022-11-10 Sarah Hoffmannadd lua requirements for vagrant scripts
2022-11-10 Sarah HoffmannCI: require lua libraries
2022-11-10 Sarah Hoffmannadd migration for place_to_be_deleted table
2022-11-10 Sarah Hoffmannchange updates to handle delete/insert workflow
2022-11-10 Sarah Hoffmanninitial flex import scripts
2022-11-10 Sarah Hoffmannbdd tests: make import style configurable
2022-11-10 Sarah Hoffmannadd osm2pgsql gazetteer tests
2022-11-09 Sarah HoffmannMerge pull request #2869 from mtmail/improve-tiger...
2022-11-09 Sarah Hoffmannfix type issues with calls to pyosmium
2022-11-09 Marc TobiasTiger install doc: add -refresh website- step
2022-11-09 Sarah HoffmannMerge pull request #2871 from lonvia/fix-timeout-for...
2022-11-09 Sarah Hoffmannadd types-requests dependency
2022-11-09 Sarah Hoffmannrespect socket timeout also in other replication functions
2022-11-09 Sarah Hoffmannfix timeout use for replication timeout
2022-11-08 Sarah HoffmannMerge pull request #2870 from mtmail/update-github...
2022-11-08 Marc Tobiasupdate those github action packages still using node12
2022-11-07 Sarah HoffmannMerge pull request #2866 from lonvia/reverse-ignore...
2022-11-05 Sarah Hoffmannignore interpolations without parent on reverse search
2022-11-05 Sarah HoffmannMerge pull request #2865 from Romeo-PHILLIPS/fix/docume...
2022-11-04 Romeofix: format
2022-11-04 Romeofix: markup
2022-11-04 Romeofix: 705 Status Code Documentation
next