]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
ConversationTree is now a plugin (not oldschool setting)
authorMikael Nordfeldth <mmn@hethane.se>
Mon, 12 May 2014 09:41:51 +0000 (11:41 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Mon, 12 May 2014 09:51:11 +0000 (11:51 +0200)
commitcd3cff451f2ac12ebe1b98c6ab643a0e4e931599
treec34f0deab47cd173724a2f1d0e36c41185631921
parentd59b39275bda813bf37a3db02c12ac8e6333bfde
ConversationTree is now a plugin (not oldschool setting)

Conversation trees works pretty bad with the current layout, javascript
etc. So it's best if we separate it and work on it as a side-project. The
oldschool settings are currently being deprecated (or broken out like this).

I'll wait with removing User preferences for oldschool conversation tree,
since that might be reusable data. But I guess it will go in the near future.
actions/oldschoolsettings.php
classes/User.php
lib/conversationnoticestream.php
lib/conversationtree.php [deleted file]
plugins/ConversationTree/ConversationTreePlugin.php [new file with mode: 0644]
plugins/ConversationTree/lib/conversationtree.php [new file with mode: 0644]
plugins/ConversationTree/lib/conversationtreeitem.php [new file with mode: 0644]