1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-02 00:45:03 +02:00

11392 Commits

Author SHA1 Message Date
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
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
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
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
Tijn Kuyper
9568f5c888
#2980 - Add ID to user.php list 2019-02-21 18:20:19 +01:00
Tijn Kuyper
f7384fbcef
Upgrade CDN Bootstrap 4 library to latest version (4.3.1) 2019-02-21 11:25:55 +01:00
Cameron
fbfdedceb9 Fixes #3193, Fixes #3238 Orphaned plugin entries in db table after manual removal/rename. 2019-02-20 13:31:42 -08:00
Tijn Kuyper
87783549b8
Upgrade Bootstrap 4 library to latest version (4.3.1) 2019-02-20 12:25:16 +01:00
Cameron
bda78c39cc Moved deprecated method to traits file. 2019-02-18 13:08:46 -08:00
Cameron
7c9ceb79bf For the max() method when using $where 2019-02-18 12:54:43 -08:00
Cameron
f128b13824 Issue #3668 PHP 7.3 compatibility fix. 2019-02-17 15:37:13 -08:00
Cameron
bc520274cb PHPDoc fix 2019-02-17 14:27:14 -08:00
Cameron
b2fffa7838 Issue #3678 PDO fix for copyRow() with unique field keys. 2019-02-16 12:40:25 -08:00
Cameron
bf0d60a15c Fix for isHtml() 2019-02-14 14:57:05 -08:00
Cameron
db849f9fd7 Fixes #3676 - 'required' was not displayed on extended user fields. 2019-02-14 14:30:13 -08:00
Cameron
8c483494ce
Merge pull request #3664 from SimSync/fix_3663
fixes #3663: 1.custompages are "deleted" for the current selected layout
2019-02-14 14:07:12 -08:00
Cameron
6719a3d491
Merge pull request #3671 from SimSync/fix_3656
Issue #3656: Tinymce shows Mediamanager icons on quick-reply
2019-02-14 14:06:52 -08:00
Cameron
a6b9b92c9e Improve debug message. 2019-02-14 14:05:44 -08:00
Cameron
f5b16b5afb Closes #3674 PDO Don't overwrite e_db_pdo::$mySQLlastQuery with _getMySQLaccess() 2019-02-13 21:26:17 -08:00
Cameron
25c9a44a87 Fix for db_FieldList(); 2019-02-13 15:54:04 -08:00
Cameron
af50dcc5ff Minor fix 2019-02-13 14:06:00 -08:00
Cameron
a4c6fd8b5b Removed globals 2019-02-13 13:54:05 -08:00
Cameron
f34eeaf369 Refined debugging of PDO queries. 2019-02-13 11:35:28 -08:00
Cameron
c5d1e6876b copyRow() error check fix. 2019-02-13 11:16:48 -08:00
Cameron
c45ed85c5c db_Fetch() e_LEGACY_MODE permanently removed. Old plugins should use $sql->fetch('both'); if this is still required. 2019-02-13 10:31:28 -08:00
Cameron
a8d1541b9d Check for e_LEGACY_MODE moved to db legacy class. 2019-02-12 10:07:00 -08:00
Cameron
f5f2212b54 code cleanup 2019-02-11 17:55:16 -08:00
Cameron
3eec3d6029 Fix for BC constants. 2019-02-11 17:18:30 -08:00
Cameron
db4f82ba2f set default null value 2019-02-11 17:15:00 -08:00
Cameron
645ad037f5 More code cleanup 2019-02-11 16:56:37 -08:00
Cameron
762c8b5a1a Code cleanup 2019-02-11 16:32:41 -08:00