]> git.openstreetmap.org Git - nominatim.git/history - lib/Geocode.php
fix CodeSniffer violations
[nominatim.git] / lib / Geocode.php
2017-10-08 Sarah Hoffmannfix CodeSniffer violations
2017-10-08 Sarah Hoffmannfix more syntax issues
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 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-03 Sarah Hoffmannfix search for postcode via structured query
2017-10-02 Sarah Hoffmannremove unnecessary size check
2017-10-02 Sarah Hoffmannbe more strict with searches involving house numbers
2017-10-02 Sarah Hoffmannavoid unnecessary SQL when rechecking rank restrictions
2017-10-01 Sarah Hoffmannorder of viewbox coordinates does not matter
2017-10-01 Sarah HoffmannMerge pull request #802 from mtmail/coordinate-extract...
2017-09-30 Sarah Hoffmannfix index when rechecking postcode name
2017-09-30 Sarah Hoffmannreturn unchanged term if normalizer was not found
2017-09-18 Sarah Hoffmannfix handling of near queries with special search
2017-09-18 Sarah Hoffmannreinstate key-value amenity search
2017-09-17 Sarah Hoffmannmore API tests for code coverage
2017-09-16 Sarah HoffmannMerge pull request #782 from lonvia/rework-postcodes
2017-08-21 Sarah Hoffmannfurther restrict results for <postcode>, <term>
2017-08-19 Sarah Hoffmannfix subqueries when getting details for postcodes
2017-08-19 Sarah Hoffmannthrow away searches with two postcodes
2017-08-19 Sarah Hoffmannfix API tests wrt postcodes
2017-08-19 Sarah Hoffmannremove lat/lon check for search terms
2017-08-19 Sarah Hoffmannrequire postcodes to match exactly in normalised form
2017-08-19 Sarah Hoffmanninclude GB CodePoint data into location_postcode table
2017-08-19 Sarah Hoffmanntake postcode into account for other searches
2017-08-19 Sarah Hoffmannimmediately drop searches where requested country code...
2017-08-19 Sarah Hoffmanntake address part into account in postcode search
2017-08-19 Sarah Hoffmannadd search for postcode
2017-08-19 Sarah Hoffmannmove postcodes into special operation for Searches
2017-06-06 Sarah HoffmannMerge pull request #745 from lonvia/restrict-poi-querie...
2017-06-05 Sarah Hoffmannlimit number of considered places in POI queries
2017-06-05 Sarah HoffmannMerge pull request #742 from lonvia/compare-normalized
2017-06-04 Sarah Hoffmanndisregard special phrases that do not match fully
2017-04-13 Sarah HoffmannMerge pull request #700 from lonvia/structured-address...
2017-04-08 Sarah Hoffmannintroduce address column for place tables
2017-03-23 Sarah HoffmannMerge pull request #683 from lonvia/more-url-function
2017-03-22 Sarah Hoffmannmove moreURL computation into Geocode and include all...
2017-03-22 Sarah Hoffmannremove unused code
2017-03-18 Sarah HoffmannMerge pull request #667 from lonvia/refactor-nearpoint
2017-03-17 Sarah Hoffmannfix style
2017-03-16 Sarah Hoffmannuse NearPoint class in Search array
2017-03-15 Sarah Hoffmannmake NearPoint its own class
2017-02-28 Sarah Hoffmanninclude housenumbers and postcodes when rechecking...
2017-02-26 Sarah Hoffmannmove interpolaton computation into indexing step
2017-01-01 Sarah HoffmannMerge branch 'moreurl-with-countrycodes' of https:...
2016-12-22 Marc Tobias MettensMoreURL now includes countrycodes values
2016-11-02 Sarah HoffmannMerge pull request #548 from lonvia/query-ckeck-utf8
2016-11-01 Sarah HoffmannMerge branch 'ui-easy-switch-coords' of https://github...
2016-11-01 marc tobiasTiger: set osmtype=way and correct osm_id
2016-11-01 marc tobiascleanup of SQL for readability. No logic change
2016-11-01 marc tobiascleanup of SQL for readability. No logic change
2016-10-20 Sarah HoffmannMerge pull request #556 from lonvia/drop-php-53-support
2016-10-16 Sarah HoffmannMerge pull request #550 from lonvia/decrease-line-length
2016-10-13 Sarah Hoffmannslightly relax viewbox parameter check
2016-10-12 Sarah Hoffmannsplit long lines in Geocode.php
2016-10-12 Sarah Hoffmannremove debug output
2016-10-12 Sarah Hoffmanncheck if query is valid unicode string
2016-10-12 Sarah Hoffmannproperly check format of viewbox parameter
2016-10-12 Sarah Hoffmannfix typo in error message
2016-10-09 Sarah Hoffmannfix syntax error for route boxes
2016-10-09 Sarah Hoffmannavoid passing temporary array by reference
2016-10-04 Sarah Hoffmanncheck for correct array for country codes
2016-10-01 Sarah Hoffmannfill interpolation array for reverse lookups via search...
2016-09-30 Sarah Hoffmannfix namespace use
2016-09-16 Sarah HoffmannMerge pull request #533 from mtmail/PSR2-php-tests
2016-09-16 Sarah HoffmannMerge pull request #532 from mtmail/PSR2-namespaces
2016-09-16 Marc Tobias Mettenadd namespaces, method visibility according to PSR2...
2016-09-15 Sarah HoffmannMerge branch 'PSR2-fixes-for-settings' of https://githu...
2016-09-15 Sarah HoffmannMerge branch 'PSR2-fixes-for-wikidata' of https://githu...
2016-09-14 Marc Tobias Mettenfix indentation and misc errors according to PSR2 codin...
2016-09-11 Sarah HoffmannMerge pull request #524 from mtmail/PSR2-function-decla...
2016-09-11 Marc Tobias Mettenfix function declaration errors according to PSR2 codin...
2016-09-10 Sarah HoffmannMerge pull request #522 from mtmail/PSR2-arrays
2016-09-10 marc tobiasfix array-related errors according to PSR2 coding style...
2016-09-08 marc tobiasbracket spacing for if/else/for/foreach/while/switch...
2016-09-05 Sarah HoffmannMerge branch 'delete-us-postcode-without-name' of https...
2016-09-04 Marc Tobias Mettentabs-to-spaces
2016-08-24 Sarah HoffmannMerge pull request #508 from mtmail/addtype-in-installa...
2016-08-23 Marc Tobias MettenMerge remote-tracking branch 'upstream/master' into...
2016-08-23 Sarah HoffmannMerge pull request #504 from lonvia/parameter-parser...
2016-08-20 Sarah Hoffmannfactor out parameter parsing into its own class
2016-07-30 Marc Tobias MettenMerge remote-tracking branch 'upstream/master' into...
2016-07-27 Sarah HoffmannMerge pull request #490 from lonvia/streamline-class...
2016-07-26 Sarah Hoffmannremove unused functions in Geocode
2016-07-26 Sarah Hoffmanncleanup interface of PlaceLookup
2016-07-26 Sarah Hoffmannrefactor ReverseGeocode
2016-07-25 Sarah HoffmannMerge pull request #487 from lonvia/unify-reverse
2016-07-24 Sarah Hoffmannremove duplicate reverse geocoding code
next