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
Cameron
775cf26b98
Media Manager Issue #3426
2018-09-10 12:31:31 -07:00
Cameron
688db76a96
Admin-ui: New method: beforePrefsSave($new_data, $old_data);
2018-09-10 10:42:54 -07:00
Cameron
a661709164
Merge pull request #3400 from yesszus/patch-1
...
Update social_xurl_template.php
2018-09-07 11:54:31 -07:00
Cameron
cdcd10e7f5
Fix for blog-calendar links not in the current year.
2018-09-04 17:10:03 -07:00
Cameron
9fc35e190c
Fixes #3386 TinyMce wasn't inserting image correctly when pref "resize dimension" width was empty. Fixed TinyMce cancel button.
2018-08-26 12:29:42 -07:00
Gábor
dcc342885d
Update social_xurl_template.php
...
Open lonks on a new tab.
2018-08-26 09:05:14 +02:00
Cameron
deeaf51cdf
Merge pull request #3388 from SimSync/fix_3384
...
fixes #3384 added read/unread status to outbox
2018-08-22 18:16:57 -07:00
Cameron
c317515847
Merge pull request #3387 from SimSync/fix_3377
...
fixes #3377 Enabled "preview" button on forum post edit
2018-08-22 18:16:02 -07:00
Cameron
7058aa322d
Merge pull request #3378 from SimSync/fix_1412
...
fixes #1412 implemented a forum image/icon which is displayed in front of the forum name
2018-08-22 18:15:46 -07:00
Cameron
7e4f22c80d
TinyMce Image align left/right parsing fix.
2018-08-22 08:12:32 -07:00
Cameron
968a6d0a4f
Fixes #3070 Featurebox LANs Issue #6
2018-08-18 11:48:10 -07:00
Cameron
e9ddd09766
Issue #3307 Issue #3385 Testing required. "+" sign encoding.
2018-08-17 14:56:57 -07:00
Achim Ennenbach
0329b5f3b9
fixes #3384 added read/unread status to outbox
...
update pm-unread css class to show a thick border on the left side.
The color for this border may be defined in the theme (default: black)
2018-08-17 20:00:27 +02:00
Achim Ennenbach
ddf7eced79
fixes #3377 Enabled "preview" button on forum post edit
...
disabled subject if edited post is not the first post of the thread
2018-08-17 19:12:23 +02:00
Cameron
1754887672
MediaManager Fixes.
2018-08-16 19:02:02 -07:00
Cameron
3120e00270
Fixes #3379 Download admin-area "Quick View" URL.
2018-08-14 17:26:05 -07:00
Cameron
a7ab8a7a62
Merge pull request #3360 from Jimmi08/download_gsitemap
...
e_gsitemap for download plugin #fix 2606
2018-08-14 13:16:36 -07:00
Achim Ennenbach
7ddb9a44db
fixes #1412 implemented a forum image/icon which is displayed in front
...
of the forum name. Displaysize of the image can be defined in the
templates.
2018-08-14 13:52:39 +02:00
Cameron
64b4f9a2a1
Merge pull request #3376 from SimSync/fix_3192
...
fixes #3192 strip bbcode/html in meta description
2018-08-13 13:28:11 -07:00
Cameron
2429f9058e
Merge pull request #3363 from SimSync/fix_3337
...
fixes #3337 usage of old v1 table names
2018-08-13 11:27:27 -07:00
Achim Ennenbach
4a313ccadf
fixes #3192 strip bbcode/html in meta description
2018-08-13 20:23:29 +02:00
Cameron
5df7313606
Merge pull request #3370 from SimSync/fix_3245
...
fixes #3245 eHelper::title2sef() now strips any html or bbcode
2018-08-10 14:19:56 -07:00
Achim Ennenbach
169acdaba3
fixes #3245 eHelper::title2sef() now strips any html or bbcode
...
forum_admin.php: make sure to strip bbcode and html from forum_name
forum_admin.php: make sure forum_sef doesn't contain bbcode or html and is properly formatted
English_admin.php: Added FORLAN_223 = forum_name help text
2018-08-10 21:01:04 +02:00
Cameron
7403d9f59a
Merge pull request #3365 from SimSync/fix_3317
...
fixes #3317 added bbcode template "forum"
2018-08-10 11:15:15 -07:00
Achim Ennenbach
7ff118921d
fixes #3227 changed route to a "clean" sef route
2018-08-10 18:11:41 +02:00
Achim Ennenbach
c1bec2b6d7
fixes #3317 moved the forum template from core to plugin
2018-08-10 11:49:58 +02:00
Cameron
22dc8b8669
Merge pull request #3366 from SimSync/fix_3269
...
fixes #3269 switched v1 tables to v2
2018-08-09 15:39:14 -07:00
Achim Ennenbach
f2b3e1014b
fixes #3171 moved query param p to the options/query parameter of url()
...
Implemented a fiy for accidentally double ampersand in the query part of the url
2018-08-09 21:05:43 +02:00