[Refdb-users] php web addnote functional
Status: Beta
Brought to you by:
mhoenicka
|
From: Matt P. <mat...@ut...> - 2004-02-13 12:37:39
|
Hey folks, I have finally (after demonstrating to myself many times over that I'm a terrible programmer) gotten a barely adequate version of a web 'add note' page working. You can find it here: http://www.derailleur.org/webref/index.php?format=risx&field=CK&searchText=Garthwaite2002 a couple of serious problems: -searching by author is entirely broken. THis seems to be an issue with my refdb installation, as it doesn't work from refbc either. - searches don't work on regex's -- that is, they only work when the precise, full field value is entered. Again this seems to be a problem with my installation of refdb: refdbc: getref :CK:=Martin2001 gets a reference, whereas refdbc: getref :CK:=Martin does not. - the 'comment.php' page has no prodection against double-loading, so it's easy to screw up and addyour comment twice just by hitting the reload button. - this last leads me to another issue with my refdb installation: I can't delete notes. e.g.: refdbc: deletenote :NID:>0 0 datasets deleted, 0 skipped ... and also I periodically lose the capacity to add notes, and have to rebuild my db to get it back So there appears to be something seriously wrong with my refdb install, which I will look into. But for the meantime, the addnotes is working ok, please give ocmmetns.! matt |