]> git.mjollnir.org Git - s9y.git/log
s9y.git
17 years agoFix entryproperties value setting
garvinhicking [Wed, 8 Aug 2007 08:53:26 +0000 (08:53 +0000)]
Fix entryproperties value setting

17 years agoNEWS typo..
brockhaus [Tue, 7 Aug 2007 15:13:28 +0000 (15:13 +0000)]
NEWS typo..

17 years agoAdded mp4 as video/x-quicktime guess
brockhaus [Tue, 7 Aug 2007 15:08:35 +0000 (15:08 +0000)]
Added mp4 as video/x-quicktime guess

17 years agoAdded allowed type parameter to isImage function. This removes the need of seperate...
brockhaus [Tue, 7 Aug 2007 14:45:34 +0000 (14:45 +0000)]
Added allowed type parameter to isImage function. This removes the need of seperate isMedia, isVideo and isAudio functions.

17 years agoDebug message was not printed
brockhaus [Tue, 7 Aug 2007 14:34:13 +0000 (14:34 +0000)]
Debug message was not printed

17 years agoOn the fly update of the media databas: Not only images are added but video and audio...
brockhaus [Tue, 7 Aug 2007 14:17:49 +0000 (14:17 +0000)]
On the fly update of the media databas: Not only images are added but video and audio, too.

17 years agoclassname
garvinhicking [Tue, 7 Aug 2007 13:59:07 +0000 (13:59 +0000)]
classname

17 years agoGerman language change
garvinhicking [Tue, 7 Aug 2007 08:17:21 +0000 (08:17 +0000)]
German language change

17 years agoRemoved TinyMCE patch as it is not neccessary anymore.
brockhaus [Mon, 6 Aug 2007 13:52:46 +0000 (13:52 +0000)]
Removed TinyMCE patch as it is not neccessary anymore.

17 years agobad png
garvinhicking [Mon, 6 Aug 2007 11:29:31 +0000 (11:29 +0000)]
bad png

17 years agoHTML and images by Don
garvinhicking [Mon, 6 Aug 2007 10:18:26 +0000 (10:18 +0000)]
HTML and images by Don

17 years agoMade pasting to TinyMCE work
brockhaus [Sun, 5 Aug 2007 18:16:33 +0000 (18:16 +0000)]
Made pasting to TinyMCE work

17 years agoBetter shared mode integration, thanks to stm9x9
garvinhicking [Sat, 4 Aug 2007 13:28:21 +0000 (13:28 +0000)]
Better shared mode integration, thanks to stm9x9

17 years agolang update
garvinhicking [Sat, 4 Aug 2007 13:04:14 +0000 (13:04 +0000)]
lang update

17 years agoUse better path detection, compatible with shared mode
garvinhicking [Sat, 4 Aug 2007 12:51:05 +0000 (12:51 +0000)]
Use better path detection, compatible with shared mode

17 years agoNew spam blocking method for trackbacks: ip validation. The senders ip is compared...
brockhaus [Tue, 31 Jul 2007 15:19:16 +0000 (15:19 +0000)]
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.

17 years agoReverted last patch for making Atom Feed working with parameterized URLs.
brockhaus [Sun, 29 Jul 2007 10:11:53 +0000 (10:11 +0000)]
Reverted last patch for making Atom Feed working with parameterized URLs.

17 years agoAtom feeds became invalid, if entry has href or src attributes containing char repres...
brockhaus [Fri, 27 Jul 2007 14:17:34 +0000 (14:17 +0000)]
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")

17 years agoGuessMime: JAR became octet-stream always, added ico extension
brockhaus [Fri, 27 Jul 2007 11:29:34 +0000 (11:29 +0000)]
GuessMime: JAR became octet-stream always, added ico extension

17 years agoplugin_comments: Hand over author to other plugins, too.
brockhaus [Fri, 27 Jul 2007 10:49:30 +0000 (10:49 +0000)]
plugin_comments: Hand over author to other plugins, too.

17 years agouse php4
garvinhicking [Thu, 26 Jul 2007 10:10:26 +0000 (10:10 +0000)]
use php4

17 years agofix bug #1759990 - japanese lang
garvinhicking [Wed, 25 Jul 2007 07:27:04 +0000 (07:27 +0000)]
fix bug #1759990 - japanese lang

17 years agoUTF-8 fix
garvinhicking [Tue, 24 Jul 2007 12:59:00 +0000 (12:59 +0000)]
UTF-8 fix

17 years agoPatch by kalkin: Improve statistics plugin for better bot detection and graph creation
garvinhicking [Tue, 24 Jul 2007 12:57:48 +0000 (12:57 +0000)]
Patch by kalkin: Improve statistics plugin for better bot detection and graph creation

17 years agoUse max compression as suggested by kink
garvinhicking [Sat, 21 Jul 2007 18:38:48 +0000 (18:38 +0000)]
Use max compression as suggested by kink

17 years agoDon's patches
garvinhicking [Fri, 20 Jul 2007 09:20:31 +0000 (09:20 +0000)]
Don's patches

17 years agoimproved plugin
garvinhicking [Fri, 20 Jul 2007 09:14:43 +0000 (09:14 +0000)]
improved plugin

17 years ago1) Several strings translated to BG.
jwalker [Thu, 19 Jul 2007 06:16:09 +0000 (06:16 +0000)]
1) Several strings translated to BG.

17 years agoThe recent entries sidebar plugin shiped with s9y listed entries not accessable by...
brockhaus [Tue, 17 Jul 2007 14:29:09 +0000 (14:29 +0000)]
The recent entries sidebar plugin shiped with s9y listed entries not accessable by the current user because of right restrictions.

17 years agoSmall code cleanup by Falk Doering:
garvinhicking [Tue, 17 Jul 2007 11:31:20 +0000 (11:31 +0000)]
Small code cleanup by Falk Doering:
- PHP6 forward compatibility on accessing strings
- Better indenting, other cleanups on the plugin API file

17 years agoRequire category joins in some cases, add smarty params for new fetchentry features
garvinhicking [Tue, 17 Jul 2007 08:43:06 +0000 (08:43 +0000)]
Require category joins in some cases, add smarty params for new fetchentry features

17 years agoserendipity_parseFileName didn't evaluate the correct name/ext structure for files...
brockhaus [Tue, 17 Jul 2007 03:46:04 +0000 (03:46 +0000)]
serendipity_parseFileName didn't evaluate the correct name/ext structure for files without extension

17 years agodocument
garvinhicking [Mon, 16 Jul 2007 08:52:56 +0000 (08:52 +0000)]
document

17 years agoWrong used hook
garvinhicking [Mon, 16 Jul 2007 07:34:42 +0000 (07:34 +0000)]
Wrong used hook

17 years agoFix comment rss feeds
garvinhicking [Sun, 15 Jul 2007 15:13:50 +0000 (15:13 +0000)]
Fix comment rss feeds

17 years agoignorelist
brockhaus [Fri, 13 Jul 2007 20:01:24 +0000 (20:01 +0000)]
ignorelist

17 years agoAdd language constant for grischa, and fix up indending *g*
garvinhicking [Fri, 13 Jul 2007 12:24:18 +0000 (12:24 +0000)]
Add language constant for grischa, and fix up indending *g*

17 years agoThe archive sidebar plugin shiped with s9y now displays numbers of articles correctly...
brockhaus [Fri, 13 Jul 2007 12:05:22 +0000 (12:05 +0000)]
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)

17 years agoAt last: Trackbacks/pingbacks for URLs will only be sent once, no matter what link...
brockhaus [Thu, 12 Jul 2007 15:52:58 +0000 (15:52 +0000)]
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!) ;-)

17 years agoGarvins Änderung auch für (z.B.) Images funktionierend gemacht
brockhaus [Thu, 12 Jul 2007 14:35:37 +0000 (14:35 +0000)]
Garvins Änderung auch für (z.B.) Images funktionierend gemacht

17 years agoGrischa and Garvin proudly present: The REAL(tm) solution. :)
garvinhicking [Thu, 12 Jul 2007 13:55:23 +0000 (13:55 +0000)]
Grischa and Garvin proudly present: The REAL(tm) solution. :)

17 years agoRevert, for the time being
garvinhicking [Thu, 12 Jul 2007 13:02:46 +0000 (13:02 +0000)]
Revert, for the time being

17 years agoAdmin interface security improved, thanks to Stefan Esser.
garvinhicking [Thu, 12 Jul 2007 11:23:05 +0000 (11:23 +0000)]
Admin interface security improved, thanks to Stefan Esser.

17 years agoMerge patch from Don Chambers for better input classes in admin
garvinhicking [Thu, 12 Jul 2007 09:40:04 +0000 (09:40 +0000)]
Merge patch from Don Chambers for better input classes in admin

17 years agoShow ID
garvinhicking [Tue, 10 Jul 2007 13:24:33 +0000 (13:24 +0000)]
Show ID

17 years agoChange link to point to startpage by default
garvinhicking [Tue, 10 Jul 2007 08:36:11 +0000 (08:36 +0000)]
Change link to point to startpage by default

17 years agoMade trackback/pingback functionality independend from link text.
brockhaus [Mon, 9 Jul 2007 18:00:46 +0000 (18:00 +0000)]
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.

17 years agobrockhaus: Changed to use SPACES instead of TABs. :-)
garvinhicking [Mon, 9 Jul 2007 07:53:13 +0000 (07:53 +0000)]
brockhaus: Changed to use SPACES instead of TABs. :-)

17 years agoChanged NEWS file: plugin_comments now also supports Favatars instead of Gravatars...
brockhaus [Mon, 9 Jul 2007 00:31:00 +0000 (00:31 +0000)]
Changed NEWS file: plugin_comments now also supports Favatars instead of Gravatars only

17 years agoFor the future: Always indicate source of where frontend_display is called. Thanks...
garvinhicking [Sun, 8 Jul 2007 20:07:41 +0000 (20:07 +0000)]
For the future: Always indicate source of where frontend_display is called. Thanks to Karotte.

17 years agoTextile fix by Bman
garvinhicking [Sun, 8 Jul 2007 18:45:46 +0000 (18:45 +0000)]
Textile fix by Bman

17 years agoFavatar patch by brockhaus
garvinhicking [Sun, 8 Jul 2007 18:33:18 +0000 (18:33 +0000)]
Favatar patch by brockhaus

17 years agoCorrect patch from brockhaus, thanks a lot
garvinhicking [Sun, 8 Jul 2007 18:10:33 +0000 (18:10 +0000)]
Correct patch from brockhaus, thanks a lot

17 years agoFull pingback support, fallback trackback method for WordPress
garvinhicking [Fri, 6 Jul 2007 10:17:47 +0000 (10:17 +0000)]
Full pingback support, fallback trackback method for WordPress
blogs. Thanks to brockha.us!

17 years agofix #1748918 - trnaslation mistake
garvinhicking [Fri, 6 Jul 2007 09:52:31 +0000 (09:52 +0000)]
fix #1748918 - trnaslation mistake

17 years agobeta3 because of this publish-bug
garvinhicking [Fri, 6 Jul 2007 09:09:06 +0000 (09:09 +0000)]
beta3 because of this publish-bug

17 years agoUse md5 for superlong uris
garvinhicking [Thu, 5 Jul 2007 11:10:51 +0000 (11:10 +0000)]
Use md5 for superlong uris

17 years agoClarify
garvinhicking [Tue, 3 Jul 2007 18:36:04 +0000 (18:36 +0000)]
Clarify

17 years agoFix pingback XML, thanks to Slim
garvinhicking [Tue, 3 Jul 2007 08:19:07 +0000 (08:19 +0000)]
Fix pingback XML, thanks to Slim

17 years agoWrong config option
garvinhicking [Mon, 2 Jul 2007 14:08:01 +0000 (14:08 +0000)]
Wrong config option

17 years agoRemove debug out
garvinhicking [Mon, 2 Jul 2007 11:59:27 +0000 (11:59 +0000)]
Remove debug out

17 years agoSQLite compatibvility
garvinhicking [Mon, 2 Jul 2007 10:26:03 +0000 (10:26 +0000)]
SQLite compatibvility

17 years agoEncody title
garvinhicking [Sat, 30 Jun 2007 11:31:15 +0000 (11:31 +0000)]
Encody title

17 years agoEvent calendar
garvinhicking [Thu, 28 Jun 2007 14:24:39 +0000 (14:24 +0000)]
Event calendar

17 years agogerman translation
garvinhicking [Thu, 28 Jun 2007 13:28:01 +0000 (13:28 +0000)]
german translation

17 years ago1) BG translation for new texts constants.
jwalker [Thu, 28 Jun 2007 06:20:44 +0000 (06:20 +0000)]
1) BG translation for new texts constants.

17 years agoFix default setting for fetching plugins via spartacus
garvinhicking [Wed, 27 Jun 2007 14:33:19 +0000 (14:33 +0000)]
Fix default setting for fetching plugins via spartacus

17 years agoAlso allow 'comment by author' views without author name
garvinhicking [Tue, 26 Jun 2007 11:40:07 +0000 (11:40 +0000)]
Also allow 'comment by author' views without author name

17 years ago * (beta2) Fix when saving personal configuration the userlevel and
garvinhicking [Sun, 24 Jun 2007 10:49:43 +0000 (10:49 +0000)]
* (beta2) Fix when saving personal configuration the userlevel and
      "no_create" flags where not properly saved, thanks to PHPaws!

17 years agofix parse error
garvinhicking [Fri, 22 Jun 2007 12:51:55 +0000 (12:51 +0000)]
fix parse error

17 years agoUpdate new bots
garvinhicking [Thu, 21 Jun 2007 10:49:49 +0000 (10:49 +0000)]
Update new bots

17 years agoAlso allow tu submit dupliate URLs AND duplicate linktexts. Thanks to Evil Azreal.
garvinhicking [Wed, 20 Jun 2007 11:51:15 +0000 (11:51 +0000)]
Also allow tu submit dupliate URLs AND duplicate linktexts. Thanks to Evil Azreal.

17 years agoPatch reference handling function so that it can deal with multiple identical URLs
garvinhicking [Wed, 20 Jun 2007 11:31:52 +0000 (11:31 +0000)]
Patch reference handling function so that it can deal with multiple identical URLs

17 years agoFix wrong timestamp generation when invalid archive dates are submitted, thanks to...
garvinhicking [Mon, 18 Jun 2007 11:57:15 +0000 (11:57 +0000)]
Fix wrong timestamp generation when invalid archive dates are submitted, thanks to Deminy

17 years agofix bug 1738762
garvinhicking [Mon, 18 Jun 2007 10:47:59 +0000 (10:47 +0000)]
fix bug 1738762

17 years ago Fix SQL injection reported by Dr. Neal Krawetz
garvinhicking [Sun, 17 Jun 2007 10:45:24 +0000 (10:45 +0000)]
 Fix SQL injection reported by Dr. Neal Krawetz

17 years agoallow to configure icon url, patch by sapphirecat on the forums
garvinhicking [Thu, 14 Jun 2007 09:34:28 +0000 (09:34 +0000)]
allow to configure icon url, patch by sapphirecat on the forums

17 years agoRever rlazo patch which broke UTF-8 spanish lang :)
garvinhicking [Thu, 14 Jun 2007 09:30:08 +0000 (09:30 +0000)]
Rever rlazo patch which broke UTF-8 spanish lang :)
Remember to encode the files differently. ;)

17 years agoUse HTTP 404 where needed
garvinhicking [Thu, 14 Jun 2007 09:14:15 +0000 (09:14 +0000)]
Use HTTP 404 where needed

17 years agoUpdated spanish translation
rlazo [Wed, 13 Jun 2007 15:50:38 +0000 (15:50 +0000)]
Updated spanish translation

17 years agoTry to solve a cookie problem when using s9y with domains like 'localhost'
garvinhicking [Wed, 13 Jun 2007 09:36:26 +0000 (09:36 +0000)]
Try to solve a cookie problem when using s9y with domains like 'localhost'

17 years agoFix bad admin query, thanks to Urs Enke
garvinhicking [Tue, 12 Jun 2007 12:43:17 +0000 (12:43 +0000)]
Fix bad admin query, thanks to Urs Enke

17 years agoFix comment editing panel being able to set circular reference on "in reply to" optio...
garvinhicking [Tue, 12 Jun 2007 10:00:26 +0000 (10:00 +0000)]
Fix comment editing panel being able to set circular reference on "in reply to" option. Thanks to Urs Enke!

17 years agoFix bugs in the new backend templates
garvinhicking [Mon, 11 Jun 2007 14:32:32 +0000 (14:32 +0000)]
Fix bugs in the new backend templates

17 years agoAdd hooks for approving and deleting a comment
garvinhicking [Mon, 11 Jun 2007 12:20:31 +0000 (12:20 +0000)]
Add hooks for approving and deleting a comment

17 years agofix parse error
garvinhicking [Mon, 11 Jun 2007 10:15:01 +0000 (10:15 +0000)]
fix parse error

17 years agoFix pgsql bug with empty value
garvinhicking [Fri, 8 Jun 2007 11:41:15 +0000 (11:41 +0000)]
Fix pgsql bug with empty value

17 years agoArray check
garvinhicking [Fri, 8 Jun 2007 09:21:37 +0000 (09:21 +0000)]
Array check

17 years agoSupport random ordering, patch by chrisbra
garvinhicking [Fri, 8 Jun 2007 08:52:02 +0000 (08:52 +0000)]
Support random ordering, patch by chrisbra

17 years ago1) Changed string constant in BG lang files.
jwalker [Wed, 6 Jun 2007 13:20:51 +0000 (13:20 +0000)]
1) Changed string constant in BG lang files.

17 years agoLeave margin-bottom as it is, because people alway have issues with their missing...
garvinhicking [Wed, 6 Jun 2007 09:37:36 +0000 (09:37 +0000)]
Leave margin-bottom as it is, because people alway have issues with their missing margins of <p> elements

17 years agoFix URL permalink lookup in some cases
garvinhicking [Wed, 6 Jun 2007 09:11:00 +0000 (09:11 +0000)]
Fix URL permalink lookup in some cases

17 years ago* translation updated.
elf2000 [Wed, 6 Jun 2007 04:23:06 +0000 (04:23 +0000)]
* translation updated.

17 years agoEnsure not using 'online_repository' as pluginPath
garvinhicking [Tue, 5 Jun 2007 11:44:34 +0000 (11:44 +0000)]
Ensure not using 'online_repository' as pluginPath

17 years agofix back to blog variable
garvinhicking [Tue, 5 Jun 2007 08:50:33 +0000 (08:50 +0000)]
fix back to blog variable

17 years agoPrepare release the beta
garvinhicking [Tue, 5 Jun 2007 08:17:53 +0000 (08:17 +0000)]
Prepare release the beta

17 years agoBeautify, add missing code comments
garvinhicking [Tue, 5 Jun 2007 07:58:47 +0000 (07:58 +0000)]
Beautify, add missing code comments

17 years agoAdd smaty modifier that can pass referenced variables to a smarty plugin api. Hurts...
garvinhicking [Fri, 1 Jun 2007 15:31:54 +0000 (15:31 +0000)]
Add smaty modifier that can pass referenced variables to a smarty plugin api. Hurts to see that, but seems to be the only way

17 years agoAllow plugins to set different entry templates for the editing form.
garvinhicking [Wed, 30 May 2007 20:18:33 +0000 (20:18 +0000)]
Allow plugins to set different entry templates for the editing form.
This can allow a plugin to offer dedicated entry templates depending on the selected category, based on the user or other cool stuff.

17 years agoAdd JS selector
garvinhicking [Wed, 30 May 2007 11:59:56 +0000 (11:59 +0000)]
Add JS selector