Cameron
|
37c18e822e
|
Admin-ui quick page navigation added. Plugin class fixes. (admin navigation of plugins)
|
2017-02-06 11:18:36 -08:00 |
|
Cameron
|
5fb4a09b1f
|
Plugin Manager fix.
|
2017-02-05 19:53:45 -08:00 |
|
Cameron
|
479cdd7d8f
|
e_plugin class optimized.
|
2017-02-04 12:49:44 -08:00 |
|
Cameron
|
20e9f97bb0
|
Optimized database connection time.
|
2017-02-04 11:50:14 -08:00 |
|
Cameron
|
241e8bec78
|
Issue #2194 - Possible Fix for incompatible SQL modes.
|
2017-01-11 13:30:57 -08:00 |
|
Cameron
|
7d43ed597b
|
BC mySQL Issue #2241
|
2017-01-06 19:30:34 -08:00 |
|
Jimmi08
|
8d5a36c24a
|
fix for #1917 - related to using port with mysql server
|
2016-10-12 17:09:28 +02:00 |
|
Cameron
|
2420c979f8
|
Fixes #1831 - MySQL alternate port fix.
|
2016-09-19 13:38:59 -07:00 |
|
Cameron
|
b4e1cccfa0
|
PHP Notice removal
|
2016-09-17 11:10:46 -07:00 |
|
Cameron
|
64b9cb9f2b
|
MySQL: Fix for DUPLICATE KEY UPDATE return values when NOT using PDO.
|
2016-08-17 15:23:33 -07:00 |
|
Cameron
|
ab5652e8ad
|
Issue #1788 - Correct MYSQL return results with PDO on CREATE TABLE commands etc. Fixes forum installation issues on PHP7.
|
2016-08-12 16:02:55 -07:00 |
|
Cameron
|
0348fab9bf
|
MySQL: Fix for insert with '_DUPLICATE_KEY_UPDATE'
|
2016-08-07 14:17:27 -07:00 |
|
Cameron
|
63026ef1c4
|
MySQL: Fix for return when using '_DUPLICATE_KEY_UPDATE'
|
2016-08-07 13:21:22 -07:00 |
|
Cameron
|
9030334c10
|
MySQL: Fix for null type detection.
|
2016-08-06 11:22:16 -07:00 |
|
Cameron
|
8a5e1bd63c
|
MySQL: PDO vs Non-PDO consistency fixes. Also new '_DUPLICATE_KEY_UPDATE' flag added to insert() method. When true and a duplicate unique key is found the matching record will automatically be updated.
|
2016-08-02 14:57:29 -07:00 |
|
Cameron
|
a33c752c86
|
Fix for PDO rowCount() value.
|
2016-08-01 12:50:48 -07:00 |
|
Cameron
|
17dc4687a5
|
Fixes #1768 - Support for port number in mysql-server during installation. ie. localhost:port
|
2016-07-09 10:55:27 -07:00 |
|
Cameron
|
84d66979a4
|
Issue #1768 Partial fix for running on non-standard MySQL port. Added $mySQLport = 3306; to e107_config.php and modify as required.
|
2016-07-07 15:09:38 -07:00 |
|
Cameron
|
998f2f592b
|
Check added to thumb.php in case of UTF8-BOM in e107_config.php or any other output which could corrupt images.
|
2016-06-02 08:38:39 -07:00 |
|
Cameron
|
60f1d78dce
|
MySQL error message fix. Custom Page userclass fix. Media-manager import fix for files contained '%'. XML DB export fix. Other News custom caption fix. FB Like menu without app_id fix.
|
2016-05-30 15:19:19 -07:00 |
|
Cameron
|
638d670183
|
Fix for Banner insert issue when using PDO. Corrected display of MYSQL error messages when using PDO.
|
2016-05-29 11:00:37 -07:00 |
|
Cameron
|
bec7071cdf
|
Fixes #1597 - Legacy shortcode issue.
|
2016-05-01 09:30:33 -07:00 |
|
Cameron
|
dfd9c9e3fc
|
Issue #1512 - Saving of config menu parameters corrected.
|
2016-04-13 16:43:19 -07:00 |
|
Cameron
|
aaa842fab0
|
Typo fix
|
2016-04-13 16:06:37 -07:00 |
|
Cameron
|
673b98046c
|
Fix for odd PHP behavior on $fieldType == '_NULL_'.
|
2016-04-13 16:03:37 -07:00 |
|
Cameron
|
84d7271d10
|
Merged core mailout routine into e107_plugins/user/e_mailout.php. Fixed pop3 error messages from phpmailer. Corrected email preview when no template selected. Corrected mailout Email source names.
|
2016-04-11 18:39:19 -07:00 |
|
Cameron
|
9629bd4510
|
Fix for extended user fields created via "Quick Add User"
|
2016-04-11 15:19:05 -07:00 |
|
Cameron
|
2e067dfdf7
|
Private Message: Issue #1423, #1434 - v2.x fixes/updates. Improved user-file upload handling.
|
2016-03-30 19:10:00 -07:00 |
|
Cameron
|
2e6fa44aa2
|
Fix for SQL_CALC_FOUND_ROWS using PDO.
|
2016-03-29 14:55:38 -07:00 |
|
Cameron
|
8282802d5e
|
Fixes #1449 - Polls failing in PHP7 and Multiple options voting not functioning.
|
2016-03-23 16:43:41 -07:00 |
|
Cameron
|
1c16094dea
|
Forum Issue #260: Hide poll tab if it is not installed. Also fix for menu_manager item insert with PDO.
|
2016-03-23 10:22:21 -07:00 |
|
Cameron
|
e930ee68f1
|
PDO Fix for saving of e107::serialize() data. Saving of Extended Field data now working correctly.
|
2016-03-22 21:11:47 -07:00 |
|
Cameron
|
4c50868c93
|
PDO Update results fix.
|
2016-03-22 06:10:56 -07:00 |
|
Cameron
|
634bb73dbf
|
MySQL PDO: Fix for statements using NULL.
|
2016-03-21 14:22:12 -07:00 |
|
Cameron
|
789e701ff1
|
PDO Insert/Update escaping fix.
|
2016-03-20 18:35:12 -07:00 |
|
Cameron
|
c748f0fdb3
|
File Inspector fixes/upgrades.
|
2016-03-18 09:35:52 -07:00 |
|
Cameron
|
46a63ca70e
|
Issue: #1373 User forum posts pagination fix.
|
2016-03-18 08:33:06 -07:00 |
|
Cameron
|
26c2aa3e4a
|
Issue #1356 - PHP 7 auto-detection in mysql class. PHPInfo formatting.
|
2016-02-16 15:14:56 -08:00 |
|
Cameron
|
39bae789f8
|
PHp Notices
|
2016-02-16 11:10:30 -08:00 |
|
Cameron
|
2c50a06517
|
Deprecated Function cleanup and PHP Notice removal.
|
2016-02-15 00:56:08 -08:00 |
|
Cameron
|
303195d81e
|
Issue #1356 - More PHP7 Fixes.
|
2016-02-14 12:33:35 -08:00 |
|
Cameron
|
486f3d4961
|
Issue #1356 - PHP7 Fixes.
|
2016-02-14 12:15:55 -08:00 |
|
Cameron
|
32636ec39d
|
Fix mysql default port for PDO
|
2016-02-14 09:57:06 -08:00 |
|
Cameron
|
fb609aaab6
|
PDO Install enabled. PHP Notice fixes.
|
2016-02-12 19:28:35 -08:00 |
|
Cameron
|
ad0bc1376d
|
Issue #1349 MySQL class fixes and install.php corrections.
|
2016-02-11 20:57:30 -08:00 |
|
Cameron
|
d4a9813d65
|
Fixes #1220 - corrupted database table list when using 'e_' prefix.
|
2015-11-26 12:48:16 -08:00 |
|
Cameron
|
cffb369751
|
Issue #1109, Fixes #830, Fixes #731, Fixes #710, Fixes #608, Fixes #1012 : v1 -> v2 Upgrade-Routine fixes (including forum plugin)
|
2015-08-24 17:39:28 -07:00 |
|
Cameron
|
a917375e7c
|
Corrected incorrect MySQL row count when using PDO mode. Simple bootstrap 'carousel' mode added to welcome message preferences. For advanced options use the featurebox plugin.
|
2015-07-25 18:14:44 -07:00 |
|
Cameron
|
483d43a829
|
MySQL: Refactored 'db_Table_exists' to 'isTable' method. (BC compatible) and removed use of pref global.
|
2015-07-07 13:02:34 -07:00 |
|
Cameron
|
dbd17a4fcb
|
Fix for failing multi-language methods.
|
2015-07-06 14:05:27 -07:00 |
|