1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-06 15:24:46 +01:00

9030 Commits

Author SHA1 Message Date
lonalore
c226e9a10b Code cleanup. Fixed undefined variables. 2016-12-20 10:58:43 +01:00
Cameron
46a7dd5d14 Fix for mod-rewrite for some servers. 2016-12-19 21:05:51 -08:00
Cameron
39766a2e31 Social: Make it work with news rewrite. Plugin scan required. 2016-12-19 18:13:38 -08:00
Cameron
a3a9ffa1f7 Social: Fix for facebook comments not loading after news upgrade. 2016-12-19 17:57:03 -08:00
Cameron
098f386c19 Fix for banner image size in admin. 2016-12-19 14:22:45 -08:00
Cameron
cfbd9c85fb Performance improvement for thumb.php 2016-12-19 13:49:39 -08:00
Cameron
c0df670c7b Banner now support external image urls. 2016-12-19 13:49:18 -08:00
Cameron
8e7cbd9f7a Include favicon is sitedown template. 2016-12-19 10:24:11 -08:00
Cameron
aa2c37a262 Fix sitedown stylesheet order 2016-12-19 10:08:28 -08:00
Jimako
d0ccf576d6 to avoid problem with not defined global variable 2016-12-19 14:26:56 +01:00
MikeyGMT
889cdeb4c1 Please confirm that you are age 13 or over.
Please confirm that you are age 13 or over.
2016-12-19 12:44:18 +00:00
MikeyGMT
87fc521200 More Accessibility Labels for Signup #275
More Accessibility Labels for Signup #275
2016-12-19 12:18:58 +00:00
MikeyGMT
ece907d1dd Missing Accessibility Label - Contact Subject #275
Missing Accessibility Label - Contact Subject #275
2016-12-19 00:03:01 +00:00
Cameron
4337fb0231 Added default emoticon configuration xml file. 2016-12-18 15:10:41 -08:00
Cameron
3afb992fbd Make the comments-menu caption support multiple languages. 2016-12-18 14:59:02 -08:00
MikeyGMT
c648001579 Correction needed for #2169
Correction needed for #2169
2016-12-18 22:47:50 +00:00
MikeyGMT
3006c42404 LANS #6 Signup Shortcode Plus Accessibility Labels for Coppa #275
LANS #6 Signup Shortcode Plus Accessibility Labels for Coppa #275
2016-12-18 22:35:18 +00:00
Cameron
5f91ebf20d Issue #2162: Clear the news item cache after submitting a comment so the comment counter remains accurate. 2016-12-18 12:35:09 -08:00
MikeyGMT
2c583efdc2 Improved Check your email phrase #2107
Improved Check your email phrase #2107
2016-12-18 20:21:50 +00:00
MikeyGMT
3c81406044 LANS #6 Admin Shortcodes
LANS #6 Admin Shortcodes - Could not see how to use tp $lanvars as there
is a closing a tag link but no opening tag.
2016-12-18 20:05:04 +00:00
Cameron
0203a56fd2 Issue #2162 - possible fix. 2016-12-18 12:01:48 -08:00
MikeyGMT
66cb27b263 LANs in File Inspector #6
LANs in File Inspector #6
2016-12-18 19:20:04 +00:00
Cameron
e905ef4696 Fix: News-Archive hidden when disabled. 2016-12-18 11:10:51 -08:00
Cameron
bc5a224f25 Caching fixes. 2016-12-18 10:27:12 -08:00
Cameron
ad170838b9 News: Fix for list view caching. Fixed meta data so it is retained when cache is active. 2016-12-18 09:13:35 -08:00
Cameron
e25316d95f Fix for news pagination. 2016-12-18 07:55:37 -08:00
Cameron
a488ab2ffc Make the new news script the default. 2016-12-17 19:27:17 -08:00
Cameron
514f4d924a Maka news rewrite the default. 2016-12-17 19:24:48 -08:00
Cameron
c8f1972c1d Buffer fix 2016-12-17 10:58:07 -08:00
Cameron
c8955f8362 Buffer fix. 2016-12-17 10:56:12 -08:00
Cameron
f113a0d265 PHP Warning removals. 2016-12-17 10:15:36 -08:00
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
rica-carv
b5d1bf96b5 Update viewforum_shortcodes.php 2016-12-16 21:50:47 +00:00
rica-carv
77645b50bb Update view_shortcodes.php 2016-12-16 21:49:48 +00: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