| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
|
|
|
| |
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).
|
|
|
|
| |
Installs phpcs, phpmd, parallel-lint, phpstan.
|
| |
|
| |
|
| |
|
|
|
|
| |
Replace dirname(__FILE__) by __DIR__.
|
|
|
|
| |
internal links to point to the new location, put a redirect in place so as that moonmoon installs don't loose their users upon upgrading to a newer moonmoon
|
|
|
|
| |
creates a cache file because of a bad path + code whitespace fixes for clarity
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
making it not replayable.
|
|
|