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

5330 Commits

Author SHA1 Message Date
Cameron
e7c088cf85 Fixes #1373 - Broken SQL loop, due to emoticon pref lookup. 2016-03-12 10:04:23 -08:00
Cameron
09923ad54b Banner width may now be set on a per-menu basis. 2016-03-12 00:15:29 -08:00
Cameron
85f67aa084 Banner plugin may use keywords to display relevant banners on current news/pages. (exact match only, so use with caution) 2016-03-11 23:12:19 -08:00
Cameron
e9869319f3 Fix for broken social-share icons when JS/CSS cache was enabled. 2016-03-11 19:40:59 -08:00
Cameron
689b4c8c77 Media-Manager: Fix for incorrect 'empty image' size when selected. Fix for 'empty icon' when selected. Fix for media-manager close-window issue. GUI fix for 'no image' option. 2016-03-11 12:31:09 -08:00
Cameron
94e0e1c1e0 Merge pull request #1410 from lonalore/master
Ability to use CDN files for libraries.
2016-03-11 09:17:25 -08:00
Cameron
9d1d6d040d Fix for active link detection with SEF Urls. 2016-03-10 21:53:59 -08:00
Cameron
d30135e026 Menu Template fixes and enhancements. Related News now has a template. 2016-03-10 17:32:36 -08:00
Cameron
1b2db4683e FontAwesome version update. News shortcode wrapper issue corrected. 2016-03-10 15:13:32 -08:00
Cameron
4516bc910e TinyMce styling corrected to work with newer version of TinyMce. TinyMce parser image path corrections. Old Tinymce popup code removed. 2016-03-10 13:33:52 -08:00
Lóna Lore
a28248f1f1 Fixed Docs. 2016-03-10 09:04:43 +01:00
Cameron
36f57d805b JS-Manager: Fix for CDN URLs containing the '|' character. Minor theme fixes. 2016-03-09 20:33:59 -08:00
Cameron
eb6c6c3021 Fixes #1408 - Email Obfuscation issue in IE. 2016-03-09 12:12:15 -08:00
Lóna Lore
611dff4c06 Ability to use CDN files for libraries. 2016-03-09 11:04:16 +01:00
Cameron
cf90582418 Some User-Avatar cleanup. 2016-03-08 17:51:29 -08:00
Cameron
daf5495214 Linkgen Fixes. Added e107::url() backward compatibility with earlier SEF creation method. 2016-03-08 13:53:58 -08:00
Cameron
6a26ff7bd5 Merge pull request #1404 from lonalore/master
New Ajax API.
2016-03-07 13:24:41 -08:00
Lóna Lore
ceed9a02a7 Change method ajax() to getAjax(). 2016-03-07 22:21:19 +01:00
Cameron
e1414cb688 Submitnews Image import fix. Upload page now using e_upload.php. Upload admin area still needs work. 2016-03-06 17:42:47 -08:00
Cameron
35b5957b24 Basic e_upload.php file added. Work-in-progress. 2016-03-06 00:42:15 -08:00
Cameron
3ecd19b88c Fix for file-title after import. select() can now handle more than 2 levels deep. 2016-03-06 00:23:41 -08:00
Cameron
77ae461fc6 Remove error message when 0 records returned. 2016-03-03 15:24:59 -08:00
Lóna Lore
80cf7652a9 Fixed PHP docs. 2016-03-03 12:15:01 +01:00
Lóna Lore
4d0cdfc0ba Add e107::ajax() to provide macro methods for createing Ajax commands. 2016-03-03 11:50:36 +01: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
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
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
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
5ff03b26b5 Fix for banner params not saving in PHP7 2016-02-28 10:44:03 -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
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
Cameron
294ff7a6d0 Fixes #1285 - Avoid no-avatar confusion. LANs required. 2016-02-25 12:53:04 -08: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
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
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
Cameron
67358e6f9a PHP notice removal. 2016-02-16 10:42:13 -08:00