Nick Liu
524229ba0b
Fixed a bunch of PHP 7.4 syntax errors
...
- FIX: Removed pointless (and invalid) destructor in LinkedIn::__destruct()
- FIX: All files that trigger this deprecation notice in PHP 7.4:
"Array and string offset access syntax with curly braces is deprecated"
2020-01-18 18:26:35 +01:00
Nick Liu
9506f98f69
Empty check for e_tohtml_linkwords::linksproc()
2020-01-18 16:35:20 +01:00
Nick Liu
509b9ff761
Type check for online_shortcodes::sc_online_member_user()
2020-01-18 16:35:16 +01:00
Nick Liu
b2bd6763de
Null checks for e107TinyMceParserTest
...
- FIX: Do not redefine e_ADMIN_AREA in parser.php
- FIX: Null checks for e107TinyMceParser
- FIX: Array type check for e_bbcode::imgToBBcode()
- FIX: Optional query string in e_parse::thumbUrlDecode()
- FIX: Don't redefine TINYMCE_UNIT_TEST
2020-01-18 11:05:08 +01:00
Cameron
d7451bdd3c
Merge pull request #3994 from Jimmi08/patch-4
...
Fixes #3993 outdated db methods
2019-12-28 12:03:38 -08:00
Cameron
b5f2cf2f9e
Merge pull request #3991 from Jimmi08/patch-2
...
Fixes #3984 Missing scenario with secondary source
2019-12-28 12:02:33 -08:00
Cameron
7e5b104f7e
Merge pull request #3990 from Jimmi08/patch-1
...
Fixes #3981 fatal error because non supported mysql function
2019-12-28 12:01:47 -08:00
Cameron
bcab5172e6
Merge pull request #3992 from Jimmi08/patch-3
...
#3982 fix for wrong user data while creating user
2019-12-28 11:59:21 -08:00
Tijn Kuyper
fb727a0086
Closes #4046 - Add batch copy function to banner plugin
2019-12-16 17:58:48 +01:00
Cameron
5cf54d07d2
Basic per-item search engine robots handling added to News and Pages.
2019-12-02 13:32:21 -08:00
Tijn Kuyper
7c54779e36
Forum - Fix LAN when error occurred when deleting a forum post
2019-11-27 16:49:32 +01:00
Tijn Kuyper
83fe2fa097
Banner plugin - code-cleanup (no functional changes)
...
Comment unused code
2019-11-27 15:54:47 +01:00
Tijn Kuyper
e45a358a3a
Import plugin - HTML import provider code clean-up
2019-11-26 10:17:55 +01:00
Tijn Kuyper
9102e275d4
#4027 - Move up PHP Tidy extension test
2019-11-26 10:17:35 +01:00
Tijn Kuyper
3ad316a87f
#4027 - HTML import, check for PHP Tidy extension
2019-11-26 09:56:15 +01:00
Gábor
f08f893cd0
Update admin_config.php
2019-11-01 09:45:05 +01:00
Gábor
ce432c690a
Update English_admin.php
2019-11-01 09:41:42 +01:00
Tijn Kuyper
c96053cbba
Closes #3864 - Added raw option for {DOWNLOAD_CAT_SUB_NAME} and {DOWNLOAD_CAT_SUBSUB_NAME}
2019-10-31 12:14:07 +01:00
Tijn Kuyper
1de3213d98
Revert " #3131 - Finally get rid of autocomplete when we don't want it"
...
This reverts commit 93d86dd99c
.
2019-10-30 15:47:43 +01:00
Tijn Kuyper
93d86dd99c
#3131 - Finally get rid of autocomplete when we don't want it
2019-10-30 15:46:59 +01:00
Tijn Kuyper
6ab3f53b6c
Added minimal validation when creating new forum
2019-10-30 15:05:01 +01:00
Tijn Kuyper
23c0f882dc
#3864 - Allow class styling to download next/prev shortcodes
2019-10-30 14:40:29 +01:00
Jimako
485fd7b8a8
#3993 fix outdated db methods
2019-10-29 18:09:10 +01:00
Jimako
e523a11f30
#3982 fix for wrong user data while creating user
2019-10-29 17:58:04 +01:00
Jimako
729bf3868e
#3984 Fix for missing scenario with secondary source
2019-10-29 17:54:34 +01:00
Jimako
ee6269ae7f
#3981 fix for fatal error because not supported mysql function
2019-10-29 17:52:19 +01:00
Tijn Kuyper
e470f4b786
#3270 - Download meta description
2019-10-29 16:58:03 +01:00
Tijn Kuyper
46f01e17bf
Fixes #3270 - Download meta description limit and formatting
2019-10-29 15:33:54 +01:00
Tijn Kuyper
389f08d216
Fixes #2601 - Download plugin round filesize
2019-10-29 15:23:27 +01:00
Tijn Kuyper
0afc014a13
Fix individual reported forum posts delete button
2019-10-29 14:50:40 +01:00
Tijn Kuyper
c394560fe3
PHP warnings clean-up
2019-10-29 14:50:24 +01:00
Tijn Kuyper
104dbed53d
#3622 - Fix individual deletion of broken dowload reports
2019-10-29 14:50:06 +01:00
Tijn Kuyper
b01f5cbb19
Make sure user has appropriate rights to report a broken download
...
Prevents 'spam' broken download reports
2019-10-29 12:56:57 +01:00
Tijn Kuyper
8a27ac2b31
#3622 - Rewrite e_notify and e_dashboard check
2019-10-29 11:20:22 +01:00
Tijn Kuyper
ef2a831132
#3622 - add e_notify check for download plugin
2019-10-28 20:52:47 +01:00
Tijn Kuyper
30302dbbfc
#3622 - Broken downloads clean-up
2019-10-27 22:28:00 +01:00
Tijn Kuyper
1b9251e75f
Fixes #3622 - Reported broken downloads reworked
...
- Moved away from e107_admin/message.php to its own place in the Downloads admin area.
- Notification of broken downloads now controlled by e_notify (see Admin Area > Settings > Notify)
- Updated notification message
- Added e_dashboard addon to show latest status on broken download reports
2019-10-27 21:40:59 +01:00
Tijn Kuyper
01337f5010
Fix admin dashboard link to reported forum posts
2019-10-27 21:30:45 +01:00
Tijn Kuyper
ae1f89b88b
Minor fix in reported forum posts (topic name instead of report contents)
2019-10-27 21:01:20 +01:00
Tijn Kuyper
abcce8639d
#3622 - Get rid of old download_mail pref
...
No longer needed now that we have e_notify
2019-10-27 18:55:23 +01:00
Tijn Kuyper
59e8d0762a
#3622 - Download plugin LAN clean-up
2019-10-27 18:24:43 +01:00
Tijn Kuyper
e5f024e669
#3622 - Download plugin - moving 'Report Broken Download' to e_notify
...
Work in progress:
- Convert previous 'download_email' pref
- Move broken download list to download plugin admin /e107_admin/message.php
2019-10-27 18:20:59 +01:00
Tijn Kuyper
1322eef97c
Linkwords - Add some validation / required fields
2019-10-27 16:45:45 +01:00
Tijn Kuyper
550a25f9cf
Linkwords - deprecated e_help.php and LAN clean-up
2019-10-27 16:37:03 +01:00
Tijn Kuyper
ab7cd3bb58
Linkwords - code-clean-up (no functional changes)
...
Tabs, spacing, readability
2019-10-26 18:42:25 +02:00
Tijn Kuyper
01adf399bb
Banner e_help to Admin UI
2019-10-26 15:59:05 +02:00
Tijn Kuyper
6a8b7cb455
FAQs e_search code clean-up
2019-10-26 15:42:43 +02:00
Tijn Kuyper
9512838c60
SEF URL for Downloads frontpage
2019-10-26 15:39:24 +02:00
Tijn Kuyper
b9af475ecb
SEF urls for download search results
2019-10-26 15:39:10 +02:00
Tijn Kuyper
3c662519fe
Download e_search.php code clean-up
2019-10-26 15:26:18 +02:00