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
Cameron
614711ff21
Database: Prevent gaps in PRIMARY index when using DUPLICATE_KEY_UPDATE with insert() method.
2019-02-25 18:51:49 -08:00
Cameron
e885088830
Admin-UI: Schedule/Cron filtering was not functioning correctly.
2019-02-25 17:47:19 -08:00
Cameron
91ff23ea5f
Fixes #2163 - Set the Media-Manager default category to _common_image
2019-02-24 13:01:45 -08:00
Cameron
08004d56a7
db-verify make sure the correct ENGINE is used when fixing a missing table.
2019-02-24 12:17:03 -08:00
Cameron
5abe07678b
Test for prepareResults() method and getFixQuery.
2019-02-24 12:15:36 -08:00
Cameron
e52a660f24
Cleanup
2019-02-24 11:35:51 -08:00
Cameron
d994785e63
Removed false-positive when an SQL file uses type JSON
...
Moved comparison processing into separate method. prepareResults()
2019-02-24 11:35:32 -08:00
Cameron
af7714be93
Minor styling fix.
2019-02-22 15:37:05 -08:00
Cameron
6237a92519
Add notice to newforumposts_main
2019-02-22 15:11:19 -08:00
Cameron
fb30733905
Issue #3321 FontAwesome 5 support added (not CDN yet). See bootstrap4/theme.xml
2019-02-22 14:59:45 -08:00
Cameron
5dc45298f6
Issue #3559 , Fixes #3589 , Issue #2982 , Issue #2927 Replace all glyphicons with FontAwesome.
2019-02-22 14:56:47 -08:00
Cameron
9e6c2a79f0
Issue #3657 Add update limits on user_class changes throughout.
2019-02-22 11:10:05 -08:00
Tijn Kuyper
2c17c4ff9c
#6 - Add some generic LAN frontend
...
Was already available in admin
2019-02-22 13:50:25 +01:00
Cameron
fb8bd297e2
e_signup_class added (for future use)
2019-02-21 18:33:46 -08:00