1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

92 Commits

Author SHA1 Message Date
Cameron
09e3e32ca9 Warning removal. Define e_PAGE when e_url.php is active. 2020-01-19 11:44:30 -08:00
Cameron
ac47858941 PHP Notice Fix. 2020-01-14 14:44:29 -08:00
Cameron
5cf54d07d2 Basic per-item search engine robots handling added to News and Pages. 2019-12-02 13:32:21 -08:00
Cameron
79e8f834d9 SEO 2019-08-30 19:07:32 -07:00
Cameron
f4a47d44e9 Meta-tag viewport fix and more. 2019-07-23 17:13:07 -07:00
Cameron
75086e8a71 Fix for google and microsoft advertising auto-tags 2019-07-23 16:47:57 -07:00
Cameron
4465182852 More meta keyword fixes. 2019-07-05 15:12:39 -07:00
Cameron
20e15a4ac0 Fix: Admin Area > Meta Tags > Keywords to be considered as global keywords to append to all pages of the site as originally intended. Leave blank to disable. 2019-07-05 13:35:36 -07:00
Deltik
1f824faa69
Renormalized all text file line endings 2019-03-29 19:13:32 -05:00
Cameron
f003a092fc Issue #3546 Filter elan during SEF URL and THEME_LAYOUT detection. 2019-01-26 09:11:21 -08:00
Cameron
9e09cf836e Fixes #3546 Social network trackers now ignored during THEME_LAYOUT detection. 2019-01-24 11:38:11 -08:00
Cameron
9237f254c7 Filter social network tracking queries when determining SEF route. 2019-01-23 14:23:16 -08:00
Cameron
a4ca72cd8f New user page shortcode {USER_SETTINGS_URL} 2018-09-18 16:45:26 -07:00
Achim Ennenbach
169acdaba3 fixes #3245 eHelper::title2sef() now strips any html or bbcode
forum_admin.php: make sure to strip bbcode and html from forum_name
forum_admin.php: make sure forum_sef doesn't contain bbcode or html and is properly formatted
English_admin.php: Added FORLAN_223 = forum_name help text
2018-08-10 21:01:04 +02:00
Achim Ennenbach
f2b3e1014b fixes #3171 moved query param p to the options/query parameter of url()
Implemented a fiy for accidentally double ampersand in the query part of the url
2018-08-09 21:05:43 +02:00
Cameron
8d08a80231 PHP Notice removal 2017-12-12 21:44:50 -08:00
Lóna Lore
459351939d Improved removeMeta() method. 2017-12-09 21:51:55 +01:00
Cameron
8789ce6f1c Issue #2902 Code simplification and cleanup. system_meta_pre event now sends the current meta list to the assigned function. 2017-12-09 10:36:00 -08:00
Cameron
75fcecf23c Fixes #2797 during install. htaccess fix for when Apache "MultiViews" is enabled and messes up News SEF URLs. 2017-09-23 16:22:06 -07:00
Cameron
9606105e24 Removal of PHP Notices and SEF URL debugging improvements. 2017-09-23 12:52:23 -07:00
Cameron
caea384495 Fixed Meta-Tag overwrite issue. Changed eResponse to singleton. May correct problems with Facebook app-id and custom og:image. Pages possibly affected: front-page (index.php) and news, custom-page and user pages. 2017-06-05 17:49:49 -07:00
Cameron
3355f76c09 e_url class cleanup. 2017-04-19 13:33:53 -07:00
Cameron
905fb0208b e_url detection moved to application.php . Resolved conflicts between older URL scheme and new one when rootnamespace is in use. 2017-04-19 13:20:59 -07:00
Cameron
57d1d87939 Fixes #2568 - SEF Generation fix for commas. 2017-04-15 07:31:15 -07:00
Cameron
988519a0f8 Added an id to local theme stylesheets. 2017-01-25 11:04:14 -08:00
Tijn Kuyper
71d531be2d Fix typo 2017-01-25 12:19:29 +01:00
Cameron
1490ad009d Fix for lowercase usernames in SEF Url. 2016-12-08 09:38:23 -08:00
Cameron
2039968aab toASCII method added. 2016-12-08 08:21:58 -08:00
Cameron
fe56126e3f Fixes #1946 - System meta event added. 'system_meta_pre' 2016-10-26 17:55:59 -07:00
Cameron
2161b397aa Issue #1946 - added getMeta() setMeta() and removeMeta() methods. 2016-10-24 14:22:53 -07:00
Cameron
334c17cb8e Issue #1821 - Inconsistent e_CURRENT_PLUGIN value. 2016-08-29 14:39:48 -07:00
Cameron
39bae789f8 PHp Notices 2016-02-16 11:10:30 -08:00
Cameron
42efabc505 Fix: SEF-URL generation - check added to avoid "---" 2016-01-15 16:45:22 -08:00
Cameron
169faeee04 Fix for corrupted date formats during SEF Url creation. 2016-01-15 01:30:59 -08:00
Cameron
8a4547f62a Improved title2sef() conversion of non-latin characters 2015-09-07 18:51:36 -07:00
Cameron
3cb6c44231 Fixes to keep Facebook Open-Graph happy. 2015-07-20 23:18:08 -07:00
Cameron
3bbda20886 PHP Notice removal 2015-04-22 12:28:03 -07:00
Cameron
4c7c3dfd47 Fixes #751 - Meta-tag issues. 2015-04-08 22:05:32 -07:00
Cameron
605d4078ce Fix RSS atom link. Improved default styling on linkwords. e107::url() can now generate full or absolute urls. Sef-URL generation no longer strips numbers from titles. 2015-04-08 00:16:03 -07:00
Cameron
619b40b2e3 Improved e_CURRENT_PLUGIN detection when using SEF-URLs and other minor path fixes. 2015-04-03 18:42:27 -07:00
Cameron
c079140f23 Truncate Generated SEF-URLs to an acceptable length. 2015-03-30 13:00:28 -07:00
Cameron
027a74f5b0 Code cleanup 2015-02-15 02:37:36 -08:00
SecretR
b7942691e0 Render mode can be disabled, bad checks removed 2014-12-10 15:06:46 +02:00
SecretR
a6fa26577f Broken query string fix 2014-03-19 15:08:29 +02:00
SecretR
9b636a9687 No plugin manager caching in development environment 2014-03-12 16:06:29 +02:00
Cameron
7f1a946562 Fixes #470 Download pagination template and SEF Urls. 2014-01-04 10:14:10 -08:00
Cameron
34bbd17277 Fix for News SEF Url 'list/all' 2013-12-20 10:07:58 -08:00
Cameron
3030ca3570 News SEF URL for tags. Automatically switch URL path to lowercase when lowercase url template is used. 2013-12-20 09:45:27 -08:00
SecretR
f60b8f6e81 Error 403/404 templates;
Not Found redirect - set 404 error code;
404/403 actions - send proper HTTP status code;
Front controller now sets render mode to
module-controller-action by default (override from within individual
actions via setRenderMod() still possible)
2013-10-23 17:39:44 +03:00
SecretR
2bdcceab9c Various bug fixes 2013-10-14 15:38:57 +03:00