]> git.openstreetmap.org Git - nominatim.git/history - lib
move checkModilePresence to class, delete own debug echo
[nominatim.git] / lib /
2018-09-08 ThomasBarrismove checkModilePresence to class, delete own debug...
2018-09-05 ThomasBarrisformat change revert, removed bogus CL options, SetupCl...
2018-08-31 ThomasBarrismore format changes for Mr. Travis
2018-08-31 ThomasBarrissmall fixes on setup.php and a bring update.php to...
2018-08-29 ThomasBarrissplitted createTables and changed formatting to please...
2018-08-29 ThomasBarrisfirst draft of setupClass
2018-08-24 ThomasBarrismoving functions from setup.php to a lib file in lib...
2018-08-23 Sarah HoffmannMute notices from postgresql during setup
2018-08-23 Sarah HoffmannMerge branch 'customPHP1' of https://github.com/ThomasB...
2018-08-22 Sarah Hoffmannignore linked country nodes for reverse geocoding
2018-08-22 Sarah HoffmannMerge pull request #1151 from mtmail/documentation...
2018-08-22 Sarah Hoffmannfix warning in keyword output of details
2018-08-22 Sarah Hoffmannfix formatting
2018-08-22 marc tobiasin /details JSON output add check if place (type) has...
2018-08-20 Sarah Hoffmannimprove test coverage for reverse and debug output
2018-08-20 Sarah Hoffmannclean up reverse code
2018-08-20 Sarah Hoffmanndirectly do country search for reverse zoom < 5
2018-08-19 Sarah Hoffmannreduce search radius when searching for nodes within...
2018-08-13 Sarah HoffmannFix partial word computation
2018-08-13 Sarah Hoffmannreverse on street level should compute distance to...
2018-08-13 Sarah Hoffmannfix large viewbox computation
2018-08-08 Sarah Hoffmannfixup use of indexes for latest reverse changes
2018-08-05 Sarah HoffmannMerge pull request #1111 from lonvia/remove-postcode...
2018-08-05 Sarah Hoffmanndefine types for null returns in PlaceLookup
2018-08-04 Sarah HoffmannMerge pull request #1110 from lonvia/remove-address...
2018-08-04 Sarah HoffmannMerge pull request #1126 from lonvia/improve-country...
2018-08-04 Sarah Hoffmannimprove place node search when no areas found
2018-08-02 Sarah HoffmannMerge pull request #1095 from estadtherr/remote_postgres_pr
2018-08-01 Sarah Hoffmannfall back to debugInfo() for printing objects
2018-07-30 Eric Stadtherraddress phpcs issue (strange it didn't appear in earlie...
2018-07-23 Sarah HoffmannMerge pull request #1113 from mtmail/remove-empty-icon...
2018-07-23 Sarah HoffmannMerge pull request #1114 from mtmail/fix-tiny-phplint...
2018-07-23 marc tobiasPHP code style: use long array syntax
2018-07-23 marc tobiasClassTypes: treat empty string for -icon-same as null
2018-07-21 Eric Stadtherradapt PR changes to use new variable naming convention
2018-07-21 Eric StadtherrPR review changes
2018-07-21 Eric StadtherrWork on setup/update scripts, unit tests, and documenta...
2018-07-20 Sarah HoffmannDon't add viewbox weight when no viewbox is given
2018-07-20 Sarah Hoffmannfix operator type assignment
2018-07-20 Sarah HoffmannMerge pull request #1102 from mtmail/tests-for-tokenlist
2018-07-20 Sarah HoffmannMerge pull request #1099 from lonvia/sanity-check-pyosmium
2018-07-19 Marc Tobias Mettentests for Nominatim::TokenList
2018-07-17 Sarah Hoffmannfix bad namespace for Operator class
2018-07-13 Sarah HoffmannMerge pull request #1090 from mtmail/add-more-nominatim...
2018-07-13 Sarah HoffmannMerge pull request #1089 from lonvia/clean-up-address...
2018-07-12 Sarah Hoffmannfix unit tests for class types
2018-07-12 Sarah Hoffmannadd tests for geocodejson and fix syntax errors
2018-07-10 Sarah Hoffmannunify address details lookup
2018-07-09 Sarah Hoffmannmove ClassTypes into own namespace
2018-07-06 Sarah Hoffmannmake phpcs happy
2018-07-06 Sarah Hoffmannignore admin_level = 15 in geocodejson output
2018-07-06 Sarah Hoffmannuse already existing address field in geocodejson
2018-07-06 Sarah HoffmannMerge branch 'geojson-output' of https://github.com...
2018-07-05 Sarah Hoffmannremove trailing spaces
2018-07-05 Sarah Hoffmannavoid 'SELECT *'
2018-07-04 Sarah Hoffmannmake sure index is used when looking for places in...
2018-07-02 Sarah HoffmannMerge branch 'better-reverse' of https://github.com...
2018-06-27 gemo1011added comments and improved geOutline function
2018-06-27 gemo1011no polygon search over country-level
2018-06-27 gemo1011changed the lookupPolygon function
2018-06-27 gemo1011added case when for highways in subquery
2018-06-27 gemo1011added search diameter for the place node search, depend...
2018-06-27 gemo1011fixed getoutlinesfunction
2018-06-27 gemo1011improvements for pull request
2018-06-27 gemo1011fixed typo
2018-06-27 gemo1011fixed getoutlines function if no coordinates are passed
2018-06-27 gemo1011better search for interpolated housenumbers
2018-06-27 gemo1011using ST_ClosestPoint and a subquery
2018-06-27 gemo1011test adjusting
2018-06-27 gemo1011better place node search with rank_search
2018-06-27 gemo1011only starts the search in country_osm_grid if $iMaxRank > 4
2018-06-27 gemo1011new query if no polygon is found
2018-06-27 gemo1011rebase
2018-06-27 gemo1011rebase
2018-06-14 Sarah HoffmannMerge pull request #1062 from mtmail/display-viewbox...
2018-06-14 Marc Tobias Mettendisplay viewbox on map
2018-06-05 gemo1011deleted query for place nodes search if no polygon...
2018-06-05 gemo1011new query to search place nodes if no polygon was found
2018-06-05 gemo1011adapted the coding style with phpcs
2018-06-05 gemo1011better performance
2018-06-05 gemo1011faster query through bbox preselection
2018-06-05 gemo1011performence update through subquerry
2018-06-05 gemo1011changing to from rank_search to rank_address
2018-06-05 gemo1011better performance for place node search
2018-06-05 gemo1011use the linked_place_id for adress search if a place...
2018-06-05 gemo1011changed reverse geocode algorithm
2018-05-29 Marc Tobias Mettensearch/reverse/lookup with geojson,geocodejson output
2018-05-15 Sarah HoffmannMerge pull request #1043 from lonvia/token-as-a-class
2018-05-14 Sarah Hoffmanndocument tokens
2018-05-14 Sarah Hoffmannadd documentation for TokenList
2018-05-14 Sarah Hoffmannintroduce classes for token list and token types
2018-05-08 Sarah HoffmannMerge pull request #1038 from mtmail/phpcs-array-key...
2018-05-07 Marc Tobias Mettenadd PHPCS Squiz.Arrays.ArrayDeclaration.KeyNotAligned...
2018-05-07 Sarah Hoffmannnarrow down search by house number when postcode is...
2018-05-07 Sarah HoffmannMerge pull request #1033 from lonvia/remove-word-freque...
2018-05-06 Sarah Hoffmannreplace word frequency hash
2018-05-04 mtmailadd JSON format to /status endpoint (#1013)
2018-05-04 Sarah HoffmannMerge pull request #1032 from mtmail/tests-for-debughtml
2018-05-03 Marc Tobias MettenPHP unit tests for DebugHtml
2018-04-18 Sarah HoffmannMerge pull request #977 from lonvia/fix-byteswap-check
next