Search found 197 matches

by wesley
Wed Sep 07, 2005 1:15 pm
Forum: Bugs
Topic: problem with serendipity_event_entrypaging
Replies: 5
Views: 2968

It's hinting that something's wrong with $querystring being passed to here...
Although there SHOULDN'T be. Perhaps a loophole? It would've been nice
to capture what was in $querystring when the error occurred.
by wesley
Tue Sep 06, 2005 2:24 pm
Forum: General discussions
Topic: Serendipty the Moblog (mobile blog)?
Replies: 2
Views: 2454

Serendipty the Moblog (mobile blog)?

While I have been successful in posting entries on a PocketPC PDA using Picsel Browser (Pocket Internet Explorer fails because of lack of IFRAME support), both reading and writing the entries on the PDA is quite... cumbersome. Crowded. Slow. I'm thinking about having a 'moblog' concept where there w...
by wesley
Tue Sep 06, 2005 2:10 pm
Forum: Plugins
Topic: Searching plugin like spartacus for themes ...
Replies: 4
Views: 3199

Garvin said he plans to bring 0.9 into beta status this month.
The current snapshot of 0.9 alpha seems 'mostly harmless', anyway.
by wesley
Mon Sep 05, 2005 6:55 pm
Forum: Installation
Topic: serendipity for windows ??
Replies: 2
Views: 2093

Have your Windows system running Apache (I believe 2.0 series is preferred for non-UNIX systems), PHP (there's 4, but 5 works great), and a SQL (e.g. PostgreSQL, MySQL) set up and running... and installing s9y is simple as uncompressing everything into the webserver's document folder and running the...
by wesley
Mon Sep 05, 2005 6:49 pm
Forum: Installation
Topic: Upload limit somehow still fixed at 2MB
Replies: 6
Views: 4310

Committed! :) It is said that imposing the limit from the HTML form should be avoided when possible because faulty browsers and otherwise mal-intended client can simply ignore the tag. Instead the intended limit should just be set in the php.ini file. I wonder if the code came from somewhere else in...
by wesley
Mon Sep 05, 2005 5:50 am
Forum: Installation
Topic: Upload limit somehow still fixed at 2MB
Replies: 6
Views: 4310

AH HA. CULPRIT FOUND. s9y was imposing the upload limit. Since s9y was vague about the upload error, I added (in image.inc.php) $_FILES['userfile']['error'] to the error message and see what error number it gave. It gave '2'. I looked it up. Apparently it wasn't the problem of the php.ini config, bu...
by wesley
Mon Sep 05, 2005 5:18 am
Forum: Installation
Topic: Upload limit somehow still fixed at 2MB
Replies: 6
Views: 4310

It's not the problem of memory_limit. I already tried adjusting that before you made the suggestion. And I was testing uploads with a k3g file (a weird video clip format for Samsung phones, btw) so decompressing JPEG wasn't involved in the first place. So basically SOMEWHERE there must be a 2MB uplo...
by wesley
Mon Sep 05, 2005 5:10 am
Forum: Plugins
Topic: Automatic Meta Tags
Replies: 5
Views: 4001

Every 'site'? Judging from your earlier comment I don't think you mean that, since the plugin is applied site-wide. If you meant every 'page', I don't think having different meta tags on every single page makes a lot of sense. Not only do modern search engines place low priority on meta tags, but ha...
by wesley
Sun Sep 04, 2005 2:53 pm
Forum: Plugins
Topic: Automatic Meta Tags
Replies: 5
Views: 4001

Not that I know of, although if you already have the META tags ready you
can insert them to every page using HTML Nugget on Page plugin.
by wesley
Sun Sep 04, 2005 2:49 pm
Forum: Plugins
Topic: delay in switching language (multilingual plugin)
Replies: 6
Views: 4253

The thing is, I THOUGHT I can see it happen, too (my blog has always been
in my sig below, you know.. :) ) and I was getting a bit suspicious. Tricky,
I know.
by wesley
Sun Sep 04, 2005 7:41 am
Forum: Plugins
Topic: delay in switching language (multilingual plugin)
Replies: 6
Views: 4253

delay in switching language (multilingual plugin)

A viewer reported about how it takes several seconds to switch the blog's language via the 'Choose Language' dropbox (multilingual sidebar plugin). The server seems to wait a few seconds before rendering the page itself, and while the rendering part is fast enough the 'wait' part seems tad longer th...
by wesley
Sun Sep 04, 2005 7:10 am
Forum: Plugins
Topic: "Static Blocks"
Replies: 4
Views: 3027

Sounds wonderful. Is there an example page we could see?
by wesley
Sat Sep 03, 2005 6:36 pm
Forum: General discussions
Topic: Can categories be multilingual?
Replies: 1
Views: 1642

Can categories be multilingual?

I got a suggestion from one of the folks browsing my site about having the language of the categories of the blog matching the language chosen. Sounds like a lot of work in the code though. I wonder how feasible it would be to implement such thing. Pretty sure I'd have to manually enter the category...
by wesley
Sat Sep 03, 2005 7:55 am
Forum: Plugins
Topic: Multilingual plugin : is this right?
Replies: 12
Views: 5923

By the way, I'm committing a change in the plugin so that it'll show the name of the default language in the place of 'Default' in 'Select language:' part. Man, that was easy to fix... This should lessen the confusion by the normal readers of the blog. Now, as for the authors, the admin interface wi...
by wesley
Sat Sep 03, 2005 7:18 am
Forum: Plugins
Topic: Multilingual plugin : is this right?
Replies: 12
Views: 5923

Well, that's the thing. Unless s9y's scripts are running under the assumption of UTF-8 encoding by default, it's going to cause problems. I think that's why serendipity_config.inc.php had all the language names in English instead of the native equivalent. Although s9y 0.9 will go with UTF-8 by defau...