1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-19 13:37:09 +01:00

4486 Commits

Author SHA1 Message Date
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
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
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
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
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
Cameron
fb8bd297e2 e_signup_class added (for future use) 2019-02-21 18:33:46 -08:00
Cameron
8f19149adf Code cleanup
PDO class accepts bind params with select() method.
2019-02-21 17:29:49 -08:00
Cameron
b03611922f Global fix and PHP Doc fix. 2019-02-21 12:06:56 -08:00