1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-16 10:29:46 +01:00

13703 Commits

Author SHA1 Message Date
Moc
b4ded935b7
Closes - Improved LAN on multiple login warning 2021-12-22 14:56:16 +01:00
Moc
c0c78c46d0
Closes - Add extra check for presence of log plugin
Avoids fatal error when prefs are still stored for some reason.
2021-12-22 14:43:51 +01:00
Moc
f426ffc729
Fixes - Use correct LAN for XUP login/register action 2021-12-22 14:24:04 +01:00
Moc
1621bfb249
Fixes - Added %d.%m.%Y date format
Co-Authored-By: Jimako <5429548+Jimmi08@users.noreply.github.com>
2021-12-22 13:57:36 +01:00
Moc
311308a6d9
Closes - Use radio_switch() for radio buttons in COPPA form 2021-12-21 18:00:37 +01:00
Moc
dfc4fa5a1e
Fixes - Valid HTML when no search results are found
Moved alert <div> outside of <ul> tags.
2021-12-21 12:01:42 +01:00
Moc
1779170933
Improved accessibility in Search (labels)
HTML is now valid
2021-12-21 11:53:29 +01:00
Moc
de8af179a4
Closes - Hide users that have not logged in yet from lastseen menu 2021-12-21 10:35:59 +01:00
Moc
484ef69dd3
- Add SEF URL configuration to 'pages' in comment_menu (WIP)
WIP - one URL configuration not working yet. See notes in issue 
2021-12-20 21:29:33 +01:00
Moc
305f0816f8
Add space between "Posted by" and author name in comment_menu 2021-12-20 21:11:44 +01:00
Cameron
90108eab3c Checking of remote file-types during import and other cleanup. 2021-12-17 11:31:37 -08:00
brwnie
dbd01c549e
Update theme.html
Footer links refer to the template of '1 - Main' rather than '3 - Footer'
2021-12-15 20:31:18 +00:00
Cameron
d8ce385929 Fixes - Edit button modal caption and submit button issue. 2021-12-15 11:52:46 -08:00
Cameron
0d8f3e9086 PHPDoc fixes and code optimization. 2021-12-03 14:58:33 -08:00
Cameron
aff6daf590 Fixes - Static URLs containing /./ 2021-12-02 15:36:05 -08:00
Cameron
f8d5157121 Updated ver.php to v2.3.2 (git)
Removed closing PHP tag from generated ver.php file during build.
2021-12-02 14:51:18 -08:00
Cameron
cf7bfb39d5 Version set to v2.3.1 2021-12-02 14:23:33 -08:00
Cameron
e03e077a8c PHP 8.1 Notice fix. v2.3.1 2021-12-02 14:08:24 -08:00
Cameron
762befb092 Fixes - Avoid e_sitelink.php being loaded when plugin not installed. 2021-12-02 11:35:12 -08:00
Cameron
8dc26f1068 Fixes - List-New plugin - select options were not being displayed in admin area. 2021-12-02 11:28:10 -08:00
Cameron
9743cb4e95 Fixes - Frontend modal now functional with Bootstrap5. 2021-12-02 11:20:58 -08:00
Cameron
d9d606f615 Fixes - filetype values missing from forum attachment tooltip message. 2021-12-02 10:22:52 -08:00
Cameron
e4984a6e39 Fixes - LAN issue on upload page. 2021-12-02 09:42:03 -08:00
Cameron
c064dcb4f0 Fixes - "Members" missing from pref dropdown. 2021-12-02 08:56:11 -08:00
Cameron
7b7040287b PHP Notice removal. 2021-12-01 15:33:48 -08:00
Cameron
852f2175f2 PHP 8.1 fix. 2021-12-01 12:11:14 -08:00
Cameron
0ddcd4d23d Intervention upgraded to v2.7.0
PHPMailer upgraded to v6.5.3
2021-12-01 12:10:23 -08:00
Cameron
577bcb89e1 Fix for long text in Admin control panel. Check for missing intl extension when non-English languages in use and display alert on PHPInfo page when missing. 2021-12-01 11:59:49 -08:00
Cameron
b0c3c9cd17 Fixes - Fall back to require() when loading legacy template if require_once() returns nothing (likely due to third-party plugin) or theme. 2021-11-30 11:00:17 -08:00
Cameron
0fd30744a2 Added Bootstrap5 install.xml file for default content. 2021-11-29 16:35:10 -08:00
Cameron
6f309bb326 e107 installation updated for PHP8.1. Bootstrap5 is now the default theme. Acceptance test updated. 2021-11-29 13:45:02 -08:00
Cameron
afc0489e8c e107 Website URL updated to https. 2021-11-29 13:31:32 -08:00
Cameron
c93990bbc5 Updated jquery.once version in test. 2021-11-29 11:44:59 -08:00
Cameron
0db84b3565 jquery.once updated to v2.2.3 2021-11-26 13:44:38 -08:00
Cameron
0171ab4e84 Library path fix. 2021-11-26 12:43:23 -08:00
Cameron
4cbdf3901a Bootstrap upgraded to v5.1.3 2021-11-26 12:42:33 -08:00
Cameron
2c9afc83ee More PHP 8.1 fixes. 2021-11-26 12:36:25 -08:00
Cameron
5810f8148d Closes - Only install data into empty table. Fix for bootstrap5 carousel. 2021-11-26 12:34:38 -08:00
Cameron
0830d730f6 Issue Added pattern validation to extended field name input to prevent possible SQL errors. 2021-11-26 09:46:18 -08:00
Cameron
9d6a9611e2 PHP 8.1 fixes. 2021-11-25 10:18:53 -08:00
Cameron
98b8955185 Rolled back e_dateAlternateTest() Windows fix. 2021-11-25 09:13:14 -08:00
Cameron
4aa66c1732 strftime() added to php_compatibility_handler.php and all references updated. README updated. dateAlternativeTest updated to pass on Windows. (TBD) 2021-11-25 08:51:32 -08:00
Cameron
904cea1af4 Added missing file 2021-11-25 08:06:51 -08:00
Cameron
d885a2d40e Added missing file. 2021-11-25 08:04:56 -08:00
Cameron
d56b75e422 Deltik's workflow updates. 2021-11-25 07:45:39 -08:00
Cameron
de25bdc898 Closes - strftime() shim with intl locale support by @Deltik 2021-11-25 07:36:07 -08:00
Cameron
68c3b0649c Remove PHP warning. 2021-11-24 14:38:39 -08:00
Cameron
bb4792bff3 Styling fix. 2021-11-24 14:00:47 -08:00
Cameron
9fffa59a01 Fixes , Fixes , Fixes - Workaround added for page dropdown navigation. Use {CPAGENAV: tmpl=dropdown} in page_template.php 2021-11-24 13:48:20 -08:00
Cameron
81cbe51228 Remove PHP Warnings. Next/Prev test added. 2021-11-24 13:08:04 -08:00