1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-09 16:17:14 +02:00

Commit Graph

  • cd4d8fbde6 Enhanced getThemeLayout() test. Cameron 2019-02-28 14:14:14 -08:00
  • 88afb3f01d Move shuffle setting. Cameron 2019-02-28 14:13:38 -08:00
  • 039247097c Fixes #3443 Password reset now last 10 minutes and link doesn't expire until after this time. Cameron 2019-02-28 12:27:43 -08:00
  • f2616276d2 makeClickable test. Cameron 2019-02-28 10:33:19 -08:00
  • 8dbea39e0a Fixes #3699 makeClickable issue on PHP 7.3 Cameron 2019-02-28 10:31:06 -08:00
  • a6476e680e userpicker() - make sure the $options parm is also passed along Tijn Kuyper 2019-02-28 16:41:46 +01:00
  • 1897fc8f42 Tweak bootstrap check Tijn Kuyper 2019-02-28 14:51:04 +01:00
  • 40ada7e157 Added more tests (showing the /user vs /usersettings.php issue) Tijn Kuyper 2019-02-27 20:28:35 +01:00
  • 71c7c8bc66 toGlyph, getThemeLayout(), getGlyph() Cameron 2019-02-27 10:16:16 -08:00
  • 53b9714e6b Fixes #1541 - fixed some PHP notices Tijn Kuyper 2019-02-27 16:18:03 +01:00
  • 0c537aaf0d Cleanup Cameron 2019-02-26 15:54:51 -08:00
  • a6a5f84bc2 FontAwesome5 support in toGlyph(); Cameron 2019-02-26 15:03:29 -08:00
  • 8607d9454b expand getGlyphs() to include FontAwesome5 Cameron 2019-02-26 14:45:28 -08:00
  • 60647dc5f8 Made getThemeLayout() more flexible. Cameron 2019-02-26 13:56:07 -08:00
  • 1dbc90143f Case cleanup toHtml() should be toHTML() Cameron 2019-02-26 12:22:36 -08:00
  • ad94ebc734 Fixed default siteurl value. Added test for e107::url() Cameron 2019-02-26 10:49:47 -08:00
  • dc675c66e4 fixes e107org/vstore#99: Difference between MariaDB and MySQL on command TABLE CREATE returns CURRENT_TIMESTAMP w/o brackets Updated method db_verify::diffStructurePermissive() to correct the given sql table definition. Achim Ennenbach 2019-02-26 18:52:32 +01:00
  • beb1734681 Tweak bootstrap check Tijn Kuyper 2019-02-26 17:02:46 +01:00
  • 8db031e825 #3694 - Update help text Tijn Kuyper 2019-02-26 15:18:46 +01:00
  • 58e3cf5d6e #3694 - Update user help text Tijn Kuyper 2019-02-26 14:59:58 +01:00
  • 2e9c16db99 #3694 - Typo 'perms' to 'perm' to properly check permissions Tijn Kuyper 2019-02-26 14:44:13 +01:00
  • 614711ff21 Database: Prevent gaps in PRIMARY index when using DUPLICATE_KEY_UPDATE with insert() method. Cameron 2019-02-25 18:51:49 -08:00
  • e885088830 Admin-UI: Schedule/Cron filtering was not functioning correctly. Cameron 2019-02-25 17:47:19 -08:00
  • 91ff23ea5f Fixes #2163 - Set the Media-Manager default category to _common_image Cameron 2019-02-24 13:01:45 -08:00
  • 08004d56a7 db-verify make sure the correct ENGINE is used when fixing a missing table. Cameron 2019-02-24 12:17:03 -08:00
  • 5abe07678b Test for prepareResults() method and getFixQuery. Cameron 2019-02-24 12:15:36 -08:00
  • e52a660f24 Cleanup Cameron 2019-02-24 11:35:51 -08:00
  • d994785e63 Removed false-positive when an SQL file uses type JSON Moved comparison processing into separate method. prepareResults() Cameron 2019-02-24 11:35:32 -08:00
  • af7714be93 Minor styling fix. Cameron 2019-02-22 15:37:05 -08:00
  • 6237a92519 Add notice to newforumposts_main Cameron 2019-02-22 15:11:19 -08:00
  • fb30733905 Issue #3321 FontAwesome 5 support added (not CDN yet). See bootstrap4/theme.xml Cameron 2019-02-22 14:59:45 -08:00
  • 5dc45298f6 Issue #3559, Fixes #3589, Issue #2982, Issue #2927 Replace all glyphicons with FontAwesome. Cameron 2019-02-22 14:56:47 -08:00
  • 9e6c2a79f0 Issue #3657 Add update limits on user_class changes throughout. Cameron 2019-02-22 11:10:05 -08:00
  • 2c17c4ff9c #6 - Add some generic LAN frontend Tijn Kuyper 2019-02-22 13:50:25 +01:00
  • fb8bd297e2 e_signup_class added (for future use) Cameron 2019-02-21 18:33:46 -08:00
  • dd1801154e Restored missing lines. Cameron 2019-02-21 18:33:03 -08:00
  • d3919af819 pdo->insert() with DUPLICATE KEY detection. Cameron 2019-02-21 18:30:12 -08:00
  • 1229f1e5c1 db_Query tests for BIND etc. Cameron 2019-02-21 18:19:28 -08:00
  • 8f19149adf Code cleanup PDO class accepts bind params with select() method. Cameron 2019-02-21 17:29:49 -08:00
  • b03611922f Global fix and PHP Doc fix. Cameron 2019-02-21 12:05:54 -08:00
  • 9568f5c888 #2980 - Add ID to user.php list Tijn Kuyper 2019-02-21 18:20:19 +01:00
  • f7384fbcef Upgrade CDN Bootstrap 4 library to latest version (4.3.1) Tijn Kuyper 2019-02-21 11:25:55 +01:00
  • 4630c6478f Added plugin cache test. Removed 'thing' folders automatically after testing. Cameron 2019-02-20 13:33:02 -08:00
  • fbfdedceb9 Fixes #3193, Fixes #3238 Orphaned plugin entries in db table after manual removal/rename. Cameron 2019-02-20 13:31:42 -08:00
  • 87783549b8 Upgrade Bootstrap 4 library to latest version (4.3.1) Tijn Kuyper 2019-02-20 12:25:16 +01:00
  • 2e6fe30ae6 basic class2 tests added for common functions. Cameron 2019-02-19 11:26:51 -08:00
  • 010784d371 Fix for Make clickable test. Cameron 2019-02-19 11:06:05 -08:00
  • d3da2c061a Placeholder for e_user_model test Cameron 2019-02-19 10:29:59 -08:00
  • d71c20cb38 New test placeholders. Cameron 2019-02-19 10:15:26 -08:00
  • bda78c39cc Moved deprecated method to traits file. Cameron 2019-02-18 13:08:46 -08:00
  • 917f486d18 Enhanced max() test. Cameron 2019-02-18 12:55:33 -08:00
  • 7c9ceb79bf For the max() method when using $where Cameron 2019-02-18 12:54:43 -08:00
  • f128b13824 Issue #3668 PHP 7.3 compatibility fix. Cameron 2019-02-17 15:37:13 -08:00
  • bc520274cb PHPDoc fix Cameron 2019-02-17 14:27:14 -08:00
  • de6cb22225 Extra tests for copyRow on tables with unique fields. Cameron 2019-02-16 12:52:07 -08:00
  • b2fffa7838 Issue #3678 PDO fix for copyRow() with unique field keys. Cameron 2019-02-16 12:40:25 -08:00
  • 76924393b8 Date test terms() Cameron 2019-02-16 10:53:41 -08:00
  • 63dfdd32ff isBbcode and isHtml() tests Cameron 2019-02-14 14:58:11 -08:00
  • bf0d60a15c Fix for isHtml() Cameron 2019-02-14 14:57:05 -08:00
  • db849f9fd7 Fixes #3676 - 'required' was not displayed on extended user fields. Cameron 2019-02-14 14:29:25 -08:00
  • 8c483494ce Merge pull request #3664 from SimSync/fix_3663 Cameron 2019-02-14 14:07:12 -08:00
  • 6719a3d491 Merge pull request #3671 from SimSync/fix_3656 Cameron 2019-02-14 14:06:52 -08:00
  • a6b9b92c9e Improve debug message. Cameron 2019-02-14 14:05:44 -08:00
  • cdd164a7c7 pdo class Cameron 2019-02-14 13:50:53 -08:00
  • 0a820075c5 Merge branch 'master' of https://github.com/e107inc/e107-test Cameron 2019-02-13 21:28:37 -08:00
  • 28eadab73d enable debug on insert test. Cameron 2019-02-13 21:28:26 -08:00
  • f5b16b5afb Closes #3674 PDO Don't overwrite e_db_pdo::$mySQLlastQuery with _getMySQLaccess() Cameron 2019-02-13 21:26:17 -08:00
  • d4d631f7a5 Removed var_dump() that may have been committed by accident Deltik 2019-02-13 22:03:16 -06:00
  • c4cbb19749 Improved determinism of cloned testDb_Select_gen() tests Deltik 2019-02-13 21:31:28 -06:00
  • c1a0d63abc fields() Cameron 2019-02-13 16:28:19 -08:00
  • 6c2c9babce Max fix Cameron 2019-02-13 16:21:01 -08:00
  • 56051cf0cc Fix for max() Cameron 2019-02-13 16:07:43 -08:00
  • 25c9a44a87 Fix for db_FieldList(); Cameron 2019-02-13 15:54:04 -08:00
  • 505fabb09d Sync pdo tests. Cameron 2019-02-13 15:52:13 -08:00
  • af50dcc5ff Minor fix Cameron 2019-02-13 14:06:00 -08:00
  • e99ff91381 max() test. Cameron 2019-02-13 14:02:40 -08:00
  • 7f7b503c24 Fixes Cameron 2019-02-13 13:54:46 -08:00
  • a4c6fd8b5b Removed globals Cameron 2019-02-13 13:54:05 -08:00
  • a83f82d09c Retrieve fetch only with index. Cameron 2019-02-13 12:12:41 -08:00
  • f1551a4613 escape test. Cameron 2019-02-13 11:48:56 -08:00
  • c4d47c4e03 Added debug mode to test, but it causes test to hang. Cameron 2019-02-13 11:44:13 -08:00
  • eb9ed77b0f tables with invalid value Cameron 2019-02-13 11:39:13 -08:00
  • edbb0a6ee2 select and insert tests. Cameron 2019-02-13 11:36:21 -08:00
  • f34eeaf369 Refined debugging of PDO queries. Cameron 2019-02-13 11:35:28 -08:00
  • c5d1e6876b copyRow() error check fix. Cameron 2019-02-13 11:16:48 -08:00
  • 6988be9779 retrieve, select, count assertions Cameron 2019-02-13 11:13:24 -08:00
  • f645d0cbac Removed LEGACY check from tests. Cameron 2019-02-13 10:51:57 -08:00
  • aa83639c4e Disabled legacy mode fetch test. Cameron 2019-02-13 10:40:01 -08:00
  • c45ed85c5c db_Fetch() e_LEGACY_MODE permanently removed. Old plugins should use $sql->fetch('both'); if this is still required. Cameron 2019-02-13 10:31:28 -08:00
  • a82ffc4adb Increased reliability of unit tests running in shuffle mode Deltik 2019-02-12 23:52:40 -06:00
  • c9d9c71835 Extra check on hasLanguage() and in backup() Cameron 2019-02-12 12:28:43 -08:00
  • 8bb6c442a2 Fix for copyRow Cameron 2019-02-12 12:04:18 -08:00
  • cc1493833d Merge branch 'master' of https://github.com/e107inc/e107-test Cameron 2019-02-12 11:58:28 -08:00
  • 4ad79e3de0 Updated to pass. Cameron 2019-02-12 11:58:02 -08:00
  • a8d1541b9d Check for e_LEGACY_MODE moved to db legacy class. Cameron 2019-02-12 10:07:00 -08:00
  • d69217d6f0 Un-hard-coded database name and table prefix in e_db_pdoTest Deltik 2019-02-11 21:56:44 -06:00
  • f5f2212b54 code cleanup Cameron 2019-02-11 17:55:16 -08:00
  • 2465b0d16b PDO copyRow and backup Cameron 2019-02-11 17:54:43 -08:00
  • 6e558efcf0 columnCount test Cameron 2019-02-11 17:33:50 -08:00
  • 3eec3d6029 Fix for BC constants. Cameron 2019-02-11 17:18:30 -08:00