This website requires JavaScript.
Explore
Help
Sign In
Beanz
/
flatpress
Watch
1
Star
0
Fork
0
You've already forked flatpress
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
flatpress
/
fp-plugins
/
prettyurls
History
real_nowhereman
aa77e6edf1
the infamous "session bug" with antispam should be in fact a bug with prettyurls; some themes might refer their images (or, generally speaking, their resources) via relative paths, which are translated into wrong urls when prettyurls are enabled; this led to secondary requests to the same comment page, which made the plugin regenerate the question! the bug looked random because when those request came BEFORE the main page had been rendered the question stored in session would have been still correct; otherwise, if those came AFTER, the correct question was overwritten, and therefore the result would have been reported as wrong even though at a first glance it was not; now prettyurls correctly 404s when you point to a resource with a wrong path: update your themes if they are suffering from this bug (hey, really, you did not wondered why some images were not displayed sometimes??) :)
2008-03-29 11:15:42 +00:00
..
lang
prettyurls: some fixes to the htaccess editor
2007-11-09 08:09:15 +00:00
tpls
prettyurls: some fixes to the htaccess editor
2007-11-09 08:09:15 +00:00
htaccess-new
First revision of FlatPress Crescendo+1 ( 0.703+n :) )
2007-10-30 10:30:07 +00:00
htaccess.txt
First revision of FlatPress Crescendo+1 ( 0.703+n :) )
2007-10-30 10:30:07 +00:00
plugin.prettyurls.php
the infamous "session bug" with antispam should be in fact a bug with prettyurls; some themes might refer their images (or, generally speaking, their resources) via relative paths, which are translated into wrong urls when prettyurls are enabled; this led to secondary requests to the same comment page, which made the plugin regenerate the question! the bug looked random because when those request came BEFORE the main page had been rendered the question stored in session would have been still correct; otherwise, if those came AFTER, the correct question was overwritten, and therefore the result would have been reported as wrong even though at a first glance it was not; now prettyurls correctly 404s when you point to a resource with a wrong path: update your themes if they are suffering from this bug (hey, really, you did not wondered why some images were not displayed sometimes??) :)
2008-03-29 11:15:42 +00:00