"BV" == Brion Vibber brion@pobox.com writes:
Me> OK, so, I took my first crack at working on MediaWiki with an Me> attempt to check for cookies when logging in (bug #770011).
BV> Great! I'm in the middle of the SoCal Linux Expo and will look BV> this stuff over when I get a chance... If some of the other BV> developers could look after this that'd be great.
Coolio! The patches I submitted are all independent -- none depends on another, that I can see, nor should they conflict -- and made against the HEAD for phase3. Some use global variables, so I'm going to wait till they're applied (or rejected B-) before trying to jigger with the $REQUEST hoohaw.
I'm going to try and cut my teeth on the transactions stuff. I figure I'll just try to find calls to wfQuery() with INSERT, UPDATE, DELETE in them, and wrap something like wfBegin()/wfCommit() around them, with wfRollback() for error conditions.
I'll probably miss 20% of them, and screw everything up. Should be a fun time.
~ESP