Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Archive /

Our old forums are still available as a read-only archive.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo

branches/2.0 merged into branches/gsoc


Go to End


13 Posts   3433 Views

Avatar
Sam

Administrator, 690 Posts

10 July 2007 at 8:50am

"Why not just make a file _manifest_exclude which can also be a zero-byte file. There is no need for a specific file format since the file itself doesn't contains any information."

I think we're in agreement. Markus, can you please add support for _manifest_exclude files and revert my XML.php filename change when it's convenient.

Avatar
Markus

Google Summer of Code Hacker, 152 Posts

10 July 2007 at 8:59pm

Perfect, I created a ticket for that...

Avatar
Markus

Google Summer of Code Hacker, 152 Posts

11 July 2007 at 10:07pm

Edited: 11/07/2007 10:28pm

... and implemented it :-)

The change of the manifest builder is in r38451 (added also some docBlocks, so please review the changes).

Sam's changes to the OpenID library are reverted in r38452, so it is now again in it's original version and it's easy to update it.

Avatar
Markus

Google Summer of Code Hacker, 152 Posts

12 July 2007 at 2:54am

@Sam:

There was a serious bug in Object::addStaticVars() which I fixed in r38453.

If DataObject::add_extension() was used more than once per class, previously the extensions were overwritten and so only the last one was usable.

Avatar
Sam

Administrator, 690 Posts

14 July 2007 at 4:00pm

Thanks for that, Markus!

Go to Top