1
0
Commit Graph

306 Commits

Author SHA1 Message Date
b53ba42e82 reflow 2008-02-25 09:52:24 +00:00
22af86222d fix author counting without drafted articles 2008-02-24 11:06:32 +00:00
9182557da7 Add 'template' option 2008-02-21 09:42:50 +00:00
c7294b3054 Prepare release 2008-02-19 18:39:01 +00:00
903d9cc0eb Upgrade to new smarty 2008-02-15 11:38:53 +00:00
ac783f1f78 * Fixed bug #1893108: Missing 'xmlns' attribute in templates for
<html> tag. (garvinhicking)
2008-02-14 09:16:58 +00:00
92a653cbad Add phpnuke importer 2008-02-06 14:50:31 +00:00
d34bbd7181 * Add ability to plugins to check uploaded media files for invalid
file extensions. Added more escaping to user- and groupnames
      for untrusted author environments, thanks to Hanno Boeck.
      (garvinhicking)
2008-02-01 14:10:14 +00:00
8c8e9ad42c * Added czech translation to bulletproof templates and bundled
plugins, by Vlada Ajgl
2008-01-20 13:33:18 +00:00
c71439041f trackback/pingback: Fixed legth configuration name, deleted Charset configuration, because it is not needed. 2008-01-13 11:30:22 +00:00
3e491633b6 plugin_comments: URLs of writers may now be shown in the sitebar. This only worked for trackbacks formaly, now it works for trackbacks, pingbacks and human writers. You may configure, in what type of comment the URLs should be added. 2008-01-12 13:47:16 +00:00
81506febd0 Enhanced pingback/trackback receiving 2008-01-12 13:06:37 +00:00
b99a7194f8 Allow to re-moderate comments 2008-01-03 15:02:22 +00:00
d5369da92e http://board.s9y.org/viewtopic.php?t=11985&highlight= 2008-01-03 13:43:51 +00:00
b839b47df5 * 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
4227ee1038 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
2b68440ff2 templating for rss sidebar 2007-12-13 13:05:23 +00:00
098e569950 Tweak CSS output of rss sidebar plugin 2007-12-12 10:37:41 +00:00
6822e4e287 browser compat not needed for IE7 2007-12-12 10:06:31 +00:00
300a78d328 + * 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
3a62202c4d Shuffle NEWS, undo Don's last patch that removed 1.3 features 2007-12-06 11:10:36 +00:00
3d34cfa548 * Fix proper encoding of '%' sign when used in post titles
(garvinhicking)
2007-12-02 15:06:09 +00:00
83205fb019 Add new "joinown" and "entryprops" parameters to
{serendipity_fetchPrintEntries}
2007-11-29 12:27:50 +00:00
bb25db8d4c Add lifetype importer 2007-11-28 14:23:16 +00:00
6be028246c * Encode RSS feed links, Patch by Hanno Boeck 2007-11-27 16:01:10 +00:00
a6600eb0b1 fix spartacus sidebar listing 2007-11-26 13:20:38 +00:00
fdef515149 Update textile 2007-11-25 11:36:57 +00:00
5ec22993b9 bump 2007-11-23 14:57:08 +00:00
b01cf73deb Support remove plugin management interface 2007-11-13 14:47:44 +00:00
7daa15dc50 Patch by Assen Tchorbadjiev: Better WYSIWYG component detection 2007-11-02 11:21:44 +00:00
5a1ed450fd WPXRSS importer added. 2007-10-23 13:30:39 +00:00
68e9903be3 WP 2.3 importer, experimental 2007-10-19 09:36:27 +00:00
523e403093 * Patch PEAR.php for better detection, if already included.
Thanks to Assen Tchorbadjiev.
2007-10-18 17:43:39 +00:00
935283f0f0 Fix comment rss feed timestap
(http://board.s9y.org/viewtopic.php?p=64011)
2007-10-15 10:16:51 +00:00
988860f7e5 Add SQLRelay DB layer, by Dante Mason 2007-10-12 09:12:48 +00:00
e9545daaf9 Use str_replace for matching searchwords, thanks to Dietrich Raisin 2007-09-28 07:46:34 +00:00
5e3f9bac85 Fix admin entry list when no entries exist or meet filter criteria. 2007-09-11 12:48:15 +00:00
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
ae6d56830b Version 1.2.1 ()
------------------------------------------------------------------------

    * Bulletproof template can now include custom user stylesheets
      (*_style.css) in the dropdown of a colorset. (garvinhicking)
2007-08-29 19:54:36 +00:00
282ea3f648 Allow ?p=X and ?serendipity[id]=X URLs 2007-08-28 07:56:36 +00:00
e194dbfb0d document 2007-08-25 12:06:35 +00:00
c7d3b1ede3 Extended spam blocking plugin to handle pingbacks like trackbacks. 2007-08-14 18:43:00 +00:00
9977663788 Smarty loads trackback and pingback comments when displaying trackbacks. This is most compatible with existing templates. 2007-08-14 17:45:09 +00:00
71ba81dc43 Pingback receiving is working now with internal functionality in comment.php 2007-08-14 17:38:50 +00:00
a78b5338f0 Fix entryproperties value setting 2007-08-08 08:53:26 +00:00
78cedc04f8 NEWS typo.. 2007-08-07 15:13:28 +00:00
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
fc1e6a049f New spam blocking method for trackbacks: ip validation. The senders ip is compared with the ip of the host, the trackback is set to. If they don't match, the trackback is rejected/moderated. This should reject most of the trackback spam bots. 2007-07-31 15:19:16 +00:00
bde584609d Reverted last patch for making Atom Feed working with parameterized URLs. 2007-07-29 10:11:53 +00:00
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