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

11340 Commits

Author SHA1 Message Date
Cameron
762c8b5a1a Code cleanup 2019-02-11 16:32:41 -08:00
Cameron
4e6b68a709 new methods added to PDO class. 2019-02-11 16:19:07 -08:00
Cameron
c34f8b41f3 Mysql class optimization and minor fixes. 2019-02-11 15:40:10 -08:00
Cameron
dfea1cbce2 PDO class fixes. 2019-02-11 14:54:09 -08:00
Cameron
d9512cfb1b Legacy fixes. 2019-02-11 12:22:10 -08:00
Cameron
6cb92a37a7 Removed unused method 2019-02-11 10:09:04 -08:00
Tijn Kuyper
8000567983 Remove outdated optional flag 2019-02-11 11:04:34 +01:00
Tijn Kuyper
2f67965d1f Closes #3355 - allow for proper translation relative datetime 'ago' and 'in'. 2019-02-11 11:03:15 +01:00
Cameron
7259688c6d Notice removal 2019-02-10 19:00:06 -08:00
Cameron
4e9f47c8b4 PDO class optimization 2019-02-10 16:19:25 -08:00
Cameron
42147e2227 Traffic counters tweak. 2019-02-10 14:51:51 -08:00
Cameron
535fef8799 Disable debug class usage. 2019-02-10 13:54:17 -08:00
Cameron
f735292e3f More db class tweaks 2019-02-09 13:07:34 -08:00
Cameron
b471292a36 Removed globals from db_Write_log() method. 2019-02-09 12:47:54 -08:00
Cameron
b061e05c2a pdo class cleanup 2019-02-09 12:32:04 -08:00
Tijn Kuyper
de01d80586
Add GNU GPL file
(makes it easier for Github to categorize this repository)
2019-02-09 20:37:48 +01:00
Tijn Kuyper
5805ced17b #3101 - More optional flags added to e107_config.php 2019-02-09 17:28:18 +01:00
Tijn Kuyper
b433d945f4 #3101 - Add optional flags to e107_config.php 2019-02-09 17:26:00 +01:00
Tijn Kuyper
96a1db0e5c Revert "#3101 - Add optional flags to e107_config.php"
This reverts commit 16b298ea51d63de101e0da676ca2f09488251a9f.
2019-02-09 17:24:49 +01:00
Tijn Kuyper
16b298ea51 #3101 - Add optional flags to e107_config.php 2019-02-09 17:24:14 +01:00
Tijn Kuyper
4985342637 Added phpunit folder to gitignore 2019-02-09 16:17:42 +01:00
Tijn Kuyper
4f90105419 #3605 - set 'show secs' parameter to true by default
Used in relative datestamp. This makes sure "just now" is properly displayed".
2019-02-09 16:15:32 +01:00
Tijn Kuyper
99074cab54 #3521 - Tweaked forum e_url.php to prevent conflicts when using 'new' in SEF URL 2019-02-09 16:10:43 +01:00
Cameron
6fde0f7dc7 Code cleanup 2019-02-08 14:06:52 -08:00
Cameron
8da771ad6f Moved db_Field() method to traits file. 2019-02-08 13:46:29 -08:00
Cameron
08f7a5d766 Future classes for db. Currently inactive. 2019-02-08 13:29:02 -08:00
Cameron
b2e4ce2562 Issue #3587 - thumb image (untested) 2019-02-08 11:11:36 -08:00
Cameron
ee04ccc7db PHP 7.3 fix 2019-02-08 11:01:42 -08:00
Cameron
6df31a233d Issue #550 dmg type added. 2019-02-08 09:16:08 -08:00
Cameron
d4134c7f89 PHP 7.3 fixes. 2019-02-07 17:12:23 -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
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
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