summaryrefslogtreecommitdiffstats
path: root/custom/views
Commit message (Collapse)AuthorAgeFilesLines
* Fix PHP noticenashe2017-07-122-2/+2
| | | | | "Only variables should be assigned by reference in moonmoon/custom/views/default/sidebar.tpl.php"
* Coding stylenashe2017-07-051-1/+1
| | | | As described in #87
* Clean codenashe2015-08-112-8/+8
| | | | Replace dirname(__FILE__) by __DIR__.
* Fix short echo open tags deprecation.nashe2015-08-042-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.
* Issue 42: create atom.php at root, delete old 'atom10' template, update all ↵Pascal Chevrel2012-05-055-34/+4
| | | | 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 templatePascal Chevrel2012-05-051-49/+0
|
* use the correct Mime Type (application/atom+xml) for the self link in the ↵Pascal Chevrel2012-05-051-1/+1
| | | | atom feed
* Don't send an empty <subtitle> element in the feed, just reuse the same data ↵Pascal Chevrel2012-05-051-2/+2
| | | | as in <title>, use htmlspecialchars instead of htmlentities
* add an <updated> element to atom feed <entry> using the same value as ↵Pascal Chevrel2012-05-051-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 Chevrel2012-05-051-1/+1
| | | | root <feed> element and is causing validation errors
* Update l10n support:Pascal Chevrel2012-04-301-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 AtomMaurice Svay2012-03-232-2/+2
| | | | Fixes #31
* l10n support for moonmoonPascal Chevrel2012-03-126-55/+55
|
* convert all files saved in Windows(CRLF) to Unix (LF)Pascal Chevrel2012-03-094-159/+159
|
* Remove relative datesMaurice Svay2012-03-072-4/+0
|
* One file per classMaurice Svay2012-03-072-2/+2
|
* fix Mime Type for Atom feedPascal Chevrel2012-02-261-6/+6
|
* Replace hardcoded value by configMaurice Svay2011-02-072-3/+4
|
* Initial commitMaurice Svay2010-02-1612-0/+358