Arun S. Sekher
b76c83aeba
Add chatbox_menu_template.php and chatbox_menu_shortcodes.php,
...
Introduce shortcode/template combination to render avatars in chat.php
Changes:
- Add chatbox_menu_template.php and chatbox_menu_shortcodes.php files.
- Add bootstrap3 styling for some elements in chat.php list view markup.
- Cleanup chat.php and chatbox_menu.php code generally and to replace legacy database calls with current standard.
- Add logic to search and replace legacy chat icon source path with current icon path in $CHATBOXSTYLE
- Refactor retrieveUserDataByNick() method to use e107::user() method to retireve extended user data.
Succeeded Tests:
- Load chatbox_menu_template.php in {e_PLUGIN}/chatbox_menu/templates/chatbox_menu_template.php
- Load chatbox_menu_template.php in {THEME}/templates/chatbox_menu/chatbox_menu_template.php
2019-01-27 05:20:09 +04:00
Cameron
b19463b259
PHPDoc updates
2019-01-26 10:28:08 -08:00
Cameron
f003a092fc
Issue #3546 Filter elan during SEF URL and THEME_LAYOUT detection.
2019-01-26 09:11:21 -08:00
Cameron
85d8d6b44a
Reverted pull-request #3642 Fixes #3645
2019-01-26 09:01:04 -08:00
Cameron
f42bb9cde1
Merge pull request #3642 from SimSync/fix_3603
...
fixes #3603 : multiarray_sort returned only the last item in case the array keys are numeric
2019-01-24 17:21:28 -08:00
Cameron
62962b7716
Merge pull request #3640 from SimSync/fix_3639
...
fixes #3639 : Added description to GDPR prefs
2019-01-24 13:11:19 -08:00
Cameron
cd5b898f06
Merge pull request #3643 from SimSync/fix_3561
...
fixes #3561 : modified getTemplateInfo call to load info from templates
2019-01-24 11:47:20 -08:00
Cameron
9e09cf836e
Fixes #3546 Social network trackers now ignored during THEME_LAYOUT detection.
2019-01-24 11:38:11 -08:00
Achim Ennenbach
1b82862eb7
fixes #3561 : modified getTemplateInfo call to load info from templates
...
stored in the theme folder (theme/templates/news/news_template.php),
in case that template is defined.
2019-01-24 17:52:06 +01:00
Achim Ennenbach
bcd9853c6b
fixes #3603 : multiarray_sort returned only the last item in case
...
the array keys are numeric
2019-01-24 16:54:17 +01:00
Tijn Kuyper
524ed929f1
Make copyright year dynamic in credits
2019-01-24 16:30:01 +01:00
Achim Ennenbach
dada080d12
fixes #3639 : Fixed GDPR info lan
2019-01-24 13:27:38 +01:00
Cameron
9c4dbcab91
Moved THEME_LAYOUT calculation out of class2.php and into theme_handler.php
2019-01-23 19:06:03 -08:00
Cameron
5aad0f81a1
Merge pull request #3638 from SimSync/fix_3637
...
Switched PclZip constructor to __construct
2019-01-23 14:28:44 -08:00
Cameron
2da6b5e2ba
Merge pull request #3636 from SimSync/fix_3632
...
Fixes #3632 : Lancheck failed on some utf-8 values
2019-01-23 14:27:40 -08:00
Cameron
9237f254c7
Filter social network tracking queries when determining SEF route.
2019-01-23 14:23:16 -08:00
Achim Ennenbach
a7dca60d78
fixes #3639 : 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
Achim Ennenbach
6999c48f57
fixes #3637 : switched constructor from PclZip to __construct
2019-01-23 19:04:40 +01:00
Achim Ennenbach
f1d2ca4465
fixes #3632 : the regex to extract the language defines and values
...
missed the "u" (unicode) flag. Due to that, some utf-8 values
were malformed during processing.
2019-01-23 18:58:50 +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 #3216 PHP7 Fixes.
2019-01-17 13:20:56 -08:00
Cameron
68a4aaea16
Issue #3216 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 #3626 from SimSync/fix_3625
...
Issue #3625 : 'Z' and 'z' formats excluded on windows systems
2019-01-17 11:29:21 -08:00
Tijn Kuyper
ff275cbeb6
#2917 - improve debug log message
2019-01-17 15:37:53 +01:00
Achim Ennenbach
4ef97f2812
issue #3625 : 'Z' and 'z' formats excluded on windows systems
2019-01-17 12:44:33 +01:00
Tijn Kuyper
82c5c22e57
Merge pull request #3620 from SimSync/fix_3619
...
issue #3619 : Missing moderator ids on forum move
2019-01-16 21:54:39 +01:00
Achim Ennenbach
ae822adfcc
issue #3619 : switched error message to LAN_NO_PERMISSIONS
2019-01-16 19:09:53 +01:00
Cameron
480de539b0
Merge pull request #3623 from SimSync/fix_3277
...
issue #3277 : fixed conditional for user_forum_topic_created_probationary event
2019-01-16 10:03:37 -08:00
Cameron
b8b1727774
Merge pull request #3618 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 #3615 from SimSync/fix_3579
...
fixes #3579 shortcodes, lans for GDPR links on signup page.
2019-01-16 10:01:21 -08:00
Cameron
3dd186592f
Merge pull request #3613 from SimSync/fix_3601
...
Fixes #3601 wrong user link
2019-01-16 10:00:58 -08:00
Achim Ennenbach
e30d901259
issue #3277 : fixed conditional for user_forum_topic_created_probationary event
2019-01-16 11:58:26 +01:00
Achim Ennenbach
ce4c96d193
issue #3619 : check $this->post for being empty instead of being set
2019-01-16 11:44:11 +01:00
Cameron
58efb74d4d
Issue #3605 Date handler computeLapse() method rewrite.
2019-01-15 20:30:18 -08:00
Cameron
9fc5d9e921
Issue #3216 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 #3619 : 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 #3616 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
#3616 - 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 #3579 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