Cameron
6c682dffae
Issue #3232 Correct user search of extended fields. (set field 'data' to 'str')
...
Fixes #3677 Wrong message displayed.
2019-03-19 15:11:36 -07:00
Cameron
81687565d6
Tweak preg_replace, added randomKey() method test.
2019-03-19 12:17:30 -07:00
Cameron
95d63cd166
Added debug info for Issue #3724
2019-03-19 12:15:23 -07:00
Cameron
810fb81d78
Fix for drag-n-drop sorting and PHP 7.3 fixes.
2019-03-19 12:01:51 -07:00
Cameron
863cb3858d
Tweak theme test
2019-03-18 13:01:42 -07:00
Cameron
5a35a4887d
checkbox tests
2019-03-18 12:27:27 -07:00
Cameron
a6c21fdf21
Merge branch 'master' of https://github.com/e107inc/e107-test
2019-03-18 12:11:12 -07:00
Cameron
8dfe768459
e_signup_classTest and UserHandlerTest placeholders.
2019-03-18 12:10:10 -07:00
Deltik
832792cdfc
Removed comment about skipping a test case
2019-03-18 05:17:17 -05:00
Achim Ennenbach
a0ed703608
updated testRenderElement() for updated e_form::checkboxes()
...
requires PR https://github.com/e107inc/e107/pull/3730 to be merged
to succeed
2019-03-17 17:23:07 +01:00
Cameron
c4c661cfac
Fixes #3715 Prevent error when load() is missing from e_admin.php
2019-03-12 11:16:43 -07:00
Cameron
a32b6bffd9
e_print scan added.
2019-03-11 16:30:01 -07:00
Cameron
fdc231112e
Draft e_print.php file added.
2019-03-11 16:27:58 -07:00
Tijn Kuyper
e193be91bd
Fixes #3719 - Add check for membersonly splash page
2019-03-10 12:11:30 +01:00
Cameron
734a544f08
Tweak for iframe with multi-language
2019-03-08 12:55:09 -08:00
Cameron
7846ce551f
Merge branch 'master' of https://github.com/e107inc/e107-test
2019-03-08 12:14:25 -08:00
Cameron
0b1978a5d0
userclass tests.
2019-03-08 12:13:16 -08:00
Cameron
94bdbfa7e2
Fix for check_class tests.
2019-03-08 12:10:28 -08:00
Nick L
c484cad8d3
Merge pull request #20 from SimSync/user_class
...
Added tests for ucAdd and ucRemove
2019-03-07 14:14:41 -06:00
Achim Ennenbach
43dc710e1a
Added tests for ucAdd and ucRemove
2019-03-07 21:10:43 +01:00
Cameron
d05d4f6406
Fixes #3712
2019-03-06 12:10:53 -08:00
Cameron
bbeb24bf85
Merge branch 'master' of https://github.com/e107inc/e107-test
2019-03-06 11:22:13 -08:00
Cameron
ef4706c094
toIcon() test added.
2019-03-06 11:20:28 -08:00
Cameron
21a213662c
Admin-ui: Moved "help" tool-tip to the left to avoid clashes with datepicker etc.
2019-03-05 17:00:03 -08:00
Cameron
b5032c2477
Issue #3695 e_admin addon - list mode with custom methods fixed.
2019-03-04 12:41:10 -08:00
Tijn Kuyper
a56c4f91a2
Update theme layout test (test will fail)
...
To illustrate the user.php vs usersettings.php issue. Test will fail.
2019-03-04 09:42:05 +01:00
Cameron
037c7c67ff
Fixes batch process issue under PHP 7.3
2019-03-03 13:08:02 -08:00
Cameron
4e07b87e37
Fixes #3695 Added e_admin interface and method to load data for 'list' view of admin-ui. (subject to change)
2019-03-03 12:33:20 -08:00
Cameron
5b9d334530
Bootstrap 4 fixes.
2019-03-02 13:22:46 -08:00
Cameron
f915d66cf8
More checks on check_class()
2019-03-02 11:21:04 -08:00
Cameron
5efcfc2074
Minor performance increase.
2019-03-02 11:03:17 -08:00
Cameron
2e7c9818df
Extra tests for toDB()
2019-03-02 10:55:14 -08:00
Cameron
411c7c40d4
Fixes #3710 toDB() fix.
2019-03-02 10:51:05 -08:00
Cameron
4435e6a66b
Remove debug info
2019-03-02 10:26:12 -08:00
Cameron
748d0e88e5
Extra tests for getThemeLayout()
2019-03-02 10:20:24 -08:00
Cameron
bd4348f162
getThemeLayout() improvement for when exact match is used.
2019-03-02 10:17:27 -08:00
Cameron
012d1fa788
Extra tests. getThemeLayout currently failing
2019-03-02 10:12:51 -08:00
Cameron
a7d047498e
PHPDoc fixes.
2019-03-02 10:09:16 -08:00
Cameron
7aaf09a6d2
Fix array handling in toDB() and improved performance for simple integers.
2019-03-02 10:07:07 -08:00
Cameron
943ea1ddd7
Replace usage of deprecated updateArray() method.
2019-03-02 08:49:42 -08:00
Cameron
64bab92d68
Issue #3707 update() query issue in checkBan() method.
2019-03-02 08:17:01 -08:00
Cameron
6bba285eee
preparations for userclass ucAdd test.
2019-03-02 08:00:53 -08:00
Cameron
4beaffd103
Merge pull request #3707 from SimSync/fix_3657
...
Fixes #3657 : Userclass is reset on all user accounts to the one public userclass "Newsletter"
2019-03-02 07:56:20 -08:00
Cameron
30c5553dbd
Bootstrap 4 fixes.
2019-03-02 07:47:37 -08:00
Achim Ennenbach
e356c3aa1d
fixes #3657 : In case a user with user_class e_UC_NEWUSER logged in and
...
was ready to be "promoted" to a "normal" user, the e_UC_NEWUSER should
be removed. Unfortunately, the db:update() function was used in the
wrong way.
The third argument of update() function is for debugging
purposes and NOT used for the WHERE clause.
Therefore the query was run without WHERE, which resulted into applying
the new classes to all users....
2019-03-02 09:47:19 +01:00
Cameron
749fd506e0
Issue #3676 Missing "required" marker on signup
2019-03-01 20:01:40 -08:00
Cameron
dea967a952
Improved plain text sanitation
2019-03-01 16:36:37 -08:00
Cameron
4804da2b62
test for toDB();
2019-03-01 16:35:15 -08:00
Cameron
644059bfdd
Test for uc_select() will empty values.
2019-03-01 12:32:59 -08:00
Cameron
a457863c56
Issue #3202 uc_select() was not respecting default value.
2019-03-01 11:12:54 -08:00