1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-09 20:18:08 +02:00
Commit Graph

84 Commits

Author SHA1 Message Date
Cameron
1dbc90143f Case cleanup toHtml() should be toHTML() 2019-02-26 12:22:36 -08:00
Cameron
b19463b259 PHPDoc updates 2019-01-26 10:28:08 -08:00
Gábor
1109854538 Update news_class.php 2018-05-08 08:26:17 +02:00
Cameron
c2048c1c2f Use news_class on print page. 2018-01-16 14:41:51 -08:00
Cameron
cf7c20e168 Prevent system cache overload. 2017-12-19 11:24:36 -08:00
Cameron
93ab7996c7 Minor fixes and debug. 2017-11-09 10:15:36 -08:00
Cameron
a0e8b86876 Display an error when news template is empty or not found. 2017-09-25 15:43:47 -07:00
Cameron
13d58de464 Issue #2795 Support multiple news 'view' layouts (requires database update) 2017-09-23 14:08:47 -07:00
Cameron
dce42f3e31 Fixes #2667 - Set default comment icon when none defined. 2017-06-05 14:35:25 -07:00
Cameron
c0ff3dd232 Fixes #2534 - News Category Caption. 2017-03-29 13:56:53 -07:00
Cameron
eb60e60b9e Move news-grid code into news class. 2017-03-15 14:07:43 -07:00
Cameron
a08a589fd7 Fixes #2476 - News Author Avatar 2017-03-03 13:04:49 -08:00
Cameron
f6612410e0 News Grid template simplified. Template/Layout combination consolidated into 'layout' only. 2017-02-13 18:14:53 -08:00
Cameron
f24886faae Fix for {NEWS_CATEGORY_NAME} etc. used in news ['start'] template. 2017-02-12 09:09:11 -08:00
Cameron
c05d9d9826 Remove debug info 2017-02-06 19:54:17 -08:00
Cameron
cf43841e27 News Grid Upgrades (TBD) 2017-02-06 19:27:23 -08:00
Cameron
b422906eca News menus and others corrected for consistent list alignment and styling. 2016-12-07 09:38:55 -08:00
Cameron
16a03d955f Possible fix for inline-editing on news. 2016-11-15 12:33:16 -08:00
Cameron
cd8ea61bd9 Theme options and fixes. Load Theme JS in the footer by default. New blockquote alt. style added to TinyMce. Updated news shortcodes. Option to hide search form from results page. 2016-06-01 18:36:16 -07:00
Cameron
26636f318c More inline news editing tweaks. 2016-05-31 17:44:07 -07:00
Cameron
eb40a9ac15 Added Experimental Inline editing for news items. 2016-05-31 13:04:05 -07:00
Cameron
444348dc4d Issue #1512 News Grid Menu 2016-04-09 16:12:54 -07:00
Cameron
1b2db4683e FontAwesome version update. News shortcode wrapper issue corrected. 2016-03-10 15:13:32 -08:00
Cameron
4e8412b16c Issue #1287 - PHP7 and SSL fixes. 2016-02-14 19:00:12 -08:00
Cameron
0e2c7ad2e7 Fixed: Latest News Menu was not using {SETIMAGE} value. 2016-02-06 18:33:35 -08:00
Cameron
a5246a31a3 Added wrapper around {NEWSIMAGE} and added support for wrappers for shortcodes with specific parms. 2015-08-22 00:17:07 -07:00
Cameron
8b49ee7ba6 News tags/keyword are now included in the twitter share link. 2015-06-08 00:12:19 -07:00
Cameron
d128b52576 New Addon: e_admin.php - extends the admin area fields and processing. Replacement for the old e_hook and e_event addons which were doing the same, but were not compatible with the v2.x admin-ui. 2015-04-07 19:49:11 -07:00
Cameron
e576370e57 Remove some references to deprecated functions/methods. 2015-02-14 23:34:15 -08:00
Cameron
436af8eeeb Notifications cleanup 2015-02-13 02:30:31 -08:00
Cameron
b9bd719900 Fixes #873 - Latest news Menu - hide brackets around comment count when comments are off. 2015-02-07 23:43:21 -08:00
SecretR
8e0b133dc7 New feature - latest news menu now accepts comma separated list of categories (news collection methods improvements) 2014-07-30 17:17:37 +03:00
Moc
7a62273b50 Fixes #551 2014-04-06 00:43:44 +02:00
Cameron
95eff5e653 Multi-language news category fix. 2014-01-20 16:12:24 -08:00
Cameron
b8cdc71795 Correction of shortcode global issue. As per e107 v1.x - shortcodes should only ever be registered globally using e_shortcode.php or xxx.sc files. 2013-05-31 18:40:56 -07:00
SecretR
2a4bd639b5 Fixed #131: NEWSCATEGORY - wrong URL in Latest news menu 2013-04-02 10:19:21 +03:00
SecretR
2eedbcb93b latestnews menu fix 2013-03-21 15:52:27 +02:00
Moc
9b27e3ed03 LAN fixes to search and news (backend) 2013-03-18 13:35:09 +01:00
Cameron
4259b435f3 Corrects wrapping buttons issue in admin and some LAN issues. 2013-02-27 00:44:58 -08:00
Cameron
dfe15b5e9a LAN fix in newspost. 2013-02-24 01:07:19 -08:00
Cameron
1dabbf7123 Othernews fixes. Now works with divs. Use define('OTHERNEWS_COLS',false); to disable html tables. 2012-12-16 21:05:54 -08:00
CaMer0n
7030f69f46 news_render_type fixes. Path fix for othernews menus. 2012-11-01 02:21:58 +00:00
CaMer0n
ebe5cd2948 CustomPages work (chapters, books) and admin-> newspost - news_rendertype (start toward multiple templates per item) 2012-10-11 02:24:43 +00:00
secretr
0d0fa1e2ca - Important URL assembling feature, all routes have now safe fallback option
- News configs updates and refactoring, introducing new config, various bugfixes
- News DB changes: news_sef and category_sef fields, titles no more used in URL assembling
- Aliases now not able to match existing URL module
- New URL setting - choose type of SEF string when auto-extracted from titles (implemented in News and Custom pages, leave SEF string empty to see it in action)
- Overall system stability bugfixes
2011-12-10 00:00:15 +00:00
secretr
ab4501edd2 minor bugs, notice cleanup, missing e_SELF/e_QUERY fixes 2011-12-06 09:44:28 +00:00
secretr
4bcbbc07d8 News item/category models and trees updated, usage shown in news menus; new newsurl shortcode. 2011-12-02 12:24:26 +00:00
secretr
63df20896c news category model update, category menu now works again, more to come in this direction 2011-11-30 15:17:19 +00:00
secretr
02b66d3899 Additional information passed to news_style function (theme function) - current action and parameters (as set in news class and news view) 2011-11-29 12:09:05 +00:00
secretr
548b585f7e Moving the system to the new URL assembling, fixed call to a non-existent eUrl method system wide. 2011-11-26 18:17:42 +00:00
CaMer0n
a31f89b589 News render-type malfunction fixed. 2011-07-06 23:37:49 +00:00