- 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
- May 25, 2017
-
-
Andreas Gohr authored
I want to make this function use the new Menu Items, these tests should ensure I don't break functionality.
-
LarsDW223 authored
-
- May 24, 2017
-
-
LarsDW223 authored
-
- May 21, 2017
-
-
LarsDW223 authored
Adjusted pattern for matching media links to properly handle a single '}' in the link text. Fixes #1587.
-
- May 13, 2017
-
-
Andreas Gohr authored
-
- May 12, 2017
-
-
Andreas Gohr authored
-
Andreas Gohr authored
This fixes a problem with those tests in the most recent version of phpunit. I thought it was caused by the use of the deprecated var keyword, but some other weirdness was going on. This way it's more proper anyway.
-
Andreas Gohr authored
This should fix some tests on PHP 7.1. The work is far from done, we still have a lot of variables without proper accessibility defined.
-
- Mar 31, 2017
-
-
Andreas Gohr authored
loadAction() and checkAction() are now public and could be used within actionOK(). However some weird circular references prevent that. In addition, actionOK is also used to check for things that aren't Actions (yet) like 'rss' and 'top'.
-
Andreas Gohr authored
also fixes the tests
-
Andreas Gohr authored
Lots of FIXMEs and the routing isn't integrated, yet
-
Andreas Gohr authored
This is neither complete nor working, yet
-