Search found 42 matches

by francisco
Sun Aug 21, 2005 12:10 am
Forum: Plugins
Topic: recently added posts
Replies: 5
Views: 3912

Re: found it

garvinhicking wrote:The plugin on blog.s9y.org has been edited, so that the date is ommitted.
If this is so common that the s9y.org site made this change and others are asking, why not generalize it and make it configurable?
by francisco
Sun Aug 21, 2005 12:02 am
Forum: Installation
Topic: Upgrading 0.8.3 to 0.8.4
Replies: 1
Views: 2308

Upgrading 0.8.3 to 0.8.4

What is needed for minor upgrades such as going from 0.8.3 to 0.8.4? I see the "Upgrading Serendipity" info and it only mentions the upgrade.sh [Edit] Just did an upgrade on my test setup. All I did was to copy over the new programs. Is that all that is needed? I would like to get the righ...
by francisco
Sat Aug 20, 2005 11:51 pm
Forum: Installation
Topic: Upgrade of s9y
Replies: 4
Views: 3717

Re: Upgrade of s9y

BTW, Serendipity 0.8.4 was just released, you should upgrade to that version, if you'Re about to upgrade right now. What is the policy in upgrades? It seems they are fairly frequent. Although I only have 1 blog I am starting to setup I can only imagine what it will be for someone having to worry ab...
by francisco
Sat Aug 20, 2005 11:40 pm
Forum: Bugs
Topic: Error from mainpage
Replies: 1
Views: 2150

Error from mainpage

Using 0.8.3, Upon entering the first page there is an error in the apache log. Cannot use a scalar value as an array in /htdocs/virtual/natserv/htdocs/backuptalk.com/include/functions.inc.php on line 126 The data from the apache access log is: "GET / HTTP/1.1" 200 2618 "GET /index.php...
by francisco
Tue Aug 16, 2005 3:01 am
Forum: Bugs
Topic: Static pages not working in 0.8.3?
Replies: 17
Views: 11090

Argh... I could have sworn I had logged in..

s/I figure here are not many/I figure there are not many/
by francisco
Mon Aug 15, 2005 5:33 pm
Forum: General discussions
Topic: Improving Documentation - Smarty / Embedding is too hard!
Replies: 14
Views: 9730

I tried to update the page on http://www.s9y.org/index.php?node=31 Absolutely that definitely helps. One more change that would make it even better is to have the line needed to do a checkout from SVN.. it also would not hurt to have a few links to some of the existing SVN clients.. or to have a se...
by francisco
Mon Aug 15, 2005 5:29 pm
Forum: Development
Topic: Where/How to get current source tree
Replies: 8
Views: 9230

Just a drop-in: We are using SF.Net for plugins because more people have SF.Net accounts for contributing code, and more people are familiar with CVS instead of SVN. Ok. Since we still need contributions, we try to make it as easy for the user as possible. Actually only "real" developers ...
by francisco
Mon Aug 15, 2005 5:24 pm
Forum: Development
Topic: Where to talk about style?
Replies: 4
Views: 5997

We use that (int) casting to be absolutely sure that only integers get shown there. Ok. Understand the idea. Shouldn't this apply to the code only? Don't quite understand why integer defaults were casted to integers.. that is within the database itself and, in my opinion, can not be affected by a h...
by francisco
Sun Aug 14, 2005 9:23 pm
Forum: Development
Topic: Database layer?
Replies: 1
Views: 3950

Database layer?

How is multi-DB handled? I see that PostgreSQL has a number of issues.. starting with the way tables are defined. Is there a DB layer? I am no MySQL user, but I would be surprised if one had to cast a default in MysQL. For example looking at one of the tables created by serendipity in my PostgreSQL ...
by francisco
Sun Aug 14, 2005 9:16 pm
Forum: Development
Topic: Name of this forum
Replies: 3
Views: 5345

Name of this forum

Wouldn't a better name for this forum be "Development"?
by francisco
Sun Aug 14, 2005 9:01 pm
Forum: Plugins
Topic: Categories plugin - where is it???
Replies: 2
Views: 2767

Don't quite follow what you are trying to do. The categories can be managed from the admin page. You can add/edit/delete categories from there. It's under Entries Categories As far as I can see if a category exists it will be showwn. If you are trying to make it so only some categories show, I belie...
by francisco
Sun Aug 14, 2005 8:55 pm
Forum: General discussions
Topic: Improving Documentation - Smarty / Embedding is too hard!
Replies: 14
Views: 9730

I only put comments in areas where something non-standard or obscure is going on, but think everything else as understandable. To a developer his code always makes sense. :-) compromise until someone comes along who is good at documenting code and helping this project... I recently started a new jo...
by francisco
Sun Aug 14, 2005 7:48 pm
Forum: Development
Topic: Where to talk about style?
Replies: 4
Views: 5997

Where to talk about style?

Where should one provide feedback on code style? The forum or the list? Does it make a difference if the comment is on a plugin? Have been spending time with the code of the static page plugin. Saw some code which I think should be different. Also think that the type of change should be widespread.....
by francisco
Sun Aug 14, 2005 7:35 pm
Forum: Bugs
Topic: Static pages not working in 0.8.3?
Replies: 17
Views: 11090

Patch not getting executed

While trying to troubleshoot the patch I put exit(print_r ("<br>$page<br>\n")); Inside the if of function &fetchStaticPage($id) It doesn't seem like it was executed. I then change the code to function &fetchStaticPage($id) { global $serendipity; $q = "SELECT * FROM {$serendipi...
by francisco
Sun Aug 14, 2005 7:21 pm
Forum: Bugs
Topic: Static pages not working in 0.8.3?
Replies: 17
Views: 11090

Additional errors in static page?

While trying to troubleshoot the PostgreSQL issue for static page I had the PostgreSQL log and the php log open.

Upon entering the static page menu php reported

Code: Select all

Invalid argument supplied for foreach() in /usr/home/www/backuptalk.com/include/functions.inc.php on line 124