]> git.openstreetmap.org Git - nominatim.git/history - lib/setup/SetupClass.php
rename lib to lib-php
[nominatim.git] / lib / setup / SetupClass.php
2021-02-09 Sarah Hoffmannrename lib to lib-php
2021-02-08 Sarah Hoffmannmove website into php library directory
2021-02-08 Sarah Hoffmannmove postcode table setup to sql/
2021-02-04 Sarah HoffmannMerge pull request #2160 from lonvia/introduce-project-dir
2021-02-02 Sarah Hoffmanndo not overwrite custom set module paths
2021-02-02 Sarah Hoffmannmake phpcs happy
2021-02-02 Sarah Hoffmanncopy database module on install
2021-02-02 Sarah Hoffmannchange the default location for external data to projec...
2021-02-01 Sarah HoffmannMerge pull request #2155 from lonvia/port-regresh-to...
2021-01-26 Sarah Hoffmannconvert functon creation to python
2021-01-26 Sarah Hoffmannport address level computation to Python
2021-01-19 Sarah HoffmannMerge pull request #2143 from lonvia/integrate-indexer...
2021-01-18 Sarah Hoffmannremove old nominatim.py in favour of 'nominatim index'
2021-01-15 Sarah HoffmannMerge pull request #2135 from lonvia/python-frontend
2021-01-14 Sarah Hoffmannavoid accessing constants when getting data from env
2021-01-04 Sarah HoffmannMerge pull request #2125 from lonvia/independent-projec...
2021-01-04 Sarah Hoffmannconfigure osm2pgsql and module location via cmake
2020-12-21 Sarah HoffmannMerge pull request #2115 from lonvia/use-dotenv
2020-12-19 Sarah Hoffmannmake phpcs happy
2020-12-19 Sarah Hoffmannmove creation of website scripts to setup script
2020-12-19 Sarah Hoffmannadapt tests to new dotenv environment
2020-12-19 Sarah Hoffmannfix various typos
2020-12-19 Sarah Hoffmannswitch remaining settings to dotenv format
2020-12-19 Sarah Hoffmannreplace database settings with dotenv variant
2020-12-19 Sarah Hoffmannreorganise path settings in config
2020-12-02 Sarah HoffmannMerge pull request #2087 from lonvia/only-one-link...
2020-12-02 Sarah HoffmannMerge pull request #2088 from lonvia/update-osm2pgsql
2020-12-02 Sarah Hoffmannupdate osm2pgsql
2020-11-01 Sarah HoffmannMerge pull request #2032 from lonvia/remove-ui
2020-10-29 Sarah Hoffmannmake phpcs happy
2020-10-29 Sarah Hoffmannremove now unused settings related to website
2020-08-20 Sarah HoffmannMerge pull request #1923 from lonvia/split-indexing...
2020-08-18 Sarah Hoffmannindex admin boundaries before everything else
2020-07-26 Sarah HoffmannMerge pull request #1891 from lonvia/automatic-db-setup
2020-07-26 Sarah Hoffmannimplicitly connect to database during setup
2020-07-18 Sarah Hoffmannforgit to adapt info message
2020-07-18 Sarah HoffmannMerge pull request #1874 from joy-yyd/rank_modification
2020-07-18 Sarah HoffmannMerge pull request #1884 from lonvia/fixes-for-webserve...
2020-07-18 Sarah Hoffmannmove website settings back to settings/
2020-07-18 Sarah Hoffmannlog file is a string when not set to false
2020-07-08 Sarah HoffmannMerge pull request #1873 from lonvia/resurrect-debug...
2020-07-08 Sarah Hoffmanndefault language is a string when not set to false
2020-07-08 Sarah Hoffmannreenable debug parameter
2020-07-05 Sarah HoffmannMerge branch 'move-datasources-into-separate-repos...
2020-07-05 Sarah HoffmannMerge pull request #1864 from lonvia/langauge-specific...
2020-07-01 Sarah HoffmannMerge pull request #1829 from krahulreddy/websiteSetup
2020-06-27 K Rahul ReddyMoved settings-frontend to website/
2020-06-27 K Rahul ReddyAdded setup-website option
2020-05-13 Sarah HoffmannMerge branch 'patch-1' of https://github.com/ganeshkris...
2020-04-26 Sarah HoffmannMerge pull request #1769 from lonvia/display-name-order
2020-04-26 Sarah HoffmannMerge branch 'separate-compilation' of https://github...
2020-04-26 Sarah HoffmannMerge pull request #1754 from mtmail/nominatim-db-tests...
2020-04-25 Sarah HoffmannMerge pull request #1752 from mtmail/new-oo-shell-class
2020-04-13 marc tobiasNominatim::DB tests against separate postgresql database
2020-04-12 marc tobiasnew PHP Nominatim\Shell class to wrap shell escaping
2020-04-10 Sarah HoffmannMerge pull request #1745 from lonvia/shuffle-sql-functions
2020-04-10 Sarah Hoffmannmove ranks-related functions in separate sql file
2020-04-09 Sarah HoffmannMerge pull request #1741 from filimongeorge/patch-1
2020-04-09 Sarah HoffmannMerge pull request #1740 from mtmail/setupclass-index...
2020-04-08 marc tobiasSetupClass.php: remove unused variable
2020-03-06 Sarah HoffmannMerge pull request #1706 from mtmail/warn-if-no-tiger...
2020-03-06 marc tobiasprint warning if no Tiger files found
2020-02-13 Sarah HoffmannMerge pull request #1678 from lonvia/early-drop
2020-02-12 Sarah Hoffmannclean up intermediate tables earlier with --drop
2020-02-09 Sarah HoffmannMerge pull request #1667 from mtmail/setup-delete-inval...
2020-02-08 marc tobiassetup: delete invalid indices in create-search-indices...
2020-01-31 Sarah HoffmannMerge pull request #1648 from lonvia/nominatim-as-pytho...
2020-01-24 Sarah Hoffmannreplace nominatim C program
2020-01-24 Sarah HoffmannMerge pull request #1647 from lonvia/split-out-linking
2020-01-24 Sarah Hoffmannfix indent
2020-01-23 Sarah Hoffmannmove trigger creation later in setup
2020-01-08 Sarah HoffmannMerge pull request #1628 from lonvia/split-sql-functions
2020-01-08 Sarah Hoffmannremove remaining sql functions into function/ directory
2020-01-08 Sarah Hoffmannmove postcode table triggers to own file
2020-01-08 Sarah Hoffmannmove placex triggers into own file
2020-01-07 Sarah Hoffmannmove place triggers into own file
2020-01-05 Sarah Hoffmannmove functions for interpolation table in own file
2020-01-05 Sarah Hoffmannmove functions for address lookup into own file
2020-01-05 Sarah Hoffmannmove importance/wikipedia functions into separate file
2020-01-05 Sarah Hoffmannmove SQL functions for normalisation in separate file
2020-01-05 Sarah HoffmannMerge pull request #1627 from lonvia/cleanup-setup...
2020-01-04 Sarah Hoffmannsetup: factor out parameter replacement in SQL scripts
2019-12-01 Sarah HoffmannMerge branch 'housenumber-zero' of https://github.com...
2019-11-26 Sarah HoffmannMerge pull request #1578 from lonvia/docs-installation...
2019-11-24 Sarah Hoffmannset default osm2pgsql to 0 when using flatnode file
2019-11-20 Sarah HoffmannMerge pull request #1570 from lonvia/wikipedia-importan...
2019-11-17 Sarah Hoffmannfix loading of data without wikipedia files
2019-11-17 Sarah HoffmannSwitch to sql.gz format for wikipedia data
2019-11-16 Sarah Hoffmannupdate documentation for new wikipedia data
2019-11-13 Sarah HoffmannMerge pull request #1557 from mtmail/document-boundingbox
2019-11-06 Sarah HoffmannMerge pull request #1555 from mtmail/setup-escape-shell...
2019-11-06 Sarah HoffmannMerge pull request #1548 from mtmail/centos7-postgresql-11
2019-11-05 marc tobiassetup: escape arguments when executing shell commands...
2019-10-31 Sarah HoffmannMerge pull request #1545 from mtmail/details-index...
2019-10-31 Sarah HoffmannMerge pull request #1542 from mtmail/tiger-import-more...
2019-10-30 marc tobiasTiger data import: display which path is searched for...
2019-10-28 Sarah HoffmannMerge branch 'fix-getcol-zero' of https://github.com...
2019-10-28 Sarah HoffmannMerge pull request #1532 from eyusupov/use-extradir
2019-10-23 Eldar YusupovUse ExtraDataPath for country grid
2019-10-22 Sarah HoffmannMerge pull request #1502 from mtmail/specialphrases...
next