Commit graph

1582 commits

Author SHA1 Message Date
onli
2a7e02e378 Merge pull request #47 from th-h/thh-metadesc
Fix kind of copy-paste-error.
2016-09-24 17:54:22 +02:00
Thomas Hochstein
0659b1378e Fix kind of copy-paste-error.
fc87b5f6d7 has changed
the way the "body" content was accessed from
   $GLOBALS['entry'][0]
to
   $entry,
but didn't drop the "[0]" everywhere.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2016-09-24 15:13:48 +02:00
s9y bot
2fbebf2742 Automagic XML sync 2016-09-23 23:37:48 +02:00
Garvin Hicking
50c0c00e59 upstream patch by ian 2016-09-23 11:47:27 +02:00
Garvin Hicking
55875ff290 partial upstream patch by ian 2016-09-23 11:42:48 +02:00
Garvin Hicking
679e261fdc upstream patch by ian 2016-09-23 11:28:47 +02:00
Garvin Hicking
97cb741907 upstream patch by ian 2016-09-23 11:27:38 +02:00
Garvin Hicking
fc87b5f6d7 upstream patch by ian 2016-09-23 11:25:42 +02:00
Garvin Hicking
8bfdd891b2 upstream patch by ian 2016-09-23 11:21:00 +02:00
Garvin Hicking
38acbfb011 put the needle on the record and the dance beat goes like this...
(upstream patch by ian)
2016-09-23 11:13:16 +02:00
Garvin Hicking
d156ea6567 cherry pick template bugfix by ian 2016-09-23 11:05:32 +02:00
Garvin Hicking
004c5cf900 upstream patch by ian 2016-09-23 10:59:31 +02:00
Garvin Hicking
f3aa0c187c upstream patch by ian 2016-09-23 10:56:56 +02:00
Garvin Hicking
bbcc4184da upstream patch by ian 2016-09-23 10:48:48 +02:00
Garvin Hicking
f701a87ab9 upstream patch by ian 2016-09-23 10:46:54 +02:00
Garvin Hicking
5290bd2420 better access on $entry, upstream patch 2016-09-23 10:44:24 +02:00
Garvin Hicking
e0230a9124 upstream patch, diverse changes and code refactor (looking good, but who uses this plugin? :-D) 2016-09-23 10:36:19 +02:00
Garvin Hicking
5c5c591aa1 add other sqlites 2016-09-23 10:29:26 +02:00
Garvin Hicking
2f2190851c check object 2016-09-23 10:28:26 +02:00
Garvin Hicking
d6e9e0a320 check for array 2016-09-23 10:21:19 +02:00
Garvin Hicking
8c66e1248b prevent beta checksum check 2016-09-23 10:20:49 +02:00
Garvin Hicking
5ab53029ea smarty syntax change 2016-09-23 10:20:07 +02:00
Garvin Hicking
3f60fa9b21 sync ckeditor, needs @todo for backend_plugins_update to do a proper rework 2016-09-23 10:13:56 +02:00
Garvin Hicking
4d751f1515 adjust webserver uri, categories 2016-09-23 10:08:46 +02:00
Garvin Hicking
d3118993b1 Merge branch 'master' of github.com:s9y/additional_plugins 2016-09-23 09:39:36 +02:00
Matthias Mees
93bb840a8b New CSS/JS build 2016-09-23 09:19:24 +02:00
s9y bot
3ee8eb7412 Automagic XML sync 2016-09-22 23:36:16 +02:00
Garvin Hicking
db32114108 Implement serendipity_request_url() for plugins when available. 2016-09-22 16:03:33 +02:00
s9y bot
4e3b7af603 Automagic XML sync 2016-09-21 23:33:17 +02:00
s9y bot
0859bcb531 Automagic XML sync 2016-09-08 23:37:07 +02:00
onli
ba0e8d93ba social: use photo entry image 2016-09-08 00:05:42 +02:00
onli
39894418eb social: fix, break instead of reverse 2016-09-07 23:24:55 +02:00
onli
673d61f5e8 social 0.12: Smiley-blacklist, re-use timeline image 2016-09-07 23:20:37 +02:00
s9y bot
358e2d8baa Automagic XML sync 2016-09-04 23:36:47 +02:00
onli
542250fa09 Merge pull request #46 from th-h/thh-social-description
Escape special chars in description.
2016-09-04 19:05:57 +02:00
Thomas Hochstein
c118fcbab8 Escape special chars in description.
Quotes in a manually supplied description - or the first
200 characters of the entry body - have to be escaped
before the text can become the content attribute of
the og:description meta tag.

It doesn't hurt to escape everything, then.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2016-09-04 18:35:59 +02:00
onli
e8d30987df social: 0.11 changelog 2016-09-04 16:13:55 +02:00
onli
7fb2053f14 0.11: Reuse description set in the metadesc plugin
Based on https://github.com/s9y/additional_plugins/pull/45, slightly modified to use strip_tags instead
2016-09-04 16:12:18 +02:00
onli
6b86cd63f4 Merge pull request #45 from th-h/thh-social-description
s9_event_social: Set og:description from s9y_event_metadesc.
2016-09-04 16:07:54 +02:00
s9y bot
24b82b19b4 Automagic XML sync 2016-09-02 23:36:51 +02:00
onli
6b06582e17 bayes 0.4.23: Fix sqlite throwing error message for setup routine 2016-09-02 21:35:50 +02:00
Thomas Hochstein
85b7a25bdb Escape special chars in og:description.
Signed-off-by: Thomas Hochstein <thh@inter.net>
2016-08-31 19:55:24 +02:00
Thomas Hochstein
5af09439a1 Set og:description from serendipity_event_metadesc.
serendipity_event_metadesc makes it possible to
specify a description for every entry that is used
to set the "description" meta tag.

This description, if present, should be used for
the "og:description" meta tag, too. Using the first
200 chars can remain as a fallback solution.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2016-08-31 19:55:02 +02:00
Matthias Mees
8c8a66c9f0 Adapt markup for plugin groups
References s9y/s9y.github.io#21
2016-08-24 10:10:39 +02:00
Matthias Mees
1b5ece9f03 Adapt markup for a plugin in a plugin list
References s9y/s9y.github.io#21
2016-08-24 10:08:15 +02:00
Matthias Mees
ee9dbd77a7 Adapt markup for a theme in the theme list
References s9y/s9y.github.io#21
2016-08-24 09:46:47 +02:00
Matthias Mees
4c8ce1387b Add new markup for site layout
References s9y/s9y.github.io#21
2016-08-24 09:10:56 +02:00
Matthias Mees
3067e5a451 Add CSS, JS + img assets for new design 2016-08-24 08:21:44 +02:00
s9y bot
236cf57251 Automagic XML sync 2016-08-16 23:38:12 +02:00
onli
7921a9c931 social 0.10: twittervia fix, @ allowed, og:desc newlines stripped 2016-08-16 20:28:38 +02:00