1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-24 08:22:07 +02:00
Commit Graph

47 Commits

Author SHA1 Message Date
Cameron
5dc45298f6 Issue #3559, Fixes #3589, Issue #2982, Issue #2927 Replace all glyphicons with FontAwesome. 2019-02-22 14:56:47 -08:00
Gábor
c7f3360eed Update rss.php 2018-09-30 08:38:17 +02:00
Cameron
4650aa8d91 New constant: e_VERSION for the currently installed version of e107. Prevents the need for further loading of ver.php and useful to detect when an upgrade of core files has been performed. 2017-04-27 15:21:20 -07:00
Cameron
43d0211590 Code cleanup: deprecated include_lan() 2017-01-23 09:41:23 -08:00
Cameron
d7ae17f99f Issue: #2125 Possible fix for plugins and/or languages files adding junk characters prior to rss rendering. 2016-12-14 11:55:23 -08:00
Lóna Lore
e25ead78df Removal of "Time offset" setting. 2016-12-13 20:56:11 +01:00
MikeyGMT
a16950e9bd RSS Menu Lans to Generic Terms #6
Replace duplicates with common terms in RSS Plugin
2016-12-02 20:44:17 +00:00
Cameron
796f5fa95c Header location cleanup. From now, please use e107::redirect(); to redirect to the home page, or e107::redirect('admin'); to redirect to the admin start page or e107::redirect($url); 2016-01-13 19:18:12 -08:00
Cameron
4d4ab7653d Issue #6 Removed HTML from RSS_LAN_ERROR_1 and RSS_LAN_ERROR_3 2015-09-13 11:24:22 -07:00
Cameron
1e174e2169 RSS validation fixes. 2015-06-17 11:26:48 -07:00
Cameron
c7675f616a Fix for legacy rss feed url and news post 'visibility' form element. 2015-04-12 18:45:48 -07:00
Cameron
1078c9c84c Rss - Fixed typo causing RSS to return html page instead of feed. 2015-04-08 16:55:05 -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
30e806b91d RSS News feeds upgraded and corrected. 2015-04-05 20:24:51 -07:00
Cameron
5be3a86e71 Fixes #948 - RSS admin area rewrite. RSS menu updated for Bootstrap and RSS sef-urls added. 2015-04-03 18:39:56 -07:00
Cameron
9a21cad851 Code cleanup / globals removal etc. 2015-02-15 16:07:27 -08:00
Cameron
d633455c73 SEF Url in news rss. 2015-02-08 10:31:35 -08:00
Cameron
34f0eeb409 Updated e_rss.php to v2.x spec. 2013-06-18 20:21:39 -07:00
Moc
f65708cd5a Code clean-up (global pointers, $e107->, headers). Got rid of all $e107->this->sql and tp 2013-03-26 12:17:12 +01:00
CaMer0n
7030f69f46 news_render_type fixes. Path fix for othernews menus. 2012-11-01 02:21:58 +00:00
secretr
65a7f7a339 RSS parse error fix 2011-05-13 11:26:35 +00:00
CaMer0n
d994127b4e More RSS cleanup 2011-01-16 23:19:50 +00:00
e107steved
c8273d06c4 Bugtracker #5148 - can't display poll menu and main page together - thanks Dolphin 713 2011-01-14 18:29:06 +00:00
CaMer0n
0e797fcc63 Bugfix: (Multi-language) Constants for feed names were not being converted. 2010-12-14 07:04:57 +00:00
secretr
c766c5a8f2 PHP 5.3+(and NOT 3+ as stated in the previous commit :) ) overall system compatibility 2010-10-28 10:54:33 +00:00
e107steved
097bddbb5e Bugtracker #5080 - filter site disclaimer in RSS - thanks casimps1 2010-10-16 20:23:30 +00:00
CaMer0n
5065ef7e31 Bugfix: Podcast compatibility issues corrected. 2010-07-02 02:12:49 +00:00
secretr
4fecfffddd svn keywords added (v0.8) 2010-02-10 18:18:01 +00:00
e107steved
13af90e1ab Tidying up 2009-12-03 22:32:34 +00:00
CaMer0n
1377b23532 Fix copyright info. 2009-11-18 01:06:08 +00:00
marj
8d6c82d860 reencode some files to UTF-8 2009-11-17 13:48:46 +00:00
marj
363aa0ea4d more work on charset and badchars 2009-11-17 10:46:35 +00:00
CaMer0n
90d1482652 RSS display news image feature added (thanks nlstart) and some fixes. 2009-09-18 19:05:50 +00:00
marj
3420b193ab Language selection simplification
switch to include_lan for the time being

work in progress
2009-08-15 11:55:30 +00:00
marj
5e462df2c7 CHARSET deprecated 2009-07-19 11:44:30 +00:00
CaMer0n
7c395b8c16 Added W3C recommendations for a more compatible feed. (May also be more compatible with twitterfeed) 2009-06-29 06:30:05 +00:00
e107steved
c5eb22e562 Filter 'visible to nobody' items in news RSS 2009-05-04 09:24:36 +00:00
e107steved
e842d52f71 rss plugin - add plugin.xml, admin logging, bit of a tidy up 2008-12-13 12:34:53 +00:00
e107steved
56ab55e392 Bugtracker #4566 possible fix - comments on downloads in RSS feed 2008-11-02 22:29:33 +00:00
e107steved
01ce3264d1 Bugtracker #4528 - missing datestamp on comments 2008-10-15 19:13:30 +00:00
e107steved
e0261976d9 Improve input vetting - thanks Fanat1k 2008-10-03 20:15:09 +00:00
e107steved
0bcbeec4d8 Bugtracker #4519 - don't include blocked comments in RSS feed 2008-09-23 20:03:45 +00:00
e107steved
393943265a Bugtracker #4488 - remove test code 2008-08-06 19:10:46 +00:00
mcfly
5ae2ce8689 Must run description through toRSS before substr 2008-02-18 01:58:07 +00:00
e107steved
fc5755f0be Don't output image if sitebutton not defined 2007-05-30 19:25:27 +00:00
CaMer0n
267a66f075 Added pref to switch between summary or description on News feed. 2007-02-07 22:45:10 +00:00
mcfly
e149b35fcc new module creation 2006-12-02 04:36:16 +00:00