Search found 7 matches

by taurentius
Mon 7. Jun 2004, 00:19
Forum: phpwcms Bug Reports
Topic: Errors and notices
Replies: 3
Views: 2511

That's what I meant of course :oops:
by taurentius
Sun 6. Jun 2004, 02:22
Forum: phpwcms Bug Reports
Topic: Errors and notices
Replies: 3
Views: 2511

Errors and notices

Running phpWCMS on a PHP configuration that reports all errors (E_ALL) reveals that there are quite some noticess and warnings floating around. Especially non-initialized arrays indices and 'sloppy' variable initialization checks (à la "if($var)" in stead of "if(isset($var))") seem to be omnipresent ...
by taurentius
Sat 5. Jun 2004, 20:44
Forum: phpwcms Discussion
Topic: Database independence
Replies: 5
Views: 2226

You actually have to pay rent? I assumed the open source community would have paid you millions by now ;)

I'm probably the zillionth person who asked you, but what do you think the timeframe for realizing the frontend/enhanced user management is?

Plus, if I'd work on versioning, how do you suggest ...
by taurentius
Sat 5. Jun 2004, 19:57
Forum: phpwcms Discussion
Topic: Database independence
Replies: 5
Views: 2226

...what about bragging rights? :)

While we're at the topic of needless features: is content versioning planned at any point in time? Same question for user groups. (read an older thread about that, but nothing since)

Add the two and the system can compete with any enterprise CMS that's out there...
by taurentius
Sat 5. Jun 2004, 19:01
Forum: phpwcms Discussion
Topic: Database independence
Replies: 5
Views: 2226

Database independence

At the moment, MySQL is the database of choice for phpWCMS. The existing PEAR::DB provides a database abstraction layer that makes it possible to make PHP solutions independent from the database used. Using this layer with phpWCMS would open up possibilities for using alternative databases such as ...
by taurentius
Sat 5. Jun 2004, 18:50
Forum: hacks & enhancements
Topic: Beta2: Webstat mod - RC4 valid
Replies: 97
Views: 40388

Sure you can :) It's a pleasure to be of assistance.

I was thinking that the functionality of the VTS/WebStats plug-in could be enhanced by making use of an IP-to-Country database such as the free one at http://ip-to-country.webhosting.info. That way you could rank users on their country of origin ...
by taurentius
Sat 5. Jun 2004, 12:42
Forum: hacks & enhancements
Topic: Beta2: Webstat mod - RC4 valid
Replies: 97
Views: 40388

Not sure if this is the right place to post, but I did not think it was worth a separate thread. At any rate, I've made a Dutch translation of the WEBSTATS add-on.

--- CREATE ---
include/inc_ext/phpOpenTracker/lang/nl/
include/inc_ext/phpOpenTracker/lang/nl/lang.inc.php

--- OPEN ---
include/inc ...