1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-16 04:24:42 +01:00

7083 Commits

Author SHA1 Message Date
Cameron
219c68e5ed Bouncing email notifications added on login. DKIM support added for outgoing mail. PHP Mailer upgraded to v5.2.8 2015-05-25 13:37:17 -07:00
Cameron
0557e770eb Removed debug info. 2015-05-24 12:12:24 -07:00
Cameron
b3b1da47a7 Removed some confusion concerning the 'cookie_name' (which is also used when 'sessions' are used). 2015-05-23 13:50:40 -07:00
Cameron
cfcce0ed03 Load Gallery Plugin Javascript and CSS only when needed. 2015-05-23 13:09:44 -07:00
Cameron
88c343a793 Issue #1022 : Blank admin on fresh install. 2015-05-23 12:28:24 -07:00
Cameron
3d5ea3b708 Merge pull request #1023 from lonalore/master
Issue #991: integrate selectize.js
2015-05-23 12:18:30 -07:00
Cameron
05083699e4 Issue #991 : Added support for CSS files in the footer of the <body>. Tested in FF successfully, more testing required. 2015-05-23 12:02:14 -07:00
Cameron
999c3d1ded Language-pack editor: styling fix. 2015-05-23 11:15:10 -07:00
Lóna Lore
1af1cdbefd Issue #991: integrate selectize.js 2015-05-23 14:49:44 +02:00
Cameron
03ab8b867e Issue #1015 - Possible forum edit/view access cache issue corrected. New-Topic and Post-Reply buttons now use the new SEF urls. 2015-05-22 15:37:46 -07:00
Cameron
392acf19bf Fixes #615 - Broken forum upgrade when tables are empty. 2015-05-22 11:09:46 -07:00
Cameron
d4d28ddcb1 Fix: Emails could be blank under some circumstances. 2015-05-21 23:05:27 -07:00
Cameron
de3f80f9ab Fix for toEmail() method encoding of quotes. 2015-05-21 21:49:32 -07:00
Cameron
02e0f7c548 Fixes #960 - Javascript alert issue. 2015-05-21 19:39:00 -07:00
Cameron
bc48a7efa5 Unusual default user_class behavior. Extra checks added. 2015-05-21 19:19:36 -07:00
Cameron
00bb2e2481 Issue #1006 - Fix for previous commit breaking news SEF Urls (and possibly others) 2015-05-21 19:18:47 -07:00
Cameron
37cb23c674 Fix for resending a single re-activation email when password-input is disabled during signup (ie. auto-generated) 2015-05-21 16:53:10 -07:00
Cameron
d5af6beb9f Fix for status coloring on registered users. 2015-05-21 15:53:20 -07:00
Cameron
dd08c0f078 Fixes altBody mailing issue. 2015-05-21 15:51:37 -07:00
Cameron
e28997f420 Fixes for user audit log and rolling log. Removed some debug information from logs. Corrected bounce-handler line-ending encoding (could cause the following PHP error "Error in argument 1, char 3: option not found ") 2015-05-21 12:37:44 -07:00
Cameron
97ac03e9aa Added a status for pending mailshots. 2015-05-21 09:58:08 -07:00
Cameron
17b60d0bd5 Fixes #1006 - Fix for menus, shortcodes etc using e_SELF and e_QUERY while SEF URLS active. 2015-05-20 11:45:52 -07:00
Cameron
715d99f48c Fixes #965 - Fatal error on Social plugin. 2015-05-20 11:20:22 -07:00
Cameron
29e660fdea Moved some of the preferences into different areas. 2015-05-19 13:10:04 -07:00
Cameron
9d30d18361 After signup fix. 2015-05-18 12:01:42 -07:00
Cameron
0a8e57863e Fixes for resend activation email. (frontend). Resend to all (backend). Fixes broken link to "resend activation" in login error messages. 2015-05-18 11:49:32 -07:00
Cameron
f7eadfd588 Fix: SITEURL was broken in CLI mode. 2015-05-17 12:26:53 -07:00
Cameron
bf2aa9b568 Fixes for {SITEURL} when using crons. 2015-05-17 02:01:25 -07:00
Cameron
686c7187ff Fix for signup template constants under CLI (scheduled task) 2015-05-16 23:59:43 -07:00
Cameron
bb69e95346 Fix for resend Activation. 2015-05-16 20:04:32 -07:00
Cameron
a2c9659cb1 Added 12 hour option for email resendActivation. 2015-05-16 19:48:13 -07:00
Cameron
c6195cbf5a Allow age of user to be chosen before sending emails to unactivated users. 2015-05-16 19:45:59 -07:00
Cameron
c5d6bae3ad Signup Admin options moved to shortcode. Added maintenance page to Admin -> Users for resending emails to unactivated accounts. 2015-05-16 19:17:24 -07:00
Cameron
e1c11ad019 Improved handling of CRITICAL ERROR messages. 2015-05-16 19:06:13 -07:00
Cameron
a9dfc78111 Styling fixes and testing-links now available when testing signup.php as MainAdmin. 2015-05-15 13:44:19 -07:00
Cameron
2b436ded30 Correct inline editing of userclasses in Admin -> Users and re-ordered userclasses in Admin -> Userclasses. autocomplete nowswitched off in usersettings.php 2015-05-15 13:07:26 -07:00
Cameron
fc4f9dc712 More work on User-ranks Admin-UI upgrade. (use debug to test) 2015-05-14 21:13:14 -07:00
Cameron
08c2e5753f Admin-UI: Users -> Ranks updated - currently experimental. Enable debug to test. 2015-05-14 12:40:25 -07:00
Cameron
e7ec4663ad Fix: User settings page - don't display tab if empty. 2015-05-14 12:35:53 -07:00
Cameron
d9e52ae0d1 Fix: Userclass filtering was failing in admin -> users. 2015-05-14 09:57:31 -07:00
Cameron
85dc35db26 Fixes #1007 - toDB() was breaking {e_XXX} paths when HTML was used. 2015-05-14 09:20:11 -07:00
Cameron
c73c07490b Fix for notifications to less than 5 people. Notification now come from the site email, not the admin email. 2015-05-13 17:45:24 -07:00
Cameron
d596abc90a Fix for siteurl on email template. Prevent pausing on emails when bulkmail is inactive. Fix for missing mail-identifier in signup email. 2015-05-13 15:21:27 -07:00
Cameron
1b403bba6d listQry cleanup. 2015-05-13 13:51:47 -07:00
Cameron
03d052f8b7 Minor email template styling fix. 2015-05-13 13:45:27 -07:00
Cameron
fba9816acd New resizeImage() method added to MediaManager class. Inline images now resized on-the-fly prior to emailing. Sitebutton auto-resized prior to emailing. 2015-05-13 13:34:52 -07:00
Cameron
2f78304ab2 Fix for bounce-handler failure. 2015-05-13 11:41:32 -07:00
Cameron
523d591bb3 Include date shortcodes in notify send method. 2015-05-13 02:38:31 -07:00
Cameron
3de9381d60 More mail fixes. 2015-05-13 02:03:36 -07:00
Cameron
d84d166b2b Added 'opt-in' admin news-trigger for emailing notifications to users. 2015-05-13 01:22:05 -07:00