From: Daniel K. G. <dk...@fi...> - 2005-05-11 06:28:36
|
howdy folks-- as a result of the work that jamie and mark and i have been doing, the HEAD of CVS is now in a broken state. We're making some pretty invasive changes to the DB structure, so please don't grab from the HEAD of CVS and expect it to work smoothly right now. if you want a stable version, pull from LightningBug_1_x-branch at the moment, the only things which work really at all are: logging in and out as a vetter, adding people to the banlist, modifying user profiles, creating/tweaking boards, listing users, and vetter invitations. everything to do with listings is in a sort of interim state, waiting on more work as we iron out the interactions between the new LB_Submission object and the LB_Listing object, from which it sprang. At the moment, it looks like we've managed to chop LB_Listing roughly in half with this move, pushing a significant chunk of that monstrous file into class.lb.submission.php. this is a good thing, assuming we can coax functional behavior out of it. Also, there are currently no scripts in place to migrate a 1.x install to a 2.0-pre install, so do *not* try this on a site with data you expect to keep. We'll be working on the migration scripts once the main functionality has settled down a bit. peace, --dkg |