740 Commits

Author SHA1 Message Date
Matthias Mees
8658929a9c Updated Bulletproof and it's lang files. Added theme options to use default icons regardless of colorset chosen as a fallback option in case a colorset stylesheet doesn't have these icons. 2007-09-10 09:55:31 +00:00
Don Chambers
a57f6cdc75 BP: style.css: Catetories sidebar margin added, add row classes to plugin_calendar.tpl, comment out favicon link 2007-09-09 23:23:09 +00:00
Don Chambers
a5d1547828 BP: convert files to unix/utf-8 2007-09-07 20:08:16 +00:00
Matthias Mees
1740225542 Updated German lang files for bulletproof template to fit latest additions. 2007-09-07 08:59:56 +00:00
Ivan Cenov
f29dd6621c 1) Updated BG translation of bulletproof configuration. 2007-09-06 19:45:53 +00:00
Don Chambers
33db56c01c BP - relocated rule for pending comments, added rule to fluid stylesheet. 2007-09-06 16:19:33 +00:00
Don Chambers
860235e371 Bulletproof additions/modifications:
Added new class of serendipity_Sticky_Entry in entries.tpl.
Added template option to suppress entry footer for sticky posts.
Added template option to suppress entry heading for sticky posts.
Added template option to include or exclude icons in previous/next page links.
Added default rules for class counter_code to style.css.
2007-09-06 15:16:46 +00:00
Matthias Mees
614bf54b78 Some updates for the bulletproof template. 2007-09-04 13:14:02 +00:00
Garvin Hicking
ecd67f4a98 Try to suppress notice 2007-09-04 10:12:10 +00:00
Grischa Brockhaus
8765b5d7fc BP Template: Added red border around pending comments 2007-09-02 13:57:11 +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
Grischa Brockhaus
ba75bb3b8f Added changes sugested by yellowled and Don Chambers in http://board.s9y.org/viewtopic.php?t=10928&postdays=0&postorder=asc&start=0 2007-09-01 13:47:00 +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
Garvin Hicking
921f6f5535 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
Ivan Cenov
e24c04eacd 1) Added Id keyword. 2007-08-28 19:44:19 +00:00
Ivan Cenov
8136c24029 1) Added BG translation of admin panel of bulletproof theme. 2007-08-28 19:32:32 +00:00
Garvin Hicking
e634186dcc Allow ?p=X and ?serendipity[id]=X URLs 2007-08-28 07:56:36 +00:00
Garvin Hicking
612ef7e39d Dons update 2007-08-26 16:23:02 +00:00
Garvin Hicking
c5d2f7929a document 2007-08-25 12:06:35 +00:00
Garvin Hicking
59df28b3fa Add bulletproof 2007-08-25 12:05:30 +00:00
Grischa Brockhaus
a6672d3726 event_creativecommons:
* Changed default cc version to 3.0, respecting old configuration while updating.
* BY only version is only valid since 3.0. 2.5 doesn't support this.
* Japanese users get a wrong link to the creative common license
* Mouseover image title supports Mozilla, too (title attribute)
2007-08-22 18:06:51 +00:00
Grischa Brockhaus
179d49af11 event_creativecommons:
* Changed default cc version to 3.0, respecting old configuration while updating.
* BY only version is only valid since 3.0. 2.5 doesn't support this.
* Japanese users get a wrong link to the creative common license
* Mouseover image title supports Mozilla, too (title attribute)
2007-08-22 18:05:56 +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
be30a92f7c Made pingback receiving better working with WordPress Pingbacks 2007-08-20 21:00:01 +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
Garvin Hicking
4518918578 Use proper "<locale>.<charset>" instead of "<locale>-<charset>" locales. Thanks to Boris! 2007-08-16 13:07:43 +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
034fa58d09 Extended spam blocking plugin to handle pingbacks like trackbacks. 2007-08-14 18:43:00 +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
23c1ce12ff Smarty loads trackback and pingback comments when displaying trackbacks. This is most compatible with existing templates. 2007-08-14 17:45:09 +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
Grischa Brockhaus
2c251781b6 :-| was not replaced, only :| 2007-08-14 11:53:37 +00:00
Garvin Hicking
43a41c650e Descriptive Akismet spam return 2007-08-13 08:03:40 +00:00
Garvin Hicking
f3d4e75b04 Fix table generation for spamblock, thanks to boris 2007-08-13 08:00:01 +00:00
Garvin Hicking
5c3ed3c0ab fix for don 2007-08-10 09:59:09 +00:00
Garvin Hicking
6e7cfb296c Reduce file size 2007-08-10 09:07:04 +00:00
Grischa Brockhaus
bdaa3353f6 A ">" too much 2007-08-10 00:51:40 +00:00
Garvin Hicking
cea4f12be4 Upport 2007-08-09 09:31:29 +00:00
Garvin Hicking
a08f35bba6 Fix entryproperties value setting 2007-08-08 08:53:26 +00:00
Grischa Brockhaus
b53fb93ced NEWS typo.. 2007-08-07 15:13:28 +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