1102 Commits

Author SHA1 Message Date
Garvin Hicking
988860f7e5 Add SQLRelay DB layer, by Dante Mason 2007-10-12 09:12:48 +00:00
Garvin Hicking
8c8b12a27e Allow recent entries plugin to fixat "current" category 2007-10-09 13:33:23 +00:00
Matthias Mees
f51da87467 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
e9545daaf9 Use str_replace for matching searchwords, thanks to Dietrich Raisin 2007-09-28 07:46:34 +00:00
Don Chambers
4b2575819e 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
5e3f9bac85 Fix admin entry list when no entries exist or meet filter criteria. 2007-09-11 12:48:15 +00:00
Grischa Brockhaus
dea579ee85 * 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
60a0320eb6 Added pingback filter option for comments in admin area 2007-09-02 01:23:21 +00:00
Garvin Hicking
a27dc54fea * 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
bfb29a697b 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
6189defb6f 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
57b51e738b nofollow for superuser plugin, thanks to kallussed 2007-08-21 16:49:31 +00:00
Garvin Hicking
1770f28dee array check, thanks to phellmes 2007-08-21 15:54:25 +00:00
Garvin Hicking
cb75ef15ce Allow variying template 'okey' 2007-08-21 10:25:57 +00:00
Grischa Brockhaus
2d03d5a0dc Made pingback receiving better working with WordPress Pingbacks 2007-08-20 20:56:06 +00:00
Garvin Hicking
300525e7b5 Temporarily suspended pingback fetching until it's implemented with a config option to prevent abuse 2007-08-17 12:28:21 +00:00
Jude Anthony
e42aef3fa2 Fix typo preventing 'media' type from supplying a default preview div height 2007-08-15 17:05:35 +00:00
Grischa Brockhaus
3bdd7a796c Try to autodetect articles id if no entry id was giving reveiving a pingback 2007-08-14 18:03:35 +00:00
Grischa Brockhaus
aafa8f9ca1 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
71ba81dc43 Pingback receiving is working now with internal functionality in comment.php 2007-08-14 17:38:50 +00:00
Garvin Hicking
f749bb59f4 fix for don 2007-08-10 09:59:09 +00:00
Grischa Brockhaus
634594b2de A ">" too much 2007-08-10 00:51:40 +00:00
Grischa Brockhaus
81c1abd186 Added mp4 as video/x-quicktime guess 2007-08-07 15:08:35 +00:00
Grischa Brockhaus
58b083ca2b 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
1519621795 Debug message was not printed 2007-08-07 14:34:13 +00:00
Grischa Brockhaus
a7dfea38ab 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
426ff6109f classname 2007-08-07 13:59:07 +00:00
Garvin Hicking
2c9038774f bad png 2007-08-06 11:29:31 +00:00
Garvin Hicking
a0d950b320 HTML and images by Don 2007-08-06 10:18:26 +00:00
Garvin Hicking
e9eeac61df Better shared mode integration, thanks to stm9x9 2007-08-04 13:28:21 +00:00
Grischa Brockhaus
bde584609d Reverted last patch for making Atom Feed working with parameterized URLs. 2007-07-29 10:11:53 +00:00
Grischa Brockhaus
79fb859060 Atom feeds became invalid, if entry has href or src attributes containing char represented by XML Entities normaly (like href="test.de?a=1&b=2") 2007-07-27 14:17:34 +00:00
Grischa Brockhaus
f5f013c3c7 GuessMime: JAR became octet-stream always, added ico extension 2007-07-27 11:29:34 +00:00
Garvin Hicking
a8f57711a9 Small code cleanup by Falk Doering:
- PHP6 forward compatibility on accessing strings
- Better indenting, other cleanups on the plugin API file
2007-07-17 11:31:20 +00:00
Garvin Hicking
1364313382 Require category joins in some cases, add smarty params for new fetchentry features 2007-07-17 08:43:06 +00:00
Grischa Brockhaus
398287ea06 serendipity_parseFileName didn't evaluate the correct name/ext structure for files without extension 2007-07-17 03:46:04 +00:00
Garvin Hicking
9214efe896 Fix comment rss feeds 2007-07-15 15:13:50 +00:00
Garvin Hicking
5839530e08 Add language constant for grischa, and fix up indending *g* 2007-07-13 12:24:18 +00:00
Grischa Brockhaus
2f3f8de21a The archive sidebar plugin shiped with s9y now displays numbers of articles correctly for month, catergories and so on, even if multicategory articles are used. (brockhaus) 2007-07-13 12:05:22 +00:00
Grischa Brockhaus
96f537447e At last: Trackbacks/pingbacks for URLs will only be sent once, no matter what link name they have or how often the URL is referenced in the article. (Phew!) ;-) 2007-07-12 15:52:58 +00:00
Grischa Brockhaus
3d61e9815a Garvins Änderung auch für (z.B.) Images funktionierend gemacht 2007-07-12 14:35:37 +00:00
Garvin Hicking
6c207fe028 Grischa and Garvin proudly present: The REAL(tm) solution. :) 2007-07-12 13:55:23 +00:00
Garvin Hicking
9f7db8d121 Revert, for the time being 2007-07-12 13:02:46 +00:00
Garvin Hicking
0c41b7b558 Admin interface security improved, thanks to Stefan Esser. 2007-07-12 11:23:05 +00:00
Garvin Hicking
472432b1b9 Merge patch from Don Chambers for better input classes in admin 2007-07-12 09:40:04 +00:00
Garvin Hicking
0eb5e4ba7a Show ID 2007-07-10 13:24:33 +00:00
Garvin Hicking
194db6a2e0 Change link to point to startpage by default 2007-07-10 08:36:11 +00:00
Grischa Brockhaus
4d4e8f2699 Made trackback/pingback functionality independend from link text.
Only the link url is relevant now. Now dupe links in entries are
not trackbacked/pingbacked twice and images w/o ALT attribute or
links with changed text won't be trackbacked again after resaving
the article.
2007-07-09 18:00:46 +00:00
Garvin Hicking
7f7afb21a2 For the future: Always indicate source of where frontend_display is called. Thanks to Karotte. 2007-07-08 20:07:41 +00:00
Garvin Hicking
8be9f5438d Correct patch from brockhaus, thanks a lot 2007-07-08 18:10:33 +00:00