]> git.openstreetmap.org Git - nominatim.git/history - lib/lib.php
implement warming in new cli tool
[nominatim.git] / lib / lib.php
2021-01-13 Sarah Hoffmannimplement warming in new cli tool
2020-12-21 Sarah HoffmannMerge pull request #2115 from lonvia/use-dotenv
2020-12-19 Sarah Hoffmannmove creation of website scripts to setup script
2020-12-19 Sarah Hoffmannfix various typos
2020-12-19 Sarah Hoffmannswitch all utils to initialising dotenv
2020-12-19 Sarah Hoffmannswitch remaining settings to dotenv format
2020-12-19 Sarah Hoffmannreplace database settings with dotenv variant
2020-12-19 Sarah Hoffmannintroduce dotenv parsing for setup.php
2020-08-26 Sarah HoffmannMerge pull request #1931 from lonvia/stable-sort-for...
2020-08-26 Sarah Hoffmannensure that ordering by importance is stable
2020-05-13 Sarah HoffmannMerge branch 'patch-1' of https://github.com/ganeshkris...
2020-04-26 Sarah HoffmannMerge branch 'separate-compilation' of https://github...
2020-04-05 Sarah HoffmannMerge pull request #1734 from krahulreddy/fixed-parselatlon
2020-04-03 RahulAdded whitespace characters support in LatLon parsing
2020-04-03 Sarah HoffmannMerge pull request #1733 from krahulreddy/whitespaces...
2020-03-29 Sarah HoffmannMerge pull request #1729 from lonvia/fix-details-link...
2020-03-29 marc tobiasremove polygon=1 (polypoints) feature
2019-03-09 Sarah HoffmannMerge pull request #1318 from mtmail/php-pdo
2019-03-08 marc tobiasreplace database abstraction DB with PDO
2019-02-10 Sarah HoffmannMerge pull request #1295 from mtmail/move-searchrank...
2019-02-09 marc tobiasRemove get_addressrank_label. Move get_searchrank_label...
2018-12-04 Sarah HoffmannDon't escape slashes in json output
2018-11-15 Sarah HoffmannMerge pull request #1233 from mtmail/better-gbpostcode...
2018-11-15 Sarah HoffmannMerge pull request #1188 from mtmail/prototype-setup...
2018-11-15 Sarah HoffmannMerge branch 'set-exception-handler-by-request-format...
2018-10-03 marc tobiasset exception handler by request format, not always...
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-10 Sarah Hoffmannunify address details lookup
2018-07-09 Sarah Hoffmannmove ClassTypes into own namespace
2018-05-15 Sarah HoffmannMerge pull request #1043 from lonvia/token-as-a-class
2018-05-14 Sarah Hoffmannintroduce classes for token list and token types
2018-04-18 Sarah HoffmannMerge pull request #977 from lonvia/fix-byteswap-check
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-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-08 marc tobiasparsing coordinates allows second with floats
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-24 Sarah HoffmannMerge pull request #829 from lonvia/result-as-a-class
2017-10-23 Sarah Hoffmannuse Result class in reverse geocoding
2017-10-15 Sarah HoffmannMerge pull request #814 from lonvia/phrase-as-a-class
2017-10-12 Sarah Hoffmannconvert phrase array to class
2017-10-10 Sarah HoffmannMerge pull request #812 from lonvia/search-as-a-class
2017-10-08 Sarah Hoffmannreplace NearPoint with a more generic context object
2017-10-08 Sarah Hoffmannmove Search dump function into SearchDescription class
2017-10-08 Sarah Hoffmannfix syntax errors from introduction of SearchDescription
2017-10-04 Sarah Hoffmannuse correct source for radius column in debug view
2017-10-01 Sarah HoffmannMerge pull request #802 from mtmail/coordinate-extract...
2017-09-30 Sarah Hoffmannskip output of lat/lon in debug when no near point...
2017-09-18 Sarah Hoffmannfix display of nearpoint in debug view
2017-09-16 Sarah HoffmannMerge pull request #782 from lonvia/rework-postcodes
2017-08-19 Sarah Hoffmanninclude GB CodePoint data into location_postcode table
2017-08-19 Sarah Hoffmannadd search for postcode
2017-06-09 Sarah HoffmannGuard against network failures in getDatabaseDate()
2017-06-01 Sarah Hoffmannremove PHP version check
2017-06-01 big-oParameter to enable JSON pretty-printing
2017-05-26 Sarah HoffmannMerge pull request #734 from lonvia/use-pyosmium-for...
2017-05-25 Sarah Hoffmannswitch from osmosis to pyosmium for updates
2017-03-18 Sarah HoffmannMerge pull request #667 from lonvia/refactor-nearpoint
2017-03-15 Sarah Hoffmannmake NearPoint its own class
2016-11-02 Sarah HoffmannMerge pull request #548 from lonvia/query-ckeck-utf8
2016-10-16 Sarah HoffmannMerge pull request #550 from lonvia/decrease-line-length
2016-10-13 Sarah Hoffmannreduce maximum line length to 199 for all php files
2016-10-12 Sarah Hoffmannreduce search depth when splitting word sets
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-25 Sarah HoffmannMerge pull request #487 from lonvia/unify-reverse
2016-07-24 Sarah Hoffmannremove duplicate reverse geocoding code
2016-07-18 Sarah Hoffmannremove IP blocking and rate-limiting code
2016-06-13 Sarah HoffmannMerge pull request #469 from lonvia/refactor-php
2016-06-12 Sarah Hoffmannuse chksql everywhere in lib/
2016-06-12 Sarah Hoffmannintroduce chksql function for website code and move...
2016-06-11 Sarah Hoffmannintroduce accessor function for URL parameter
2016-06-09 Sarah HoffmannMerge pull request #219 from mizabrik/master
2016-04-25 Markus GailMerge remote-tracking branch 'origin/master' into osmline
2016-04-12 Sarah Hoffmannremove duplicate CORS header
2016-03-30 Sarah HoffmannMerge pull request #416 from lonvia/dead-code-removal
2016-03-28 Sarah Hoffmannremove unused functions in php library
2016-03-28 Sarah HoffmannFix fixing of coding style
2016-03-27 Sarah HoffmannMerge branch 'tigerlines' of https://github.com/markiga...
2016-03-23 Markus GailFix coding style.
2016-03-22 Markus GailMerge branch 'tigerlines' of /home/markus/Nominatim...
2016-03-21 Markus Gailadapt to code style conventions
2016-03-21 Markus GailTested Version of new Tiger line storage format.
next