Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add German translation | thomas | 2018-03-22 | 1 | -0/+1 |
| | | | | | * l10n: add German translation * installer: add German language | ||||
* | Do not let SimplePie add HTML tags when displaying author | nashe | 2018-01-05 | 1 | -2/+1 |
| | |||||
* | Move the setup page into a view | nashe | 2017-10-17 | 1 | -0/+118 |
| | |||||
* | Fix PHP notice | nashe | 2017-07-12 | 2 | -2/+2 |
| | | | | | "Only variables should be assigned by reference in moonmoon/custom/views/default/sidebar.tpl.php" | ||||
* | Coding style | nashe | 2017-07-05 | 1 | -1/+1 |
| | | | | As described in #87 | ||||
* | Remove config files that are created on install. Refs #69. | Sam Wilson | 2015-10-04 | 1 | -10/+0 |
| | |||||
* | Clean code | nashe | 2015-08-11 | 2 | -8/+8 |
| | | | | Replace dirname(__FILE__) by __DIR__. | ||||
* | Fix short echo open tags deprecation. | nashe | 2015-08-04 | 2 | -2/+2 |
| | | | | | 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. | ||||
* | delete views.php, this file is not used anywhere | Pascal Chevrel | 2012-05-11 | 1 | -13/+0 |
| | |||||
* | Issue 42: create atom.php at root, delete old 'atom10' template, update all ↵ | Pascal Chevrel | 2012-05-05 | 6 | -46/+5 |
| | | | | 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 | ||||
* | delete the RSS template | Pascal Chevrel | 2012-05-05 | 1 | -49/+0 |
| | |||||
* | use the correct Mime Type (application/atom+xml) for the self link in the ↵ | Pascal Chevrel | 2012-05-05 | 1 | -1/+1 |
| | | | | atom feed | ||||
* | Don't send an empty <subtitle> element in the feed, just reuse the same data ↵ | Pascal Chevrel | 2012-05-05 | 1 | -2/+2 |
| | | | | as in <title>, use htmlspecialchars instead of htmlentities | ||||
* | add an <updated> element to atom feed <entry> using the same value as ↵ | Pascal Chevrel | 2012-05-05 | 1 | -0/+1 |
| | | | | <published>, this is required for validation and for compatibility with feed agregators that may check for the <updated> field | ||||
* | remove xmlns on <entry> tags in atom feeds, this is already defined on the ↵ | Pascal Chevrel | 2012-05-05 | 1 | -1/+1 |
| | | | | root <feed> element and is causing validation errors | ||||
* | Update l10n support: | Pascal Chevrel | 2012-04-30 | 1 | -2/+2 |
| | | | | | | | | - 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 | ||||
* | Escape site name in RSS and Atom | Maurice Svay | 2012-03-23 | 2 | -2/+2 |
| | | | | Fixes #31 | ||||
* | l10n support for moonmoon | Pascal Chevrel | 2012-03-12 | 6 | -55/+55 |
| | |||||
* | convert all files saved in Windows(CRLF) to Unix (LF) | Pascal Chevrel | 2012-03-09 | 5 | -254/+254 |
| | |||||
* | Remove relative dates | Maurice Svay | 2012-03-07 | 2 | -4/+0 |
| | |||||
* | One file per class | Maurice Svay | 2012-03-07 | 2 | -2/+2 |
| | |||||
* | fix Mime Type for Atom feed | Pascal Chevrel | 2012-02-26 | 1 | -6/+6 |
| | |||||
* | Replace hardcoded value by config | Maurice Svay | 2011-02-07 | 2 | -3/+4 |
| | |||||
* | Make install process less painful by preventing | Maurice Svay | 2010-05-17 | 1 | -10/+0 |
| | | | | making it not replayable. | ||||
* | Initial commit | Maurice Svay | 2010-02-16 | 22 | -0/+919 |