1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-26 15:54:43 +02:00
Commit Graph

8889 Commits

Author SHA1 Message Date
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
62bde01095 Issue #1512 - News Grid 2016-04-14 08:12:03 -07:00
Cameron
b095230a38 Fix for thumbnail generator with height value only 2016-04-13 19:44:46 -07:00
Cameron
c57fe51ad8 Fixes #1530 - PHP Warning in debug mode. 2016-04-13 16:50:07 -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
75d94755d4 Issue #1532 - PM Message URL fix and template added. Requires testing. 2016-04-13 10:16:17 -07:00
Cameron
8de008860d Fixes #1531 - 404 page has incomplete links 2016-04-13 09:25:49 -07:00
Cameron
ae85b7b4d1 Fixes #1535 - Error on User-profile in admin area. 2016-04-13 09:12:37 -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
21017e78f1 Merge pull request #1529 from veskoto/master
Lan fix for menu_template
2016-04-12 09:05:27 -07:00
Cameron
d2efda6b32 Merge pull request #1511 from mcpeace-maw/patch-26
Update navigation_template.php
2016-04-12 09:00:58 -07:00
Cameron
d370db0951 Merge pull request #1527 from lonalore/master
Issue #1521
2016-04-12 09:00:21 -07:00
Cameron
d397461a61 Forum: Fixes #1525 Class ID of tabs on stats page. 2016-04-12 08:59:15 -07:00
veskoto
b45d2bcd9e Lan fix for menu_template 2016-04-12 14:22:46 +03:00
Sándor Juhász
5e4684771d Issue #1521 2016-04-12 12:21:03 +02: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
b762c10ecc Display loading button on form submit only when submit is successful. (no validation issues) 2016-04-11 17:58:22 -07:00
Cameron
9629bd4510 Fix for extended user fields created via "Quick Add User" 2016-04-11 15:19:05 -07:00
Cameron
9960a905e8 Plugin Builder can now generate e_xxxx.php addon templates/scripts to assist in rapid development. 2016-04-11 12:50:22 -07:00
Tijn Kuyper
5468222d94 Fix classname for e_library addon in _blank plugin 2016-04-11 12:12:44 +02:00
Cameron
14360bceef Added e_admin.php example to _blank plugin. 2016-04-11 00:27:48 -07:00
Cameron
a05d127375 Example addons added to _blank plugin. 2016-04-11 00:18:29 -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
7d7ee21cbe Improved Menu-Manager navigation 2016-04-09 18:54:11 -07:00
Cameron
444348dc4d Issue #1512 News Grid Menu 2016-04-09 16:12:54 -07:00
Cameron
dd294e71fa Added error message for ADMINs if a LAN is missing. 2016-04-09 16:12:51 -07:00
mcpeace-maw
0cdfa51552 Update navigation_template.php
Changed the order in a logical way. Caret class have span tag in bootstrap. 
Suggestion:
Li don't need attribute role="menuitem", but "a" anchor before dropdown-menu ul need class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" in b3.
2016-04-10 00:25:04 +03:00
Cameron
ccd2bbee25 Merge pull request #1510 from tgtje/2016-04b
Theme Preference LAN Definitions. Issue #6
2016-04-09 11:51:05 -07:00
Cameron
745c973f56 New Language Term Shortcode {LAN=XXXX} eg. {LAN=LAN_READ_ME} 2016-04-09 10:32:49 -07:00
tgtje
05ea4f4a8b reworked : using language folder + use of standard e107::lan 2016-04-09 19:27:43 +02:00
Cameron
209d68a6fe Forum: Fixes #1488 - Missing forum icons. 2016-04-08 18:04:36 -07:00
Cameron
d54f3fe8af Registered event session fix. 2016-04-08 15:22:26 -07:00
Cameron
7679a0afc6 Fix for page-menu button class check. 2016-04-08 13:55:59 -07:00
Cameron
85d144cb8e Send SMTP port number in test email. 2016-04-08 09:34:08 -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
eaf23811f5 Corrected user template markup and added more class ids for greater flexibility during theme development. 2016-04-07 16:41:31 -07:00
Cameron
87078b9e63 FAQs: Missing language-file loader. 2016-04-07 11:51:14 -07:00
Cameron
fec43710fe Fixes #1213 - Auto-language file loading disabled when admin-ui active. Example language-file loading added to plugin-builder. 2016-04-07 11:43:28 -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
8143469f5c Update version and core image. 2016-04-06 19:31:22 -07:00
Cameron
f5fe166c11 Merge pull request #1475 from OTroccaz/lancheck
Avoid "Missing file" message for deprecated files in language-Packs verification
2016-04-06 14:32:52 -07:00
Cameron
e1e77d9f1c Merge pull request #1469 from lonalore/master
Gallery plugin fixes and enhancements
2016-04-06 14:32:36 -07:00