1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

7627 Commits

Author SHA1 Message Date
Cameron
d8524de113 Upgraded TinyMce CDN to 4.3 2016-03-03 15:23:37 -08:00
Cameron
8b83eeb914 Additional fix for shortcodes in pre and code tags. 2016-03-01 17:50:53 -08:00
Cameron
13d8254674 Fix for shortcodes within <code> and <pre> tags. 2016-03-01 13:29:50 -08:00
Cameron
168aa846f1 Added support for previousURL to login page. 2016-03-01 09:27:09 -08:00
Cameron
881adeeeda Added more missing data from page vars. Precaution for if mb_convert_encoding() is missing. TinyMce member template added. 2016-02-29 22:01:58 -08:00
Cameron
0898cc272e Fix for page_chapter SEFs on fresh install. Increase frontend modal width. Add missing page data to page shortcode vars. 2016-02-29 20:22:14 -08:00
Cameron
b4c4352080 Login page template/shortcode fixes. 2016-02-29 15:13:32 -08:00
Cameron
8c0680a18a Corrected frontend modal markup. Corrected page registry identifier. 2016-02-28 20:50:09 -08:00
Cameron
56082cf072 Forum: Moderator list added to Bootstrap template. 2016-02-28 13:22:21 -08:00
Cameron
12da3187b5 Fixes #1395 - Moderator: Array issue. Fixes some BC breadcrumb links. 2016-02-28 13:08:43 -08:00
Cameron
2ea8191187 Issue #1378 - OpenID login failure. 2016-02-28 12:38:45 -08:00
Cameron
d9bf93f115 Issue #1378 Steam support added.
Fixes #1394 Broken social-login API links .
2016-02-28 12:35:26 -08:00
Cameron
b036ea8d25 Issue #1378 - OpenID login failing. 2016-02-28 12:22:13 -08:00
Cameron
7127339553 Upgraded HybridAuth to 2.6.0 2016-02-28 12:03:55 -08:00
Cameron
c357a420cc Banner plugin: Added default banner item during installation. 2016-02-28 12:03:06 -08:00
Cameron
0a1a6b9250 Fixes #1391 - Missing forum-post template elements after upgrading. 2016-02-28 10:44:48 -08:00
Cameron
5ff03b26b5 Fix for banner params not saving in PHP7 2016-02-28 10:44:03 -08:00
Cameron
17b1f844a7 SEF URL added for gsitemap. URL aliases added for Statistics plugin. 2016-02-28 09:26:21 -08:00
Cameron
cdc0d457f0 FOrum template - fix for wrapping buttons and overlapped elements. 2016-02-28 08:50:04 -08:00
Cameron
0cb6b6724e Fixes #1387 - Log Stats Admin area. 2016-02-28 08:19:31 -08:00
Cameron
3941e9cf4e Admin user-column selection GUI fix. (width and padding) 2016-02-26 16:21:29 -08:00
Cameron
2eaffd9822 Fix for last commit. 2016-02-26 12:50:48 -08:00
Cameron
c2349c6876 Secure-Image is now alphanumeric. 2016-02-26 12:36:35 -08:00
Cameron
d295a434c3 Issue #1356 - Secure Image now using sessions and working with PHP 7.0.3 2016-02-26 11:54:57 -08:00
Cameron
ffa8c41846 Merge pull request #1385 from Serios/patch-4
Fixes #1362 - encoding in cleanHtml() method.
2016-02-25 19:03:10 -08:00
Cameron
83446183ee Merge pull request #1384 from Serios/patch-3
Fixes http_build_query causing return of &amp when using {MENU: XXX} shortcode.
2016-02-25 19:01:21 -08:00
Cameron
24ac32105a Fixes #1379 - Check for social plugin in news.php 2016-02-25 18:45:21 -08:00
Cameron
a16ee111e9 Installation configuration fixes. RSS install now included default configuration correctly. 2016-02-25 18:45:20 -08:00
Serios
a8513581ab Propper fix for #1362
Should work now with both latin and non latin characters
2016-02-26 02:03:49 +02:00
Serios
48ace09e61 Fixing http_build_query causing return of &amp
Fixing http_build_query function causing return of &amp instead of & on some servers when using {MENU: xxxxx} with parameters, thus breaking parameters passing to the menu.

Eg. {MENU: path=news/latestnews&test1=true&test2=false&test3=44}
Will return call the menu with test1=true&amp;test2=false&amp;test3=44 instead of est1=true&test2=false&test3=44
 causing only the first parameter key passed, to be valid
2016-02-26 00:48:17 +02:00
Cameron
12a2084cbb Merge pull request #1374 from Jimmi08/master
Fixes #1226 update datetimepicker script to latest version, solving Chrome issue.
2016-02-25 12:55:39 -08:00
Cameron
4960859935 Minor GUI fix to userposts. 2016-02-25 12:54:30 -08:00
Cameron
294ff7a6d0 Fixes #1285 - Avoid no-avatar confusion. LANs required. 2016-02-25 12:53:04 -08:00
Cameron
751ce52c13 Fixes #1372 - Gallery Slideshow with default category. 2016-02-25 12:29:17 -08:00
Cameron
310d5ff512 Merge pull request #1376 from lonalore/master
Field type "datepicker" enhancements: allow use of "disabled" attribute
2016-02-25 10:48:43 -08:00
Cameron
64fbcfd689 Merge pull request #1382 from MikeyGMT/master
Issue #6 Replace LAN_nnn's with generic LAN_SUMMARY, LAN_SHOW, LAN_INCORRECT_PASSWORD
2016-02-24 14:32:05 -08:00
MikeyGMT
7b12fdfb00 Issue #6 Replace LAN_nnn with LAN_INCORRECT_PASSWORD
Issue #6 Replace LAN_nnn with LAN_INCORRECT_PASSWORD
2016-02-24 17:43:38 +00:00
MikeyGMT
7fba9bd190 Issue #6 Replace LAN_nnn with LAN_SHOW
Issue #6 Replace LAN_nnn with LAN_SHOW
2016-02-24 15:46:23 +00:00
MikeyGMT
e1465c8c68 Issue #6 - LAN_NEWS_27 replaced with generic LAN_SUMMARY for "Summary"
Replace LAN_NEWS_27 with LAN_SUMMARY
2016-02-24 15:17:38 +00:00
MikeyGMT
8de3573a8b Merge remote-tracking branch 'refs/remotes/e107inc/master' 2016-02-24 14:32:55 +00:00
Lóna Lore
d90644f187 Field type "datepicker" enhancements: allow to use "disabled" attribute, and convert (default) value to the proper format. 2016-02-19 13:35:55 +01:00
Jimmi08
1c3edfa709 update datetimepicker script issue #1226 2016-02-18 19:52:04 +01:00
Cameron
7376e8e40e Notice removal. 2016-02-17 11:33:00 -08:00
Cameron
22cd9fad00 Merge pull request #1364 from lonalore/master
Fixed: PHP warning - parse_str() expects parameter 1 to be string, ar…
2016-02-17 11:21:30 -08:00
Cameron
9f0007acdb Reverted "Fix for non Latin characters in textareas " - blank content. Admin-ui notice check fix. 2016-02-17 11:15:47 -08:00
Tijn Kuyper
04a59f8bc9 Issue #195 - Incompatible plugin list updated 2016-02-17 16:51:25 +01:00
Lóna Lore
701fad231b Fixed: PHP warning - parse_str() expects parameter 1 to be string, array given... 2016-02-17 16:43:32 +01:00
Cameron
26c2aa3e4a Issue #1356 - PHP 7 auto-detection in mysql class. PHPInfo formatting. 2016-02-16 15:14:56 -08:00
Cameron
53b6519f55 Fix for CDATA in XML feeds. e107 blog feed now working with SSL enabled. 2016-02-16 13:08:15 -08:00
Cameron
39bae789f8 PHp Notices 2016-02-16 11:10:30 -08:00