.. |
admin
|
remove outdated country_languages.php
|
2021-10-10 21:58:43 +02:00 |
migration
|
fix more missing braces on one-liners
|
2021-07-11 23:22:53 +02:00 |
template
|
fix more missing braces on one-liners
|
2021-07-11 23:22:53 +02:00 |
tokenizer
|
rename legacy_icu tokenizer to icu tokenizer
|
2021-08-17 23:11:47 +02:00 |
website
|
php: force use of global Exception class
|
2021-07-28 11:31:47 +02:00 |
AddressDetails.php
|
remove unnecessayly nested ifs
|
2021-07-11 19:11:37 +02:00 |
ClassTypes.php
|
rename lib to lib-php
|
2021-02-09 11:52:07 +01:00 |
cmd.php
|
convert single case switch to if statement
|
2021-07-12 11:28:47 +02:00 |
DatabaseError.php
|
do not intermix params with and without default
|
2021-07-11 23:22:53 +02:00 |
DB.php
|
always use brackets on if statements
|
2021-07-10 17:04:46 +02:00 |
DebugHtml.php
|
remove unused variables
|
2021-07-09 16:36:42 +02:00 |
DebugNone.php
|
rename lib to lib-php
|
2021-02-09 11:52:07 +01:00 |
dotenv_loader.php
|
introduce constant for configuration directory
|
2021-02-09 18:45:45 +01:00 |
Geocode.php
|
move special hack for US states to legacy tokenizer
|
2021-08-17 14:28:55 +02:00 |
init-cmd.php
|
rename lib to lib-php
|
2021-02-09 11:52:07 +01:00 |
init-website.php
|
php: force use of global Exception class
|
2021-07-28 11:31:47 +02:00 |
init.php
|
rename lib to lib-php
|
2021-02-09 11:52:07 +01:00 |
lib.php
|
fix more missing braces on one-liners
|
2021-07-11 23:22:53 +02:00 |
log.php
|
fix more missing braces on one-liners
|
2021-07-11 23:22:53 +02:00 |
output.php
|
always use brackets on if statements
|
2021-07-10 17:04:46 +02:00 |
ParameterParser.php
|
remove unnecessayly nested ifs
|
2021-07-11 19:11:37 +02:00 |
Phrase.php
|
move special hack for US states to legacy tokenizer
|
2021-08-17 14:28:55 +02:00 |
PlaceLookup.php
|
always use brackets on if statements
|
2021-07-10 17:04:46 +02:00 |
Result.php
|
do not return POIs when dropping house number in query
|
2021-06-17 14:21:20 +02:00 |
ReverseGeocode.php
|
avoid local variable assignment
|
2021-07-11 23:22:53 +02:00 |
SearchContext.php
|
remove country restriction from tokenizer
|
2021-08-16 11:41:54 +02:00 |
SearchDescription.php
|
slightly increase radius to look for postcodes
|
2021-09-24 23:56:42 +02:00 |
SearchPosition.php
|
factor out query position
|
2021-07-15 14:12:59 +02:00 |
setup_functions.php
|
remove PHP code for transition functions
|
2021-04-16 17:28:51 +02:00 |
Shell.php
|
always use brackets on if statements
|
2021-07-10 17:04:46 +02:00 |
SimpleWordList.php
|
php: make word list a first-class object
|
2021-08-16 11:51:49 +02:00 |
SpecialSearchOperator.php
|
rename lib to lib-php
|
2021-02-09 11:52:07 +01:00 |
Status.php
|
correctly catch the exception when import date is missing
|
2021-05-06 16:27:42 +02:00 |
TokenCountry.php
|
remove country restriction from tokenizer
|
2021-08-16 11:41:54 +02:00 |
TokenHousenumber.php
|
further increase penalty on housenumbers without numbers
|
2021-09-02 18:11:49 +02:00 |
TokenList.php
|
move SearchDescription building into tokens
|
2021-07-17 20:24:33 +02:00 |
TokenPartial.php
|
factor out check if a token fits current search
|
2021-07-17 22:01:35 +02:00 |
TokenPostcode.php
|
factor out check if a token fits current search
|
2021-07-17 22:01:35 +02:00 |
TokenSpecialTerm.php
|
reduce penalty for special searches by name
|
2021-09-03 08:50:38 +02:00 |
TokenWord.php
|
merge marking rare name with adding name token
|
2021-07-18 16:52:37 +02:00 |