login | register
Fri 21 of Nov, 2008 (10:26 UTC)

bitweaver - Web Application Framework and CMS

Web Application Framework and CMS

Refresh cacheRSS feed

Tinjaw's bw Blog

A journal as I use bitweaver.

Created by: Chaim Krause, Mon 04 of Jul, 2005 (15:40 UTC)
Last modified: Sun 10 of Jul, 2005 (11:09 UTC)
find in entriesSearch  
Refresh cachePrint

I've been Committed

By Chaim Krause
Sunday 10 of July, 2005
Posted to Tinjaw's bw Blog
I mucked around with the source code a bit yesterday. I tracked down a bug, fixed it, and committed the fix to cvs. It was a small fix, but a fix none the less.

For those of you geeky enough to care what the fix was... When you have gzip compression already turned on in bitweaver and you also turn it on in phpBB, the code in phpBB tried to start the output buffer when it is already started and bingo, error. I just added a check to see if it was already opened before opening the ob.
Refresh cachePrint

Time for my X-ray goggles

By Chaim Krause
Wednesday 06 of July, 2005
Posted to Tinjaw's bw Blog
Well, it is time to start banging away on this project. The first thing I need to do is to start getting familiar with bw's architecture since my project will require the building of at least one custom package.
Refresh cachePrint

One install down. One to go.

By Chaim Krause
Wednesday 06 of July, 2005
Posted to Tinjaw's bw Blog
OK, I have gotten one install up and it seems to be working fine. I'm now going to get a second installation up. One will be for testing and one will be for production.