1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-13 02:54:39 +01:00

8843 Commits

Author SHA1 Message Date
Cameron
3af165f351 Merge pull request #1996 from yesszus/patch-15
Update e107_plugins/news/news_months_menu.php
2016-12-17 09:50:57 -08:00
Cameron
52f867d415 Fixes #2115 User avatar and picture upload. 2016-12-17 09:45:48 -08:00
Cameron
6ff2667898 PHP 7.1 fixes. Fix for broken category icons after upgrade. Fix for news thumbnail preview. 2016-12-17 09:43:37 -08:00
Cameron
a836ab18ac Use favicon during installation. 2016-12-16 13:25:28 -08:00
Cameron
6008fe5b68 Fix for PHP Warning in PHP 7.1 2016-12-16 12:57:43 -08:00
Cameron
f6adda23d8 Merge pull request #2155 from lonalore/error
Ability to change error page contents.
2016-12-16 12:48:31 -08:00
Cameron
67e0b43734 Issue #6, Fix for duplicate LAN_IP, PHP 7.1 fixes. Fix for CLI failing when SSL is enabled, but command is using 'http'. Allow cURL to follow redirects, preventing broken feeds under certain circumstances. 2016-12-16 12:13:52 -08:00
Cameron
851106707f PHP 7.1 Fixes 2016-12-16 11:03:45 -08:00
Cameron
e05425fbb2 PHP 7.1 Fixes. 2016-12-16 10:54:25 -08:00
lonalore
a6a8c3540b Ability to change error page contents. 2016-12-16 09:14:52 +01:00
Cameron
982fa869e3 Merge pull request #2154 from lonalore/cleanup
Cleanup
2016-12-15 12:38:19 -08:00
Cameron
7fa3ab7364 Merge pull request #2153 from lonalore/error
Introduce e107::getError() for delivering an error page to the br…
2016-12-15 12:37:12 -08:00
Lóna Lore
a59888a1e8 Use e107::getError()->render() instead. 2016-12-15 19:11:50 +01:00
Cameron
f070429051 Fix: News sitelink submenu category function was generating bad links when SEFURLs was disabled. 2016-12-15 09:22:54 -08:00
Cameron
bc572d1afc Fix for news archive. 2016-12-15 08:06:19 -08:00
lonalore
a03fe161d5 Code cleanup. 2016-12-15 15:35:18 +01:00
lonalore
d03cdda0af Code cleanup. 2016-12-15 15:08:49 +01:00
lonalore
2667537fd1 Introduce e107::setErrorPage() for delivering an error page to the browser. 2016-12-15 10:06:54 +01: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
Cameron
40e95a1ea8 BC styling fixes. 2016-12-14 11:45:56 -08:00
Cameron
c69a303bce Improved handling of missing news items. 2016-12-14 11:45:39 -08:00
Cameron
d702ba6ace Fix for broken forum on early PHP 5 versions. 2016-12-14 09:56:36 -08:00
Cameron
97229f6329 Merge pull request #2148 from lonalore/error
Error page improvement: template support. And status code support for e107::redirect().
2016-12-14 08:43:18 -08:00
Cameron
ff96fbc8d1 Changed FEED URLs to https 2016-12-14 08:42:23 -08:00
lonalore
d9f3d487f7 Revert htaccess changes. 2016-12-14 15:03:33 +01:00
lonalore
fb3946ae0a Error page improvement: template support. 2016-12-14 15:01:51 +01:00
Cameron
d5f9b9ac5e Merge pull request #2132 from rica-carv/rica-carv-patch-btn_forum
Forum: Fixes #2126
2016-12-13 13:32:31 -08:00
Cameron
f66b3e572e Merge pull request #2140 from rica-carv/rica-carv-patch-2
Forum: Fixes #2137
2016-12-13 13:30:46 -08:00
Cameron
05e2228db8 Merge pull request #2143 from rica-carv/rica-carv-patch-3
Forum: Fixes #2141
2016-12-13 13:30:06 -08:00
Cameron
28305c9953 Merge pull request #2144 from lonalore/timezone
Timezone fixes
2016-12-13 13:26:40 -08:00
Lóna Lore
22a40e318b If timezone is not set by user, need to return an empty string in order to use default timezone is set for e107. 2016-12-13 21:42:57 +01:00
Lóna Lore
2f2b3cc7c0 Set default timezone in init_session(). 2016-12-13 21:31:59 +01:00
rica-carv
322a23e4b0 Update forum_post.php 2016-12-13 20:20:17 +00:00
rica-carv
2b181665c4 Update forum_post.php 2016-12-13 20:16:30 +00:00
Lóna Lore
e25ead78df Removal of "Time offset" setting. 2016-12-13 20:56:11 +01:00
Lóna Lore
04cf3a6dc2 Updated Timezone EUF. Use user-defined timezone as default date timezone, if it's possible. 2016-12-13 20:48:45 +01:00
rica-carv
1ebdfb6783 Update forum_post.php 2016-12-13 19:47:06 +00:00
Cameron
2e3e980f13 Fix for news-comment moderate button. Use https for generated YouTube thumbnails. 2016-12-13 11:22:07 -08:00
Cameron
a1588ed318 Merge pull request #2139 from lonalore/timezone
Timezone settings improvement: Display time-offset in timezone dropdown.
2016-12-13 10:31:35 -08:00
Cameron
7858c84da0 News cache and comment fixes. 2016-12-13 08:58:00 -08:00
rica-carv
2296cf33e9 Update forum_shortcodes.php 2016-12-13 13:48:13 +00:00
Cameron
51ce94b389 Some basic bootstrap styling in the News Categories shortcode. 2016-12-12 13:02:17 -08:00
Cameron
a9a56a7612 More debug info added. 2016-12-12 12:52:17 -08:00
Cameron
ccb44d46e7 News: rewrite of frontend script. To test add define('e_DEBUG', 'news'); to e107_config.php 2016-12-12 12:35:13 -08:00
Cameron
a9a63848b1 PHP 7.1 tweaks 2016-12-12 11:52:18 -08:00
rica-carv
7f3367df58 Update forum_shortcodes.php 2016-12-12 17:25:36 +00:00
rica-carv
85574060b8 Merge pull request #35 from e107inc/master
.
2016-12-12 17:25:00 +00:00
Cameron
8e917817d6 News: New frontend event added: user_news_item_viewed 2016-12-12 09:02:14 -08:00
Cameron
366d3fe5cf Styling fixes. Debug timer totals fix. 2016-12-12 08:12:16 -08:00
lonalore
794a9f3ea6 Use UTC as default timezone. 2016-12-12 16:41:36 +01:00