Lack of interest Subversio Install and a plugin system of such capabilities that we never modify the source.

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

buro9

Active member
I would love to see a Subversion based install similar to what Wordpress uses.

This would involve several things, and it may be that you protect Subversion using the email and password of the member to ensure that no updates can be done by non-members.

Even if you are using Git internally you could use git2svn to push the releases to trunk, and use an unstable branch for betas.

Further, for this to be really usable it should be possible to perform *all* customisations, including custom code, without ever having to modify the source code of the shipped files.

Themes and other things will really have to be thought about, shipped JavaScript and CSS should belong to the themes so that they can be changed with a major customisation of the theme without requiring a source file modification.

This really opens up the door to multi-domain installs driven from a single install too, as a HTTP header could be used to instruct which config file to use.

It also helps with security as a lower privileged user on a cron could perform the updates, which means that the web user would never need to be able to write the files (just read them).

Basically, I want my updates between versions to be nothing more than: svn up
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Top Bottom