Cameron
78b95a54b6
Code-cleanup and safestr
2019-03-19 15:12:17 -07:00
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
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
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
94bdbfa7e2
Fix for check_class tests.
2019-03-08 12:10:28 -08:00
Cameron
d05d4f6406
Fixes #3712
2019-03-06 12:10:53 -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
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
5efcfc2074
Minor performance increase.
2019-03-02 11:03:17 -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
bd4348f162
getThemeLayout() improvement for when exact match is used.
2019-03-02 10:17:27 -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
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
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
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
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
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
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