| e42176e6 | 27-Jul-2008 |
Gerry Weissbach <gerry.w@gammaproduction.de> |
Avoid div by zero in get_cropped() FS#1453
darcs-hash:20080727180206-0d72e-28f6206ebe4f6c36f835c50f46d9cbe220ab6177.gz |
| a8f2bc05 | 27-Jul-2008 |
Javier Matos Odut <niseteocurra@gmail.com> |
Spanish language update
darcs-hash:20080727074656-8cd3b-67ffbe95dc633d25fe36544389d59ae14d0da351.gz |
| c0a1e564 | 27-Jul-2008 |
Jakob Vad Nielsen <jakobvadnielsen@gmail.com> |
Norwegian language update
darcs-hash:20080727074535-22506-f733ec7235b469d82037f6390e96d6b7cc455c16.gz |
| f5b2eeed | 23-Jul-2008 |
EvilSnake <evil_snake@eternion.ru> |
Russian language update
darcs-hash:20080723180314-16882-3974914715d22df5efa7b6bc999d1ebd413922c5.gz |
| 5ea6676b | 23-Jul-2008 |
Ivan Petrovic <ivan.petrovic@boxgroup.net> |
Serbian language update
darcs-hash:20080723180101-351b5-65ddcd688b52a185fe63c88f16535029a240d6da.gz |
| 804c4b26 | 23-Jul-2008 |
Wing Ho Tang <Wingho.Tang@coles.com.au> |
Traditional Chinese language update
darcs-hash:20080723175913-00c3e-0e3beca39514fdd89a2d45aa10f5d8816fa8535c.gz |
| 35876a0c | 23-Jul-2008 |
Wing Ho Tang <Wingho.Tang@coles.com.au> |
Chinese language update
darcs-hash:20080723175803-00c3e-00cb66bcb583d8a81e893e7dc05de9aed8891b5b.gz |
| 1778b540 | 22-Jul-2008 |
Andreas Gohr <andi@splitbrain.org> |
Brazilian Portuguese language update
darcs-hash:20080722183638-7ad00-dbd2d5397fb9bf254fa35047dfe21a3f34fe9c44.gz |
| 62f36c41 | 21-Jul-2008 |
Andreas Gohr <andi@splitbrain.org> |
Swedish language update
darcs-hash:20080721190206-7ad00-e7e39ca36841d60f066ab1bdbf49b48c26a807e2.gz |
| e965e37f | 20-Jul-2008 |
Anika Henke <anika@selfthinker.org> |
replaced my 1 outdated + 1 soon outdated email addresses
darcs-hash:20080720121704-f7d6d-70da167d3088ae0793ad391c139269446c8d20b3.gz |
| c44b968d | 20-Jul-2008 |
Anika Henke <a.c.henke@arcor.de> |
removed all occurrences of onkeypress (FS#1449)
darcs-hash:20080720110738-d5083-50a92498622bd6ca9850da8f9417974fb39ccc3d.gz |
| 3d581c29 | 16-Jul-2008 |
Andreas Gohr <andi@splitbrain.org> |
Fix author names in RSS feeds FS#1448
darcs-hash:20080716192343-7ad00-990fe2ac9c48a518fc4384ffdc4665df762b39c5.gz |
| 7b7e2959 | 16-Jul-2008 |
Gabriel Birke <Gabriel.Birke@delti.com> |
run summary check when inserting text via the toolbar
darcs-hash:20080716191515-79ce3-47817a86b0ca99f576689e8ea8a3c8356e552654.gz |
| 08ee2b52 | 16-Jul-2008 |
Andreas Gohr <andi@splitbrain.org> |
Japanese language update
darcs-hash:20080716190625-7ad00-756ebe48d5ed799892f57dd4e128e478bbfe3e50.gz |
| 06ba4d1a | 15-Jul-2008 |
Andreas Gohr <andi@splitbrain.org> |
Swedish language update
darcs-hash:20080715221248-7ad00-48d92cbf3ec680aa4c6edcd10e30a04230c49497.gz |
| 9676dc23 | 15-Jul-2008 |
Andreas Gohr <andi@splitbrain.org> |
Check file size of uploaded data
This will abort the upload process when the uploaded temp file has zero bytes. This can occur when the disk is full.
darcs-hash:20080715215345-7ad00-1a2b45b77d59b1b
Check file size of uploaded data
This will abort the upload process when the uploaded temp file has zero bytes. This can occur when the disk is full.
darcs-hash:20080715215345-7ad00-1a2b45b77d59b1b39d0133ec1737dbb0054368c1.gz
show more ...
|
| 24297a69 | 15-Jul-2008 |
Andreas Gohr <andi@splitbrain.org> |
remove sensitive data from debug output more aggressively
This patch adds a new function that is used to remove sensitive data from the debug output in a broader way. It will remove some innocent da
remove sensitive data from debug output more aggressively
This patch adds a new function that is used to remove sensitive data from the debug output in a broader way. It will remove some innocent data but should make sure most passwords and similar data can not be accessed even when stored in some plugin's configuration data.
Disabling the debug option is still highly recommended.
darcs-hash:20080715211616-7ad00-19334e56d3910bcaa04147c4c59e0c59571764f3.gz
show more ...
|
| 2aca132f | 13-Jul-2008 |
Michael Klier <chi@chimeric.de> |
XML-RPC: added putAttachment()
darcs-hash:20080713165645-23886-2caca899a42016be8df0797b21d1adef70544cc4.gz |
| 26bec61e | 13-Jul-2008 |
Michael Klier <chi@chimeric.de> |
XML-RPC: added getAttachments()
darcs-hash:20080713165210-23886-d28593ac62f3471a4dc4a5410263edb0e48986bc.gz |
| e62b9ea5 | 13-Jul-2008 |
Michael Klier <chi@chimeric.de> |
XML-RPC: added aclCheck()
darcs-hash:20080713123837-23886-d2cabfd6bb00928f21a64ca317719831efaec3ae.gz |
| 1b5f82cb | 08-Jul-2008 |
Andreas Gohr <andi@splitbrain.org> |
Better write handling in HTTPClient
This patch takes care of a problem when sending large data to a remote server through via HTTP. The write to a socket might not always send the whole chunk in one
Better write handling in HTTPClient
This patch takes care of a problem when sending large data to a remote server through via HTTP. The write to a socket might not always send the whole chunk in one piece. Now data is written in a loop until all bytes where sent to the socket.
darcs-hash:20080708204703-7ad00-50809261df03c6c741393501d41d2beba128ac70.gz
show more ...
|
| 46e875ce | 13-Jul-2008 |
Andreas Gohr <andi@splitbrain.org> |
Dutch language update
darcs-hash:20080713170315-7ad00-dd2356e914a3fc6053596fefdef9c1ebebd461c5.gz |
| f0811b49 | 13-Jul-2008 |
Andreas Gohr <andi@splitbrain.org> |
Romanian language update
darcs-hash:20080713170116-7ad00-751b7ee5ce03384a3ba850387179f3ad6a8608fd.gz |
| 9a43e890 | 13-Jul-2008 |
Andreas Gohr <andi@splitbrain.org> |
Czech language update
darcs-hash:20080713165852-7ad00-ab0f56fdac2554c967b8f53bec69807188e1ec7e.gz |
| 5561f3b1 | 04-Jul-2008 |
Andreas Gohr <andi@splitbrain.org> |
Polish language update
darcs-hash:20080704205953-7ad00-4f181574f2dbcbc2ee8662d3d0d440f5f50decf2.gz |