- Oct 30, 2018
-
-
Andreas Gohr authored
-
Andreas Gohr authored
The permissions are now checked also when trying to the title of the plugin.
-
- Sep 22, 2018
-
-
peterfromearth authored
-
- Jul 27, 2018
-
-
Andreas Gohr authored
from http://mike.teczno.com/JSON/JSON.phps This fixes a problem on PHP 7.2. However ultimately this class should be dropped in favor of the native json_decode/json_encode functions.
-
- Jun 11, 2018
-
-
Michael Große authored
Remote API calls should have some unittest as this test would have caught the bug that was introduced in 96d46bf4 and fixed in ebf17449
-
- May 18, 2018
-
-
Andreas Gohr authored
Our test suite did not reset the config directory for each test class as it does for the data directory. In addition it copied all files from the main config directory over. Both may create an unpredictable state for tests. This streamlines the initialization.
-
- May 16, 2018
-
-
Christopher Smith authored
-
- May 07, 2018
-
-
Andreas Gohr authored
Looks like the domain we used to test this on expired.
-
- Apr 27, 2018
-
-
Michael Große authored
Specifically, this pull request checks if the current query is already a valid pageid and then return that as suggested pageid. Also, tests are added for this method. Fixes #2355 PS: We may want to somehow better educate/nudge users to use the better way of creating pages by creating links on existing pages.
-
- Apr 15, 2018
-
-
Michael Hamann authored
Before this change, HTML and some JS code (as far as it was not escaped by json_encode) could be injected into the output as the closing pattern that is checked by the regex is not escaped in JSON (see test case).
-
- Apr 13, 2018
-
-
Andreas Gohr authored
Quotes are now optional, the options are spearated by space
-
Andreas Gohr authored
While it's generally frowned upon testing privates, it can often be useful and the easier way to write tests. Eg you want to test something complicated method that is important, but you do not want to expose it directly to other classes... This new method uses reflection to make access to such methods possible from within tests without the need for intermediate classes.
-
- Apr 12, 2018
-
-
Andreas Gohr authored
As discussed in #1933
-
- Mar 21, 2018
-
-
Michael Große authored
To allow creating links with manipulated versions of the current search query an unparser is necessary. However, the current output of ft_queryParser makes some advanced features hard to detect. Therefore the new ft_queryUnparser_simple cannot handle negated phrases and `OR` searches. It should still cover 98% of search queries.
-
- Mar 06, 2018
- Feb 15, 2018
-
-
LarsDW223 authored
The data for the section edit button is now passed as an assoziative array which is encoded in the '#<!-- EDIT(.*) -->#' placeholder as an JSON array.
-
- Dec 26, 2017
-
-
Phy authored
-
- Oct 26, 2017
-
-
Michael Große authored
There was a bug, where the options array ['Auto', 0, 1] would result in HTML option tags where both the 'Auto' and the 0 option were selected.
-
- Sep 20, 2017
-
-
Szymon Olewniczak authored
closes #2129
-
Szymon Olewniczak authored
-
Szymon Olewniczak authored
-
- Sep 11, 2017
-
-
Michael Große authored
-
- Sep 02, 2017
-
-
Andreas Gohr authored
No globals required anymore, somewhat more general approach to sending data to the test system. Clean access through keys.
-
Andreas Gohr authored
-
Andreas Gohr authored
reformatting fixing of doc blocks making internal vars protected
-
Andreas Gohr authored
-
Andreas Gohr authored
-
- Aug 29, 2017
-
-
Andreas Gohr authored
-
- Aug 27, 2017
-
-
LarsDW223 authored
Test code for workflow 'show - sectionedit - save/cancel' (with modifications in test classes and 'send_redirect()' and 'act_dispatch()'.
-
Andreas Gohr authored
hopefully this will help with figuring out why our HTTP tests sometimes fail on travis.
-
Andreas Gohr authored
-
Andreas Gohr authored
just to be sure, we're not breaking something simple here.
-
Andreas Gohr authored
-
- Aug 25, 2017
-
-
Phy authored
-
- Aug 03, 2017
-
-
Yurii K authored
-
- Jul 28, 2017
- Jul 23, 2017
-
-
Yurii K authored
-