]> git.openstreetmap.org Git - nominatim.git/history - lib
small typos and wording in the API docs
[nominatim.git] / lib /
2018-03-25 Sarah Hoffmannnicer formatting for Geocode debug output
2018-03-24 Sarah HoffmannMerge pull request #986 from mtmail/php-replace-sizeof
2018-03-22 marc tobiasreplace PHP sizeof() with either count() or empty()
2018-03-16 Sarah HoffmannMerge pull request #969 from mtmail/update-vagrant-md
2018-03-13 Marc Tobias Mettenmerge json and jsonv2 templates, they were very similar
2018-03-08 Sarah HoffmannMerge branch 'vagrant-centos-with-selinux' of https...
2018-03-06 Sarah HoffmannMerge pull request #941 from mtmail/parameter-parser...
2018-03-06 marc tobiasParameterParser: getStringList removes empty strings
2018-03-06 marc tobiasParameterParser: getFloat with empty string value throw...
2018-03-06 marc tobiasParameterParser: getInt with empty string value throws...
2018-03-01 Sarah Hoffmannsecond attempt at strict names in structured queries
2018-03-01 Sarah Hoffmanndo not allow importance to become 0
2018-03-01 Sarah Hoffmannfor structured search only accept name terms from the...
2018-02-26 Sarah HoffmannMerge branch 'patch-1' of https://github.com/NeilRickar...
2018-02-23 Sarah HoffmannMerge pull request #940 from mtmail/phpcs-deep-levels
2018-02-23 Marc Tobias Mettenphpcs fixes. Mostly spacing and single quotes
2018-02-18 Sarah HoffmannMerge pull request #928 from EdwardBetts/spelling
2018-02-18 Edward BettsCorrect spelling mistakes.
2018-02-12 Sarah HoffmannMerge pull request #915 from foodev/master
2018-02-12 Jonas HantelmannPlaceLookup::getAddressDetails() should be public,...
2018-02-10 Sarah HoffmannMerge pull request #905 from mtmail/illinois-li-case...
2018-02-10 Sarah HoffmannMerge pull request #909 from mtmail/decimal-coord-parsi...
2018-02-10 Sarah HoffmannMerge pull request #910 from mtmail/shorten-line-in...
2018-02-10 Sarah HoffmannMerge pull request #911 from mtmail/trivial-typo
2018-02-08 marc tobiastypo in error message
2018-02-08 marc tobiasparsing coordinates allows second with floats
2018-02-06 Marc Tobias Mettenmake sure Illinois,Alabama,Louisiana state code special...
2018-01-11 Sarah Hoffmannconvert remaining http links and shorten copyright URL
2017-12-17 Sarah Hoffmannassume name for special operator in bounded search
2017-12-17 Sarah HoffmannGives preference to special terms like postcode and...
2017-12-17 Sarah HoffmannGive higher penalty to partial search terms
2017-12-14 Sarah Hoffmannfix address walk-up for reverse
2017-10-30 mtmailMerge pull request #843 from matejkrajcovic/patch-1
2017-10-30 Matej KrajčovičFix typos in introduction.php
2017-10-28 Sarah HoffmannMerge pull request #842 from mtmail/updated-tiger-count...
2017-10-27 Sarah HoffmannMerge branch 'fix-map-on-details-page' of https://githu...
2017-10-27 Sarah Hoffmannallow unnamed roads for reverse geocoding
2017-10-27 Sarah Hoffmannignore linked places for reverse geocoding
2017-10-26 Sarah HoffmannMerge pull request #835 from lonvia/fix-quoting
2017-10-26 Sarah Hoffmannreplace double-quoting with single quotes where applicable
2017-10-25 Sarah Hoffmannrestrict number of results for reverse queries
2017-10-25 Sarah Hoffmannfix variable typo when filtering results
2017-10-25 Sarah Hoffmannplacex must not return a lookup housenumber
2017-10-24 Sarah Hoffmannpenalize housenumber after the postcode
2017-10-24 Sarah Hoffmannfix uninitialised rank variable when regrouping searches
2017-10-24 Sarah Hoffmannrevert use of global penalty for a search direction
2017-10-24 Sarah HoffmannMerge pull request #829 from lonvia/result-as-a-class
2017-10-23 Sarah Hoffmannuse PlaceLookup::loadParamArray in search and lookup
2017-10-23 Sarah Hoffmannadd loadParamArray function to PlaceLookup and use...
2017-10-23 Sarah Hoffmannuse PlaceLookup in search
2017-10-23 Sarah Hoffmannmake PlaceLookup::lookup() accept multiple results
2017-10-23 Sarah Hoffmannreplace SQL code in PlaceLookup with content of search...
2017-10-23 Sarah Hoffmannuse Result class in reverse geocoding
2017-10-23 Sarah Hoffmannintroduce Result class in Geocode and SearchDescription
2017-10-22 Sarah HoffmannMerge pull request #822 from mtmail/ui-allow-copypaste...
2017-10-21 Sarah HoffmannMerge pull request #819 from mtmail/tiger-2017-import
2017-10-21 marc tobiasUI: allow copy&pasting lat,lon into the lat search...
2017-10-21 marc tobiasUI: allow copy&pasting lat,lon into the lat search...
2017-10-21 Sarah HoffmannMerge pull request #821 from mtmail/ui-scrollwheel...
2017-10-21 marc tobiasUI: scrollwheel, minimap
2017-10-15 Sarah HoffmannMerge pull request #814 from lonvia/phrase-as-a-class
2017-10-13 Sarah Hoffmannfix CodeSniffer offences
2017-10-13 Sarah Hoffmannmove word recheck into token collection
2017-10-13 Sarah Hoffmannsimplify cross-check of country tokens
2017-10-13 Sarah Hoffmannremove unused $aPossibleMainWordIDs array
2017-10-13 Sarah Hoffmannadd documentation for Phrase
2017-10-12 Sarah Hoffmanntake frequency scores from token description
2017-10-12 Sarah Hoffmannconvert phrase array to class
2017-10-11 Sarah HoffmannShow address rank in details and hide unset admin_level
2017-10-10 Sarah HoffmannSort results for near searches by proximity
2017-10-10 Sarah HoffmannMerge pull request #812 from lonvia/search-as-a-class
2017-10-09 Sarah Hoffmanndocumentation for SearchContext and SearchDescription
2017-10-09 Sarah Hoffmanncoding style and some documentation
2017-10-09 Sarah Hoffmannmove complete search query code into SearchDescription
2017-10-08 Sarah Hoffmannmove country list to SearchContext
2017-10-08 Sarah Hoffmannmove excluded place list to SearchContext
2017-10-08 Sarah Hoffmannmove viewbox sql to new SearchContext
2017-10-08 Sarah Hoffmannreplace NearPoint with a more generic context object
2017-10-08 Sarah Hoffmanndon't trust words from word table to be sanatized
2017-10-08 Sarah Hoffmannadd missing include
2017-10-08 Sarah Hoffmannfix CodeSniffer violations
2017-10-08 Sarah Hoffmannfix more syntax issues
2017-10-08 Sarah Hoffmannmove Search dump function into SearchDescription class
2017-10-08 Sarah Hoffmannfix syntax errors from introduction of SearchDescription
2017-10-08 Sarah Hoffmannconvert getGroupedSearches to SearchDescription class
2017-10-08 Sarah Hoffmannadd function to convert array to SQL
2017-10-08 Sarah Hoffmannuse SearchDescription class in query loop
2017-10-07 Sarah Hoffmannmove initial search setup to new class type
2017-10-07 Sarah Hoffmannadd new class for searches
2017-10-07 Sarah Hoffmanndrop searches with excluded country codes earlier
2017-10-07 Sarah Hoffmannremove code for dropping address terms
2017-10-06 Sarah Hoffmannfix variable names
2017-10-06 Sarah Hoffmannfurther restrict use of partial terms in names
2017-10-06 Sarah Hoffmannhousenumbers may only appear before or after the name
2017-10-06 Sarah Hoffmannpenalize search order where a country comes first
2017-10-06 Sarah Hoffmannallow postcodes and housenumbers together
2017-10-05 Sarah Hoffmannsanitize special search term before normalizing
2017-10-04 Sarah Hoffmannfix postcode search
2017-10-04 Sarah Hoffmannonly allow either postcode or special search
2017-10-04 Sarah Hoffmannuse correct source for radius column in debug view
next