Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix broken link to people.opml | rdalverny | 2022-01-22 | 1 | -0/+20 |
| | |||||
* | Move public resources under public/ directory | rdalverny | 2022-01-22 | 1 | -3/+44 |
| | | | | | | | | | | | | | | Existing setups need to update their server config to point (or link to) public/ directory instead of the root of the code repo. Configuration (and password) location also changes from custom/ and admin/inc to custom/config/. That way, config and code library move out of the publicly served file tree. Apart from the change of the web root, config should be migrated seamlessly. | ||||
* | Add test coverage, add tests, refactor OPML code | Romain d'Alverny | 2022-01-16 | 8 | -15/+172 |
| | |||||
* | Fix tests, adjust composer | Romain d'Alverny | 2022-01-15 | 1 | -1/+4 |
| | |||||
* | Refactor main controller and templates | Romain d'Alverny | 2022-01-15 | 1 | -1/+1 |
| | | | | | | | | | | | | Templates for the public part: - archive/default views are merged into a single set - becomes HTML5 Controller code is reorganized for clarity. Compiled template caching is also fixed and activated when config cache value is > 0. Caching is also given new default larger values. | ||||
* | Sanitize some HTML tags while in fast parsing mode | Romain d'Alverny | 2022-01-12 | 2 | -0/+121 |
| | | | | | | | | It's almost the same config as `set_stupidly_fast(true)` only we don't want to touch at `add_attributes` (because it's valuable safety) and we do want to strip specific tags (among which <script>, see moonmoon/moonmoon#111). | ||||
* | Install code QA helpers, enforce PSR2 | Romain d'Alverny | 2022-01-11 | 4 | -12/+14 |
| | | | | Installs phpcs, phpmd, parallel-lint, phpstan. | ||||
* | Remove unneeded polyfills | Romain d'Alverny | 2022-01-11 | 1 | -8/+1 |
| | |||||
* | Require PHP 7.2 | Romain d'Alverny | 2022-01-10 | 3 | -7/+7 |
| | | | | moonmoon now supports PHP 7.2 to 8.1. | ||||
* | Add hash_equals polyfill and related tests | nashe | 2017-12-18 | 1 | -0/+15 |
| | |||||
* | Add GuzzleHarness and use it | nashe | 2017-10-17 | 2 | -29/+26 |
| | |||||
* | Add tests for the installer | nashe | 2017-07-16 | 1 | -0/+84 |
| | |||||
* | Test PlanetError | nashe | 2017-07-07 | 1 | -0/+12 |
| | | | | ?! | ||||
* | Test PlanetConfig | nashe | 2017-07-07 | 1 | -0/+73 |
| | |||||
* | Codeception was slightly overkill, get back to PHPUnit | nashe | 2017-05-28 | 18 | -2497/+25 |
| | |||||
* | Add more tests for _filterItemsByCategory | nashe | 2015-08-09 | 1 | -3/+5 |
| | |||||
* | Port the testmore unit tests to Codeception | nashe | 2015-08-05 | 2 | -0/+70 |
| | |||||
* | Require Codeception 2 | nashe | 2015-08-05 | 17 | -0/+2484 |