History log of /dokuwiki/_test/ (Results 426 – 450 of 932)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3b82d1ee02-Jun-2016 Andreas Gohr <andi@splitbrain.org>

fixed interwiki test

dbd52c8102-Jun-2016 Andreas Gohr <andi@splitbrain.org>

minor optimization how cell counts are fixed in tables

array splice operations are expensive. when many cells in a table row
are missing, the operation should be executed only once instead for each

minor optimization how cell counts are fixed in tables

array splice operations are expensive. when many cells in a table row
are missing, the operation should be executed only once instead for each
missing cell.

show more ...

a566f85e27-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

reformatting

f3cd98a027-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

use variable for wikiurl in tests

774514c927-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

translate html and text string for signature

Default only text string exists, via localized translation a wiki admin
can add his/her own (html) version.


tests/inc/mailer.test.php
/dokuwiki/inc/Mailer.class.php
/dokuwiki/inc/lang/ar/lang.php
/dokuwiki/inc/lang/az/lang.php
/dokuwiki/inc/lang/bg/lang.php
/dokuwiki/inc/lang/ca-valencia/lang.php
/dokuwiki/inc/lang/ca/lang.php
/dokuwiki/inc/lang/cs/lang.php
/dokuwiki/inc/lang/da/lang.php
/dokuwiki/inc/lang/de-informal/lang.php
/dokuwiki/inc/lang/de/lang.php
/dokuwiki/inc/lang/el/lang.php
/dokuwiki/inc/lang/en/lang.php
/dokuwiki/inc/lang/eo/lang.php
/dokuwiki/inc/lang/es/lang.php
/dokuwiki/inc/lang/et/lang.php
/dokuwiki/inc/lang/eu/lang.php
/dokuwiki/inc/lang/fa/lang.php
/dokuwiki/inc/lang/fi/lang.php
/dokuwiki/inc/lang/fo/lang.php
/dokuwiki/inc/lang/fr/lang.php
/dokuwiki/inc/lang/gl/lang.php
/dokuwiki/inc/lang/he/lang.php
/dokuwiki/inc/lang/hr/lang.php
/dokuwiki/inc/lang/hu-formal/lang.php
/dokuwiki/inc/lang/hu/lang.php
/dokuwiki/inc/lang/ia/lang.php
/dokuwiki/inc/lang/id/lang.php
/dokuwiki/inc/lang/it/lang.php
/dokuwiki/inc/lang/ja/lang.php
/dokuwiki/inc/lang/km/lang.php
/dokuwiki/inc/lang/la/lang.php
/dokuwiki/inc/lang/lb/lang.php
/dokuwiki/inc/lang/lt/lang.php
/dokuwiki/inc/lang/lv/lang.php
/dokuwiki/inc/lang/mg/lang.php
/dokuwiki/inc/lang/mr/lang.php
/dokuwiki/inc/lang/ne/lang.php
/dokuwiki/inc/lang/nl/lang.php
/dokuwiki/inc/lang/no/lang.php
/dokuwiki/inc/lang/pl/lang.php
/dokuwiki/inc/lang/pt-br/lang.php
/dokuwiki/inc/lang/pt/lang.php
/dokuwiki/inc/lang/ro/lang.php
/dokuwiki/inc/lang/ru/lang.php
/dokuwiki/inc/lang/sk/lang.php
/dokuwiki/inc/lang/sl/lang.php
/dokuwiki/inc/lang/sq/lang.php
/dokuwiki/inc/lang/sr/lang.php
/dokuwiki/inc/lang/sv/lang.php
/dokuwiki/inc/lang/th/lang.php
/dokuwiki/inc/lang/tr/lang.php
/dokuwiki/inc/lang/uk/lang.php
/dokuwiki/inc/lang/vi/lang.php
/dokuwiki/inc/lang/zh-tw/lang.php
/dokuwiki/inc/lang/zh/lang.php
879851d323-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

Add sleep(1) to remoteapicore to ensure new other timestap(=rev nr)

Could improve failing test of #1589

2569220823-May-2016 Anika Henke <anika@selfthinker.org>

always separate a number and a unit by a non-breaking space

922cfa6a11-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

remote api ackcheck: if user given, but no groups, retrieve groups

with unittests

b736dcfd11-May-2016 Gerrit Uitslag <klapinklapin@gmail.com>

use variable in remoteapicore_test

bbbe85f611-May-2016 Michael Grosse <grosse@cosmocode.de>

Add test for extended select-options

0c4c028130-Apr-2016 Gerrit Uitslag <klapinklapin@gmail.com>

optional class for methods that open a table,row,cell,header, ul,ol

Let plugins add their own classes to builtin tables or lists.

Fixes #1188
Alternative for #1360 (and PR #1515)

33fe8b1527-Apr-2016 Gerrit Uitslag <klapinklapin@gmail.com>

reformatting remoteapicore unittests

3105ba7a27-Apr-2016 Gerrit Uitslag <klapinklapin@gmail.com>

fix base of local url in remoteapi unittests

a99e353627-Apr-2016 Gerrit Uitslag <klapinklapin@gmail.com>

RemoteAPICore improvements and unittests

RemoteAPICore
- visibility methods
- getAttachmentInfo returns modification date of deleted files
- pageVersions returns only current revision (once) if $fir

RemoteAPICore improvements and unittests

RemoteAPICore
- visibility methods
- getAttachmentInfo returns modification date of deleted files
- pageVersions returns only current revision (once) if $first=0.
Adresses issue mentioned at #1550
- added unittests
- updated API number

show more ...

f449b8c920-Apr-2016 Anika Henke <anika@selfthinker.org>

removed references to 'disabled' file in plugins.local.php

30f3bd1520-Apr-2016 Michael Grosse <grosse@cosmocode.de>

Do not cache cleanID for $ascii == true

Caching must differentiate between a call with $ascii == true and a call
without that parameter. Since calling that function with $ascii == true
rare, we simp

Do not cache cleanID for $ascii == true

Caching must differentiate between a call with $ascii == true and a call
without that parameter. Since calling that function with $ascii == true
rare, we simply do not cache that case.

show more ...

b018ecbe18-Apr-2016 Michael Grosse <grosse@cosmocode.de>

Fix caching issue in wikiFN

The function wikiFN effectively takes the $clean flag now into account when
caching filepaths and when returning them from cache.

Fixes #1536

38c5518215-Apr-2016 Andreas Gohr <andi@splitbrain.org>

form prefill: honor empty values

when a form was submitted with an empty input, that data should still
overwrite the preset value.

8638ead515-Apr-2016 Andreas Gohr <andi@splitbrain.org>

added dropdown type to new Form system #1312

acb389a815-Apr-2016 Andreas Gohr <andi@splitbrain.org>

supress lint error on LF signature #1101

7c3e4a6715-Apr-2016 Andreas Gohr <andi@splitbrain.org>

renamed ignoreacl parameter to useacl

7468fb9011-Apr-2016 Andreas Gohr <gohr@cosmocode.de>

msglint is HTTPS now. fixed failing tests

b6cc2b6919-Mar-2016 Gerrit Uitslag <klapinklapin@gmail.com>

let path to revision file in tests depend on compression setting

f48e16ab19-Mar-2016 Gerrit Uitslag <klapinklapin@gmail.com>

reload some config settings after the conf reset in DokuWikiTest::setUp

6072486d19-Mar-2016 Gerrit Uitslag <klapinklapin@gmail.com>

bunch of tests for saveWikiText

1...<<11121314151617181920>>...38