1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-18 05:09:05 +01:00

7152 Commits

Author SHA1 Message Date
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
Lóna Lore
8a1a474d49 remove duplication 2015-05-08 10:56:33 +02:00
Lóna Lore
d25fd99fbb remove duplication 2015-05-08 10:49:52 +02:00
Lóna Lore
7eedeb8237 remove duplication 2015-05-08 08:47:22 +02:00
Cameron
06d9075c9d Forum styling changes/fixes. 2015-05-07 20:55:12 -07:00
Cameron
51b121610f Fixes #994 - Leftover user_extended DB entries after user deleted. 2015-05-07 20:54:44 -07:00
Cameron
6c2d385240 Merge pull request #995 from lonalore/master
Issue #6: Remove and optimize (hardcoded) LANS
2015-05-07 11:56:29 -07:00
Cameron
81bff06041 Forum fix. post_forum field was being sent the thread value instead of the forum value when using the "Post Reply" page. Attachments now working correctly. Fixes download issues associated with forum permissions. Also corrected pagination issue. 2015-05-07 11:49:36 -07:00
Lóna Lore
c0c06e292f Issue #6: Remove and optimize (hardcoded) LANS 2015-05-07 13:39:09 +02:00
Lóna Lore
59d3e1504d only use [x], [y], [z] replacement patterns 2015-05-07 10:57:40 +02:00
Lóna Lore
96f3332fb1 only use [x], [y], [z] replacement patterns 2015-05-07 10:55:44 +02:00
Lóna Lore
fe6e09d08d removed debug messages from LAN files 2015-05-07 10:44:11 +02:00
Cameron
8b57748d3f Merge pull request #993 from lonalore/master
PHP Parse error:  syntax error, unexpected ';'
2015-05-06 12:05:45 -07:00