MyShaarli/application
VirtualTam 205a42778d cleanup: use DateTime to format dates
Closes #270

Modifications:
- replace custom date parsing by DateTime calls
- use proper date formatting for RSS feeds

Deletions:
- linkdate2timestamp()
- linkdate2rfc822
- linkdate2iso8601

Signed-off-by: VirtualTam <virtualtam@flibidi.net>
2016-02-17 22:46:50 +01:00
..
.htaccess LinkDB: move to a proper file, add test coverage 2015-06-11 00:45:45 +02:00
ApplicationUtils.php Fixes #410 - Retrieve title fails in multiple cases 2016-01-11 21:19:31 +01:00
Cache.php Cache: simplify cached content cleanup, improve tests 2015-08-13 23:51:31 +02:00
CachedPage.php CachedPage: move to a proper file, add tests 2015-08-13 23:48:06 +02:00
Config.php Introduce the Updater class which 2016-02-15 20:30:24 +01:00
FileUtils.php install: check file/directory permissions for Shaarli resources 2015-11-24 01:12:35 +01:00
HttpUtils.php tests: add a make target to check file permissions 2016-01-17 21:02:24 +01:00
LinkDB.php cleanup: use DateTime to format dates 2016-02-17 22:46:50 +01:00
LinkFilter.php Support text search across link fields. 2016-02-15 21:38:45 +01:00
LinkUtils.php tests: add a make target to check file permissions 2016-01-17 21:02:24 +01:00
PluginManager.php Fixes #378 - Plugin administration UI. 2016-01-31 18:54:48 +01:00
Router.php Fixes #378 - Plugin administration UI. 2016-01-31 18:54:48 +01:00
TimeZone.php Installation: default to the server's timezone 2015-08-04 23:54:03 +02:00
Updater.php Add exclusion in tag search 2016-02-15 20:40:39 +01:00
Url.php tests: add a make target to check file permissions 2016-01-17 21:02:24 +01:00
Utils.php Merge pull request #379 from ArthurHoaro/plugin-markdown 2016-01-31 18:57:29 +01:00