1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00
Commit Graph

12153 Commits

Author SHA1 Message Date
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
Tijn Kuyper
53b9714e6b Fixes #1541 - fixed some PHP notices 2019-02-27 16:18:03 +01:00
Cameron
0c537aaf0d Cleanup 2019-02-26 15:54:51 -08:00
Cameron
a6a5f84bc2 FontAwesome5 support in toGlyph(); 2019-02-26 15:03:29 -08:00
Cameron
8607d9454b expand getGlyphs() to include FontAwesome5 2019-02-26 14:45:28 -08:00
Cameron
60647dc5f8 Made getThemeLayout() more flexible. 2019-02-26 13:56:07 -08:00
Cameron
1dbc90143f Case cleanup toHtml() should be toHTML() 2019-02-26 12:22:36 -08:00
Cameron
ad94ebc734 Fixed default siteurl value. Added test for e107::url() 2019-02-26 10:49:47 -08:00
Achim Ennenbach
dc675c66e4 fixes e107org/vstore#99: Difference between MariaDB and MySQL on
command TABLE CREATE returns CURRENT_TIMESTAMP w/o brackets
Updated method db_verify::diffStructurePermissive() to correct
the given sql table definition.
2019-02-26 18:52:32 +01:00
Tijn Kuyper
beb1734681 Tweak bootstrap check
Allow for BS4 as well
2019-02-26 17:02:46 +01:00
Tijn Kuyper
8db031e825 #3694 - Update help text 2019-02-26 15:18:46 +01:00
Tijn Kuyper
58e3cf5d6e #3694 - Update user help text 2019-02-26 14:59:58 +01:00
Tijn Kuyper
2e9c16db99 #3694 - Typo 'perms' to 'perm' to properly check permissions 2019-02-26 14:44:13 +01:00