370 Commits

Author SHA1 Message Date
Garvin Hicking
0017b30a87 * Fix bad link in Remote RSS sidebar plugin (#2521122)
(garvinhicking)
2009-01-20 09:19:23 +00:00
Garvin Hicking
90e6b3ac25 Document changes in spamblock plugin 2009-01-19 11:57:03 +00:00
Garvin Hicking
f3746bb49c bump 2009-01-16 10:34:54 +00:00
Garvin Hicking
9702aa9efd patch by isotopp: proper index key creation 2009-01-15 15:31:53 +00:00
Garvin Hicking
c31a8dd7b9 * Change "Allow duplicate content" in spamblock plugin to not
operate on (empty) pingbacks (garvinhicking)
2009-01-13 18:00:26 +00:00
Garvin Hicking
c24d738068 Upgrade to Smarty 2.6.22 to fix a PCRE bug 2008-12-30 10:13:35 +00:00
Garvin Hicking
54b3a405f4 lax file checks 2008-12-29 13:08:31 +00:00
Garvin Hicking
39746af0ce trunk adaption 2008-12-29 09:42:41 +00:00
Garvin Hicking
7292780094 1.4 release 2008-12-29 08:58:16 +00:00
Garvin Hicking
054dfb65c9 * Added ability to rename "feeds" in teh syndication plugin and
add a big image on top (onli)
2008-12-18 10:55:57 +00:00
Garvin Hicking
0a7a26b67d * Added more parameters to {serendipity_printComments} function:
"block" (smarty block variable name),
      "template" (smarty template file to render)
      [1.4-beta2]
2008-12-12 10:58:56 +00:00
Garvin Hicking
2e450546c4 * Fixed not remembering entryproperties when re-editing an entry,
introduced with 1.4-beta1 [1.4-beta2]
2008-12-05 12:23:57 +00:00
Garvin Hicking
715422a78c Add SMF importer 2008-12-03 12:22:10 +00:00
Garvin Hicking
97fbaf3de3 Fix setting cookies 2008-12-02 12:07:46 +00:00
Garvin Hicking
f8094202fe * Adjust getting the right URL for karmavoting and shoutbox
plugins [1.4-beta2]
    * Adjust getting the right URL for karmavoting and shoutbox
      plugins [1.4-beta2]
2008-12-01 09:07:07 +00:00
Garvin Hicking
b979267c4c Added new %parentname% category-permalink option 2008-11-26 12:33:29 +00:00
Garvin Hicking
8ea49739fb Fix resetting comment/tb counter when editing an entry 2008-11-25 09:56:04 +00:00
Garvin Hicking
f8362ba40b Use autocomplete=off, thanks to sbauer 2008-11-24 15:40:48 +00:00
Garvin Hicking
5abdfe384f Add more documentation references to plugin manager 2008-11-21 12:20:07 +00:00
Garvin Hicking
a05c944b3b Fix not properly counting trackbacks [1.4-beta1]
added more debug
2008-11-14 10:06:54 +00:00
Garvin Hicking
848433af37 added experimental serendipity importer 2008-11-12 13:32:24 +00:00
Garvin Hicking
c72734e963 * Also recreate custom permalinks without using URL rewriting
(garvinhicking)
2008-11-06 11:44:43 +00:00
Garvin Hicking
17a1e5534a * Fix WYSIWYG media insertion when being called on pages with
multiple HTML portions/nuggets, and also the staticpage plugin
      (garvinhicking)
2008-11-05 12:03:29 +00:00
Garvin Hicking
7300925ce7 * Prefix possibly missing http:// of commenting authors URLs
in recent comments sidebar plugin and admin interface.
2008-10-23 13:50:54 +00:00
Garvin Hicking
bed9db637b rework comment counter 2008-10-21 09:30:23 +00:00
Garvin Hicking
6179858b17 Support Opt-In for comment subscription mails 2008-10-18 11:17:40 +00:00
Garvin Hicking
2214abf835 mail-based comment authorisation for spamblock plugin 2008-10-13 11:02:12 +00:00
Garvin Hicking
94fd5e4e8c (Experimental) Replace htmlarea with XINHA. Thanks to abdussamad! 2008-09-09 07:52:18 +00:00
Garvin Hicking
862abd0a90 * Add link to preview entries by an author into the usermanagement
(garvinhicking)
2008-09-09 07:23:19 +00:00
Garvin Hicking
5ef47ebf5d * Add memory_limit output to s9y installation, 8MB for 32bit and
16MB for 64bit OSes
2008-08-29 07:54:02 +00:00
Garvin Hicking
44290653bb support postgresql ts_vector fulltextsearch, thanks to genesis 2008-08-26 13:19:54 +00:00
Garvin Hicking
87ffb16164 Support for randomized header image added to BP 2008-08-26 12:06:12 +00:00
Garvin Hicking
aa77cb9b1f * Added header('Status:...') calls so that some CGI installations
of apache emit proper headers (garvinhicking)
2008-08-22 09:20:13 +00:00
Garvin Hicking
a7aa0ad006 Show "Edit this plugin" link for every sidebar plugin 2008-08-19 11:12:52 +00:00
Garvin Hicking
e3d04d76b0 Use sequencing widget for entryrproperties plugin to allow shuffling the order of displayed elements 2008-08-19 10:56:03 +00:00
Garvin Hicking
4c3abd2dfc * Propagate a 'article_count' smarty variable for each category
in the category sidebar plugin, when article counting is
      enabled. (garvinhicking)
2008-08-05 07:40:51 +00:00
Garvin Hicking
fdfcdeb56d Do not execute trackbacks for entries in the future 2008-08-03 11:40:51 +00:00
Garvin Hicking
6c112ff3d2 Allow sequencing widget to disable/enable each sequence entry. 2008-08-03 11:33:39 +00:00
Garvin Hicking
bcf3a1bf65 Fix by Anthem to not leak titles 2008-07-22 08:35:27 +00:00
Garvin Hicking
9dbf39fcc0 fix cookie removal to use proper host 2008-07-14 08:02:28 +00:00
Garvin Hicking
7f14f8b95f * Added optional token insertion for comment notification
(moderation) e-mails, which you can click without the need
      for authentication. This is a convenience feature, note that
      if someone can access your mails, he does not need to authenticate
      for deleting/approving a comment with the contained link.
2008-07-10 10:32:08 +00:00
Garvin Hicking
67dc544dd1 Fix showing metadata 2008-07-07 10:35:57 +00:00
Garvin Hicking
53389b3d70 RFE #2006182: Highlight s9y search terms 2008-06-30 10:35:08 +00:00
Garvin Hicking
e4c5ce7e4a * Improved "Remote RSS" plugin's templating output to select
custom template files. Add demo "Nasa Image of the Day" plugin
      by Grigory F. (garvinhicking)
2008-06-30 10:10:10 +00:00
Garvin Hicking
95d242aa88 * Fix Generic RSS import to not always assume WPXRSS feed.
(garvinhicking)
2008-06-30 09:41:07 +00:00
Garvin Hicking
b661c528f4 Properly hide categories in sidebar plugin 2008-06-17 13:20:16 +00:00
Garvin Hicking
8ec332b3db Allow subscribers to comments to receive fulltext 2008-06-17 12:06:45 +00:00
Garvin Hicking
5a490a0546 * Default .htaccess now contains a conditional rewrite pattern
for fallback *.html generation. Thanks to absynth.
      (TODO: Regenerate .htaccess on update, maybe make this
       condition optional)
2008-06-02 07:37:48 +00:00
Garvin Hicking
dc94ab1567 Spartacus upgrade for mirrors 2008-05-26 11:24:46 +00:00
Garvin Hicking
db80a5c199 Added mor event hook SQL query parts 2008-05-15 11:40:32 +00:00