Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LinkDB: move to a proper file, add test coverage | VirtualTam | 2015-06-11 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Relates to #71 LinkDB - move to application/LinkDB.php - code cleanup - indentation - whitespaces - formatting - comment cleanup - add missing documentation - unify formatting Test coverage for LinkDB - constructor - public / private access - link-related methods Shaarli utilities (LinkDB dependencies) - move startsWith() and endsWith() functions to application/Utils.php - add test coverage Dev utilities - Composer: add PHPUnit to dev dependencies - Makefile: - update lint targets - add test targets - generate coverage reports Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | Code quality: Makefile to run static code checkers | VirtualTam | 2015-03-05 | 1 | -1/+8 |
| | | | | | | | | | | | | | | | | Relates to #71 Relates to #95 Additions: - Makefile for easy usage, - Composer file to declare dev & test dependencies. Features: - PHP Copy/Paste Detect: detect duplicate code; - PHP Code Sniffer: static analysis, syntax checking, - PHP Mess Detector: static analysis, syntax checking. Signed-off-by: VirtualTam <virtualtam@flibidi.org> | ||||
* | gitignore: ignore raintpl generated php pages | nodiscc | 2014-09-10 | 1 | -1/+4 |
| | |||||
* | Ingore Eclipse project files | Mathieu Chabanon | 2013-03-10 | 1 | -4/+9 |
| | |||||
* | Added .gitignore | Sébastien SAUVAGE | 2013-02-26 | 1 | -0/+5 |