1
0
Commit Graph

4878 Commits

Author SHA1 Message Date
aa12313ee4 Skip zebra striping for hidden config element (fixes ) 2016-03-18 23:28:03 +00:00
62a3624f1f Fix positioning for popuplayer button
That means positioning in the source code as well as in the layout.

References 
2016-03-12 21:06:19 +01:00
6fafd4964a restore accidentaly removed contentplugin type
Was a mistake in 1fb1a6647f
2016-03-01 00:22:16 +01:00
1fb1a6647f Add color picker as plugin/theme config item 2016-03-01 00:14:15 +01:00
020ca7f651 Merge pull request from xoxys/master
Provide authenticated userdata for frotend comment form
2016-02-12 17:32:38 +01:00
7faa1cb195 provide userdata for frotend comment form 2016-02-12 09:12:05 +01:00
7af3980f96 Update functions_entries.inc.php 2016-02-12 09:08:54 +01:00
68bb6fbeb9 provide userdata for frotend comment form 2016-02-12 09:07:00 +01:00
e35898342d proper EOL 2016-02-10 12:50:00 +01:00
74b9251c40 Revert "addlang"
This reverts commit c3db29a036.
2016-02-10 12:48:59 +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
c3db29a036 addlang 2016-02-10 09:51:37 +01:00
6003c72b5c Merge pull request from xoxys/master
check session variable to detect a reply from author
2016-02-09 21:50:24 +01:00
400c662462 Use hidden class instead of inline styles 2016-02-09 14:30:25 +01:00
7e5f63d9d2 remove backend variable 2016-02-09 10:55:12 +01:00
d4f09b7821 check session variable to detect a reply from author 2016-02-09 10:49:50 +01:00
bdff9336e5 Fix typo 2016-02-09 09:46:03 +01:00
8c92422bce Use serendipity.openPopup to fix weird dashboard double click
References 
2016-02-08 20:39:32 +01:00
4f49833fc9 Improve language (hopefully) 2016-02-08 19:38:09 +01:00
Ian
1db631bab3 add new CONFIG_PERMALINK_PATH_DESC constant
Will match all configuration permalink descriptions, added in a later commit.

@garvinhicking please trigger lang update
2016-02-08 16:05:49 +01:00
Ian
4267203a64 add missing hack defense 2016-02-08 15:28:17 +01:00
Ian
fd9e77a4c8 remove $Revision$ 2016-02-08 15:27:34 +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
Ian
2cc8655ed2 fix typo 2016-02-08 15:12:10 +01:00
2fb79a5961 document 2016-02-08 13:40:51 +01:00
33dcbbe2ef Merge pull request from xoxys/master
Disable email notifications for replies send from backend
2016-02-08 12:00:25 +01:00
7116e167fe Update functions_comments.inc.php 2016-02-08 11:56:04 +01:00
b043b45a1e Update functions_comments.inc.php 2016-02-08 11:22:43 +01:00
fb1de8ac51 check if comment author equals article author 2016-02-08 11:16:32 +01:00
55a9bc66b2 Disable email notifications for replies send from backend 2016-02-08 09:51:40 +01:00
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
c3df4cc0c4 Clean up fallback styles
- Use unitless values where possible
- Emit styles in a more logical order
- Updated documentation of fallback styles
2016-02-04 19:43:14 +01:00
c0e626fecf Remove fallback styles for lightboxed image links
No longer necessary.

Reverts 7e9524c7bb
2016-02-04 19:30:41 +01:00
7e9524c7bb Add fallback styles for image links
This is required by the lightbox plugin. It does not harm blogs
that do not use the lightbox plugin, but makes image links easier
to click.

References 
2016-02-04 18:05:37 +01:00
Ian
eb13701244 delete by multiperm only
this removes some dev test vars for del by author, which isn't possible yet
2016-02-04 16:43:28 +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
b0a33ec353 better not remove ignore case in c2ff0e9
though I had removed item ignore flag in functions_installer.inc.php in my local dev ... but I do not remember why :)
2016-02-04 10:18:24 +01:00
Ian
8d4a0e7e9f avoid break of equal_heights positioning when publishing entries by dashboard 2016-02-03 18:52:09 +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
ed37d4ba16 remove old Smarty @ array delimiter 2016-02-03 16:07:40 +01:00
Ian
c2ff0e9ffa idents to source and remove old Smarty @ array delimiter
please test if remove of $item.ignore ionline display has side-effects
2016-02-03 16:03:29 +01:00
Ian
c33790674a idents to source and remove old Smarty @ array delimiter
please test if added dir="{$CONST.LANG_DIRECTION}" has side-effects
2016-02-03 16:02:15 +01:00
Ian
1a99a8dd65 idents to source and remove old Smarty @ array delimiter 2016-02-03 15:54:16 +01:00