Hi all,
LXR is very useful, but the site is down for a long time.
Is this going to be fixed or it will be gone forever?
Regards,
--
Yasuo Ohgaki
yohgaki@ohgaki.net
Hi all,
LXR is very useful, but the site is down for a long time.
Is this going to be fixed or it will be gone forever?
See https://bugs.php.net/bug.php?id=72396. It appears Dan could need
some help there. :-)
--
Christoph M. Becker
On Sat, Oct 15, 2016 at 12:36 PM, Christoph M. Becker cmbecker69@gmx.de
wrote:
Hi all,
LXR is very useful, but the site is down for a long time.
Is this going to be fixed or it will be gone forever?
See https://bugs.php.net/bug.php?id=72396. It appears Dan could need
some help there. :-)--
Christoph M. Becker--
hi,
I've got access to the new box and promised to set up opengrok but did not
had the time to do it yet.
--
Ferenc Kovács
@Tyr43l - http://tyrael.hu
Morning Ferenc,
I would love lxr back, Adam has a setup in the mean time, but I'm sure
he would not like everyone using it.
More words of encouragement here ...
Cheers
Joe
On Sat, Oct 15, 2016 at 12:36 PM, Christoph M. Becker cmbecker69@gmx.de
wrote:Hi all,
LXR is very useful, but the site is down for a long time.
Is this going to be fixed or it will be gone forever?
See https://bugs.php.net/bug.php?id=72396. It appears Dan could need
some help there. :-)--
Christoph M. Becker--
hi,
I've got access to the new box and promised to set up opengrok but did not
had the time to do it yet.--
Ferenc Kovács
@Tyr43l - http://tyrael.hu
- okt. 17. 13:49 ezt írta ("Joe Watkins" pthreads@pthreads.org):
Morning Ferenc,
I would love lxr back, Adam has a setup in the mean time, but I'm
sure he would not like everyone using it.
More words of encouragement here ...
Cheers
JoeOn Sat, Oct 15, 2016 at 12:36 PM, Christoph M. Becker cmbecker69@gmx.de
wrote:Hi all,
LXR is very useful, but the site is down for a long time.
Is this going to be fixed or it will be gone forever?
See https://bugs.php.net/bug.php?id=72396. It appears Dan could need
some help there. :-)--
Christoph M. Becker--
hi,
I've got access to the new box and promised to set up opengrok but did
not
had the time to do it yet.--
Ferenc Kovács
@Tyr43l - http://tyrael.hu
hi,
the initial setup is done, let me know what did I miss.
hi,
the initial setup is done, let me know what did I miss.
Thank you!
--
Yasuo Ohgaki
yohgaki@ohgaki.net
Morning Ferenc,
Thanks for taking the time to do that, mucho appreciated(o).
PECL extensions are missing.
We used to have hhvm, and other implementations too ... at least hhvm is
nice for reference, not bothered about the others.
I think that's all ...
Cheers
Joe
- okt. 17. 13:49 ezt írta ("Joe Watkins" pthreads@pthreads.org):
Morning Ferenc,
I would love lxr back, Adam has a setup in the mean time, but I'm
sure he would not like everyone using it.
More words of encouragement here ...
Cheers
JoeOn Sat, Oct 15, 2016 at 12:36 PM, Christoph M. Becker <
cmbecker69@gmx.de>
wrote:Hi all,
LXR is very useful, but the site is down for a long time.
Is this going to be fixed or it will be gone forever?
See https://bugs.php.net/bug.php?id=72396. It appears Dan could
need
some help there. :-)--
Christoph M. Becker--
hi,
I've got access to the new box and promised to set up opengrok but did
not
had the time to do it yet.--
Ferenc Kovács
@Tyr43l - http://tyrael.huhi,
the initial setup is done, let me know what did I miss.
the initial setup is done, let me know what did I miss.
Thanks, Ferenc. It seems that the navigation to symbols in another file
is broken. Consider, for instance,
http://lxr.php.net/xref/PHP-MASTER/ext/gd/gd.c#1269. Clicking on
php_info_print_table_row gives
| Error: File not found!
|
| The requested resource is not available
That also happens for all other identifiers located in other files that
I tried. Don't know what's wrong there.
--
Christoph M. Becker
the initial setup is done, let me know what did I miss.
Thanks, Ferenc. It seems that the navigation to symbols in another file
is broken. Consider, for instance,
http://lxr.php.net/xref/PHP-MASTER/ext/gd/gd.c#1269. Clicking on
php_info_print_table_row gives| Error: File not found!
|
| The requested resource is not availableThat also happens for all other identifiers located in other files that
I tried. Don't know what's wrong there.
Looks like it's generating slightly the wrong link for some reason: it
goes to
http://lxr.php.net/source/s?defs=php_info_print_table_row&project=PHP-MASTER
but the "/source" segment shouldn't be there. It works if you remove it:
http://lxr.php.net/s?defs=php_info_print_table_row&project=PHP-MASTER
My guess would be something to do with rewrite rules, and the "source"
directory exists on disk but isn't supposed to be part of the URL.
Regards,
--
Rowan Collins
[IMSoP]
On Tue, Oct 18, 2016 at 9:14 PM, Rowan Collins rowan.collins@gmail.com
wrote:
the initial setup is done, let me know what did I miss.
Thanks, Ferenc. It seems that the navigation to symbols in another file
is broken. Consider, for instance,
http://lxr.php.net/xref/PHP-MASTER/ext/gd/gd.c#1269. Clicking on
php_info_print_table_row gives| Error: File not found!
|
| The requested resource is not availableThat also happens for all other identifiers located in other files that
I tried. Don't know what's wrong there.Looks like it's generating slightly the wrong link for some reason: it
goes to http://lxr.php.net/source/s?defs=php_info_print_table_row&pr
oject=PHP-MASTER but the "/source" segment shouldn't be there. It works
if you remove it: http://lxr.php.net/s?defs=php_
info_print_table_row&project=PHP-MASTERMy guess would be something to do with rewrite rules, and the "source"
directory exists on disk but isn't supposed to be part of the URL.
hi, yeah, on Tomcat the opengrok app is called source, I've the changed the
settings so now that it works both with and without /source in the url.
--
Ferenc Kovács
@Tyr43l - http://tyrael.hu
On Tue, Oct 18, 2016 at 9:14 PM, Rowan Collins rowan.collins@gmail.com
wrote:Looks like it's generating slightly the wrong link for some reason: it
goes to http://lxr.php.net/source/s?defs=php_info_print_table_row&pr
oject=PHP-MASTER but the "/source" segment shouldn't be there. It works
if you remove it: http://lxr.php.net/s?defs=php_
info_print_table_row&project=PHP-MASTERMy guess would be something to do with rewrite rules, and the "source"
directory exists on disk but isn't supposed to be part of the URL.hi, yeah, on Tomcat the opengrok app is called source, I've the changed the
settings so now that it works both with and without /source in the url.
Works fine now. Thank you very much!
--
Christoph M. Becker