1488 Commits

Author SHA1 Message Date
onli
32d0a6bf4f Fix: Don't break backend theme box
If the current theme was not the same as the backend theme, but the
backend theme was part of a recommended theme, then that backend theme
would get accidentally removed from the list of themes and thus nto set
as the current backend theme, breaking the themes menu
2016-04-20 20:47:57 +00:00
onli
cc4e9f953e Introduce recommended section in theme backend
Meant to highlight modern themes for guiding users not to pick the outdated xhtml themes still available via spartacus. See http://board.s9y.org/viewtopic.php?f=5&t=20713
2016-04-14 16:18:16 +02:00
onli
9d18a74440 Fix: Both plugin types not upgradeable in shared list () 2016-03-29 19:49:26 +02:00
onli
668363eb1b Merge event and sidebar update page into one () 2016-03-20 14:40:08 +00:00
Ian
2c7f40aa1e add CONFIG_PERMALINK_PATH_DESC 2016-03-19 17:19:00 +01:00
Ian
d93674485d cleaups 2016-03-19 17:18:11 +01:00
onli
1fb1a6647f Add color picker as plugin/theme config item 2016-03-01 00:14:15 +01:00
onli
020ca7f651 Merge pull request from xoxys/master
Provide authenticated userdata for frotend comment form
2016-02-12 17:32:38 +01:00
xoxys
7faa1cb195 provide userdata for frotend comment form 2016-02-12 09:12:05 +01:00
xoxys
7af3980f96 Update functions_entries.inc.php 2016-02-12 09:08:54 +01:00
xoxys
68bb6fbeb9 provide userdata for frotend comment form 2016-02-12 09:07:00 +01:00
Ian
f9fc569c5d remove ? 2016-02-10 10:46:58 +01:00
Ian
d97acf8b05 remove RQ, see commit and cooments
1c1c11f31fd31b54ae98f2921f8411208704c9e5#commitcomment-15999285
2016-02-10 10:44:58 +01:00
onli
6003c72b5c Merge pull request from xoxys/master
check session variable to detect a reply from author
2016-02-09 21:50:24 +01:00
xoxys
7e5f63d9d2 remove backend variable 2016-02-09 10:55:12 +01:00
xoxys
d4f09b7821 check session variable to detect a reply from author 2016-02-09 10:49:50 +01:00
Ian
a7c9193e03 some whitespaces 2016-02-08 15:16:05 +01:00
Ian
dd0e242ac0 array unique auto GET vars 2016-02-08 15:15:44 +01:00
Ian
1c1c11f31f RQ some function arguments
What shall we do with them, see serendipity_fetchEntry() and getClassByInstanceID() ?
2016-02-08 15:14:49 +01:00
xoxys
7116e167fe Update functions_comments.inc.php 2016-02-08 11:56:04 +01:00
xoxys
b043b45a1e Update functions_comments.inc.php 2016-02-08 11:22:43 +01:00
xoxys
fb1de8ac51 check if comment author equals article author 2016-02-08 11:16:32 +01:00
xoxys
55a9bc66b2 Disable email notifications for replies send from backend 2016-02-08 09:51:40 +01:00
xoxys
93322d2dce Disable email notifications for replies send from backend
Add variable $comment to control comment replies from backend
2016-02-08 09:47:58 +01:00
Ian
a47fa22ca4 do not set spamblock button if user not has 'adminComments' privilege 2016-02-04 15:41:58 +01:00
Ian
69f8eae646 some cleanups found on the way 2016-02-04 15:26:38 +01:00
Ian
8da2f97d07 fix 227d115 missing another multiperm assignment 2016-02-04 13:52:35 +01:00
Ian
0af650be44 better comments by author
Removes some restrictions previously added. Or else we would need a 'userComments' privilege. But that would not make too much sense, since we already work with the lowest group privilege here.
This still is not ready yet, I presume. It needs more finetuning like answer to comments, etc.
Please help testing.

References 
2016-02-03 18:12:17 +01:00
Ian
7f7f452388 fix d4ce253 missing authorid fetch
References 
2016-02-03 16:52:46 +01:00
Ian
d4ce2533f6 edit comments by authorid
References 

Please test.
2016-02-03 16:28:58 +01:00
Ian
227d115d71 Fix missing perm checks for a "standard user" in MediaLibrary
We still have the issue that we have set authorID 0 as the standard authorid in ML. This prevents us being more strict than this.
We will have to re-think this, maybe...

References 
2016-02-03 15:47:04 +01:00
Ian
1b67de854d fix nasty bug with high PHP versions
@garvinhicking
May this be the "real" cause of http://board.s9y.org/viewtopic.php?f=10&t=20639 ff, not loading the editor.js file? He is using PHP 5.6.17.
What I do not get on this: Why does this only happen with the Standard Editor on his site? And why does this not happen testing both groups to me locally with nearly the same PHP version?
2016-01-25 13:01:07 +01:00
Ian
1196bbe826 better use pre defined constant userlevel 2016-01-25 11:34:29 +01:00
Ian
8bf485fd1d extend comments and entries in Dashboard by userLevel
References 

This still does not help with non-working button for the 'Standard Editor' (level 0).
2016-01-23 11:24:12 +01:00
Ian
d8edd18c10 Fix show Dashboard entries by authors entries
References 
and http://board.s9y.org/viewtopic.php?f=10&t=20639

We might need to extend this with user group policies (userlevel) - it depends on what we want to have here.
@garvinhicking
2016-01-22 19:47:09 +01:00
Ian
97c43af83e Fix Dashboard comments by authors entries
Closes 
2016-01-22 18:29:49 +01:00
Ian
797da0eae1 remove $id header 2016-01-22 18:27:11 +01:00
onli
a3f7958830 Style serendipity_die (fixes ) 2016-01-15 16:50:15 +01:00
onli
c98e858886 Prevent FF filling in wrong db password () 2016-01-15 16:33:30 +01:00
onli
2d7947eb93 Add cache activation to configuration (closes ) 2016-01-15 14:40:51 +01:00
onli
30982e446d Transform contextless strict/no-strict in ML
Follow up on d1baaf498377773e1803aaea729ee307adbf9cec and 7554623cffc4e6c0720209c8084f6dea444c6fd4, also moving this to the extended filterset.
2016-01-15 02:18:34 +01:00
onli
f67ba78513 Extend $uri-fix to serveCategories
Missed in 2cec9842881d5076649125a3a3ed863ed903d57f
2016-01-12 13:41:51 +01:00
onli
2cec984288 Re-populate $uri variable (fix )
Fixes several possible routing bugs
2016-01-12 12:49:26 +01:00
Garvin Hicking
c16e034f7c XSS fix 2016-01-04 10:53:52 +01:00
Ian
96a929df0b remove a strange double whopper ;-) 2015-12-20 20:18:42 +01:00
Ian
7120d50bf6 add new 'suboption' ctype for plugins configs and fix misspelled separator ctype 2015-12-20 17:34:59 +01:00
Ian
0f12a87e31 fix 'backend_save' hooked script to only apply on save condition 2015-12-20 17:31:51 +01:00
Ian
d38ea97fa4 fix serendipity_plugin_api_core_event_hook conditions 2015-12-20 17:29:18 +01:00
Ian
8897bf5e4d better change note 2015-12-20 17:28:01 +01:00
Ian
2a228f68cf fix typos, brackets, whitespaces 2015-12-20 17:26:56 +01:00