1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 22:57:14 +02:00
Commit Graph

12327 Commits

Author SHA1 Message Date
Cameron
c9f35ee8e6 Merge pull request #3660 from arunshekher/bug-fix/remove-unused-variables-in-chat.php
Cleanup unused variables used by legacy chat template.
2019-02-03 11:21:53 -08:00
Cameron
5de13872b8 Merge pull request #3659 from arunshekher/feature-branch/remove-old-chat-template-file
Remove {e_PLUGIN}/chatbox_menu/chat_template.php
2019-02-03 11:21:23 -08:00
Cameron
5e5f05f7c6 PHPDoc update 2019-02-03 11:09:07 -08:00
Cameron
c9c6caba7f Use existing instance of database object. 2019-02-03 11:04:44 -08:00
Cameron
1ec80dc28c Merge pull request #16 from SimSync/db_mysql_insert_update_delete
Added tests for db update, insert, delete
2019-02-03 10:59:18 -08:00
Achim Ennenbach
96a84a1e93 fixes an issue with pdoBind not being initialized properly
fixes an issue with update(), returning sometimes an object instead of
the number of updated records.
fixes an issue with delete(), returning sometimes an object instead of
the number of deleted records
2019-02-03 19:35:45 +01:00
Achim Ennenbach
de937ec842 Added tests for db update, insert, delete 2019-02-03 19:08:57 +01:00
Cameron
548961c5ab Issue #3655 Revert order change. Generate filetypes.xml during install. 2019-02-03 09:51:16 -08:00
Achim Ennenbach
78d3e22de0 Added tests for is_utf8() and fill_phrases_array() 2019-02-03 18:11:39 +01:00
Achim Ennenbach
9021494b5e fixes #3663: 1.custompages are "deleted" for the current selected layout
2. custompages of the selected layout are not editable
2019-02-03 17:51:34 +01:00
Arun S. Sekher
b03ce0eac8 Cleanup currently unused variables which were used by legacy chat template. 2019-02-03 20:31:46 +04:00
Arun S. Sekher
4ad7dc63c8 Move ternary variable logic out of LAN file. 2019-02-03 20:18:03 +04:00
Arun S. Sekher
fbe2404607 Remove {e_PLUGIN}/chatbox_menu/chat_template.php
Since PR #3631 merge this file is not used by chat.php to render chat posts.
2019-02-03 18:41:35 +04:00
Arun S. Sekher
07b04510d4 Fix typographical errors 2019-02-03 18:14:10 +04: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
Achim Ennenbach
cc8356781f issue #2931: possible fix for the js issue (exception on nav) 2019-02-01 21:17:54 +01: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
178f1cb3f6 Added extra check for 'news' on isInstalled() test. 2019-01-31 15:41:45 -08: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
90a7ac7020 Online class test added. 2019-01-31 14:04:59 -08:00
Cameron
b830aeae91 Test added for getCountry() 2019-01-31 13:37:20 -08: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
cc8b641072 dbverify test for json field added. 2019-01-30 12:43:15 -08:00
Cameron
9d817a9cc9 lancheck test placeholder added. 2019-01-30 12:30:28 -08: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
3d3b54e11f Added test for mysql backup 2019-01-28 18:50:27 -08: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