Activity for refbase - Web Reference Database

  • Patrick Patrick posted a comment on discussion Help

    Yes of course. I've set the variables. Mysql is working too. Now I'm using the svn repo as version 0.9.6 doesn't seam to support php7 and things get a little bit better with PHP. Now it is Mysql 8.6 that do not accept "IDENTIFIED BY" tokens in the GRANT command. I remove it fom the command but I've again a syntax error with the CREATE DATABASE... some lines after. If think I am going to use a CentOS7 VM insted of RHEL8 with older Mysql, older PHP to test refbase even if some tools like PHP5 are not...

  • Knut Knut posted a comment on discussion Help

    And by the way, I am using php 5.6.33 for the refbase php 7.2 f.e throws: stderr: PHP Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in

  • Knut Knut posted a comment on discussion Help

    As i know you can fill in the credentials and import the install.sql with console access

  • Knut Knut posted a comment on discussion Help

    What about Important note: Before executing this script, it is highly recommended to open the include file initialize/db.inc.php in a text editor and edit the values of the variables $databaseName, $username and $password to suit your setup! Then, proceed with this form: and did you try the credentials form the console?

  • Patrick Patrick posted a comment on discussion Help

    When using a browser, after setting the root password for the Mysql Administrator and launch install, I get an empty page in firefox (checked with acces to the raw content of the page after waiting several minutes). So I try to debug with the console to check errors or warnings. And this is what I report but may be it is a bad idea to launch install in a console. My goal was to check if something was going wrong whith install.php.

  • Knut Knut posted a comment on discussion Help

    you should launch install.php with the webbrowser. Than you can proceed with the installation process. your https://yourRefbasedomain.com/install.php and yourRefbasedomain.com schoul point to the directory where install.php is located. Does the "failed to open stream:" error occur at the console or with web browser?

  • Patrick Patrick posted a comment on discussion Help

    Hi Knut, thanks for replying. I worked a little bit on this problem this morning. There ar nothing interesting ins access and error files. I ran the install.php file with "php install.php" and get an error message of a missing ";" at the end of the url I had set (my fault). So now I reach the first page, giving the password for the database but again if I click on "install" I get an empty page in firefox. I've dropped the database created manualy from the script, but it did not help. Launching "php...

  • Knut Knut posted a comment on discussion Help

    What about the error.log? I do not know RHEL but it should be at /var/log/httpd/error_log

  • Patrick Patrick posted a comment on discussion Help

    Hi all, I'm a linux admin, new to refbase, and I try to setup a test VM. My OS is Alma Linux 8 (RHEL8). But loading install.php returns an empty page. Prerequisites are deployed from rpms. - Apache is working - php 7.2.24 is working (I can load a basic php page, just calling phpinfo(), remotely in a web browser) - mysql 8.0.26 is working. I've tried a manual setup but install.sql is not correct with mysql 8.0.26: I had to change all occurences of TYPE=MyISAM by ENGINE=MyISAM and the the script execute...

  • Stéphane Aulery Stéphane Aulery committed [r1477]

    Use HTML5

  • Stéphane Aulery Stéphane Aulery committed [r1476]

    Fix: HTML attribut

  • Stéphane Aulery Stéphane Aulery committed [r1475]

    HTML5: valign is deprecated and replace by CSS styles

  • Stéphane Aulery Stéphane Aulery committed [r1474]

    HTML5: border is deprecated and replace by CSS styles

  • Stéphane Aulery Stéphane Aulery committed [r1473]

    HTML5: hspace is deprecated and replace by CSS styles

  • Stéphane Aulery Stéphane Aulery committed [r1472]

    HTML5: hspace is deprecated and replace by CSS styles

  • Stéphane Aulery Stéphane Aulery committed [r1471]

    HTML summary attribut is deprecated

  • Stéphane Aulery Stéphane Aulery committed [r1470]

    Fix: the language code for Chinese zh, not cn

  • Stéphane Aulery Stéphane Aulery committed [r1469]

    Fix: syntax error in mediawiki-monobook CSS skin

  • Stéphane Aulery Stéphane Aulery committed [r1468]

    Update scriptaculous (1.9.0) and prototype (1.7.3) JS libraries

  • Stéphane Aulery Stéphane Aulery committed [r1467]

    With IE 8 and 9, use only edge engine rendering (more compliant with web standards)

  • Stéphane Aulery Stéphane Aulery committed [r1466]

    Add a viewport for a mobile-optimized display

  • Stéphane Aulery Stéphane Aulery committed [r1465]

    Add HTTP/HTTPS detection when the base URL is auto-generated

  • Stéphane Aulery Stéphane Aulery committed [r1464]

    Use absolute urls for CSS/JS

  • Stéphane Aulery Stéphane Aulery committed [r1463]

    The profile head tag is deprecated

  • Stéphane Aulery Stéphane Aulery committed [r1462]

    Add the favicon

  • Stéphane Aulery Stéphane Aulery committed [r1461]

    PHP 7.0: rename class constructors and call parent's constructors

  • Stéphane Aulery Stéphane Aulery committed [r1460]

    HTML5: fix a syntax error

  • Stéphane Aulery Stéphane Aulery committed [r1459]

    PHP 8.0/8.1: update requirements

  • Stéphane Aulery Stéphane Aulery committed [r1458]

    PHP 8.1: reset() is deprecated

  • Stéphane Aulery Stéphane Aulery committed [r1457]

    PHP 8.1: reset() is deprecated and foreach doesn't use the internal array pointer

  • Stéphane Aulery Stéphane Aulery committed [r1456]

    PHP 8.0/8.1: comment about SimplePie PHP support

  • Stéphane Aulery Stéphane Aulery committed [r1455]

    PHP 7.2/8.1: replace each() by foreach() and remove reset()

  • Stéphane Aulery Stéphane Aulery committed [r1454]

    PHP 7.2/8.1: replace each() by foreach() and remove reset()

  • Stéphane Aulery Stéphane Aulery committed [r1453]

    PHP 7.x: a variable initialized with a string cannot become dynamically an array

  • Stéphane Aulery Stéphane Aulery committed [r1452]

    Comment forgotten debug code in production context

  • Stéphane Aulery Stéphane Aulery committed [r1451]

    PHP 7.0: replace the deprecated PCRE 'e' modifiers

  • Stéphane Aulery Stéphane Aulery committed [r1450]

    PHP 7.0: replace the deprecated PCRE 'e' modifiers

  • Stéphane Aulery Stéphane Aulery committed [r1449]

    PHP 7.4: update requirements

  • Stéphane Aulery Stéphane Aulery committed [r1448]

    PHP 7.4: remove the support of 'magic_quotes_gpc' feature which is dead

  • Stéphane Aulery Stéphane Aulery committed [r1447]

    PHP 7.4: array_key_exists() accepts only arrays now

  • Stéphane Aulery Stéphane Aulery committed [r1446]

    PHP 7.4: fread() return FALSE on error

  • Stéphane Aulery Stéphane Aulery committed [r1445]

    PHP 7.0: update SimplePie library to 1.5.6

  • Stéphane Aulery Stéphane Aulery committed [r1444]

    PHP 7.3: update requirements

  • Stéphane Aulery Stéphane Aulery committed [r1443]

    Update HTTP error codes (until RFC 7725)

  • Stéphane Aulery Stéphane Aulery committed [r1442]

    PHP 7.2: update requirements

  • Stéphane Aulery Stéphane Aulery committed [r1441]

    PHP 7.2: replace each() by foreach()

  • Stéphane Aulery Stéphane Aulery committed [r1440]

    PHP 7.2: safe_mode have been definitely removed

  • Stéphane Aulery Stéphane Aulery committed [r1439]

    PHP 7.1: update requirements

  • Stéphane Aulery Stéphane Aulery committed [r1438]

    PHP 7.0: tidy code

  • Stéphane Aulery Stéphane Aulery committed [r1437]

    PHP 7.0: update requirements

  • Stéphane Aulery Stéphane Aulery committed [r1436]

    PHP 7.0: update SimplePie library to 1.5.6

  • Stéphane Aulery Stéphane Aulery committed [r1435]

    API docs of arXiv moved to HTTPS

  • Stéphane Aulery Stéphane Aulery committed [r1434]

    API docs of arXiv moved to HTTPS

  • Stéphane Aulery Stéphane Aulery committed [r1433]

    API docs of arXiv moved to HTTPS

  • Stéphane Aulery Stéphane Aulery posted a comment on discussion Open Discussion

    Hi, Could I have the right to manage tickets? Regards,

  • Stéphane Aulery Stéphane Aulery committed [r1432]

    PHP 7.0: replace the deprecated PCRE 'e' modifiers

  • Stéphane Aulery Stéphane Aulery modified a comment on discussion Open Discussion

    Minor notes: Any revision of trunk should run. If you are making commits without testing, please use the bleeding-edge branch & than merge changes over periodically. I test my changes but cannot guarantee 100%. I have bad memories with SVN branch mergers gone awry. I prefer to work in trunk and test a bit more then. includes/classes/ are all upstream libraries (though some are no longer maintained). It may be better to download latest versions and/or contribute patches upstream and/or migrate to...

  • Richard Karnesky Richard Karnesky modified a comment on discussion Open Discussion

    Minor notes: Any revision of trunk should run. If you are making commits without testing, please use the bleeding-edge branch & than merge changes over periodically. includes/classes/ are all upstream libraries (though some are no longer maintained). It may be better to download latest versions and/or contribute patches upstream and/or migrate to a better-maintained modern library, rather than patching them in our source tree.

  • Richard Karnesky Richard Karnesky modified a comment on discussion Open Discussion

    Minor notes: 1. Any revision of trunk should run. If you are making commits without testing, please use the bleeding-edge branch & than merge changes over periodically. 1. includes/classes/ are all upstream libraries (though some are no longer maintained). It may be better to download latest versions and/or contribute patches upstream and/or migrate to a better-maintained modern library, rather than patching them in our source tree.

  • Richard Karnesky Richard Karnesky posted a comment on discussion Open Discussion

    Minor notes: Any revision of trunk should run. If you are making commits without testing, please use the bleeding-edge branch & than merge changes over periodically. includes/classes/ are all upstream libraries (though some are no longer maintained). It may be better to download latest versions and/or contribute patches upstream and/or migrate to a better-maintained modern library, rather than patching them in our source tree.

  • Stéphane Aulery Stéphane Aulery committed [r1431]

    PHP 7.0: removes call to *magic_quotes* functions

  • Stéphane Aulery Stéphane Aulery committed [r1430]

    PHP 7.0: keep the behaviour of PHP 5 indirect access with PHP 7.0 syntax

  • Stéphane Aulery Stéphane Aulery committed [r1429]

    PHP 7.0: rename class constructors

  • Stéphane Aulery Stéphane Aulery committed [r1428]

    PHP 7.0: fix getMySQLFieldInfo()

  • Stéphane Aulery Stéphane Aulery committed [r1427]

    PHP 7.0: finish mysqli support of update script

  • Stéphane Aulery Stéphane Aulery committed [r1426]

    PHP 7.0: finish mysqli support of install script

  • Stéphane Aulery Stéphane Aulery committed [r1425]

    PHP 7.0: finish mysqli support for the sitemap

  • Stéphane Aulery Stéphane Aulery created ticket #9

    Support PHP 8.1

  • Stéphane Aulery Stéphane Aulery created ticket #8

    Support PHP 8.0

  • Stéphane Aulery Stéphane Aulery created ticket #7

    Support PHP 7.4

  • Stéphane Aulery Stéphane Aulery created ticket #6

    Support PHP 7.3

  • Stéphane Aulery Stéphane Aulery created ticket #5

    Support PHP 7.2

  • Stéphane Aulery Stéphane Aulery created ticket #4

    Support PHP 7.1

  • Stéphane Aulery Stéphane Aulery created ticket #3

    Support PHP 7.0

  • Stéphane Aulery Stéphane Aulery modified a comment on discussion Open Discussion

    Hi, Thanks a lot Rick. For the changelog and the documentation how do I update? Is there anything to know about writing the code, coding style? Who does the releases? How work the version numbers? Regards,

  • Stéphane Aulery Stéphane Aulery modified a comment on discussion Open Discussion

    Hi, Thanks a lot Rick. For the changelog and the documentation how do I update? Is there anything to know about writing the code, coding style? Who does the releases? Regards,

  • Stéphane Aulery Stéphane Aulery posted a comment on discussion Open Discussion

    Hi, Thanks a lot Rick. For the changelog and the documentation how do I update? Is there anything to know about writing the code, coding style? Regards,

  • Richard Karnesky Richard Karnesky posted a comment on discussion Open Discussion

    Works for me; I've added you as a developer. --Rick

  • Stéphane Aulery Stéphane Aulery posted a comment on discussion Open Discussion

    Hi, Glad you answer Richard. I also find refbase to be robust software. It's just a shame that you can't do a little maintenance to keep the boat afloat even though new features aren't added. If forking is possible, it is preferable to concentrate efforts on what already exists. That's why I would like to join the dev team. Good to know about the security. Others things have rotted: like third party JS, XHTML, partial support of UTF-8. For reference you can see my contributions to WIKINDX, otherwise...

  • Richard Karnesky Richard Karnesky posted a comment on discussion Open Discussion

    Hi, all. First off: thank you for the renewed interest in the project. It is great to see after so many years. refbase is nearly 20-years old! There have been several points raised in this thread. I'll try to tackle them, but feel free to raise any questions that you might have. Please do feel free to fork this. Others have (and the git repo in the linked thread is not the only example we've had). That is part of the value of free/open source software. Much of the development team have different...

  • Knut Knut posted a comment on discussion Open Discussion

    @ Stéphane Aulery: see private mail here

  • Stéphane Aulery Stéphane Aulery posted a comment on discussion Open Discussion

    Since there hasn't been a reaction in 1 year and your git hasn't caused a reaction, I think I can afford to fork. We have to choose a name for the fork. Before considering any features I would like to do this maintenance for PHP 7.x and 8.x support. So I might be more familiar with the code. Why did you stop programming? You could help me to build the website.

  • Knut Knut posted a comment on discussion Open Discussion

    I can try to help. But I stopped programming PHP. I think we must find a complete new Team. A rewite of the (well duumented) code could be nessesarray. Some features must be added. Especially to build the Citation Styles without PHP knowledge As the domain https://www.refbase.net/ is dead I think there is nobody working. I try to find the documentation in my backups.

  • Stéphane Aulery Stéphane Aulery posted a comment on discussion Open Discussion

    Can you help me if I fork? Do you know of other people who would like to get involved?

  • Knut Knut posted a comment on discussion Open Discussion

    Hi Stéphane, as I have nearly all mails from sourgeforge at my mail system, I think that Richard answered here the last time: https://sourceforge.net/p/refbase/discussion/218758/thread/dae69c244a/?limit=25#f51a I was in contact with Matthias and Richard since 2007. The last contact by mail to Matthias was November 2019, because the provider deleted the Documentation and I did a restore by Wayback. The last answer i can found from Mathias was https://sourceforge.net/p/refbase/discussion/218758/th...

  • Stéphane Aulery Stéphane Aulery posted a comment on discussion Open Discussion

    Hello Knut, I see these thread and understand better the situation and you offer. How long have the developers been unresponsive? Regards,

  • Stéphane Aulery Stéphane Aulery modified a comment on discussion Open Discussion

    I managed to do the minimum work to install RefBase with PHP 7.0 from trunk. So I can work on it.

  • Stéphane Aulery Stéphane Aulery posted a comment on discussion Open Discussion

    I managed to do the minimum work to install RefBase with PHP 7.0 form trunk. So I can work on it.

  • Stéphane Aulery Stéphane Aulery modified a comment on discussion Open Discussion

    I just offer to join the dev team and do this maintenance stuff inside the SVN trunk like any regular dev. I would be sad to fork or leave SF / SVN, which is a very good VCS for small teams. I'm not a git fan. Fossil is my second best choice. Since there has been no activity for 3 years and the last release is 7 years old, the developers may want to hand over. I can become the maintainer of RefBase but I would prefer to do this purely technical work first to give a future and discover the software...

  • Stéphane Aulery Stéphane Aulery modified a comment on discussion Open Discussion

    I just offer to join the dev team and do this maintenance stuff inside the SVN trunk like any regular dev. I would be sad to fork or leave SF / SVN, which is a very good VCS for small teams. I'm not a git fan. Fossil is my second best choice. Since there has been no activity for 3 years and the last delivery is 7 years old, the developers may want to hand over. I can become the maintainer of RefBase but I would prefer to do this purely technical work first to give a future and discover the software...

  • Stéphane Aulery Stéphane Aulery posted a comment on discussion Open Discussion

    I just offer to join the dev team and do this maintenance stuff inside the SVN trunk like any regular dev. I would be sad to fork or leave SF / SVN, which is a very good csv for small teams. I'm not a git fan. Fossil is my second best choice. Since there has been no activity for 3 years and the last delivery is 7 years old, the developers may want to hand over. I can become the maintainer of RefBase but I would prefer to do this purely technical work first to give a future and discover the software...

  • Knut Knut posted a comment on discussion Open Discussion

    That would be great - in my opinion the developement should work as an open source project. But there is a need for some developers to organize the project. @Richard, Michael, Mathias what about the idea?

  • Stéphane Aulery Stéphane Aulery posted a comment on discussion Open Discussion

    Hello, I would be interested to join the dev team and manage to upgrade the code base to support PHP 7 and PHP 8. I'm a full time dev that also do Open Source dev as a hobby. Regards,

  • Lady Amhäranta Lady Amhäranta posted a comment on discussion Help

    Thanks for yout reply. Yes, after I managed to make Bibutils work in the Windows local install, I understood that installation of Bibutils was a little bit more complicated than it seems, but when the technical support of my hosting service said that it should work, I had no option other than believing them because I have no idea of servers or scripts or services. Thank you again for offering your server, but we are quite limited in our freedom of choice. This should be an almost official database...

  • Lady Amhäranta Lady Amhäranta posted a comment on discussion Help

    That did the thing! In my case, it was line 416. Now the most recently added publications do not appear, just the "Show all" link, but the loading time problem is solved. And that is much more important, in my opinion. If there is still a solution with which the most recently added publications appear, I would love to try it, but this is more than enough for my current purpose of getting rid of this work of setting up Refbase, which is not mine. Thanks once more!

  • Knut Knut modified a comment on discussion Help

    "... and I am not able to make Bibutils work" The bibutils must be installed as a service. You need root access to the whole server or shell access in your shared webserver (very seldom installed). If this is allowed , you can install untested executables and therefor it is normally forbidden. As i told you I can offer you a working refbase, with shared hosting service with Phymyadmin access, and if you want shell access to your webspace. Its working in between 10 minutes for you.... This one is...

  • Knut Knut modified a comment on discussion Help

    "... and I am not able to make Bibutils work" The bibutils must be installed as a service. You need root access to the whole server or shell access in your shared webserver (very seldom installed). If this is allowed , you can install untested executables and therefor it is normally forbidden. As i told you I can offer you a working refbase, with shared hosting service with Phymyadmin access, and if you want shell access to your webspace. Its working in between 10 minutes for you.... This one is...

  • Knut Knut modified a comment on discussion Help

    "... and I am not able to make Bibutils work" The bibutils must be installed as a service. You need root access to the whole server or shell access in your shared webserver (very seldom installed). If this is allowed , you can install untested executables and therefor it is normally forbidden. As i told you I can offer you a working refbase, with shared hosting service with Phymyadmin access, and if you want shell access to your webspace. Its working in between 10 minutes for you.... This one is...

  • Knut Knut modified a comment on discussion Help

    "... and I am not able to make Bibutils work" The bibutils must be installed as a service. You need root access to the whole server or shell access in your shared webserver (very seldom installed). If this is allowed , you can install untested executables and therefor it is normally forbidden. As i told you I can offer you a working refbase, with shared hosting service with Phymyadmin access, and if you want shell access to your webspace. This one is working at my server with php5.X (also php 7.0,...

1 >