summaryrefslogtreecommitdiffstats
path: root/admin/index.php
Commit message (Collapse)AuthorAgeFilesLines
* Clean codenashe2015-08-111-5/+5
| | | | Replace dirname(__FILE__) by __DIR__.
* Fix class autoloadingnashe2015-08-111-1/+1
| | | | | | | Made some mistakes with my last PR: I tested that everything were working, but on the wrong branch. This commit fixes all the autoloading error that were left.
* Control width blacklisting feed are down, cron.php manage the status of this ↵Fernando García2014-03-041-0/+3
| | | | feeds
* l10n support for moonmoonPascal Chevrel2012-03-121-15/+15
|
* Merge branch 'html5' of https://github.com/pascalchevrel/moonmoon into ↵Maurice Svay2012-03-101-1/+1
|\ | | | | | | | | | | | | pascalchevrel-html5 Conflicts: admin/index.php
| * html5: admin page, make the http:// mention in the add feed field be a ↵Pascal Chevrel2012-03-091-1/+1
| | | | | | | | placeholder hinding at the type of URL, not real text. When you copy/paste a feed, you already have the http:// part
* | convert all files saved in Windows(CRLF) to Unix (LF)Pascal Chevrel2012-03-091-136/+136
|/
* fix install process and admin section which are currently broken because of ↵Pascal Chevrel2012-03-081-1/+1
| | | | the separation of classes in separate files. Now the files calling those classes are including app/app.php, also, I changed the variable name in the installation wizard to so as to avoid confusion with already used in the admin section
* Use a centralized template for the admin section to avoid repeating htmlPascal Chevrel2012-03-061-89/+74
|
* Initial commitMaurice Svay2010-02-161-0/+151