Cameron
614711ff21
Database: Prevent gaps in PRIMARY index when using DUPLICATE_KEY_UPDATE with insert() method.
2019-02-25 18:51:49 -08:00
Cameron
e885088830
Admin-UI: Schedule/Cron filtering was not functioning correctly.
2019-02-25 17:47:19 -08:00
Cameron
91ff23ea5f
Fixes #2163 - Set the Media-Manager default category to _common_image
2019-02-24 13:01:45 -08:00
Cameron
08004d56a7
db-verify make sure the correct ENGINE is used when fixing a missing table.
2019-02-24 12:17:03 -08:00
Cameron
5abe07678b
Test for prepareResults() method and getFixQuery.
2019-02-24 12:15:36 -08:00
Cameron
e52a660f24
Cleanup
2019-02-24 11:35:51 -08:00
Cameron
d994785e63
Removed false-positive when an SQL file uses type JSON
...
Moved comparison processing into separate method. prepareResults()
2019-02-24 11:35:32 -08:00
Cameron
af7714be93
Minor styling fix.
2019-02-22 15:37:05 -08:00
Cameron
6237a92519
Add notice to newforumposts_main
2019-02-22 15:11:19 -08:00
Cameron
fb30733905
Issue #3321 FontAwesome 5 support added (not CDN yet). See bootstrap4/theme.xml
2019-02-22 14:59:45 -08:00
Cameron
5dc45298f6
Issue #3559 , Fixes #3589 , Issue #2982 , Issue #2927 Replace all glyphicons with FontAwesome.
2019-02-22 14:56:47 -08:00
Cameron
9e6c2a79f0
Issue #3657 Add update limits on user_class changes throughout.
2019-02-22 11:10:05 -08:00
Tijn Kuyper
2c17c4ff9c
#6 - Add some generic LAN frontend
...
Was already available in admin
2019-02-22 13:50:25 +01:00
Cameron
fb8bd297e2
e_signup_class added (for future use)
2019-02-21 18:33:46 -08:00
Cameron
dd1801154e
Restored missing lines.
2019-02-21 18:33:03 -08:00
Cameron
d3919af819
pdo->insert() with DUPLICATE KEY detection.
2019-02-21 18:30:12 -08:00
Cameron
1229f1e5c1
db_Query tests for BIND etc.
2019-02-21 18:19:28 -08:00
Cameron
8f19149adf
Code cleanup
...
PDO class accepts bind params with select() method.
2019-02-21 17:29:49 -08:00
Cameron
b03611922f
Global fix and PHP Doc fix.
2019-02-21 12:06:56 -08:00
Tijn Kuyper
9568f5c888
#2980 - Add ID to user.php list
2019-02-21 18:20:19 +01:00
Tijn Kuyper
f7384fbcef
Upgrade CDN Bootstrap 4 library to latest version (4.3.1)
2019-02-21 11:25:55 +01:00
Cameron
4630c6478f
Added plugin cache test. Removed 'thing' folders automatically after testing.
2019-02-20 13:33:02 -08:00
Cameron
fbfdedceb9
Fixes #3193 , Fixes #3238 Orphaned plugin entries in db table after manual removal/rename.
2019-02-20 13:31:42 -08:00
Tijn Kuyper
87783549b8
Upgrade Bootstrap 4 library to latest version (4.3.1)
2019-02-20 12:25:16 +01:00
Cameron
2e6fe30ae6
basic class2 tests added for common functions.
2019-02-19 11:26:51 -08:00
Cameron
010784d371
Fix for Make clickable test.
2019-02-19 11:06:05 -08:00
Cameron
d3da2c061a
Placeholder for e_user_model test
2019-02-19 10:29:59 -08:00
Cameron
d71c20cb38
New test placeholders.
2019-02-19 10:15:26 -08:00
Cameron
bda78c39cc
Moved deprecated method to traits file.
2019-02-18 13:08:46 -08:00
Cameron
917f486d18
Enhanced max() test.
2019-02-18 12:55:33 -08:00
Cameron
7c9ceb79bf
For the max() method when using $where
2019-02-18 12:54:43 -08:00
Cameron
f128b13824
Issue #3668 PHP 7.3 compatibility fix.
2019-02-17 15:37:13 -08:00
Cameron
bc520274cb
PHPDoc fix
2019-02-17 14:27:14 -08:00
Cameron
de6cb22225
Extra tests for copyRow on tables with unique fields.
2019-02-16 12:52:07 -08:00
Cameron
b2fffa7838
Issue #3678 PDO fix for copyRow() with unique field keys.
2019-02-16 12:40:25 -08:00
Cameron
76924393b8
Date test terms()
2019-02-16 10:53:41 -08:00
Cameron
63dfdd32ff
isBbcode and isHtml() tests
2019-02-14 14:58:11 -08:00
Cameron
bf0d60a15c
Fix for isHtml()
2019-02-14 14:57:05 -08:00
Cameron
db849f9fd7
Fixes #3676 - 'required' was not displayed on extended user fields.
2019-02-14 14:30:13 -08:00
Cameron
8c483494ce
Merge pull request #3664 from SimSync/fix_3663
...
fixes #3663 : 1.custompages are "deleted" for the current selected layout
2019-02-14 14:07:12 -08:00
Cameron
6719a3d491
Merge pull request #3671 from SimSync/fix_3656
...
Issue #3656 : Tinymce shows Mediamanager icons on quick-reply
2019-02-14 14:06:52 -08:00
Cameron
a6b9b92c9e
Improve debug message.
2019-02-14 14:05:44 -08:00
Cameron
cdd164a7c7
pdo class
2019-02-14 13:50:53 -08:00
Cameron
0a820075c5
Merge branch 'master' of https://github.com/e107inc/e107-test
2019-02-13 21:28:37 -08:00
Cameron
28eadab73d
enable debug on insert test.
2019-02-13 21:28:26 -08:00
Cameron
f5b16b5afb
Closes #3674 PDO Don't overwrite e_db_pdo::$mySQLlastQuery with _getMySQLaccess()
2019-02-13 21:26:17 -08:00
Deltik
d4d631f7a5
Removed var_dump() that may have been committed by accident
2019-02-13 22:03:16 -06:00
Deltik
c4cbb19749
Improved determinism of cloned testDb_Select_gen() tests
...
If either e_db_mysqlTest's or e_db_pdoTest's testDb_Select_gen() method
gets called before the other, the second won't update and will return 0
instead of the expected 1.
The UPDATE query is unique for each test now so that this cannot happen
anymore.
2019-02-13 21:31:28 -06:00
Cameron
c1a0d63abc
fields()
2019-02-13 16:28:19 -08:00
Cameron
6c2c9babce
Max fix
2019-02-13 16:21:01 -08:00