Search found 9 matches

by digininja
Mon Mar 07, 2005 11:13 am
Forum: Bug reports
Topic: English template
Replies: 4
Views: 7687

I've mailed one to you.
by digininja
Sun Mar 06, 2005 10:54 pm
Forum: General discussions
Topic: no more auto increment db fields
Replies: 1
Views: 3446

no more auto increment db fields

I'm curious why you have removed the auto increment from the id fields in the database. My guess is it is so that you can support databases which don't have auto-increment fields. Am I right?

Are you worried about race conditions? e.g. 2 different INSERTs happening at the same time and both getting ...
by digininja
Sun Mar 06, 2005 10:28 pm
Forum: Bug reports
Topic: English template
Replies: 4
Views: 7687

English template

The templates when displayed in English and a couple of other languages are broken. The left hand menu div is appearing down the right hand side so pushing the main content div down beneath it.

1.5.0 RC1 from CVS
by digininja
Sun Mar 06, 2005 9:10 pm
Forum: General discussions
Topic: non-templated version?
Replies: 7
Views: 8266

I've just done some work on this, I've done the top 10 and the 5 newest entries, how do you want me to give you my changes?
by digininja
Sun Mar 06, 2005 9:08 pm
Forum: Bug reports
Topic: ldap notices
Replies: 2
Views: 4590

ok, just picked that change up.
by digininja
Sun Mar 06, 2005 7:50 pm
Forum: Bug reports
Topic: ldap notices
Replies: 2
Views: 4590

ldap notices

I tried to use ldap support and filled in the installer details, on the next page I got the following notices:

Notice: Undefined index: ldap_passwort in /var/www/digininja.dev/non-secure/htdocs/phpmyfaq/install/installer.php on line 505

Notice: Undefined variable: ldap_base in /var/www/digininja ...
by digininja
Tue Feb 22, 2005 11:53 pm
Forum: General discussions
Topic: non-templated version?
Replies: 7
Views: 8266

I know that I'm not likely to get time in the next week or so so I'll get back to you when I have managed to fit it in.

Hopefully it won't be too long :-)
by digininja
Sat Feb 19, 2005 8:53 pm
Forum: General discussions
Topic: non-templated version?
Replies: 7
Views: 8266

All I did was a proof of concept thing with the 5 recent items and that was on a version 1.4 release so it won't be much use now.

I don't know how much time I have to work on this but what I would like to do is get your new 1.5 release when it is stable and work on that. I had two options, the ...
by digininja
Fri Feb 18, 2005 11:56 pm
Forum: General discussions
Topic: non-templated version?
Replies: 7
Views: 8266

non-templated version?

I have tried phpMyFAQ and really like it but I want to integrate it with my site without using templates, I want to ask the phpMyFAQ backend for data and the parse it as I want.

My main reason for this is I am trying to make a site which valiates to strict XHTML and is also fully accessible which ...