]>
git.mjollnir.org Git - s9y.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
garvinhicking [Tue, 17 May 2005 10:31:08 +0000 (10:31 +0000)]
0.8.1 release
garvinhicking [Fri, 13 May 2005 17:19:00 +0000 (17:19 +0000)]
one more htmlspecialchar()ing neccessary
nohn [Fri, 13 May 2005 14:43:13 +0000 (14:43 +0000)]
i've actually not seen anyone doing this but that does not me some webhosters don't do it
garvinhicking [Fri, 13 May 2005 12:30:55 +0000 (12:30 +0000)]
Fix PDF thumbnail creation.
garvinhicking [Fri, 13 May 2005 11:04:42 +0000 (11:04 +0000)]
This should fix the image upload bug for good. Uses basename() and upload verification before any checks are done.
Also admins can no longer upload active content files.
Tricking the upload by making the directory "evil.ph" and the filename "p" does not work because trailing slashes are appended to directory names.
nohn [Fri, 13 May 2005 08:20:26 +0000 (08:20 +0000)]
less differences make backporting easier
garvinhicking [Thu, 12 May 2005 18:19:28 +0000 (18:19 +0000)]
Now this is one funny XSS discovered by Rasmus:
You could send HTTP Cookie HTML which does not get htmlspecialchar()ed and then exploit the page for yourself only, and no other viewers.
Rare case of a XSS and low-impact, but still not nice when advanced form redirection takes place and you want to XSS exploit a single user :-)
Please test, if anybody is reading this :-D
garvinhicking [Thu, 12 May 2005 10:58:05 +0000 (10:58 +0000)]
update french language
nohn [Thu, 12 May 2005 10:45:22 +0000 (10:45 +0000)]
be compliant (and yes, I really found a browser where this did not work)
garvinhicking [Wed, 11 May 2005 13:37:34 +0000 (13:37 +0000)]
wrong array key index
garvinhicking [Wed, 11 May 2005 09:56:00 +0000 (09:56 +0000)]
Actually this makes more sense, also backport the dotfile patch from trunk to branch
garvinhicking [Wed, 11 May 2005 09:40:58 +0000 (09:40 +0000)]
Try to catch more "evil" opportunities.
GUYS: We need some volunteers to check if uploads still work as expected and our latest changes don't break stuff. And of course that it's no longer exploitable.
garvinhicking [Tue, 10 May 2005 16:35:31 +0000 (16:35 +0000)]
Also look for "convert.exe", satisfying windows users.
Thanks to pattyjj from IRC!
nohn [Tue, 10 May 2005 14:53:48 +0000 (14:53 +0000)]
zero-tolerance
garvinhicking [Tue, 10 May 2005 10:34:05 +0000 (10:34 +0000)]
update icelandic
garvinhicking [Tue, 10 May 2005 10:11:05 +0000 (10:11 +0000)]
This should be a better fix to not pass any bad characters into the $url.
Anyone care to check? :)
garvinhicking [Mon, 9 May 2005 13:46:01 +0000 (13:46 +0000)]
Let's make it sound less nasty ;)
nohn [Mon, 9 May 2005 13:43:19 +0000 (13:43 +0000)]
just to make clear that something noticeable happenend
nohn [Mon, 9 May 2005 13:24:57 +0000 (13:24 +0000)]
document
garvinhicking [Mon, 9 May 2005 13:01:39 +0000 (13:01 +0000)]
backport Sebastian Nohn's fix
garvinhicking [Mon, 9 May 2005 12:59:16 +0000 (12:59 +0000)]
backports
nohn [Sat, 7 May 2005 17:45:50 +0000 (17:45 +0000)]
just another uncritical backport
nohn [Sat, 7 May 2005 17:29:42 +0000 (17:29 +0000)]
backport
nohn [Mon, 2 May 2005 08:49:40 +0000 (08:49 +0000)]
deppen leer zeichen
nohn [Sat, 30 Apr 2005 09:48:23 +0000 (09:48 +0000)]
backporrting
nohn [Thu, 28 Apr 2005 10:33:58 +0000 (10:33 +0000)]
backporting some uncritcal changes. made diff with trunk easier (functions_trackbacks.inc.php)
nohn [Wed, 27 Apr 2005 18:50:29 +0000 (18:50 +0000)]
although there is not really a need for that now, any user upgrading from branch should realize, that something is going on and that trunk or tags/0.8 maybe is what he wants
nohn [Wed, 27 Apr 2005 18:43:56 +0000 (18:43 +0000)]
backporting an uncritical but useful patch to store cached rss feeds in the template cache folder
nohn [Mon, 25 Apr 2005 11:43:40 +0000 (11:43 +0000)]
Backport: Attempt to fix IIS compatibility
nohn [Mon, 25 Apr 2005 11:23:02 +0000 (11:23 +0000)]
some more backporting. the trackback thing should work in 0.8 without any issues. garvin?
nohn [Mon, 25 Apr 2005 11:05:58 +0000 (11:05 +0000)]
backporting bugfixes from trunk, adding romanian language
garvinhicking [Mon, 25 Apr 2005 10:15:28 +0000 (10:15 +0000)]
fix trackbacks with "#" in it
garvinhicking [Mon, 25 Apr 2005 09:55:16 +0000 (09:55 +0000)]
allow "=" in urls. :-(
garvinhicking [Mon, 25 Apr 2005 09:40:08 +0000 (09:40 +0000)]
also send trackback with event_trackback plugin if not at least one link
was inserted
garvinhicking [Mon, 25 Apr 2005 08:41:26 +0000 (08:41 +0000)]
no sidebar titles if not set
garvinhicking [Mon, 25 Apr 2005 08:35:55 +0000 (08:35 +0000)]
Fix PHP error which comes because session_start() is called before the obgzhandler ob_start and if session.use_trans_sid is activated.
Currently this is more a hotfix - it effectively disables gzcompression on servers with use_trans_sid. We would need to move serendipity_gzCompression before session_start, but I don't dare touch this beast I have no knowledge of. Tom?
garvinhicking [Sat, 23 Apr 2005 09:50:32 +0000 (09:50 +0000)]
use ";" instead of ":" for windows
garvinhicking [Fri, 22 Apr 2005 13:41:03 +0000 (13:41 +0000)]
karma plugin makes click tracking earlier, better interation with other plugins (cache, mainly)
also fixes insertion of double entries.
garvinhicking [Fri, 22 Apr 2005 10:52:30 +0000 (10:52 +0000)]
fix spamblock brokeness
garvinhicking [Fri, 22 Apr 2005 08:55:24 +0000 (08:55 +0000)]
only 1-2 more commits :-D
garvinhicking [Fri, 22 Apr 2005 08:45:31 +0000 (08:45 +0000)]
...testing...
garvinhicking [Fri, 22 Apr 2005 08:24:52 +0000 (08:24 +0000)]
prepare for some commit mail spam, I need some testing grounds to get this f*ckin forward to work ;)
garvinhicking [Thu, 21 Apr 2005 08:42:23 +0000 (08:42 +0000)]
test commit
garvinhicking [Thu, 21 Apr 2005 08:21:42 +0000 (08:21 +0000)]
allow ~ and ! in URL characters
nohn [Thu, 21 Apr 2005 06:54:47 +0000 (06:54 +0000)]
moving serendipity_event_blogpdf to additional plugins as discussed
nohn [Thu, 21 Apr 2005 06:53:23 +0000 (06:53 +0000)]
moving serendipity_event_blogpdf to additional plugins as discussed
garvinhicking [Wed, 20 Apr 2005 17:01:15 +0000 (17:01 +0000)]
do not use utf8-BOM
garvinhicking [Wed, 20 Apr 2005 16:56:29 +0000 (16:56 +0000)]
added romanian translation by Alexandru Szasz
garvinhicking [Wed, 20 Apr 2005 13:48:52 +0000 (13:48 +0000)]
try to make it work with IIS
nohn [Tue, 19 Apr 2005 11:29:55 +0000 (11:29 +0000)]
factoring out surbl
nohn [Tue, 19 Apr 2005 10:42:26 +0000 (10:42 +0000)]
factored out rbl
garvinhicking [Tue, 19 Apr 2005 09:24:28 +0000 (09:24 +0000)]
one last commit test, i think I got the php-blog-cvs mailing now
garvinhicking [Tue, 19 Apr 2005 09:07:27 +0000 (09:07 +0000)]
test commit, please ignore
garvinhicking [Tue, 19 Apr 2005 08:00:46 +0000 (08:00 +0000)]
test commit to send mails to SF.Net
garvinhicking [Mon, 18 Apr 2005 20:57:27 +0000 (20:57 +0000)]
Upload multiple images at once: RFE #
1174118
Needs a bit TODO for renaming files.
garvinhicking [Mon, 18 Apr 2005 16:45:24 +0000 (16:45 +0000)]
patch up rewrite rule so that index.php may not get rewritten to index.php?url=index.html, as it only wastes cycles.
(Even though it didn't happen on my install...anyways, the rewrite rule also only steps into effect if $serendipity['indexFile'] != 'index.php', we may want to create a conditional rule here.
tomsommer [Mon, 18 Apr 2005 15:21:44 +0000 (15:21 +0000)]
Revert
tomsommer [Mon, 18 Apr 2005 14:55:48 +0000 (14:55 +0000)]
Fix call to apache_get_modules() even if it didn't exist
garvinhicking [Mon, 18 Apr 2005 14:02:20 +0000 (14:02 +0000)]
use a better fix, I guess.
We may need to think if there are other areas apart from RSS feeds that
may get cached using appropriate last-modified headers. Most of the frontend
will fail though, as sidebars may server dynamic content.
garvinhicking [Mon, 18 Apr 2005 13:38:11 +0000 (13:38 +0000)]
* Use templates_c for caching remote rss feeds
* Do not call session_start() for RSS feeds to allow caching. If session_start
is called, it would put no-cache, ... headers and disable 304/Not Modified
operations. This is a possibly hazardrous change, we need to further
watch this. That's also the reason I won't backport the fix to 0.8
garvinhicking [Mon, 18 Apr 2005 12:21:38 +0000 (12:21 +0000)]
document changes
garvinhicking [Mon, 18 Apr 2005 12:20:08 +0000 (12:20 +0000)]
fix %T not supported on windows systems
garvinhicking [Mon, 18 Apr 2005 11:24:05 +0000 (11:24 +0000)]
be a bit verbose and adjusted to latest release
garvinhicking [Mon, 18 Apr 2005 11:18:11 +0000 (11:18 +0000)]
replace '\' windows paths with '/' when forwarding.
garvinhicking [Mon, 18 Apr 2005 09:19:47 +0000 (09:19 +0000)]
comments plugin can have custom title
garvinhicking [Mon, 18 Apr 2005 08:53:52 +0000 (08:53 +0000)]
0.9-alpha1
garvinhicking [Mon, 18 Apr 2005 08:50:36 +0000 (08:50 +0000)]
First commit test. Update to 0.9
s_bergmann [Sat, 16 Apr 2005 06:41:32 +0000 (06:41 +0000)]
Create branch for Serendipity 0.8 development.
s_bergmann [Sat, 16 Apr 2005 06:39:31 +0000 (06:39 +0000)]
Import Serendipity 0.8 into trunk.
s_bergmann [Mon, 4 Apr 2005 05:20:56 +0000 (05:20 +0000)]
Restructure.