| c58f49ca | 24-Mar-2016 |
Viliam Dias <viliamjr@gmail.com> |
translation update |
| 588d2a2e | 22-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
another tiny tab CSS addition
missed a line in my last commit |
| c4b143ef | 22-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
minor change to make tabs more flexible
This makes it easier to create tabs with an active tab (no need for additional markup) |
| c83f69ba | 21-Mar-2016 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
remove unnecessary fullpath() |
| cc6e07d8 | 20-Mar-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
strlen does already calculate the right length |
| 1f0ef30d | 20-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
styled size changes |
| b6cc2b69 | 19-Mar-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
let path to revision file in tests depend on compression setting |
| f48e16ab | 19-Mar-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reload some config settings after the conf reset in DokuWikiTest::setUp |
| 317a04c4 | 19-Mar-2016 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
remove fullpath() call
fullpath processing here seems unnecessary, wikiFN($ID) returns a valid filepath for the page text file. |
| f6a5c864 | 19-Mar-2016 |
Myeongjin <aranet100@gmail.com> |
translation update |
| 42a2fb23 | 19-Mar-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Not needed due to use of more general functions |
| 3c48b1d0 | 19-Mar-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
wrong entry of revinfo used in detectExternalEdit |
| 6072486d | 19-Mar-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
bunch of tests for saveWikiText |
| 8c7319be | 19-Mar-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
rename variables in detectExternalEdit |
| 4b5aebc1 | 18-Mar-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
filesize zero cases, compressed revisions
- handle all cases where not an old file exist, or when that old file is zero size. - When using old revision normally these files are compressed, use uncom
filesize zero cases, compressed revisions
- handle all cases where not an old file exist, or when that old file is zero size. - When using old revision normally these files are compressed, use uncompressed size.
show more ...
|
| f549be3d | 18-Mar-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
io_getSizeFile returns uncompressed size of given file
A bz2-file doesn't contain information about the size of its uncompressed content. Therefore it requires reading the whole file to obtain the f
io_getSizeFile returns uncompressed size of given file
A bz2-file doesn't contain information about the size of its uncompressed content. Therefore it requires reading the whole file to obtain the filesize.
show more ...
|
| 655ddc1d | 15-Mar-2016 |
Gerrit Uitslag <klapinklapin@gmail.com> |
little reformat of saveWikiText |
| c276e9e8 | 15-Mar-2016 |
Marcel Pennewiss <github@pennewiss.de> |
Invalidate user session cache after profile data was changed |
| 14529785 | 15-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
adjusted for scrutinizer hints |
| 7ac1b2cc | 15-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
adjusted tests for reflection based method export |
| 67fe7d43 | 15-Mar-2016 |
Andreas Gohr <gohr@cosmocode.de> |
first go at using reflection for remote export |
| 76f6b28e | 12-Mar-2016 |
Olivier Humbert <trebmuh@users.noreply.github.com> |
Fixes for the FR translation
A few fixes. |
| 8ef94e9e | 12-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
obfuscate auth passwords in config. fixes #1487
we already do it for other passwords, so it makes sense to do it here as well. |
| 0cc11d97 | 12-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
obfuscate password in config #1487 |
| 1d46eaf1 | 12-Mar-2016 |
Andreas Gohr <andi@splitbrain.org> |
removed accidentally checked in function
this was an intermediate woriking state but got replaced by indivdual dump skipping. forgot to remove it again |