| d49d4260 | 04-Apr-2015 |
Patrick Brown <ptbrown@whoopdedo.org> |
Remove no longer needed language string |
| 45bd9f13 | 04-Apr-2015 |
Patrick Brown <ptbrown@whoopdedo.org> |
Delete unused div (Fixes #1098) |
| 247faa0e | 04-Apr-2015 |
Patrick Brown <ptbrown@whoopdedo.org> |
Remove unused language strings |
| 04dcb5b2 | 01-Apr-2015 |
Christopher Smith <chris@jalakai.co.uk> |
correct typo |
| 9ea45836 | 01-Apr-2015 |
Christopher Smith <chris@jalakai.co.uk> |
Fix up test_simplemail() - refactor Mailer class to allow unit tests to access token replacements - use CRLF in signature string per rfc2045 6.8 - add email signature to the expected mail body - ap
Fix up test_simplemail() - refactor Mailer class to allow unit tests to access token replacements - use CRLF in signature string per rfc2045 6.8 - add email signature to the expected mail body - apply appropriate chunksplit to the expected mail body - ensure regex is quoted - '/' is a legal base64 character
show more ...
|
| fa4038c7 | 31-Mar-2015 |
Romulo Pereira <romuloccomp@gmail.com> |
translation update |
| ecd3aee0 | 31-Mar-2015 |
Alejandro Nunez <nunez.alejandro@gmail.com> |
translation update |
| 3819cafd | 29-Mar-2015 |
furun <furun@arcor.de> |
Cleanup of the mail text signature. #1088
mailwrap.html is back
@EMAILSIGNATURE@ added |
| 37473214 | 27-Mar-2015 |
furun <furun@arcor.de> |
Cleanup of the mail text signature (bug fix)
Additional bug fix |
| ba2c2f17 | 27-Mar-2015 |
furun <furun@arcor.de> |
Cleanup of the mail text signature.
Done: Cleanup of the mail text signature. The signature is deleted from the txt files and moved in to lang.php Mailer.class.php updated to insert the signature
F
Cleanup of the mail text signature.
Done: Cleanup of the mail text signature. The signature is deleted from the txt files and moved in to lang.php Mailer.class.php updated to insert the signature
Fix: - Cleaner text - no more "-- " "--" "---" "----" problems. - mailwrap.html is not needed anymore an can be deleted (?)
Changed files in all languages: lang.php mailtext.txt password.txt registermail.txt subscr_digest.txt subscr_list.txt subscr_single.txt uploadmail.txt pwconfirm.txt showrev.txt
delete?: mailwrap.html
show more ...
|
| 4d1e8edf | 24-Mar-2015 |
सरोज ढकाल <lotusnagarkot@gmail.com> |
translation update |
| 6abea1c0 | 18-Mar-2015 |
Andreas Gohr <andi@splitbrain.org> |
fixed HTTPS proxy tests, our tests now run on httpbin.org
This also reverses the order of crypto protocols tried again. Using TLS first again. related to #915 |
| d387bf5e | 18-Mar-2015 |
Andreas Gohr <andi@splitbrain.org> |
correct error checking for bz2 file reading
The code reading .bz2 compressed files did not correctly check for possible read errors. In case of a corrupted file this could have led to an infinite lo
correct error checking for bz2 file reading
The code reading .bz2 compressed files did not correctly check for possible read errors. In case of a corrupted file this could have led to an infinite loop.
Thanks to Filippo Cavallarin from www.segment.technology for dicovering this bug.
show more ...
|
| 8e455cdd | 18-Mar-2015 |
itsho <itsho.itsho@gmail.com> |
translation update |
| 09513545 | 18-Mar-2015 |
Andreas Gohr <gohr@cosmocode.de> |
give better error message in HTTPClient for failed crypto setup |
| abb2621b | 17-Mar-2015 |
Jacob Palm <mail@jacobpalm.dk> |
translation update |
| e605e041 | 12-Mar-2015 |
flammy <flamabelde@yahoo.de> |
Added file-in-use reference to page
Added english translation for file-in-use reference |
| 22d18504 | 12-Mar-2015 |
flammy <flamabelde@yahoo.de> |
Added file-in-use reference to page
Added german translation for file-in-use reference |
| 00378d4a | 12-Mar-2015 |
flammy <flamabelde@yahoo.de> |
Added file-in-use reference to page
Added german translation for file-in-use reference |
| 8059c1c0 | 25-Feb-2015 |
Cyril Duchon-Doris <Cyril.Duchon-Doris@telecom-paristech.org> |
Adding user and groups as optional parameters to wiki.aclCheck |
| 6401de3d | 24-Feb-2015 |
Schplurtz le Déboulonné <schplurtz@laposte.net> |
translation update |
| 8a8104b2 | 20-Feb-2015 |
SC Yoo <dryoo@live.com> |
Added class-exitsts |
| 5a93f869 | 19-Feb-2015 |
Anika Henke <anika@zopa.com> |
add missing tabletbody_open|close() to renderer |
| c8556525 | 18-Feb-2015 |
ghi <dokuwiki@imz.re> |
passing rev and date_at to the event |
| a500e62c | 17-Feb-2015 |
SC Yoo <dryoo@live.com> |
Normalization is required to manage multibyte characters.
The OSX uses Unicode-NFD so normalization is required to manage multibyte characters.
( http://unicode.org/reports/tr15/ )
If don't do
Normalization is required to manage multibyte characters.
The OSX uses Unicode-NFD so normalization is required to manage multibyte characters.
( http://unicode.org/reports/tr15/ )
If don't do that, DokuWiki can't find the file uploaded from OS X with multibyte filename like '도쿠위키.jpg'
show more ...
|