reger
|
226f81cfcf
|
declare poison pill url MultiProtocolURL() as protected to make sure not
used from outside.
After double checking use of poison url revert path init from commit
f8632ad292
|
9 years ago |
reger
|
f8632ad292
|
prevent string index out of bounds MultiProtocolURL.getPaths
as path maybe a empty string
+ init path to "" also in init for poison url (to guarantee success for
all existing uses of path w/o check for null)
|
9 years ago |
reger
|
35a7d57260
|
update lucenematchversion to current (5.2.0 -> 5.5.0)
there should be no need for reindex by the update
|
9 years ago |
Marc Nause
|
1f7013a1e3
|
removed unused properties in default config (CGI capabilities of YaCy's
HTTPd have been removed many moons ago)
|
9 years ago |
reger
|
9b07bbf955
|
deprecate newurl(), not used and already replaced
instead of making it handle all supported the protocols
|
9 years ago |
luccioman
|
47d486298f
|
Merged changes from master.
|
9 years ago |
luccioman
|
0c327d0a93
|
Moved variables configuration at the right place.
If running "heroku config:set" before git initialization, --app appname
option has to be explicitely passed.
|
9 years ago |
luccioman
|
25cb470e21
|
Added a message tracing yacy.init eventual customization
|
9 years ago |
reger
|
774b3906a9
|
fix GenericFormatter.parse ("time","timeoffset")
change: UTC offset internally expected in minutes
|
9 years ago |
reger
|
27163af0e1
|
improve detection of referenced links by taking http and https link protocol
into account
+ correct query start detection of commit f89d4eb51d
|
9 years ago |
reger
|
aed44e31ca
|
fix fr.lng typo in submenuRanking.template
|
9 years ago |
reger
|
f89d4eb51d
|
fix MultiProtocolURL init (assign of host) for urls with '/' in query part
+ add to test case
|
9 years ago |
reger
|
163d0cc3cf
|
correct renamed ConfigAdvanced_p.html -> ConfigProperties_p.html in fr and sk.lng
|
9 years ago |
Burkhard
|
929147b16f
|
Merge pull request #62 from luccioman/french_translation
Updated french translation for some pages
|
9 years ago |
reger
|
87fcfc6d78
|
Adjusted hash computation and toNormalform for file:// protocol to deliver
same hash same file on Windows filesystem path with forward- and backslash in path.
Background see http://mantis.tokeek.de/view.php?id=671
+Test case
|
9 years ago |
luccioman
|
31941f1a5e
|
Updated french translation for some pages
Used Translator_p.html editor and updated french translation for the 8
first files displayed in the combobox.
|
9 years ago |
reger
|
f0f38a4a94
|
put Autocrawl_p.html to master.lng.xlf
|
9 years ago |
luccioman
|
fda2676980
|
Reverted initial log level modified for debugging on Heroku
|
9 years ago |
luccioman
|
7dd23aa7d4
|
Set 'Deploy to Docker Cloud' url repo parameter to main yacy repo.
|
9 years ago |
luccioman
|
b1345d92d2
|
Fixed relative Markdown links
|
9 years ago |
luccioman
|
e3d90fd1ca
|
Removed unnecessary variables for local heroku run
|
9 years ago |
luccioman
|
3db732aded
|
Added Heroku markdown documentation.
|
9 years ago |
luccioman
|
4beded760f
|
Updated ConfigBasic.html translation.
|
9 years ago |
luccioman
|
15853a5402
|
Added important log limit options to upgrade procedure example.
|
9 years ago |
luccioman
|
d6bf90803f
|
Merged from maain master branch.
|
9 years ago |
luccioman
|
9b9c112263
|
Handle more propertly local port configuration by system property
And prefixed property with "net.yacy" to avoid ambiguity.
|
9 years ago |
reger
|
41d845285d
|
add missing text for ConfigBasic.html to master.lng.xlf
|
9 years ago |
reger
|
a952787712
|
adjust opensearchdescription to return url with protocol it was call on
fix http://mantis.tokeek.de/view.php?id=669
|
9 years ago |
reger
|
360b38d9b6
|
fix CookieTest_p parameter from ResponseHeader to RequestHeader
|
9 years ago |
reger
|
3811184abd
|
fix GSA servlet clientIP retrival
|
9 years ago |
reger
|
7ab41d4ff1
|
use directories original lastmodified date in file- & smbloader in response
|
9 years ago |
luccioman
|
87858536e4
|
Set deploy buttons in one place
|
9 years ago |
luccioman
|
a11a64bbde
|
Added a more detailed description for MAVEN_CUSTOM_OPTS
|
9 years ago |
luccioman
|
e5369ee69a
|
Added a one-click deploy button for Heroku
Transformed main YaCy readme from mediawiki to Markdown format for
better support on GitHub and easier deploy buttons integration.
|
9 years ago |
luccioman
|
fa11475d02
|
Handle more properly missing .git directory
Made use of maven profiles.
|
9 years ago |
luccioman
|
76cf7dea2d
|
Fixed inconsistent port check on ConfigBasic
|
9 years ago |
reger
|
708bcbb042
|
one more replacement to use cached hosthash vs. calculated
|
9 years ago |
luccioman
|
efd62b0a07
|
Possibility to override some yacy.init properties at maven build
It is convenient with Heroky to be able to configure staticIP, http port
and admin initial password at maven build.
|
9 years ago |
luccioman
|
a5b0601184
|
Local port is set by Heroku, but public port is 80.
|
9 years ago |
reger
|
7b226afc33
|
fix HostQueueTest - changed open parameter
|
9 years ago |
luccioman
|
46284c2590
|
Revert : Not possible to start on port 80
|
9 years ago |
luccioman
|
ab45ce0f53
|
Try running on port 80 to be in senior mode on Heroku
|
9 years ago |
luccioman
|
fe0090f734
|
Now try to run again on Heroku in p2p mode
|
9 years ago |
luccioman
|
b57a06d88e
|
Let Heroku decide which http port to use
|
9 years ago |
luccioman
|
66fea8add1
|
Reverted maven version specification
This was not the cause of build failure.
|
9 years ago |
luccioman
|
0c7f6b8b4e
|
Set log level to FINE to have more details
|
9 years ago |
luccioman
|
c63dca1708
|
Experiment on Heroku starting in Intranet mode as default
|
9 years ago |
luccioman
|
2278519197
|
Added PORT env variable for heroku
|
9 years ago |
luccioman
|
48c2b31833
|
Merge branch 'heroku' of
https://github.com/luccioman/yacy_search_server.git into heroku
Conflicts:
libbuild/GitRevMavenTask/src/GitRevMavenTask.java
|
9 years ago |
luccioman
|
343638d98e
|
Prevent build failing when .git is missing
|
9 years ago |