]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Core and Default plugins separated, now loads on install
authorMikael Nordfeldth <mmn@hethane.se>
Sat, 19 Oct 2013 12:35:04 +0000 (14:35 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Sat, 19 Oct 2013 12:38:15 +0000 (14:38 +0200)
commit2a5ba1f74bb428fc74f181f806aa786b04b48d0a
tree9bc3dfbedb9af8dadb279d0c383a2fb3026edc5f
parent2f708663679eb549568f9ad3722885297a587020
Core and Default plugins separated, now loads on install

_flow_ reported on IRC that install.php had stopped working. This was
because default plugins had been put into two separate lists, and the
list with AuthCrypt was never loaded when performing an installation.

Core plugins cannot be disabled.

I also removed the Memcache autodetection thing since it should be
solved in a more elegant manner.
classes/User.php
lib/default.php
lib/installer.php
lib/siteprofile.php
lib/statusnet.php