1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-12 18:50:37 +01:00

7787 Commits

Author SHA1 Message Date
Cameron
77ae461fc6 Remove error message when 0 records returned. 2016-03-03 15:24:59 -08:00
Cameron
d8524de113 Upgraded TinyMce CDN to 4.3 2016-03-03 15:23:37 -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
Lóna Lore
1001798237 Use "target" instead of "selector". 2016-03-02 18:40:46 +01:00
Lóna Lore
1a1a990e6b Remove unused e107.ajax object. 2016-03-02 16:43:57 +01:00
Lóna Lore
de95262459 Use e107.callbacks instead of creating new object. 2016-03-02 16:42:48 +01:00
Lóna Lore
d8c2dc883d Override default method by command "insert". 2016-03-02 16:02:53 +01:00
Lóna Lore
82bc735daa Fixed JSON response handler. 2016-03-02 15:38:44 +01:00
Lóna Lore
4cfa54e07c Change comment for command "settings". 2016-03-02 15:13:42 +01:00
Lóna Lore
24cc54caf6 New Ajax API: It's backward compatible. New features: it supports JSON responses with multiple commands. It also supports different kind of commands such as insert, settings, invoke, remove, etc... 2016-03-02 15:12:34 +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
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