| 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.
|
|
|
|
|
|
| |
See moonmoon/moonmoon#107
Also fixes Deutsch language id in install script.
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
| |
* Fix #94: Simple responsive design
* Remove non needed css proprety
|
| |
|
| |
|
|
|
|
|
| |
* l10n: add German translation
* installer: add German language
|
| |
|
| |
|
|
|
|
|
| |
"Only variables should be assigned by reference in
moonmoon/custom/views/default/sidebar.tpl.php"
|
|
|
|
| |
As described in #87
|
| |
|
|
|
|
| |
Replace dirname(__FILE__) by __DIR__.
|
|
|
|
|
| |
Short echo open tags are deprecated and disabled by default in php.ini
since PHP 5.5.0. It does not broke anything for olders versions.
|
| |
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
atom feed
|
|
|
|
| |
as in <title>, use htmlspecialchars instead of htmlentities
|
|
|
|
| |
<published>, this is required for validation and for compatibility with feed agregators that may check for the <updated> field
|
|
|
|
| |
root <feed> element and is causing validation errors
|
|
|
|
|
|
|
|
| |
- improved regex logic in the extraction parser (fixes a couple of bugs in edge cases)
- *.tpl.php files were not parsed because of the double dot, now fixed
- strings requiring translation are now indicated in the source file to make them stand out
- support for the {ok} tag, adding this tag allows the localizer to indicate that a string remains in English (or that it is spelt the same in his language)
- add an english reference file, in case we want to send it to volunteers
|
|
|
|
| |
Fixes #31
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
making it not replayable.
|
|
|