1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

1590 Commits

Author SHA1 Message Date
Cameron
4bad7825df Related to Issue #3927 {NEWS_IMAGE: alt=description} now includes the alt value when included in a news body. 2023-03-11 09:50:31 -08:00
Cameron
f5096ae47d Closes #4978 - {NEWS_MODIFIED} shortcode added. 2023-02-11 09:09:16 -08:00
Cameron
d960829532 Issue #4918 - Undefined constants cleanup. 2022-12-10 07:06:47 -08:00
Cameron
c4bcf0a663 Fixes #4826 - redirect dynamic content on static domain. 2022-07-19 16:32:33 -07:00
Cameron
5eb0168140 Fixes #4807 Pagination on mobile. 2022-07-01 11:24:38 -07:00
Cameron
ebd85318d6 Issue #4805 - News pagination fix. 2022-06-30 19:03:07 -07:00
Cameron
c494c04c7e Fixes #4806 - news keyword maxlength limitation fix. 2022-06-30 19:01:52 -07:00
Cameron
149a2686ad Closes #4276 - auto-generate all popular favicon formats from site icon pref. 2022-06-29 11:55:51 -07:00
Cameron
89cf872bb5 Fixes #4802 - Navbar item highlighting was failing in Bootstrap 4/5 2022-06-29 10:27:23 -07:00
Cameron
52cf8f5bfa Closes #4783 Added Page Meta-Title field and synced with Page title.
Issue #6 global LAN_META_DESCRIPTION and LAN_META_TITLE added and replacements made throughout.
2022-06-08 18:29:37 -07:00
Cameron
08eb2a37d9 Issue #4783 Site name was still being appended to the <title> tag. Site name has now been removed when using news_meta_title. 2022-06-06 19:15:41 -07:00
Cameron
94bf1efda2 Issue #4783 Added new field for meta-news-title. New prefs added for SEO Title and Description character limits. 2022-06-06 17:28:23 -07:00
Cameron
d672131d86 Fixes #4785 - og:image should be only rendered once. Moved all og meta code out of header_default.php and into social plugin. 2022-06-03 09:12:12 -07:00
Cameron
e1f53e7d33 Added {CPAGEKEYWORDS} shortcode. 2022-05-17 15:59:03 -07:00
Cameron
3f1d428660 Fixes #4755 - {LAN} shortcode - prioritize constants beginning with "LAN_" 2022-04-19 11:09:58 -07:00
Cameron
483c737237 Fixes #3947 - Removed deprecated menu prefs. 2022-04-07 13:30:34 -07:00
Cameron
9b5a76cd0f Corrected theme install pref defaults. Theme Manager now prompting again about default content and display modified prefs when detected. 2022-04-07 08:15:30 -07:00
Cameron
93b2926227 Removed SEF Url config from Bootstrap5. Added missing prefs to default install. Moved popup tips during installation to their own icon. Adjusted acceptance test. 2022-04-07 07:15:30 -07:00
Cameron
dd7af9b222 Update acceptance test for BS5. 2022-04-06 19:33:03 -07:00
Cameron
efb6dd0b96 SEF URLs can now by available directly after installation. Removed debug info from News pagination. Disabled news_months_menu in default install config. 2022-04-06 18:22:35 -07:00
Cameron
16354b3da0 Bootstrap 5 template tweaks. 2022-04-06 14:21:35 -07:00
Cameron
6eff4cb5f7 Closes #4748 - Bootstrap5 Theme enhancements. Bootswatch 5. 2022-04-05 19:49:08 -07:00
Cameron
22b9bd1721 Updated e107.org urls. 2022-04-04 14:46:42 -07:00
Jimmi08
2fa73df934 #4665 correct user last visit information
CLOSES #4665
2022-04-02 14:57:37 +02:00
Cameron
025ff07aab Fixes #4737 Removal of type="text/javascript" and type="text/css" 2022-03-31 08:24:34 -07:00
Cameron
f922456a8f Fixes #4706 'quote' bbcode in TinyMce and fixes fatal error under PHP 8.1 (LAN_WROTE) 2022-03-29 13:59:25 -07:00
Cameron
632e434711
Merge pull request #4709 from Jimmi08/patch-32
Fixes #3908 - Template option for signature bbcodes
2022-03-22 10:04:09 -07:00
Cameron
3e3aff26a6 'raw' parm option added to cpage_body() 2022-03-21 12:01:52 -07:00
Jimako
d006114fd3
fix for templating signature bbcodes 2022-03-19 10:18:36 +01:00
Cameron
057cc8e35b Closes #4702 - Added news_modified field. 2022-03-14 14:03:34 -07:00
Cameron
53c8fb228b Invalid HTML markup cleanup. 2022-03-10 11:10:28 -08:00
Cameron
06de1752d4 Optimized search form template for Bootstrap5 and Bootstrap3. 2022-03-07 11:39:09 -08:00
Cameron
c17b985441 Experimental schema template 2022-02-04 12:04:21 -08:00
Cameron
c3d65075d0 Extracted toGlyphEmbed() method from toGlyph() and fixed some backward compatibility issues. 2022-01-27 16:50:42 -08:00
Cameron
26afb93b4e Fixes #4682 - Dasherize News Tag SEF URL. 2022-01-27 10:49:53 -08:00
Nick Liu
8e8622f12d
social_login_config::getSupportedConfiguredProviderConfigs()
is a better name than
`\social_login_config::getValidConfiguredProviderConfigs()` because the
method does not validate the provider configs.
2021-12-28 11:48:00 +01:00
Moc
f58734346e
Code clean-up
Formatting (tabs)
2021-12-27 21:13:24 +01:00
Moc
29b98ef9a6
Closes #3742 - Added perm check for PM icon in Admin Area 2021-12-27 21:12:59 +01:00
Moc
f426ffc729
Fixes #4194 - Use correct LAN for XUP login/register action 2021-12-22 14:24:04 +01:00
Moc
311308a6d9
Closes #4320 - Use radio_switch() for radio buttons in COPPA form 2021-12-21 18:00:37 +01:00
Moc
1779170933
Improved accessibility in Search (labels)
HTML is now valid
2021-12-21 11:53:29 +01:00
Cameron
0d8f3e9086 PHPDoc fixes and code optimization. 2021-12-03 14:58:33 -08:00
Cameron
9743cb4e95 Fixes #4528 - Frontend modal now functional with Bootstrap5. 2021-12-02 11:20:58 -08:00
Cameron
852f2175f2 PHP 8.1 fix. 2021-12-01 12:11:14 -08:00
Cameron
2c9afc83ee More PHP 8.1 fixes. 2021-11-26 12:36:25 -08:00
Cameron
9d6a9611e2 PHP 8.1 fixes. 2021-11-25 10:18:53 -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
9fffa59a01 Fixes #4586, Fixes #2774, Fixes #49 - 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
Cameron
6fb0d3f2bb Added missing {SITEDISCLAIMER} shortcode to Voux. 2021-11-23 13:45:32 -08:00