Cameron
f148e20837
Moved library loading into class2. Fixes Fontawesome not loading early enough when added via theme.xml (with forum and possibly other parts of e107). Added the FONTAWESOME constant to Paths/Variables debug output.
2019-04-11 10:47:50 -07:00
Cameron
da0bc6dcb9
Admin-ui Allowed for searching of multiple words across different fields.
2019-04-09 16:52:29 -07:00
Cameron
c9aa5e188b
Moved e_menu_layout into menumanager_class.php and renamed tablestyle() before eval() parses it.
2019-04-06 15:37:45 -07:00
Cameron
3d9ed2b040
Theme layout (Visibility Filter) detection enhanced. Help information improved.
2019-04-06 12:11:05 -07:00
Tijn Kuyper
46828aaee1
Tweak $frm->radio() method (BS check and spacing)
2019-04-03 10:53:42 +02:00
Cameron
99a30594c3
Extended admin-ui error log messages.
2019-04-02 08:44:01 -07:00
Cameron
0956a2162b
Extended log error info
2019-04-02 08:38:37 -07:00
Cameron
1fb1a4468b
Merge pull request #3769 from Deltik/fix-3768
...
Improved portability of db_verify::getPrevious()
2019-04-02 08:24:22 -07:00
Cameron
3fef376cce
Extended admin-ui error log messages.
2019-04-02 08:22:53 -07:00
Cameron
05fda0cf1f
Fix for double-encoding in admin logs.
2019-04-01 12:27:03 -07:00
Deltik
1f824faa69
Renormalized all text file line endings
2019-03-29 19:13:32 -05:00
Deltik
0ade7bdc50
Improved portability of db_verify::getPrevious()
...
Now works in PHP 7 as it used to work in PHP 5
Fixes : #3768
2019-03-29 18:25:05 -05:00
Cameron
87b053c095
Improved theme layout detection
2019-03-26 12:05:42 -07:00
Cameron
7233638db1
Merge pull request #3734 from SimSync/fix_checkboxes
...
fixes e_form::checkboxes() not displaying labels properly
2019-03-26 11:21:42 -07:00
Cameron
904a13eec2
Merge pull request #3708 from SimSync/update_user_model
...
Switched add/remove user_class functions in e_user_model to make use of the unified functions
2019-03-26 11:20:51 -07:00
Achim Ennenbach
c2952a1239
fixes e_form::checkboxes() not displaying labels properly that contain a
...
'=' character.
Also overwrote any supplied options.
Line endings should be Unix LF (was Windows CRLF after rebase master ?!)
Another last try 3 ...?
2019-03-20 18:49:11 +01:00
Achim Ennenbach
322b5ba60d
Switched add/remove functions to make use of the unified functions
...
from the user_class class (user_class::ucAdd(), user_class::ucRemove())
Fixed some typo and removed missing template vars
2019-03-20 18:16:00 +01: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
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
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
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
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
a2d5b9c31e
Improved getThemeLayout() method.
2019-02-28 14:20:33 -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
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
Cameron
614711ff21
Database: Prevent gaps in PRIMARY index when using DUPLICATE_KEY_UPDATE with insert() method.
2019-02-25 18:51:49 -08:00