MyShaarli/application
VirtualTam 2e28269bae install: check file/directory permissions for Shaarli resources
Relates to #40
Relates to #372

Additions:
 - FileUtils: IOException
 - ApplicationUtils:
   - check if Shaarli resources are accessible with sufficient permissions
   - basic test coverage
 - index.php:
   - check access permissions and redirect to an error page if needed:
     - before running the first installation

Modifications:
 - LinkDB:
   - factorize datastore write code
   - check if the datastore
     (exists AND is writeable) OR (doesn't exist AND its parent dir is writable)
   - raise an IOException if needed

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
2015-11-24 01:12:35 +01:00
..
.htaccess LinkDB: move to a proper file, add test coverage 2015-06-11 00:45:45 +02:00
ApplicationUtils.php install: check file/directory permissions for Shaarli resources 2015-11-24 01:12:35 +01:00
Cache.php Cache: simplify cached content cleanup, improve tests 2015-08-13 23:51:31 +02:00
CachedPage.php CachedPage: move to a proper file, add tests 2015-08-13 23:48:06 +02:00
Config.php Plugin system - CORE 2015-11-07 15:27:17 +01:00
FileUtils.php install: check file/directory permissions for Shaarli resources 2015-11-24 01:12:35 +01:00
HttpUtils.php HTTP: move server URL functions to HttpUtils.php 2015-09-14 20:27:16 +02:00
LinkDB.php install: check file/directory permissions for Shaarli resources 2015-11-24 01:12:35 +01:00
PluginManager.php Template upgrade to handle plugin zones 2015-11-07 15:27:22 +01:00
Router.php Fixes #176 - Add opensearch functionality 2015-11-17 20:19:44 +01:00
TimeZone.php Installation: default to the server's timezone 2015-08-04 23:54:03 +02:00
Url.php cleanup: remove the executable bit from source scripts 2015-11-11 19:19:24 +01:00
Utils.php cleanup: remove the executable bit from source scripts 2015-11-11 19:19:24 +01:00