1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-17 20:01:47 +02:00
Commit Graph

13015 Commits

Author SHA1 Message Date
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
Cameron
8e5fd33494 Merge pull request #3697 from SimSync/fix_current_timestamp
fixes e107inc/vstore#99: Difference between MariaDB and MySQL table def
2019-03-01 08:47:11 -08:00
Cameron
c8a975d073 BS4 examples 2019-03-01 08:46:03 -08:00
Cameron
a2d5b9c31e Improved getThemeLayout() method. 2019-02-28 14:20:33 -08:00
Cameron
cd4d8fbde6 Enhanced getThemeLayout() test. 2019-02-28 14:14:14 -08:00
Cameron
88afb3f01d Move shuffle setting. 2019-02-28 14:13:38 -08:00
Cameron
039247097c Fixes #3443 Password reset now last 10 minutes and link doesn't expire until after this time. 2019-02-28 12:27:43 -08:00
Cameron
f2616276d2 makeClickable test. 2019-02-28 10:33:19 -08:00
Cameron
8dbea39e0a Fixes #3699 makeClickable issue on PHP 7.3 2019-02-28 10:32:12 -08:00
Tijn Kuyper
a6476e680e userpicker() - make sure the $options parm is also passed along 2019-02-28 16:41:46 +01:00
Tijn Kuyper
1897fc8f42 Tweak bootstrap check
(also take into account BS4)
2019-02-28 14:51:04 +01:00
Tijn Kuyper
40ada7e157 Added more tests (showing the /user vs /usersettings.php issue)
/usersettings.php will fail
2019-02-27 20:28:35 +01:00
Cameron
71c7c8bc66 toGlyph, getThemeLayout(), getGlyph() 2019-02-27 10:16:16 -08:00