Cameron
548961c5ab
Issue #3655 Revert order change. Generate filetypes.xml during install.
2019-02-03 09:51:16 -08:00
Cameron
f934976ac5
Remove type=array
2019-02-01 13:08:25 -08:00
Cameron
f16cae9880
Issue #3655 - filetypes.xml check too early.
2019-02-01 13:06:43 -08:00
Tijn Kuyper
dbbfe17e9f
#3069 - Tweak LAN when account has not been activated yet
2019-02-01 16:20:22 +01:00
Tijn Kuyper
f4fe262a11
Fixes #3141 - Tweak banner menu display
...
If banner_amount is empty, display unlimited
2019-02-01 14:59:04 +01:00
Tijn Kuyper
8c055928e0
#3141 - correct LAN loading in banner_menu config (menu area)
2019-02-01 14:41:30 +01:00
Tijn Kuyper
51879cc939
_blank plugin added type = 'user' example
...
and fixed default database table (_blank)
2019-02-01 13:54:15 +01:00
Tijn Kuyper
d5a4881412
#3654 - rename _blank_sql.php so table is created properly
2019-02-01 13:25:25 +01:00
Tijn Kuyper
5adfd364a5
Fix styling issue in plugin builder
2019-02-01 13:10:15 +01:00
Cameron
644a10c370
Issue #3233 Example added to _blank plugin.
2019-01-31 15:38:21 -08:00
Cameron
e462759c4f
Fixes #3592 - e_user_list issue.
2019-01-31 15:04:18 -08:00
Cameron
59eed2752c
PHPDoc fixes.
2019-01-31 14:36:37 -08:00
Tijn Kuyper
cbafa7e852
Fixes #1758 - Fixes (missing) PM preferences
...
May help with #3550 as well
2019-01-31 23:31:11 +01:00
Cameron
6c3001233a
Fixes #3644 - type='country' displays 'Array()' when empty value is rendered.
2019-01-31 13:30:09 -08:00
Tijn Kuyper
a5058a7177
FIxes #1781 - removed unnecessary email check and corrected LAN
2019-01-31 22:24:47 +01:00
Cameron
405677e64d
Remove unnecessary perm check.
2019-01-30 12:28:28 -08:00
Cameron
bbc1a6c602
Merge pull request #3631 from arunshekher/feature-branch/chat-list-avatars-chatbox-menu-template
...
Add chatbox_menu_template.php and chatbox_menu_shortcodes.php for chatbox_menu plugin.
2019-01-30 11:08:51 -08:00
Cameron
b34251fd38
Merge pull request #3652 from SimSync/fix_3647
...
Fixes #3647 : countryname issue.
2019-01-30 11:08:24 -08:00
Achim Ennenbach
9323d0e6a4
fixes #3647 :
...
Added the $parms var to the country() method call (in renderElement())
2019-01-30 18:39:07 +01:00
Cameron
a8c39dc2b4
Schedule/Crons - updated system backup cron to use new mysql dump class's gzip option.
2019-01-28 18:49:17 -08:00
Cameron
35ff23b55f
MySQL backup - disable 'databases' flag for a more flexible import.
2019-01-28 18:38:01 -08:00
Cameron
7e5fe2eaad
MySQL backup - automatically add '.gz' to the filename when gZip is enabled.
2019-01-28 18:24:11 -08:00
Cameron
6d75ea2145
Fixed mysql class backup method errors. Third-party Mysqldump class added and integrated.
2019-01-28 17:53:45 -08:00
Cameron
ae9628db2c
Allow override of SITENAME and SITEDESCRIPTION constants.
2019-01-28 12:02:10 -08:00
Tijn Kuyper
3498231fd3
#275 - copy .sr-only BS class to BC css for legacy themes
...
Used for login-menu labels to improve accessibility
2019-01-28 18:21:17 +01:00
Tijn Kuyper
d595bb7598
Fixes #3118 - correct usage of bbarea() in maintenance settings
2019-01-28 18:10:08 +01:00
Tijn Kuyper
64deadcb5f
#3617 - Fixed syntax error in previous commit
2019-01-28 11:30:20 +01:00
Tijn Kuyper
6f18c238bc
Closes #3617 - LAN pack export message updated
...
Emails are no longer (unneccesarily) sent
2019-01-27 14:57:10 +01:00
Tijn Kuyper
600ebad5a4
#275 - Add labels for screenreaders only to BS3 login menu
2019-01-27 14:14:10 +01:00
Tijn Kuyper
877349ebb0
Fixes #3646 - Correctly display user country in user profile
2019-01-27 13:30:59 +01:00
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