1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

12802 Commits

Author SHA1 Message Date
Cameron
faed5e5d46 Fixes #3681 - removed unused flood protect pref. 2020-11-28 11:47:19 -08:00
Cameron
9b2df7e951 Issue #4266 Removed old commented-out code. 2020-11-27 15:48:04 -08:00
Nick Liu
4021f403c6
Xdebug 3 compatibility 2020-11-26 15:32:53 +01:00
Cameron
1f75bb1180 Plugin Builder: improved handling of decimal fields. Added a 'readonly' checkbox to table field options. 2020-11-18 14:17:26 -08:00
Nick Liu
7c2860bec2
Composer 2 compatibility: Installed package manifest format change 2020-11-02 13:05:10 -06:00
Cameron
05df0716d5 Fixes #4252 - User list limit of 50 was failing. 2020-11-02 11:00:48 -08:00
Cameron
0e98d8d059
Merge pull request #4255 from Jimmi08/patch-3
Fixes #4254 Missing tablerender ID for coppa fail
2020-11-02 10:45:56 -08:00
Cameron
a9084944d2 Fixes #4257 - Plugin Builder field type detection fix. 2020-11-02 10:41:39 -08:00
Cameron
30330bcaaa Fixes #4259 - Manual plugin upload. 2020-11-02 10:36:07 -08:00
Cameron
cc223aa7f6 Fixes #4262 - Inaccurate "include" path debug message. 2020-11-02 10:30:41 -08:00
Nick Liu
3587075b96
Fix phpDocumentor 3 syntax errors 2020-10-06 01:15:51 -05:00
Jimako
6c774f0bee
#4254 fix missing tablerender ID for coppa fail 2020-10-04 11:36:07 +02:00
Cameron
80f0899771 Fix for Table alias detection failure when using more than 1 alias character. 2020-10-01 18:34:54 -07:00
Jimmi08
f4b8289647 AbanteCart Alt Auth Support 2020-10-01 11:06:37 +02:00
Nick Liu
043bc702e5
Fixed all PHP syntax errors 2020-09-28 20:59:12 -05:00
Nick Liu
317f4f2a04
Removed intentionally malicious code from e_fileTest.php
To eliminate a malware scan false positive

Related: #4248
2020-09-28 02:16:38 -05:00
Cameron
49c1a0eb10
Merge pull request #4238 from Deltik/fix-4236
Fixes #4236 Don't populate e_user_model as a logged in user if the password is wrong
2020-09-17 12:43:22 -07:00
Nick Liu
4fbf4a93ca
Do not trigger user_login event if authentication fails
Related: #4236
2020-08-25 00:24:31 -05:00
Nick Liu
55882c75cb
Do not populate e_user_model as a logged in user if login failed
Fixes: #4236
2020-08-24 23:40:25 -05:00
Cameron
daf77daa21 Fixes Issue #4229 - Online language packs not displaying if version contains "-rc1" 2020-08-19 10:06:53 -07:00
Cameron
c0306cc5fe
Merge pull request #4230 from Jimmi08/patch-1
Fix for: Parse error: syntax error, unexpected end of file
2020-08-17 11:20:36 -07:00
Cameron
69ca0b38cf
Merge pull request #4231 from Jimmi08/patch-2
Fix for: Parse error: syntax error, unexpected end of file
2020-08-17 11:19:59 -07:00
Cameron
c1ed847957 Fixes Issue #4220 - 'email_item_class' preference was not saving. 2020-08-17 11:15:56 -07:00
Jimako
677397fdb4
Fix for: Parse error: syntax error, unexpected end of file 2020-08-17 10:06:38 +02:00
Jimako
3c9f30506d
Fix for: Parse error: syntax error, unexpected end of file 2020-08-17 09:37:03 +02:00
Cameron
77baec4f06 Corrected typo on pre/postFilterMarkup 2020-08-14 10:20:09 -07:00
Cameron
be958eb708 Allow SEF-URL generation to function in CLI mode without 'e_MOD_REWRITE' enabled. (must still be 'active' in prefs) 2020-08-12 14:09:42 -07:00
Cameron
d0823f1b50 Schedule task was failing when multiple tab items were selected/saved. 2020-08-12 13:24:50 -07:00
Cameron
09c3a189c6 Updated to avoid "headers already sent" errors. Thank you @Deltik 2020-08-12 11:43:03 -07:00
Nick Liu
ef819f6c30
Prevent multiple includes of ThumbLib
Fixes this error:

```
Constant THUMBLIB_BASE_PATH already defined
 /e107/e107_handlers/phpthumb/ThumbLib.inc.php:31
 /e107/e107_handlers/media_class.php:1943
 /e107/e107_handlers/mail.php:1269
 /e107/e107_handlers/mail.php:654
 /e107/e107_handlers/mail.php:976
 /e107/e107_tests/tests/unit/e107EmailTest.php:61
```
2020-08-11 19:08:31 -05:00
Cameron
0c8668ee51 PHP Error removal when using CLI. 2020-08-11 09:57:39 -07:00
Cameron
38cdc473fb Removed redundant PHP tags from LAN files. 2020-08-11 09:36:21 -07:00
Cameron
370fdb13f6 Test fixes. Email arraySet() test added. 2020-08-11 08:30:00 -07:00
Cameron
0f02e9a9a2 Removed some PHP notices occurring in CLI mode. 2020-08-10 18:13:59 -07:00
Cameron
e1593de8ee Removed redundant PHP closing tags. 2020-08-10 15:49:44 -07:00
Nick Liu
f655847997
e_db_pdo: DSN consistency (fixes backup function)
e_db_pdo::backup() now supports MySQL servers with custom ports

Fixes: #4225
2020-08-04 09:28:48 -05:00
Cameron
24087bde29 AdminUI: Display ID number in create/update message. 2020-07-23 11:38:23 -07:00
Nick Liu
aee67c1399
MySQL 8.0.17+ support: INT types no longer return a width specification
Fixes: #4216
2020-07-16 17:30:57 -05:00
Nick Liu
3fcbcd34c0
More accurate version generator in e107_make.php build script
No longer trips up on hyphens in the tagged releases
v2.3.0-rc1
2020-07-08 14:44:50 -05:00
Cameron
b0376d7689 Changed ver.php back to (git) 2020-07-08 11:36:56 -07:00
Cameron
5284996daa Removed Bitcoin from README
Updated ver.php to v2.3.0 (rc1)
2020-07-08 11:30:06 -07:00
Cameron
d1c235a558 Closes #4208 - Open Premium Theme URL in a new window. 2020-07-07 11:33:37 -07:00
Cameron
23f6a52f08 Issue #4206 - news category menu {active} shortcode typo fix. 2020-07-03 13:49:12 -07:00
Cameron
07f92d92cc Issue #4207 - SQL Insert error 2020-07-03 12:30:30 -07:00
Cameron
d516986c8a Session Save Method set to 'db' as default. 2020-07-02 12:11:50 -07:00
Cameron
7869edf295 Fixed encoding issue. 2020-07-02 11:50:25 -07:00
Cameron
4ce699b380
Merge pull request #4011 from Deltik/fix-4010
Support NGINX $host in Downloads hotlink protection
2020-07-02 10:55:31 -07:00
Cameron
99016f5b4a Fix for error: session_start(): Failed to decode session object under some circumstances when 'db' method is used.
'session' set as default user tracking.
2020-07-01 13:02:58 -07:00
Cameron
582bd3f72c Fixes #4200 - check theme version is compatible and disable installation if necessary. 2020-07-01 13:00:34 -07:00
Cameron
5f58f8f59d
Merge pull request #4043 from yesszus/patch-1
Issue #6 LAN Corrections.
2020-07-01 11:36:45 -07:00