History log of /dokuwiki/ (Results 2751 – 2775 of 10498)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ddb6c30817-Jan-2017 Michael Grosse <grosse@cosmocode.de>

Add test to verify that no error occurs

Without the change in issue #1801, or commit
1b26d16d86d6a898466211861adc1dff2286da2b respectively, this adjusted
test would throw an error since it would att

Add test to verify that no error occurs

Without the change in issue #1801, or commit
1b26d16d86d6a898466211861adc1dff2286da2b respectively, this adjusted
test would throw an error since it would attempt to use another array as
an array-key.

The fact that the test passes without error means that the bug is fixed.

show more ...

1b26d16d17-Jan-2017 Michael Grosse <grosse@cosmocode.de>

Allow select-options as arrays with numeric keys

The problem this is solving is that PHP does not allow for array-keys to
be strings of ints. It always converts them to actual ints. This caused
a pr

Allow select-options as arrays with numeric keys

The problem this is solving is that PHP does not allow for array-keys to
be strings of ints. It always converts them to actual ints. This caused
a problem when trying to use complex array-options with integers as
keys.

show more ...

ccc7f08410-Jan-2017 Masoud Sadrnezhaad <masoud@sadrnezhaad.ir>

translation update

f2161a3303-Jan-2017 gmponos <gmponos@gmail.com>

Extending composer.json file to include more info and more packages

7f48c40e01-Jan-2017 Michael Hamann <michael@content-space.de>

Fix media changelog test that did not expect delayed changelog entry

What happened was that in the place of the new `waitForTick`-call an
actual delay happened and therefore the file modification ti

Fix media changelog test that did not expect delayed changelog entry

What happened was that in the place of the new `waitForTick`-call an
actual delay happened and therefore the file modification time and the
deletion entry were two different points in time, resulting in random
test failures. The test enforces this now, the condition to test has
been adjusted.

show more ...

7e95efec01-Jan-2017 Michael Hamann <michael@content-space.de>

Add testing of delayed writes to the remote API

ea466a9801-Jan-2017 Michael Hamann <michael@content-space.de>

Added more testing to ensure correct handling of delayed writes

2e38f57901-Jan-2017 Michael Hamann <michael@content-space.de>

RemoteAPICore: do not rely on timestamps of saved revisions

This fixes the remote API's relying on timestamps of files in the attic
directory. While the timestamp of the current page is always the
r

RemoteAPICore: do not rely on timestamps of saved revisions

This fixes the remote API's relying on timestamps of files in the attic
directory. While the timestamp of the current page is always the
revision (and actually how the timestamp of the revision is determined),
timestamps of attic files do not necessarily match the revision they
represent. This should also fix random test failures in the remote api
tests.

show more ...

2d69eb4401-Jan-2017 Michael Hamann <michael@content-space.de>

Fix typo in saveWikiText that could lead to wrong changelog entries

This fixes saving the actually saved timestamp for deleted revisions in
the change log. Before this, the change log got 0 as time

Fix typo in saveWikiText that could lead to wrong changelog entries

This fixes saving the actually saved timestamp for deleted revisions in
the change log. Before this, the change log got 0 as timestamp and
therefore used the current time - which might be wrong if the current
second changed in between touching the page and adding the entry to the
changelog.

show more ...

727b7c4901-Jan-2017 Michael Hamann <michael@content-space.de>

Restore smoothness.css using update.sh

The file had 0 bytes before (starting from
5928c8e71080077bf8d9ed0cbfe33ffa8ca7b904) - probably something went
wrong while executing update.sh.

c06a6c6e26-Dec-2016 Torpedo <dgtorpedo@gmail.com>

translation update

4eed441d22-Dec-2016 Michael Grosse <grosse@cosmocode.de>

refactor: handle default options w/ other optgroups

017eef9322-Dec-2016 Michael Grosse <grosse@cosmocode.de>

refactor: rename parameters to be less ambiguous

d1bbf58822-Dec-2016 Michael Grosse <grosse@cosmocode.de>

refactor: use existing and simpler method

9c3fca6d22-Dec-2016 Michael Grosse <grosse@cosmocode.de>

refactor: Rename method to better convey its purpose

45082b9e22-Dec-2016 Michael Grosse <grosse@cosmocode.de>

fix: remove multi-select handling -> make PR later

We currently throw an exception with setting the multiple-attribute is
attempted. If we want to implement this functionality, it might be more
sens

fix: remove multi-select handling -> make PR later

We currently throw an exception with setting the multiple-attribute is
attempted. If we want to implement this functionality, it might be more
sensible to make an extra commit for that.

show more ...

2bd1d2c722-Dec-2016 Michael Grosse <grosse@cosmocode.de>

fix: Make this Form method chainable as it should be

c3e73d4f21-Dec-2016 Walt Sorensen <photodude@users.noreply.github.com>

phpenv does not work on HHVM

fa07866321-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

allow selecting the preferred CDN and add event

We now have two CDNs available. code.jquery.com which is the more
popular one and CDNjs which is the faster one. Plugin authors can use a
plugin hook

allow selecting the preferred CDN and add event

We now have two CDNs available. code.jquery.com which is the more
popular one and CDNjs which is the faster one. Plugin authors can use a
plugin hook to easily implement their own preferred CDN. Authors might
even use this event to conditionally load additional JavaScript files.

show more ...

12c7f5c320-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

authpdo: fix group filter

The filter passed by the user manager is called 'grps' not 'group'

3e2a814520-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

authpdo: fix return type of retrieveUsers() #1781

f3c1c20720-Dec-2016 Andreas Gohr <gohr@cosmocode.de>

authpdo: fix wrong return type for getUserCount() #1781

068abb2b20-Dec-2016 Michael Grosse <grosse@cosmocode.de>

fix: ensure that there is only 1 selected option

Multiple selected option would not be valid HTML.

c2ac3ae019-Dec-2016 Жељко Тодоровић <zeljko_todorovic@mail.com>

translation update

a016c59f13-Dec-2016 Walt Sorensen <photodude@users.noreply.github.com>

Speed up hhvm unit tests - disable jit

Turn off the hhvm JIT to speed up the hhvm unit tests.

Source for why the JIT is bad for unit testing: facebook/hhvm#6979

1...<<111112113114115116117118119120>>...420