1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-02 19:52:32 +02:00

11236 Commits

Author SHA1 Message Date
Achim Ennenbach
a7dca60d78 fixes : Added description to GDPR prefs
Added check in shortcode to disable the GDPR message in case the prefs are empty
2019-01-23 19:32:34 +01:00
Tijn Kuyper
f387fa149f Update link to uninstalled plugins page 2019-01-22 14:24:05 +01:00
Cameron
27d12c0ab6 PHP7 fixes 2019-01-18 14:07:59 -08:00
Cameron
221f12088b Issue PHP7 Fixes. 2019-01-17 13:20:56 -08:00
Cameron
68a4aaea16 Issue PHP 7 2019-01-17 12:59:20 -08:00
Cameron
bce677757c Fix for Admin Panel buttons. 2019-01-17 11:50:47 -08:00
Cameron
4e5dacf4d2
Merge pull request from SimSync/fix_3625
Issue : 'Z' and 'z' formats excluded on windows systems
2019-01-17 11:29:21 -08:00
Tijn Kuyper
ff275cbeb6 - improve debug log message 2019-01-17 15:37:53 +01:00
Achim Ennenbach
4ef97f2812 issue : 'Z' and 'z' formats excluded on windows systems 2019-01-17 12:44:33 +01:00
Tijn Kuyper
82c5c22e57
Merge pull request from SimSync/fix_3619
issue : Missing moderator ids on forum move
2019-01-16 21:54:39 +01:00
Achim Ennenbach
ae822adfcc issue : switched error message to LAN_NO_PERMISSIONS 2019-01-16 19:09:53 +01:00
Cameron
480de539b0
Merge pull request from SimSync/fix_3277
issue : fixed conditional for user_forum_topic_created_probationary event
2019-01-16 10:03:37 -08:00
Cameron
b8b1727774
Merge pull request from arunshekher/enhancement/forum-report-event-data-enrichment
Enhance 'user_forum_post_report' event data set and Fix 'user_forum_post_report' notification email not sent bug.
2019-01-16 10:02:13 -08:00
Cameron
aa5929e02d
Merge pull request from SimSync/fix_3579
fixes  shortcodes, lans for GDPR links on signup page.
2019-01-16 10:01:21 -08:00
Cameron
3dd186592f
Merge pull request from SimSync/fix_3601
Fixes  wrong user link
2019-01-16 10:00:58 -08:00
Achim Ennenbach
e30d901259 issue : fixed conditional for user_forum_topic_created_probationary event 2019-01-16 11:58:26 +01:00
Achim Ennenbach
ce4c96d193 issue : check $this->post for being empty instead of being set 2019-01-16 11:44:11 +01:00
Cameron
58efb74d4d Issue Date handler computeLapse() method rewrite. 2019-01-15 20:30:18 -08:00
Cameron
9fc5d9e921 Issue PHP 7 compatibility 2019-01-15 09:16:37 -08:00
Cameron
8c9e6f1370 Optimized Admin Control Panel code. 2019-01-15 08:55:34 -08:00
Cameron
f727660ed9 Fix for missing buttons in Admin Panel. 2019-01-14 17:40:12 -08:00
Achim Ennenbach
995702f5c6 issue : Missing moderator ids on forum move
In case the post id is not set use the thread id to look
for the moderator ids
2019-01-14 12:38:01 +01:00
Cameron
4becf60d28 More plugin class optimization 2019-01-13 14:08:46 -08:00
Cameron
c63574c07d Optimized plugin class initialization 2019-01-13 13:50:49 -08:00
Cameron
07ad8feba8 Expanded buildAddonPrefLists() to rebuild lan_global_list as well (Used during Plugin Scan) 2019-01-13 13:30:58 -08:00
Cameron
96a4dc3683 Issue Tweaked 2019-01-13 12:40:25 -08:00
Cameron
0df3fa4672 Admin-UI: Improved rendering of required fields. 2019-01-13 12:30:17 -08:00
Arun S. Sekher
dfa8ae8ed5 Enrich 'user_forum_post_report' event data set with useful data.
Fix a bug which prevented 'user_forum_post_report' notification email being sent successfully by e107 'notify' handler.
2019-01-13 23:39:04 +04:00
Tijn Kuyper
df8ff0f5c0 Merge branch 'master' of https://github.com/e107inc/e107 2019-01-13 13:11:05 +01:00
Tijn Kuyper
7cfcaee1d0 - Allow admin login with email address 2019-01-13 13:10:57 +01:00
Tijn Kuyper
254f56a449
Render help text in Admin Area in correct language
Admin Area language setting ($pref['adminlanguage']) rather than Frontend language setting (e_LANGUAGE or $pref['sitelanguage'])
2019-01-12 18:12:26 +01:00
Achim Ennenbach
6ce8972337 fixes shortcodes, lans for GDPR links on signup page.
Added shortcodes and lans to display GDPR links on signup page.
Updated signup template
2019-01-12 18:09:35 +01:00
Achim Ennenbach
54a46dc98c fixes legacy urls
changed legacy urls to new e107::url() method
2019-01-12 17:21:40 +01:00
Achim Ennenbach
3d57bb9947 fixes wrong user link
Removed unused vars and fixes userid extraction
2019-01-12 16:40:05 +01:00
Cameron
b22498e3e4
Merge pull request from Jimmi08/patch-10
Issue  forum dropdowns partial fix.
2019-01-11 12:20:29 -08:00
Cameron
9cfea8343d
Merge pull request from Jimmi08/patch-11
Issue  forum dropdown partial fix
2019-01-11 12:20:05 -08:00
Cameron
cb02f705b6 Issue Improved updating of plug_installed pref and reading of InstallRequired plugin.xml attribute 2019-01-11 11:40:33 -08:00
Tijn Kuyper
e8f8b692e3 - date handler LAN fix 2019-01-11 11:47:00 +01:00
Tijn Kuyper
01263ef497 Fixes - Check for past/future difference in toDate()
and code clean-up
2019-01-11 11:39:20 +01:00
Jimako
87d02d86e7
partfix forum dropdown fix 2019-01-11 11:12:10 +01:00
Jimako
c87220bcc0
partfix forum dropdowns 2019-01-11 11:03:56 +01:00
Tijn Kuyper
0445f9fa6c
Merge pull request from Jimmi08/patch-9
fixes  newsletter plugin - missing translations
2019-01-11 10:52:17 +01:00
Jimako
2bf9af81b2
newsletter plugin - missing translations
fix 
2019-01-11 09:28:33 +01:00
Tijn Kuyper
23b85145ab
Fixes - Check UE field for read permission 2019-01-10 21:46:45 +01:00
Cameron
3f2a551147 Issue fix typo 2019-01-10 08:54:35 -08:00
Cameron
66ecb17477 Fixes e_user_list 2019-01-10 08:50:58 -08:00
Cameron
85ac672372 Issue e_user_list possible fix. 2019-01-10 08:29:30 -08:00
Tijn Kuyper
1a40b80915 Make sure mysql_* functions are available, otherwise use PDO 2019-01-10 17:22:49 +01:00
Cameron
be0af523da Issue Should correct blank modal with PHP 7 problem. 2019-01-07 16:46:01 -08:00
Cameron
359c162888
Merge pull request from Jimmi08/patch-6
mistypo in css  causing W3C validation error.
2019-01-06 11:06:39 -08:00