1
0
mirror of https://github.com/e107inc/e107.git synced 2025-03-21 04:49:51 +01:00

7314 Commits

Author SHA1 Message Date
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
Cameron
5b8c108c8c Auto-resize oversized sitebutton in signup email. 2015-05-12 20:26:07 -07:00
Cameron
b1ba628bfa Automated passwords option during signup/registration. 2015-05-12 20:15:05 -07:00
Cameron
921ff1ff69 Menu button was not displaying under some circumstances. 2015-05-12 20:13:32 -07:00
Cameron
d4f38c96ed Allow user to unsubscribe from userclasses (newsletter/email notifications etc.) via an email link. 2015-05-12 13:57:11 -07:00
Cameron
a708211cb3 Userclass fixes. Now clears userclass cache after changes in admin are made. 2015-05-12 13:53:47 -07:00
Cameron
3a238bf622 Email notification improvements and fixes. (work in progress). 2015-05-12 01:45:00 -07:00
Cameron
e4516a4ea7 Newsletter LAN fix 2015-05-11 14:07:38 -07:00
Cameron
76d7a802c6 FAQs: 'faq-new' css class added for recently added FAQs. 2015-05-11 14:07:11 -07:00
Cameron
1af1bd9c09 Include hashtags and account in twitter share. 2015-05-11 14:06:31 -07:00
Cameron
d85bc31932 Query optimization. 2015-05-10 12:02:32 -07:00
Cameron
29ddbe09e8 Fixes #1002 - Filepicker mode was not being detected by media-manager. 2015-05-10 11:16:55 -07:00
Cameron
3f49076a2b Fixes #1001 - forum thread editing. Also pagination and redirection fixes. "Move Thread" reworked and integrated into forum_post.php 2015-05-09 13:22:27 -07:00
Cameron
cec9f33168 Forum: pagination fix. 2015-05-08 13:04:23 -07:00
Cameron
4da0e4789d Forum styling - allow for striping of forum posts. 2015-05-08 12:50:30 -07:00
Cameron
2f3bbeef53 Fixes #972 - chatbox count. (resave preferences to correct). Should also correct any moderation issues. 2015-05-08 10:52:09 -07:00
Cameron
182c7c8cbf Fixes #776 - Clear online-menu cache after user delete. 2015-05-08 10:34:57 -07:00
Cameron
720f445565 Fixes #998 - Download category creation issue when using MySQL Strict. 2015-05-08 10:20:04 -07:00
Cameron
c92cd34008 Merge pull request #997 from lonalore/master
Issue #6: Remove and optimize (hardcoded) LANS
2015-05-08 10:14:24 -07:00
Cameron
30ecc683d7 Forum now generates SEF URLs during upgrade. Forum tools reinstated. Additional debug options added. 2015-05-08 10:08:49 -07:00