Search found 240 matches

by tomsommer
Tue Jan 25, 2005 11:39 pm
Forum: Installation
Topic: Only resize .jpg works (not .gif)
Replies: 3
Views: 4057

You most likely don't have gif write or png write compiled into your PHP installation
by tomsommer
Sun Jan 23, 2005 2:03 am
Forum: General discussions
Topic: Authentication Security
Replies: 6
Views: 5516

It's a web problem, the browser will send anything you enter in the form as clear text.

If you are so freaked about security, I would suggest you use an SSL connection.
by tomsommer
Mon Jan 17, 2005 8:29 pm
Forum: General discussions
Topic: Scalability Performance - Thousands of entries
Replies: 16
Views: 11463

filesort is the worst thing you can get...

It looks like your table might have lost its keys, try doing an OPTIMIZE on all of them (might take a while)
by tomsommer
Sun Jan 16, 2005 12:37 am
Forum: General discussions
Topic: updating from 0.7 to 0.8
Replies: 2
Views: 2485

just dump in all the files from the snapshot and everything should be done by the upgrader... oh, and take a backup before doing so.
by tomsommer
Thu Jan 13, 2005 11:15 pm
Forum: Bugs
Topic: s9y_200501111337.tar.gz crash firefox after save a entry.
Replies: 2
Views: 3515

Not our fault, whine to Firefox guys.
by tomsommer
Sat Jan 08, 2005 1:02 am
Forum: Bugs
Topic: Firefox view
Replies: 2
Views: 3189

It does here -- I don't use anything but Firefox when I code.
by tomsommer
Thu Jan 06, 2005 7:46 pm
Forum: General discussions
Topic: Promoting Serendipity
Replies: 5
Views: 4509

I've just added s9y to cmsmatrix.org
by tomsommer
Thu Jan 06, 2005 1:03 pm
Forum: Themes
Topic: When
Replies: 1
Views: 3802

I created a Smarty template, but I realized of couse that I'd have to sync changes to the default template with my customer template... As long as you are aware of this, I see no problem with starting your own Smarty template now.
by tomsommer
Thu Jan 06, 2005 11:18 am
Forum: General discussions
Topic: Promoting Serendipity
Replies: 5
Views: 4509

About the installation: You really only need to chmod two directories, wordpress requires the same (IIRC)

You can even do "chmod -R 0777 *" if you don't like security :)

I really don't like Wordpress' installer though :)
by tomsommer
Thu Jan 06, 2005 11:09 am
Forum: General discussions
Topic: Promoting Serendipity
Replies: 5
Views: 4509

Well, wordpress has the edge that it's a fork of an already popular blog software, and wordpress came at a time that movabletype went commercial and so wordpress was announced as movabletype's successor by slashdot and the rest of the world. Since then wordpress has gained a nice and large community...
by tomsommer
Wed Jan 05, 2005 1:46 pm
Forum: Bugs
Topic: undefined function in 0.7.1
Replies: 9
Views: 6896

garvinhicking wrote:This is always hard to answer. We feel that the 0.8 progress is already quite stable, but it's a choice you have to make. I am using the 0.8-alpha builds on my own blog...
Me too, it's smooth
by tomsommer
Wed Jan 05, 2005 10:27 am
Forum: Installation
Topic: 0.8 Install are you there????
Replies: 2
Views: 3446

Also if these links does not appear, please copy/paste the diagnostics to the forum, so we can better check for problems
by tomsommer
Wed Jan 05, 2005 9:22 am
Forum: Installation
Topic: 0.8 Install are you there????
Replies: 2
Views: 3446

You should be good with 0.8, if no reds are found - two links will appear in the bottom, to guide you on to the next steps.
by tomsommer
Tue Jan 04, 2005 8:39 am
Forum: Plugins
Topic: Calendar - present day
Replies: 2
Views: 5859

It can be done in CSS

.serendipity_calendarDay.Today {
background-color: #C9CDDA;
}

see my blog :)