]> source.dussan.org Git - nextcloud-server.git/commit
allow css/js asset directory to be relocated (#13053)
authorAdam Williamson <awilliam@redhat.com>
Tue, 30 Dec 2014 20:03:07 +0000 (12:03 -0800)
committerAdam Williamson <awilliam@redhat.com>
Mon, 5 Jan 2015 23:24:23 +0000 (15:24 -0800)
commitbb79aac78a4c94c963c1995c5306be2acac64263
tree80e6ceda42dba2a0cb326879b61d81d9d7815e99
parentc0ad6e818b118a22c5312e6ded97ebb0eeee5cda
allow css/js asset directory to be relocated (#13053)

This allows the directory where CSS/JS asset collections are
written to be changed, in case SERVERROOT is not writeable. Note
it does *not* allow the expected URL to be changed: whatever
directory is used, the server must be configured to serve it
at WEBROOT/assets. It may be possible to add another config
parameter to allow the admin to specify a custom asset URL,
but I thought I'd keep the first implementation simple.
config/config.sample.php
lib/private/template.php
lib/private/templatelayout.php
lib/repair/assetcache.php