Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fixed ixr_library_date test in simpletest | Dominik Eckelmann | 2012-04-01 |
| | |||
* | Remove enc=utf-8 in VIM modeline as it is not allowed in VIM 7.3 | Michael Hamann | 2010-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#1966 | Andreas Gohr | 2010-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. |