From mcmlxxix@VERT to CVS commit on Fri May 10 08:15:58 2013
exec/load json-client.js 1.22 1.23 json-db.js 1.35 1.36
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv16176
Modified Files:
json-client.js json-db.js
Log Message:
added splice() method to json-client (currently only accepts one "data" argument, unlike the standard JS Array.splice() method).
TODO: unlocking a write-locked record does not imply that data was written, yet updates are being sent anyway. not a big deal, but probably should be fixed.
---
þ Synchronet þ Vertrau
From mcmlxxix@VERT to CVS commit on Fri May 10 11:56:32 2013
exec/load json-client.js 1.23 1.24 json-db.js 1.36 1.37
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv28823
Modified Files:
json-client.js json-db.js
Log Message:
use JSONdb.remove() method instead of writing undefined when deleting a record (removes records completely instead of leaving an empty property behind)
From mcmlxxix@VERT to CVS commit on Fri May 10 12:21:19 2013
exec/load json-client.js 1.24 1.25 json-db.js 1.37 1.38
Update of /cvsroot/sbbs/exec/load
In directory cvs:/tmp/cvs-serv30271
Modified Files:
json-client.js json-db.js
Log Message:
fixed client splice() method, removed broken db shadow object stuff (may result in fragments of shadow objects being left behind in the case of a splice)