1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 05:11:42 +02:00

1014 Commits

Author SHA1 Message Date
Cameron
f5153bf640 Updating of deprecated method usage. Removal of old files. Log tests added. 2020-12-18 09:39:02 -08:00
Cameron
0e90d4aa66 Code optimization and cleaning 2020-12-17 13:13:29 -08:00
Cameron
42f0e902d4 Issue #4283 - Update deprecated sql method usage. Removed old code. 2020-12-17 05:52:54 -08:00
Cameron
44e260b121 Code cleanup and optimization 2020-12-14 16:21:48 -08:00
Cameron
d0feb76cef Issue #3291 - gSitemap upgrades to save table and table_id info for syncing on changes. (coming soon) 2020-12-09 15:12:56 -08:00
Cameron
afaac88003 PHP8 Compatibility and code cleanup. 2020-12-08 12:21:12 -08:00
Cameron
09fb747374 Code cleanup 2020-12-05 14:13:18 -08:00
Nick Liu
645e162253 Reduce NPath complexity in plugin_forum_viewforum_shortcodes
Method plugin_forum_viewforum_shortcodes::sc_newthreadbuttonx()
2020-11-30 12:55:04 +01:00
Nick Liu
f20052fa77 Fixed all unchecked usages of possibly undefined constant BOOTSTRAP 2020-11-30 12:55:04 +01:00
Nick Liu
f256b924ce Fix all PHP 8.0 test failures 2020-11-30 12:55:00 +01:00
Nick Liu
043bc702e5 Fixed all PHP syntax errors 2020-09-28 20:59:12 -05:00
Cameron
e1593de8ee Removed redundant PHP closing tags. 2020-08-10 15:49:44 -07:00
Cameron
8ac7f1fdf1 Cache added to newforumposts_menu.php. Fancybox 2.06b added to incompatible plugin list. (it loads an old version of jQuery) . Fix for BC replacement of newforumposts_main not rendering. 2020-05-06 13:33:01 -07:00
Cameron
def50c174d Upgrade and Backward Compatibility Fixes. 2020-05-05 15:11:49 -07:00
Cameron
8129d919c4 Issue #4079 - Code Cleanup. 2020-03-06 13:57:33 -08:00
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
Tijn Kuyper
7c54779e36 Forum - Fix LAN when error occurred when deleting a forum post 2019-11-27 16:49:32 +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
0afc014a13 Fix individual reported forum posts delete button 2019-10-29 14:50:40 +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
6dd2c7810a Revert "Use 'Anonymous' as username when no name was entered in anonymous forum post"
This reverts commit 05bf1ad645.
2019-10-24 16:46:11 +02:00
Tijn Kuyper
05bf1ad645 Use 'Anonymous' as username when no name was entered in anonymous forum post 2019-10-24 16:44:43 +02:00
Tijn Kuyper
5ed9f02b92 Forum e_frontpage - allow selection of a specfic forum as frontpage 2019-10-24 16:28:24 +02:00
Tijn Kuyper
eea2a552a3 #1343 - Fix forum notify checkbox functionality 2019-10-02 14:08:46 +02:00
Tijn Kuyper
1813ab65d0 #647 - Tweak forum JS to avoid PHP notice 2019-10-02 13:19:50 +02:00
Tijn Kuyper
c2965627b2 #647 - Tweak forum JS with poll plugin
Hide JS when poll is not active in forums
2019-10-02 12:54:53 +02:00
Tijn Kuyper
2ea454d2b9 Closes #718 - Add confirmation dialog when deleting forum topic or post 2019-10-02 12:20:31 +02:00
Tijn Kuyper
18243e7cdd Closes #3948 - Forum icons extra check added for consistency
Forum icons can be placed in the THEME/forum/images/icons folder (same as with PLUGIN/forum/images/icons structure)
2019-10-02 11:31:30 +02:00
Tijn Kuyper
e67cf48c84 Forum plugin - Fixed notification option not showing up 2019-10-02 11:07:00 +02:00
Tijn Kuyper
43b12c415d Fixes #176 - Forum email notification option was removed during forum upgrade (v1 to v2) 2019-10-02 11:06:30 +02:00
Tijn Kuyper
b4066cfed9 Forum plugin - remove unused pref for reporting forum posts
And updated help text

Related to #1028
240d509fd0
2019-10-02 10:51:59 +02:00
Tijn Kuyper
09bcac804a #3767 - Forum RSS feed notes (v1 DB structure) 2019-09-30 15:52:49 +02:00
Tijn Kuyper
f4c8fe1dfd #3767 - Fix RSS feed links in 'forumname' feed 2019-09-18 16:30:36 +02:00
Tijn Kuyper
f4836ae185 #3767 - Forum RSS feeds (anonymous user) 2019-09-17 14:38:24 +02:00
Tijn Kuyper
a19a5e310e #3767 - Forum RSS feeds work
All feeds should work now
2019-09-17 14:33:19 +02:00
Tijn Kuyper
c098ea6ae4 Fixes #3827 - forum ranks - avoid showing empty badge 2019-09-17 13:13:03 +02:00
Tijn Kuyper
dc85026196 #3767 - Forum RSS feed, clarify feeds descriptions 2019-09-04 17:01:30 +02:00
Tijn Kuyper
a5ddc93568 #3767 - fixing forum RSS feeds (work in progress)
More updates incoming
2019-09-04 16:54:17 +02:00
leo
dc639e9fec Update view_shortcodes.php
LAN number change due to particular textual use (button text for QUICK reply (post command) )
LAN 2006 is general for Post a reply..
2019-08-25 13:58:07 +02:00
Tijn Kuyper
8e331152e0 #3827 - check for rankInfo to prevent unwanted HTML output 2019-07-02 09:54:50 +02:00
Cameron
26ff074ee5 Issue #2970 Bootstrap 3 pull-left/right combined with Bootstrap 4 float-left/right. News Email/Print icon default styles added. 2019-06-17 12:27:53 -07:00
Cameron
1e6bf9df94 Added Forum breadcrumbs to {---BREADCRUMB---} 2019-06-15 10:20:32 -07:00
Tijn Kuyper
d53cba4e8e Forum admin clean-up 2019-06-06 16:18:54 +02:00
Tijn Kuyper
c24ade3b9c #3733 - Added new 'Forum icon' field
- Renamed forum image to  "Image" (LAN_IMAGE instead of LAN_ICON)
- Added new field forum_icon (LAN_ICON)
- Icon can be used / rendered using {FORUMICON} shortcode in template
- database update requires
- v1 to v2 update needs testing (will do shortly)
2019-06-06 16:02:46 +02:00
Cameron
1d4f1afc25 Removed $forum global . 2019-05-28 12:04:25 -07:00
Cameron
eb6401385e Code cleanup 2019-05-26 17:05:29 -07:00
Tijn Kuyper
6664e9d7ef Forum {SEARCH} updated to include placeholder 2019-05-21 12:32:02 +02:00