1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-27 16:20:13 +02:00

4206 Commits

Author SHA1 Message Date
Achim Ennenbach
e30d901259 issue #3277: fixed conditional for user_forum_topic_created_probationary event 2019-01-16 11:58:26 +01:00
Achim Ennenbach
ce4c96d193 issue #3619: check $this->post for being empty instead of being set 2019-01-16 11:44:11 +01:00
Achim Ennenbach
995702f5c6 issue #3619: Missing moderator ids on forum move
In case the post id is not set use the thread id to look
for the moderator ids
2019-01-14 12:38:01 +01:00
Arun S. Sekher
dfa8ae8ed5 Enrich 'user_forum_post_report' event data set with useful data.
Fix a bug which prevented 'user_forum_post_report' notification email being sent successfully by e107 'notify' handler.
2019-01-13 23:39:04 +04:00
Achim Ennenbach
54a46dc98c fixes #3601 legacy urls
changed legacy urls to new e107::url() method
2019-01-12 17:21:40 +01:00
Achim Ennenbach
3d57bb9947 fixes #3601 wrong user link
Removed unused vars and fixes userid extraction
2019-01-12 16:40:05 +01:00
Cameron
b22498e3e4 Merge pull request #3610 from Jimmi08/patch-10
Issue #3607 forum dropdowns partial fix.
2019-01-11 12:20:29 -08:00
Jimako
87d02d86e7 partfix #3607 forum dropdown fix 2019-01-11 11:12:10 +01:00
Jimako
c87220bcc0 partfix #3607 forum dropdowns 2019-01-11 11:03:56 +01:00
Jimako
2bf9af81b2 newsletter plugin - missing translations
fix #3608
2019-01-11 09:28:33 +01:00
Cameron
359c162888 Merge pull request #3586 from Jimmi08/patch-6
mistypo in css  causing W3C validation error.
2019-01-06 11:06:39 -08:00
Jimako
3b158218cf Fix #3338 - marked more than one forum as read
Because $currentUser['user_plugin_forum_viewed'] is not refreshed after adding one thread,  it's still the same and only last thread is changed
2019-01-06 13:48:56 +01:00
Deltik
02c305ca93 Fixes ArgumentCountError in e107_plugins/log/stats.php
Fixes: #3583
Caused by: 13f11e31a2
2018-12-23 04:36:14 -06:00
Jimako
39ffc89208 mistypo in css causing W3C validation error. 2018-12-20 15:35:09 +01:00
Cameron
188232a24e Fixes #3562 deprecated news template with PHP7. 2018-12-19 12:21:53 -08:00
Cameron
5a55580818 Issue #3570 Non-standard news template preference - rendering issue. 2018-12-16 11:01:04 -08:00
Cameron
d10596f539 Cleanup 2018-12-06 11:55:20 -08:00
Cameron
0d512dc0b6 Merge pull request #3556 from tgtje/patch-1
Update e_dashboard.php
2018-12-06 10:20:12 -08:00
Cameron
d9eb9e4132 Fixes #3566 2018-11-30 11:20:16 -08:00
leo
d442064b38 Update e_dashboard.php
removed surrounding commas
2018-11-26 11:33:59 +01:00
leo
76b87e89d8 Update e_dashboard.php
Localisation explaining text, using existing LAN Def from English/lan_userclass php
2018-11-25 13:17:09 +01:00
Cameron
5247af0098 Fixes #3413 Corrected PM outbox pagination in template. 2018-11-21 12:00:13 -08:00
Cameron
a111b48bcd Fixes #3201, Fixes #3189, Issue #3199 Upload form download categories. 2018-11-20 14:03:07 -08:00
Cameron
005e05ee58 BC fix for bbcode -> wysiwyg. 2018-11-13 13:31:27 -08:00
Cameron
ffaab917c2 Issue #3512 Prevent duplicate SEF on forum. 2018-10-26 12:16:26 -07:00
Cameron
1017f32d68 Issue #3509 Quick fix. Needs further refinement to avoid false positives. 2018-10-19 13:50:27 -07:00
Cameron
a9ae32b9f4 Issue #3511 - removed closing PHP tag. 2018-10-19 12:50:37 -07:00
Tijn Kuyper
c3e4cb07c3 Fixes #3511 - second attempt, removal of empty line after closing tags 2018-10-19 15:00:37 +02:00
Cameron
815c27c67b Merge pull request #3495 from yesszus/patch-2
Update English.php
2018-10-15 12:52:26 -07:00
phibel
e2789872a5 FIX the database was not updated when a post was deleted
Looks like someone was interrupted during work and than it was merged into the repo?
Anyway, the needed information are stored in $postInfo[] and not in $row[].
2018-10-13 15:55:31 +02:00
phibel
3848560752 ENH allow user to delete his own post, if it is the last post in the thread 2018-10-13 15:55:31 +02:00
phibel
f480064ba4 FIX allow moderators to edit posts from other users 2018-10-13 15:55:31 +02:00
phibel
c644a8b9d2 FIX check moderator permissions for thread-operations
Without admin permissions (member of user class 254) it was not possible to modify threads in
the forum. This fix get the forum-moderator permissions by the threadId to modify this thread.
2018-10-13 15:55:31 +02:00
phibel
37d086c418 MNT remove debug print 2018-10-13 15:55:31 +02:00
phibel
9ca28b8fa4 FIX user can transfer his moderator permissions from one forum to an other forum
I am working further on the moderator permissions and discovered that my previous commit
692509f is a bad solution. Because the moderator submits the threadId and postID for the post
who he wants to delete. This threadId was used to check the moderator permissions of the postId.

So if a moderator has only permissions for one forum, he could change the transmitted threadId
in an other forum to get there also moderator permisssions...

Sorry that I did not noticed this glitch before I made the previous commit. :-/
2018-10-13 15:55:31 +02:00
Gábor
034bc41793 Update English_global.php 2018-10-10 22:35:04 +02:00
Gábor
36b6afcd31 Update e_search.php 2018-10-10 22:30:03 +02:00
Tijn Kuyper
690db62a88 Fixes #3494 - additional fix in poll html markup 2018-10-09 12:20:07 +02:00
Tijn Kuyper
72f6534eae Fixes #3494 - wrong HTML markup with poll_answer id 2018-10-08 17:04:19 +02:00
Gábor
c31623e2fd Update e_search.php 2018-10-07 09:14:01 +02:00
Cameron
0d82695503 Fixes #3489 Download Name length increased to 255 chars. 2018-10-04 16:36:09 -07:00
Cameron
0d9e2a77ca Addition default fields added. 2018-10-02 15:26:42 -07:00
Cameron
0e8576c254 Issue #3202 - Reproduce configuration in _blank plugin. 2018-10-02 13:43:28 -07:00
Cameron
3959c998c4 Issue #3463 - Alt-auth missing port field. 2018-10-02 12:15:58 -07:00
Cameron
692509f40c Merge pull request #3482 from phibel/forum_moderator_delete_permissions
FIX check if user has moderator permissions for the thread/forum
2018-10-02 09:47:27 -07:00
phibel
98213ec03c FIX check if user has moderator permissions for the thread/forum
Without admin permissions (member of user class 254) it was not possible
to delete a post in the forum. This fix add the threadId to the ajax query
and fetchs the forum-moderator for the thread which will then checked
against the user permissions/classes.

I added also an additional error message, if something goes wrong.
2018-09-30 23:21:43 +02:00
Gábor
c7f3360eed Update rss.php 2018-09-30 08:38:17 +02:00
Gábor
d9298745fc Update rss_setup.php 2018-09-30 08:36:52 +02:00
Gábor
56835bb144 Update English_admin_rss_menu.php
Issue: #3410
2018-09-30 08:34:18 +02:00
Cameron
184edd3193 Issue #1870 , Issue #3420 Login template/shortcode issue. Possible fix. 2018-09-12 10:29:08 -07:00