| 62699eac | 17-Jun-2012 |
Tom N Harris <tnharris@whoopdedo.org> |
Utility functions for reading from a socket.
Reading from a socket is handled by functions that encapsulate the error handling and timeout conditions. _readData reads blocks of data. _readLine reads
Utility functions for reading from a socket.
Reading from a socket is handled by functions that encapsulate the error handling and timeout conditions. _readData reads blocks of data. _readLine reads a single line.
show more ...
|
| 189ba183 | 17-Jun-2012 |
Tom N Harris <tnharris@whoopdedo.org> |
Raise an exception on socket errors.
This is the first step in refactoring the socket reader to be more resilient and easier to debug. |
| fc6c2b2f | 16-Jun-2012 |
Tom N Harris <tnharris@whoopdedo.org> |
Correct handling of chunked transfer encoding. (FS#2535) |
| a09831ea | 16-Jun-2012 |
Tom N Harris <tnharris@whoopdedo.org> |
Avoid strict warnings about unset array keys. |
| 020ab112 | 16-Jun-2012 |
Tom N Harris <tnharris@whoopdedo.org> |
Reference static variable through 'self::' as you're supposed to. |
| 3fb0e07d | 18-Jun-2012 |
Martin Doucha <next_ghost@quick.cz> |
Fix act_validate() |
| b83823e5 | 14-Jun-2012 |
Martin Doucha <next_ghost@quick.cz> |
Split act_clean() into two functions so that plugins may use action string sanitization even for their own new actions |
| a257b0bd | 14-Jun-2012 |
Martin Doucha <next_ghost@quick.cz> |
Cache that has exactly the same age as a dependency may be stale |
| b2a83e66 | 13-Jun-2012 |
이명진 <aranet100@gmail.com> |
Korean language update |
| 2bd8dcab | 13-Jun-2012 |
Mikhail Krasilnikov <mihalych@vsepofigu.ru> |
Config method changed from array to comma separated string. |
| 87a99fa3 | 12-Jun-2012 |
Matteo Pasotti <xquiet.eu@xquiet.eu> |
Italian language update |
| 9cf8b6e0 | 12-Jun-2012 |
Aoi Karasu <aoikarasu@gmail.com> |
Polish langauge update |
| eae330b6 | 12-Jun-2012 |
lainme <lainme993@gmail.com> |
chinese language update. related to FS#2360 |
| 7656ee3b | 10-Jun-2012 |
lupo49 <post@lupo49.de> |
Fix for FS#2522 / Now all places of $lang['restored'] are covered with the restored-date information |
| e3ef52cd | 08-Jun-2012 |
Mikhail Krasilnikov <mihalych@vsepofigu.ru> |
Allow multiple LDAP servers. |
| 9b4ca79a | 03-Jun-2012 |
Bc. Jan Kaláb <pitlicek@gmail.com> |
format |
| aa5833b4 | 03-Jun-2012 |
Bc. Jan Kaláb <pitlicek@gmail.com> |
format |
| 760450a2 | 03-Jun-2012 |
Bc. Jan Kaláb <pitlicek@gmail.com> |
formating |
| 1541e414 | 27-May-2012 |
Anika Henke <anika@selfthinker.org> |
fixed small typo in wiki:syntax (FS#2528) |
| 7f086b67 | 27-May-2012 |
Anika Henke <anika@selfthinker.org> |
improved earlier change for paths error messages to not produce any notices |
| 6b9c156c | 27-May-2012 |
Anika Henke <anika@selfthinker.org> |
improved error message for savedir paths (FS#2502) |
| db53782e | 27-May-2012 |
Anika Henke <anika@selfthinker.org> |
Revert "removed all browser-specific gradients as the recently (in 42ff6730) introduced svg makes them unnecessary"
This reverts commit dbd59867496d5e3c5d37e9c3852db29a6a2370c4. |
| 10544f7e | 23-May-2012 |
Andreas Gohr <gohr@cosmocode.de> |
added .ico to allowed mime types
the new template allows to use a favicon in media/wiki/favicon.ico so we should support uploading it as well. |
| 78035fe8 | 22-May-2012 |
Andreas Gohr <andi@splitbrain.org> |
don't rely on metadata for conflict detection
This also fixes a problem wiht PHP 5.4 when there is metadata but the date key is empty. |
| f32f3fdf | 22-May-2012 |
Erial Krale <erial2@gmail.com> |
Korean language update |