1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 07:36:32 +02:00
Commit Graph

12153 Commits

Author SHA1 Message Date
Cameron
2868748c8a Session setOptions() test and themeHandler test class added. 2019-02-07 17:11:17 -08:00
Cameron
b56f81fa23 PHP 7.3 fix. 2019-02-07 16:34:00 -08:00
Cameron
72259fb9c0 Fixes #3654 Error when installing _blank plugin. 2019-02-07 16:26:42 -08:00
Cameron
d695a79c71 Fixes #3621 PHP 7.3 compatibility with Plugin Manager. 2019-02-07 15:59:27 -08:00
Tijn Kuyper
f596e193b6 Updated Readme with minimum PHP version 2019-02-07 13:01:18 +01:00
Nick L
b31b02e1b2 Merge pull request #18 from SimSync/fix_adminperms
added missing constant ADMINPERMS to succeed the getperms check
2019-02-06 14:46:29 -06:00
Achim Ennenbach
cf20065ed6 added missing constant ADMINPERMS to succeed the getperms check
at the beginning of the lancheck.php file.
2019-02-06 21:19:11 +01:00
Nick L
52552cf814 Merge pull request #17 from SimSync/db_mysql_insert_update_delete
Added tests for db update, insert, delete
2019-02-06 14:04:19 -06:00
Achim Ennenbach
aed1a5ae3a Added tests for db update, insert, delete 2019-02-06 21:01:09 +01:00
Cameron
d708d58090 Admin-ui: FAQ filtering was not working with keywords in questions/answers. (configured incorrectly) 2019-02-05 19:44:40 -08:00
Cameron
3e264b23c7 Admin-ui: Made column sorting more obvious. Added carets when in use. 2019-02-05 15:48:23 -08:00
Cameron
bed2e6d0fe Merge pull request #3666 from arunshekher/bug-fix/fix-broken-userlink-in-menu-while-using-legacy
Fix a bug that failed to generate correct user profile links in chatbox_menu
2019-02-05 11:58:17 -08:00
Arun S. Sekher
30139a4059 Fix a bug that failed to generate correct user profile links in chatbox_menu view when legacy user link format was used. 2019-02-05 14:44:16 +04:00
Cameron
a661a75fa6 Fix for LAN issue in Schedule log. 2019-02-04 10:56:43 -08:00
Tijn Kuyper
c7b2aa597f Fixes #1681 - allow label tag to be used 2019-02-04 17:47:47 +01:00
Tijn Kuyper
54dc15703b Fixes #3455 - Check page comments flag before rendering comments 2019-02-04 17:32:22 +01:00
Cameron
0192d9f481 Removed old code. 2019-02-03 17:45:54 -08:00
Cameron
f77d44ee3b Added method to db_verify to improve testing. 2019-02-03 15:41:19 -08:00
Cameron
40f6c66923 Merge branch 'master' of https://github.com/e107inc/e107-test 2019-02-03 15:35:52 -08:00
Cameron
4b5b053a3d More db_verify tests. 2019-02-03 15:35:17 -08:00
Deltik
61cffd7395 Merge branch 'SimSync-check_is_utf8_fill_phrases_array' 2019-02-03 13:45:03 -06:00
Deltik
2f10ffbc8e Merge branch 'check_is_utf8_fill_phrases_array' of https://github.com/SimSync/e107-test into SimSync-check_is_utf8_fill_phrases_array 2019-02-03 13:44:37 -06:00
Cameron
5f4b70e6a9 Merge pull request #3665 from SimSync/fix_mysql_class
fixes an issue with pdoBind not being initialized properly
2019-02-03 11:24:05 -08:00
Cameron
4c42778cab Merge pull request #3662 from arunshekher/feature-branch/chatbox-ternary-variable-logic-out-of-lan-file
Move ternary variable logic out of LAN file.
2019-02-03 11:23:43 -08:00
Cameron
492f50106d Merge pull request #3661 from arunshekher/bug-fix/fix-contributing-errors
Fix typographical errors
2019-02-03 11:22:34 -08:00
Cameron
6eaa2b6e69 Merge pull request #3658 from SimSync/fix_2931
issue #2931: possible fix for the js issue (exception on nav)
2019-02-03 11:22:14 -08:00
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