summaryrefslogtreecommitdiff
path: root/_test/cases/inc/IXR_Library_date.test.php
Commit message (Collapse)AuthorAge
* fixed ixr_library_date test in simpletestDominik Eckelmann2012-04-01
|
* Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3Michael Hamann2010-11-29
| | | | | | As of VIM 7.3 it is no longer possible to specify the encoding in the modeline. This gives an error message whenever such a file is opened, thus this commit removes the enc setting from the modeline.
* Make XMLRPC date parsing more flexible FS#1966Andreas Gohr2010-06-09
Since the specs aren't 100% clear, dates might be passed in different formats by various XMLRPC clients. This patch makes date parsing a bit more flexible. Unit tests included.