Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor main controller and templates | Romain d'Alverny | 2022-01-15 | 1 | -5/+2 |
| | | | | | | | | | | | | 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. | ||||
* | Cleanup | Romain d'Alverny | 2022-01-14 | 1 | -27/+0 |
| | |||||
* | Factor more config into PlanetConfig | Romain d'Alverny | 2022-01-11 | 1 | -0/+66 |
| | | | | | | | | | This moves into PlanetConfig: * people.opml, cache dir path definition, * installation check, * config upgrade when needed, * responsibility for providing config values instead of $conf global array). | ||||
* | Install code QA helpers, enforce PSR2 | Romain d'Alverny | 2022-01-11 | 1 | -2/+2 |
| | | | | Installs phpcs, phpmd, parallel-lint, phpstan. | ||||
* | Cleanup install.php | nashe | 2017-10-17 | 1 | -6/+6 |
| | |||||
* | Add an option to disable feed certificate check | nashe | 2017-07-13 | 1 | -1/+2 |
| | |||||
* | Make PlanetConfig more testable | nashe | 2017-07-07 | 1 | -18/+99 |
| | |||||
* | Move the debug directive to configuration file | nashe | 2017-05-28 | 1 | -15/+22 |
| | |||||
* | Option to show only posts that have a specific tag or category. | Romain d'Alverny | 2012-06-23 | 1 | -0/+17 |
| | | | | | - add configuration description in README.markdown - add unit test with testmore.php for this very feature | ||||
* | l10n support for moonmoon | Pascal Chevrel | 2012-03-12 | 1 | -0/+1 |
| | |||||
* | Refactioring, this is a syntax change for all Planet* classes to use PHP5 ↵ | Pascal Chevrel | 2012-03-09 | 1 | -27/+39 |
| | | | | syntax instead of PHP4 | ||||
* | One file per class | Maurice Svay | 2012-03-07 | 1 | -0/+75 |