Fork me on GitHub

Sunday, June 3, 2007

Blog / Bug in bbcode/thumb

Bug in bbcode/thumb

Bug in img tag; please DO NOT USE width AND height options; my run my CPU rose to 100% and probably that wouldn’t be nice to your server too :/

There was some division by zero and GD2 couldn’t “handle” (raising an exception or a fatal error or something) them safely, I think…

Well, just avoid using those parameters, and you’ll be safe

Thursday, May 31, 2007

Blog / Leggero CSS (minor bug)

Leggero CSS (minor bug)

Leggero has a minor “bug” in its CSS because body background was supposed to be white as a default for all the browsers while actually it’s not :)

open fp-interface/themes/leggero/res/common.css

in body{} section change the line with “background” (should be 28) to:

	background: white url(../imgs/backshade.png) repeat-x;

you just have to add “white”

soWWy for the inconvenient; package updated as well

bye

Thursday, May 31, 2007

Blog / bbcode double entity encoding

bbcode double entity encoding

minor issue with urls in the form

url=http://mysite/mypage?param1&param2

where & was escaped twice.
Open up fp-plugins/bbcode/plugin.bbcode.php at line 145 remove “htmlspecialchars”

or download again the package, which has been updated.

Updated rc1

Wednesday, May 30, 2007

Blog / Language diffs

Language diffs

As I said in the other post, here they are:

where you read OLD means ‘alpha’, ‘beta’, ‘0.612′ (depending on the file you’re reading), NEW means this RC1

Hope they’ll help you updating your packages :)

bye

Tuesday, May 29, 2007

Blog / Release Candidate out

Release Candidate out

flatpress-0.703-crescendo-rc1.tar.bz2

Please guys sorry if I’m not posting a changelog but I’m quite tired, and I’ve packaged all quickly so do a backup first, as usual (read the previous post ;))

If you don’t see any bug this will probably become final

EDIT: as you asked, here’s a CHANGELOG :)

note: in the meantime someone found another small bug in bbcode which I have fixed, if you already donwloaded, download it again, or fix it yourself

plugin.bbcode.php, line 128, becomes:

$absolutepath=$actualpath=$attributes[’default’];

Sorry for making you wait but yesterday I didn’t really have time :)

FIXED: plugin/bbcode: broken non-local urls 
FIXED: core/FPDB archive function: /?y=nn didn’t work if a month wasn’t specified
FIXED: core/entry/cache : buggy workarounded function (see previous) is now fixed
FIXED: core/users : session was not kept if user IP changed
FIXED: core/rss : template now works, fixed core accordingly
ADDED: core/rss : full content support
UPDATED: plugin/jsUtils, upgraded to mootools 1.1
UPDATED: plugin/lightbox updated accordingly to slimbox 1.4
RMVD:	temporarily removed prettyurls plugin 
	(todo: remove from default config); 
	I’m working to a newer cooler version, but 
	it will require probably some changes in core, so no-go for this
	release
ADDED: Lang/it-it: added some strings I forgot

As for the language, you can see what strings changed doing a diff between dirs lang/en-us/ across versions.

I’ll post one too, if you don’t want to wait just do it yourself ;)

Yeah, I know, I should really move to SVN, sharing files across PCs is really a mess -__-

bye