421 Commits

Author SHA1 Message Date
Garvin Hicking
0c6e5a22ae * Fix displaying entry title in the backend section exactly like
in the frontend, thanks to Alex (garvinhicking)
2008-01-02 10:12:57 +00:00
Grischa Brockhaus
a6fccc832c Added hooks to trackback listing in order to let plugins change it (the avatar plugin in example) 2007-12-22 18:49:03 +00:00
Garvin Hicking
01a8faf864 + * Add possibility to spartacus to upload files via FTP. This can
+      bypass Safe_mode restrictions on your server to make Spartacus
+      work for you. (VladaAjgl)
2007-12-11 10:07:55 +00:00
Garvin Hicking
5743dd5ace Shuffle NEWS, undo Don's last patch that removed 1.3 features 2007-12-06 11:10:36 +00:00
Garvin Hicking
5d6d49cab3 proper lifetype status 2007-12-06 10:24:48 +00:00
Don Chambers
1a353fd85a category plugin: added <li> classes category_depth# (#= 0=parent, 1=first child, etc) and category_# (#=category id). 2007-12-03 20:54:55 +00:00
Garvin Hicking
07efbc7284 * Fix proper encoding of '%' sign when used in post titles
(garvinhicking)
2007-12-02 15:06:09 +00:00
Garvin Hicking
482ea8407f Add new "joinown" and "entryprops" parameters to
{serendipity_fetchPrintEntries}
2007-11-29 12:27:50 +00:00
Garvin Hicking
2d37c850cd Add lifetype importer 2007-11-28 14:23:16 +00:00
Garvin Hicking
7a4b8ff239 fix spartacus sidebar listing 2007-11-26 13:20:38 +00:00
Garvin Hicking
192487bd91 Fix dir creation issue 2007-11-23 15:04:03 +00:00
Garvin Hicking
a0256aa230 bump 2007-11-23 14:57:08 +00:00
Garvin Hicking
d412856d5e Small fixes 2007-10-23 13:56:12 +00:00
Garvin Hicking
201ee8d6da WPXRSS importer added. 2007-10-23 13:30:39 +00:00
Garvin Hicking
6a408b2a5a Patch further 2007-10-19 14:26:12 +00:00
Garvin Hicking
a5d95d8ced WP 2.3 importer, experimental 2007-10-19 09:36:27 +00:00
Garvin Hicking
f50dbc3751 Fix bad spelling 2007-10-15 11:33:39 +00:00
Garvin Hicking
e0500caab7 Fix comment rss feed timestap
(http://board.s9y.org/viewtopic.php?p=64011)
2007-10-15 10:16:51 +00:00
Garvin Hicking
02fac13362 Fix typo 2007-10-12 09:15:58 +00:00
Garvin Hicking
142e1ff492 Add SQLRelay DB layer, by Dante Mason 2007-10-12 09:12:48 +00:00
Garvin Hicking
b90f9b4c77 Allow recent entries plugin to fixat "current" category 2007-10-09 13:33:23 +00:00
Matthias Mees
7197fa788e Added send button for search form in include/plugin_internal.inc.php. This makes the search form more accessible. 2007-10-09 11:09:35 +00:00
Garvin Hicking
bcd5d81d17 Use str_replace for matching searchwords, thanks to Dietrich Raisin 2007-09-28 07:46:34 +00:00
Don Chambers
7f25f6792a comments.inc.php - truncate author, email and url like referrer on admin comments page; add new class for pending comments header, BP admin now shows yellow background with red border for pending comments header matching Grischa's previous contribution of a red border for comment content below the header. 2007-09-18 16:06:04 +00:00
Don Chambers
a3448afb5b Fix admin entry list when no entries exist or meet filter criteria. 2007-09-11 12:48:15 +00:00
Grischa Brockhaus
3450e82a09 * Pingbacks are named "pingback" in the admins comment list (instead of "trackback")
* Added new css class for pending comments in order to mark them optical via css
2007-09-02 13:53:18 +00:00
Grischa Brockhaus
ded774a931 Added pingback filter option for comments in admin area 2007-09-02 01:23:21 +00:00
Garvin Hicking
7f6f151045 * New plugin API method "parseTemplate($filename)" to allow a
sidebar- or event-plugin to fetch+display a smarty template.
      (garvinhicking)
2007-08-31 10:39:55 +00:00
Grischa Brockhaus
a2d9199fd9 pingback fetchData: Retreive content from first <p> tag, if found in order to have the article content instead of menu structure as content. If no <p> tag is found, the <body> tag is the starting point to fetch content. 2007-08-22 17:57:57 +00:00
Grischa Brockhaus
1e202312e6 Made pingback fetchData switched on by $serendipity['pingbackFetchPage'] set in serendipity_config_local i.e. 2007-08-22 17:46:32 +00:00
Garvin Hicking
d8ca2e8882 nofollow for superuser plugin, thanks to kallussed 2007-08-21 16:49:31 +00:00
Garvin Hicking
46ca843ae6 array check, thanks to phellmes 2007-08-21 15:54:25 +00:00
Garvin Hicking
e643f97805 Allow variying template 'okey' 2007-08-21 10:25:57 +00:00
Grischa Brockhaus
84d70b725c Made pingback receiving better working with WordPress Pingbacks 2007-08-20 20:56:06 +00:00
Garvin Hicking
ff5a8b6537 Temporarily suspended pingback fetching until it's implemented with a config option to prevent abuse 2007-08-17 12:28:21 +00:00
Judebert
a571a89dcd Fix typo preventing 'media' type from supplying a default preview div height 2007-08-15 17:05:35 +00:00
Grischa Brockhaus
1ef57f96a4 Try to autodetect articles id if no entry id was giving reveiving a pingback 2007-08-14 18:03:35 +00:00
Grischa Brockhaus
a70a7452fa Smarty loads trackback and pingback comments when displaying trackbacks. This is most compatible with existing templates. 2007-08-14 17:42:51 +00:00
Grischa Brockhaus
81e71d87a1 Pingback receiving is working now with internal functionality in comment.php 2007-08-14 17:38:50 +00:00
Garvin Hicking
5c3ed3c0ab fix for don 2007-08-10 09:59:09 +00:00
Grischa Brockhaus
bdaa3353f6 A ">" too much 2007-08-10 00:51:40 +00:00
Grischa Brockhaus
406b71ca14 Added mp4 as video/x-quicktime guess 2007-08-07 15:08:35 +00:00
Grischa Brockhaus
6d610c00b7 Added allowed type parameter to isImage function. This removes the need of seperate isMedia, isVideo and isAudio functions. 2007-08-07 14:45:34 +00:00
Grischa Brockhaus
48bf32c486 Debug message was not printed 2007-08-07 14:34:13 +00:00
Grischa Brockhaus
c76d6c7a79 On the fly update of the media databas: Not only images are added but video and audio, too. 2007-08-07 14:17:49 +00:00
Garvin Hicking
9efa124446 classname 2007-08-07 13:59:07 +00:00
Garvin Hicking
67cb773237 bad png 2007-08-06 11:29:31 +00:00
Garvin Hicking
79c4586068 HTML and images by Don 2007-08-06 10:18:26 +00:00
Garvin Hicking
c82fb48a26 Better shared mode integration, thanks to stm9x9 2007-08-04 13:28:21 +00:00
Grischa Brockhaus
833a7e9177 Reverted last patch for making Atom Feed working with parameterized URLs. 2007-07-29 10:11:53 +00:00