servercheck.php will tell you what you're missing there.
I'll look at the other issues you mentioned.
We made some fixes to a.js this week, intended to fix poorly
documented old code, but they should have been more thoroughly QA'd.
We do understand it is important to change the 1.5 branch of the core
plugins less often as it is supposed to be stable. Going forward
changes ought to be bugfixes, refactorings of partials so we don't
have to override the whole thing, or additions of Symfony events so
things can be extended elsewhere. Darn little else.
--
Tom Boutell
P'unk Avenue
215 755 1330
punkave.com
window.punkave.com
Are you doing these tests in a fresh checkout of the 1.5 sandbox?
This error is not happening in my tests. aSetCursorPosition is added
to jQuery by line 1003 of aControls.js.
> ...and as I write this, one of my devs just showed me this: Fatal
> error: Class 'DOMDocument' not found in /var/www/vhosts/something/
> plugins/apostrophePlugin/lib/toolkit/aHtml.class.php on line 227
You're missing a standard PHP extension that has always been required
for Apostrophe, see servercheck.php
> An updated aHtml.class.php just came across the svn up wire today, so
> it looks like we can't create/edit content items anymore either.
I am able to add and edit rich text slots in a freshly updated
sandbox. If that is not the problem you are experiencing please be
specific.
servercheck.php is included in the sandbox. I suggest you do some
testing with a fresh checkout of the sandbox.
It would also help to make sure you're doing a symfony cc every time
you svn up our stuff, and that the svn paths to all plugins used in
our sandbox are the same in your project.
--