1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

3190 Commits

Author SHA1 Message Date
Cameron
010ba14c73 Forum view-topic template wrapper fix. Custom-title styling subject to change. Default SEF-URL format now separates thread_id into 'folder'. (backward compat.) 2016-04-05 13:15:58 -07:00
Cameron
925704309e Fixes #1486 - Download error-page redirect issue. 2016-04-05 10:26:34 -07:00
Cameron
e073a2cb87 Fixes #1462 - Hiding of password in signup email. 2016-04-04 18:00:07 -07:00
Cameron
7bd2621584 Parser correction for code and pre tags. 2016-04-04 12:44:40 -07:00
Cameron
ee1bf57b54 File Handler Class: Added isValidURL() method for checking remote URLs. 2016-04-04 12:18:48 -07:00
Cameron
3de87776a9 Issue #1406 - Added a more intuitive comment method for plugin developers.
Usage:
$text = e107::getComment()->render('myplugin', 3, "My Subject", false);
echo $text;
2016-04-04 12:18:12 -07:00
Cameron
2c18d90b9c Private Messages: Fixes #1485. Also check language files for changes. 'fw' (fixed width) option added to $tp->toGlyph() 2016-04-03 14:37:37 -07:00
Cameron
a21cce9c4b Make sure the wysiwyg parser still functions when maintenance is on. 2016-04-02 16:44:55 -07:00
Cameron
fb3a92ff9e Fix for User-Extended checkbox field creation. 2016-04-02 12:47:27 -07:00
Cameron
46b2518e82 Fixes #1186 - Added edit button for custom pages. Improved debugging of shortcodes and shortcode wrappers. 2016-04-02 10:51:18 -07:00
Michael Waskosky
c17577d2dc Added support for a few more file types
A few common media file types added
2016-04-02 05:42:44 -06:00
Cameron
02a5cf6e81 Fixes #1474 - check for page_title or menu_name during custom page/menu creation. 2016-04-01 20:29:13 -07:00
Cameron
c8d49ee79c Private Messenger: Admin UI fixes. 2016-04-01 19:59:51 -07:00
Cameron
10f0d80291 Issue #1460 - Fix crash in parser when posting code. 2016-04-01 11:27:06 -07:00
Cameron
a30ee0d5b8 userlist method added. 2016-04-01 10:35:19 -07:00
Cameron
2e067dfdf7 Private Message: Issue #1423, #1434 - v2.x fixes/updates. Improved user-file upload handling. 2016-03-30 19:10:00 -07:00
Cameron
324be8ebdc For Handler: Fix for file 'multiple' attribute. 2016-03-29 17:58:18 -07:00
Cameron
2e6fa44aa2 Fix for SQL_CALC_FOUND_ROWS using PDO. 2016-03-29 14:55:38 -07:00
Cameron
02112b1a98 Issue #1287 Improved SSL detection. 2016-03-28 15:55:25 -07:00
Cameron
2dedb86ba8 Viewable By shortcode added. Forum deleted template corrected. 2016-03-26 15:17:11 -07:00
Cameron
46043bbb68 Fixes #1457 New Forum Posts Menu - "Show Original Topic in Menu" option not saving. New User-Extended Field preset for User comments. New e107::debug() function added for throwing info to the browser console. (Firefox/Chrome) 2016-03-26 10:14:57 -07:00
Cameron
efc2e62953 NewForumPosts could fail under some circumstances. Extra checks added for e107::unserialize(); 2016-03-25 11:24:07 -07:00
Lóna Lore
5498c0ac15 Inline support for expandit behavior. 2016-03-25 09:32:28 +01:00
Cameron
2e5cf2b05e User-Extended work and Mail handler support for other SMTP ports. 2016-03-24 21:45:14 -07:00
Cameron
12beda569d Fix for user profile data. Fix for default settings of newforumposts_menu.php. 2016-03-23 19:34:17 -07:00
Cameron
8282802d5e Fixes #1449 - Polls failing in PHP7 and Multiple options voting not functioning. 2016-03-23 16:43:41 -07:00
Cameron
1c16094dea Forum Issue #260: Hide poll tab if it is not installed. Also fix for menu_manager item insert with PDO. 2016-03-23 10:22:21 -07:00
Cameron
f1a2c00160 Issue #1433 - Allow Images/Video posting with TinyMce for members (member.xml) and not for anonymous/public. (public.xml) 2016-03-23 09:16:54 -07:00
Cameron
e930ee68f1 PDO Fix for saving of e107::serialize() data. Saving of Extended Field data now working correctly. 2016-03-22 21:11:47 -07:00
Cameron
846be2c23c User/Member List may now include extended user-field data. Use {USER_EUF: field=xxxx} (excluding the 'user_' ) in your user_template. 2016-03-22 16:52:54 -07:00
Cameron
0b27b3d760 Membersonly enhancement.(option to redirect to login page or membersonly splash page). User Login page minor HTML cleanup. PHP Notice removal. 2016-03-22 11:42:05 -07:00
Cameron
4c50868c93 PDO Update results fix. 2016-03-22 06:10:56 -07:00
Cameron
a8250858e3 Admin > Users would only allow viewing of one user extended-field in list mode under some circumstances. Checkbox field-type corrected. 2016-03-22 00:02:05 -07:00
Cameron
1d803612ab PHP7 User-Extended Fix. Checkboxes now working correctly and saving as an array. Some BC fixes may be needed. 2016-03-21 19:15:20 -07:00
Cameron
bf2db49dd1 Forum now allows for multiple attachments in a single user selection. For update thread/count should now working with PDO. 2016-03-21 14:32:02 -07:00
Cameron
634bb73dbf MySQL PDO: Fix for statements using NULL. 2016-03-21 14:22:12 -07:00
Miroslav Yovchev
c0501146ae Merge branch 'master' of github.com:e107inc/e107 2016-03-21 19:21:56 +02:00
Miroslav Yovchev
8ce130266e Fix broken file upload - temp file unexpectedly renamed 2016-03-21 19:21:41 +02:00
Cameron
789e701ff1 PDO Insert/Update escaping fix. 2016-03-20 18:35:12 -07:00
Cameron
c748f0fdb3 File Inspector fixes/upgrades. 2016-03-18 09:35:52 -07:00
Cameron
46a63ca70e Issue: #1373 User forum posts pagination fix. 2016-03-18 08:33:06 -07:00
Cameron
9d3e1ad5e7 Issue #223 - File Inspector UI cleanup. 2016-03-17 18:53:33 -07:00
Miroslav Yovchev
9a7ec8908c Merge branch 'master' of github.com:e107inc/e107 2016-03-17 17:34:00 +02:00
Miroslav Yovchev
ffe2740516 fix unable to set initial form user field value empty 2016-03-17 17:03:54 +02:00
Cameron
7846015f85 SubmitNews code cleanup. Admin can now set minimum dimensions for attached images. 2016-03-16 19:54:10 -07:00
Cameron
1202c72390 Issue #1378 Fix for XUP avatar check. User audit log for login and logout now functioning correctly. Admin log no longer adds a log when deleting a log! 2016-03-16 13:53:57 -07:00
Cameron
01d1c6560c XUP: Issue #1378 - Update Username and Avatar if they have changed. 2016-03-16 12:05:10 -07:00
Cameron
f927e49e22 BC Fix for comment avatar size. Regexp for "makeClickable" now handles ' ' before URL correctly. 2016-03-16 09:21:12 -07:00
Cameron
dc7343ed3c Support for e_DEBUG_NOTIFY flag. 2016-03-15 10:45:33 -07:00
Cameron
abab23d37f Minor correction to last commit. 2016-03-14 19:43:39 -07:00