Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix missing @expectedException convertion | ArthurHoaro | 2020-09-29 | 1 | -3/+3 |
| | |||||
* | Compatibility with PHPUnit 9 | ArthurHoaro | 2020-09-29 | 1 | -1/+1 |
| | |||||
* | Convert legacy PHPUnit @expected* to new ->expect* | ArthurHoaro | 2020-09-27 | 1 | -3/+6 |
| | | | | Converted automatically using https://github.com/ArthurHoaro/convert-legacy-phpunit-expect | ||||
* | Comply with PHPUnit V8: setup/teardown functions must return void | ArthurHoaro | 2020-09-26 | 1 | -2/+2 |
| | |||||
* | Run Unit Tests against PHP 7.4 | ArthurHoaro | 2020-01-17 | 1 | -5/+5 |
| | | | | | | | | Bump PHPUnit version and fix unit test - Globals are handled differently and are persistent through tests - Tests without assertions are marked as risky: some of them are just meant to check that no error is raised. | ||||
* | namespacing: \Shaarli\ApplicationUtils | VirtualTam | 2019-01-12 | 1 | -23/+4 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | lint: apply phpcbf to tests/ | VirtualTam | 2018-12-02 | 1 | -3/+3 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Fix version check branch for UT | ArthurHoaro | 2017-03-22 | 1 | -1/+1 |
| | |||||
* | Set Shaarli's version only in shaarli_version.php file | ArthurHoaro | 2017-03-21 | 1 | -7/+29 |
| | |||||
* | Use 'dev' version on the master branch | ArthurHoaro | 2017-03-12 | 1 | -0/+11 |
| | | | | Allowed check branches are now `latest` and `stable`. | ||||
* | application: introduce the Shaarli\Config namespace | VirtualTam | 2017-03-04 | 1 | -1/+2 |
| | | | | | | | | | | | Namespaces have been introduced with the REST API, and should be generalized to the whole codebase to manage object scope and benefit from autoloading. See: - https://secure.php.net/manual/en/language.namespaces.php - http://www.php-fig.org/psr/psr-4/ Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Updater: keep custom theme preference with the new theme setting | ArthurHoaro | 2017-01-05 | 1 | -44/+0 |
| | |||||
* | Minor improvements regarding #705 (coding style, unit tests, etc.) | ArthurHoaro | 2017-01-05 | 1 | -0/+44 |
| | |||||
* | Change templates set through administration UI | Knah Tsaeb | 2017-01-05 | 1 | -0/+3 |
| | |||||
* | Hide expected 'error_log' while running TU (clean PHPUnit log) | ArthurHoaro | 2016-07-23 | 1 | -0/+3 |
| | |||||
* | Rename configuration key for better sections | ArthurHoaro | 2016-06-11 | 1 | -20/+20 |
| | |||||
* | ConfigManager no longer uses singleton pattern | ArthurHoaro | 2016-06-11 | 1 | -4/+4 |
| | |||||
* | Rename configuration keys and fix GLOBALS in templates | ArthurHoaro | 2016-06-11 | 1 | -20/+20 |
| | |||||
* | Replace $GLOBALS configuration with the configuration manager in the whole ↵ | ArthurHoaro | 2016-06-11 | 1 | -27/+27 |
| | | | | code base | ||||
* | application: default to the "stable" branch for update checks | VirtualTam | 2015-11-27 | 1 | -2/+12 |
| | | | | | | | Relates to #372 Relates to #390 Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | application: refactor version checks, move to ApplicationUtils | VirtualTam | 2015-11-26 | 1 | -0/+218 |
| | | | | | | | | | | | | | | | Relates to #372 Modifications: - move checkUpdate() to ApplicationUtils - reduce file I/O operations during version checks - apply coding conventions - add test coverage Tools: - create a sandbox directory for tests Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | application: move checkPHPVersion from Utils to ApplicationUtils | VirtualTam | 2015-11-24 | 1 | -0/+31 |
| | | | | | | Relates to #372 Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | install: check file/directory permissions for Shaarli resources | VirtualTam | 2015-11-24 | 1 | -0/+69 |
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> |