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

4016 Commits

Author SHA1 Message Date
Cameron
1f5ec4038c Updated dev info 2021-11-23 13:45:24 -08:00
Cameron
522b99ebde Tweaked for consistency with toGlyph(). 2021-11-16 10:39:28 -08:00
Cameron
db6035f844 Experimental embedding of FA svg. 2021-11-15 13:51:01 -08:00
Jimako
88cda1fac6
FAQ plugin - add shortcode for ID 2021-11-07 12:22:12 +01:00
Cameron
6d5b4f5c3a Moved experimental e_ROUTE constant to registry. 2021-11-01 15:46:39 -07:00
Cameron
4fb280d122
Merge pull request #4608 from Jimmi08/patch-30
Fixes #4607 banner correct size on news detail page
2021-10-29 10:26:24 -07:00
Cameron
f7a65ebb3c Prevent duplicate twitter:image meta tags. 2021-10-27 18:39:27 -07:00
Jimako
a275e7a8cf
fix #4607 banner correct size on news detail page 2021-10-24 22:53:40 +02:00
Cameron
b91b1c36b0 Closes #4600, Fixes #4597 - Encoding of 'national characters' in TinyMce. 2021-10-19 09:10:32 -07:00
Cameron
fe7e99f136 Fixed formatting of admin > mailout form elements. 2021-10-19 07:41:33 -07:00
Cameron
cf5459620c Fix forum post PHP error. 2021-10-18 16:41:51 -07:00
Cameron
573a8d55af Issue #4578 - Legacy forum template issue with missing thread subject element. 2021-10-18 14:17:54 -07:00
Cameron
c8e48970ce Avoid error in PHP8. 2021-10-18 13:32:35 -07:00
Cameron
bc84cdc59e Issue #4578 - possible fix for editing issue. 2021-10-18 11:33:14 -07:00
Cameron
acff5c699e Bootstrap5 fix for dropdown dividers 2021-10-18 11:19:57 -07:00
Cameron
ce70a5944a Bootstrap5 forum dropdown styling fix. 2021-10-18 10:18:24 -07:00
Cameron
9ac051f2a6 Bootstrap5 layout styling 2021-10-18 10:01:19 -07:00
Cameron
d49f53677b More bootstrap5 layout fixes 2021-10-18 09:53:49 -07:00
Cameron
95ea56bb89 Forum navigation layout fix. 2021-10-18 09:09:01 -07:00
Cameron
9aee6b7509 Issue #4530 Set default send-to class to members. 2021-10-17 09:00:22 -07:00
Cameron
73dfbf0d74 Issue #4299 - PHP8 fatal error fixes 2021-10-17 08:43:07 -07:00
Cameron
8d968d2ee3 e107.org URL updates. 2021-10-16 13:18:45 -07:00
Cameron
da219c31ae Fix forum replies/topic count styling on sub forums. 2021-10-10 09:15:16 -07:00
Cameron
fd116c177a Meta PHP warnings fix. 2021-10-10 09:03:07 -07:00
Cameron
5e83895c8f Fixes #4544 - SubForum missing global value. LAN shortcode now parsed correctly. 2021-10-10 08:55:16 -07:00
Cameron
1351435a7c Added some missing canonical values. 2021-10-04 11:56:30 -07:00
Cameron
34ad8bc1d8 More jQuery.once() to jQuery.one() replacements. 2021-10-03 11:03:23 -07:00
Cameron
80294ba65b Fix typo in last commit. 2021-10-01 08:58:21 -07:00
Cameron
fc2db726f2 Make sure og:type always has a value. 2021-10-01 08:47:18 -07:00
Cameron
e06069459f Add og:title by default. Set open-graph data for frontpage. 2021-10-01 08:35:54 -07:00
Cameron
e5b139e91a Set og:url and twitter:url when e107::canonical is called. Twitter card meta added to news posts and pages. 2021-09-29 18:43:20 -07:00
Cameron
8167f5eb6e
Merge pull request #4569 from Deltik/hotfix/4547
Fixes #4547: Strip BBCode from `download_shortcodes` JavaScript alerts
2021-09-29 09:49:23 -07:00
Cameron
f42ac5a8e8 Replaced e_PAGETITLE with e107::title(); 2021-09-28 13:15:53 -07:00
Cameron
8c0b216ffd Linkwords upgrade should now complete correctly. 2021-09-28 09:21:49 -07:00
Cameron
06e88e5fb7 Linkwords plugin update.
Fixes issue with admin preferences not being respected or no linking occurring.
Prefs now moved out of core and into plugin prefs.
Test page added to admin area.
Relationship field added.
e_tohtml.php deprecated in favor of e_parse.php
Tests updated.
2021-09-28 08:56:54 -07:00
Cameron
5fd8fdc92b Fixed e107 v1 to v2 forum migration adding check for deprecated files. Fixed breadcrumb subforum visibility and URL when SEFURL is disabled. 2021-09-26 10:43:33 -07:00
Cameron
69d5b49525 Fixed news tag query 2021-09-25 11:43:19 -07:00
Cameron
5cf3f9d57b Fix for news tag links containing spaces. 2021-09-25 10:25:04 -07:00
Cameron
af0b5dcb84 More rel="noopener" and og: changes. 2021-09-25 09:57:18 -07:00
Cameron
5d0db673e3 Moved help tip to correct field. 2021-09-25 09:38:50 -07:00
Cameron
3a241727f8 Keep FB scraper up-to-date with changes. 2021-09-24 13:19:06 -07:00
Cameron
c7be6a57e8 Open-graph improvements in news. 2021-09-24 13:08:45 -07:00
Cameron
fb96bfba39 Option added to use different field for link name. 2021-09-23 15:55:32 -07:00
Cameron
171cac87b1 Admin-UI type=datestamp and batch=true was producing unexpected results in the batch filter. Now provides an option for setting the current date/time. 2021-09-23 12:37:30 -07:00
Cameron
9c2d7ec2d6 Prevent news item data being overwritten within latestnews_menu 2021-09-22 13:31:37 -07:00
Cameron
79e016a7f6 Using e107::title() will now automatically add an og:title meta value if one isn't already defined. 2021-09-22 12:23:30 -07:00
Cameron
8b2e6b955a Updated define('e_PAGETITLE') to e107::title() 2021-09-22 12:14:24 -07:00
Cameron
34b9e454da Fix for tagcloud word limit. 2021-09-19 11:40:40 -07:00
Cameron
92f6c54c9c Added rel="noopener noreferrer" to XURL links. 2021-09-15 19:52:33 -07:00
Cameron
f669ea9053 Added aria-label to XURL icons. 2021-09-15 19:18:53 -07:00