Fork me on GitHub

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

Tuesday, May 29, 2007

Blog / NoWhereMan’s guide to upgrade

NoWhereMan’s guide to upgrade

This is how I updated my personal blog (www.nowhereland.it - ita)[1].

My blog is located under the blog/ directory.

First of all (optional) I’ve put an index.html under blog/. This index.html looked like this page which is saying “the site is being updated, please stand by, blah blah” :P also I’ve renamed index.php to index.php- so that it was temporarily disabled

Then I’ve created a blog_2 directory where I’ve uploaded the fp package.

I finally moved my /blog/fp-content/ to blog_2/fp-content/ [1]

Now you can already test if the installation under blog_2/ works, just browse to http://mysite/blog_2/

Some content may look weird: your entries may be ordered from older to newer: this is because the caching method changed from 0.612 to 0.703 (and this is why I suggest you (1)to upgrade, and (2)to upgrade using this method :)): just empty your fp-content/cache/

If you have still issues (but you shouldn’t) use the maintenance tab in your control panel or re-install

Finally, rename blog/ to blog_old/, blogxxx/ or something

rename blog_2/ to blog/

You’re done :)

Now if you encounter any big issue, repeat the procedure in reverse (always empty the cache) and you’re back to your old fp installation

And don’t forget to report your bug!

Enjoy :)


[1] Please notice that this may not work the same in our next releases.