1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 12:48:24 +01:00

3225 Commits

Author SHA1 Message Date
Cameron
77ccb9859d Fix for shortcode format {SIGNUP_PASSWORD1} using new ':' separator. 2016-04-19 10:23:02 -07:00
Cameron
adb7d2a472 Plugin Builder upgrade. xxxx_sql.php may now be auto-generated by selecting the sql table. 2016-04-18 19:14:55 -07:00
Cameron
83cdda6004 Fixes #1547 - Parser support for embed and object tags. 2016-04-17 13:26:52 -07:00
Cameron
a3fb19d59a Issue #1547 - Corrected rendering of <script> tags from database. 2016-04-17 12:49:15 -07:00
Cameron
7e7833cbda Fixes #1532 PM notification template. 2016-04-17 12:04:35 -07:00
Cameron
9f3bcbfca6 Menu Manager work 2016-04-16 08:19:44 -07:00
Cameron
2f9e14280d Issue #1496 Menu Visibility FRONTPAGE 2016-04-15 14:09:48 -07:00
Cameron
042172096c Fixes #1253 - News Category Icon. Improved legacy support for news list page. toIcon() can now check for multiple legacy img paths. 2016-04-15 10:46:58 -07:00
Cameron
cdf676473b Removed debug info. 2016-04-14 17:01:02 -07:00
Cameron
93ef3ed107 PHP Warning removal. 2016-04-14 16:54:59 -07:00
Cameron
48f65c823f Issue #1512 - Source options added. Help tips added. 2016-04-14 16:37:10 -07:00
Cameron
e4b9db6307 Corrected toAttribute method. <select> item was not respecting attributes when using renderElement(). 2016-04-14 16:32:48 -07:00
Cameron
ca83bbf73e Standard mailer and bulk mailer can now be different. eg. Use PHP for standard mails, but use Amazon.com SES service for bulk mailing, mailing lists etc. 2016-04-14 14:48:02 -07:00
Cameron
a0ee67407a Display theme's folder in Theme Manager. 2016-04-14 14:45:10 -07:00
Cameron
b095230a38 Fix for thumbnail generator with height value only 2016-04-13 19:44:46 -07:00
Cameron
dfd9c9e3fc Issue #1512 - Saving of config menu parameters corrected. 2016-04-13 16:43:19 -07:00
Cameron
aaa842fab0 Typo fix 2016-04-13 16:06:37 -07:00
Cameron
673b98046c Fix for odd PHP behavior on $fieldType == '_NULL_'. 2016-04-13 16:03:37 -07:00
Cameron
ac7c95d7f8 Rework of the thumbnail routine for more consistent behavior. {SITELOGO} rendering improved. (requires testing on older themes) 2016-04-13 14:30:42 -07:00
Cameron
4a40104073 PHP7 fix for message_handler. Plugin Builder now includes specific keyword drop-down menu for use on e107.org 2016-04-12 19:56:29 -07:00
Cameron
d397461a61 Forum: Fixes #1525 Class ID of tabs on stats page. 2016-04-12 08:59:15 -07:00
Cameron
84d7271d10 Merged core mailout routine into e107_plugins/user/e_mailout.php. Fixed pop3 error messages from phpmailer. Corrected email preview when no template selected. Corrected mailout Email source names. 2016-04-11 18:39:19 -07:00
Cameron
9629bd4510 Fix for extended user fields created via "Quick Add User" 2016-04-11 15:19:05 -07:00
Cameron
5e862682be Expanding the plugin-builder to generate addons. (work-in-progress) 2016-04-10 18:47:40 -07:00
Cameron
8ff02d9aa9 Default loading icon added to form->button() method when font-awesome is present. 2016-04-10 17:52:30 -07:00
Cameron
12a6367fdf The beginnings of Menu-Manager drag-n-drop. (in debug mode)
Debug can now be called from singleton. e107::getDebug()->log($message,E107_DBG_BASIC);
2016-04-10 14:10:39 -07:00
Cameron
2971fb184c PM Email Notifications: Fixes #1487 2016-04-10 08:43:54 -07:00
Cameron
444348dc4d Issue #1512 News Grid Menu 2016-04-09 16:12:54 -07:00
Cameron
d54f3fe8af Registered event session fix. 2016-04-08 15:22:26 -07:00
Cameron
433f8a6aed Corrected typo on SMTP port. 2016-04-08 09:09:32 -07:00
Cameron
44d682965c PHPMailer updated to v5.2.13. Cleaned up SMTP options in the admin area. 2016-04-08 09:01:10 -07:00
Cameron
6d0aa7cdd9 New e_event.php v2.x specification. (e_module is no longer required for registering events.) Example added to e107_plugins/_blank 2016-04-06 19:43:31 -07:00
Cameron
e1e77d9f1c Merge pull request #1469 from lonalore/master
Gallery plugin fixes and enhancements
2016-04-06 14:32:36 -07:00
Cameron
5f005b50b2 Userlist filtering fix. 2016-04-05 15:22:36 -07:00
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