login | register
29 Aug 2008 [03:34 UTC]

bitweaver - Web Application Framework and CMS

Web Application Framework and CMS

Refresh cacheRSS feed

Spider's TikiPro Blog

Various ramblings and soapbox for my thoughts about TikiPro, web technologies, and more.

Created by: spiderr, 15 Feb 2004 [19:17 UTC]
Last modified: 04 Jul 2005 [16:07 UTC]
find in entriesSearch  
Refresh cachePrint

New highlighting for the {code} plugin

By spiderr
Saturday 26 of February, 2005
Posted to Spider's TikiPro Blog
I have integrated a new code highlighting library for the {code} plugin. Called "geshi", is supports 35 different synaxes. It is optional, but is on by default. If you don't want it, just delete utils/geshi/
Refresh cachePrint

Santa's gift - He ate half the queries away and left Alpha4!

By spiderr
Thursday 30 of December, 2004
Posted to Spider's TikiPro Blog
Well Saint Nick has made his rounds - hope he didn't leave y'all coal!

Good news is, simply by writing a decent query, I now get *all* of a user's permissions and groups with a single query -
TikiPermUser::loadPermissions()

http://people.viovio.com/blogs/view_post.php?post_id=4
Before the permissions work 48 database queries used
After the permissions work 24 database queries used

There is still some work to do - included groups can get very tricky and cycl…
Refresh cachePrint

LibertyAttachable upgraded

By spiderr
Wednesday 06 of October, 2004
Posted to Spider's TikiPro Blog
I have done a bit of plumbing in LibertyAttachable->save to facilitate multiple uploads per page. LiberyAttachable->verify & save now expect any uploaded file to be shoved in $pParamHash{upload}. This allows the child class to decide what gets stored more easily, as is the case with TikiUser.

TikiUser now extends LibertyAttachable and can be though of as a full Content object.
Refresh cachePrint

Login on registration

By spiderr
Saturday 02 of October, 2004
Posted to Spider's TikiPro Blog
Tonight I fixed registration so it will automatically log people in as they register. Simple thing, but sorely needed.
Refresh cachePrint

In the beginning...

By spiderr
Sunday 15 of February, 2004
Posted to Spider's TikiPro Blog
So, Sparkie recommended I start a blog to communicate my thoughts for bitweaver. I will try to keep this modestly up to date.

I will start with my core software philosophy: Don't MAKE me use code I don't want, or FORCE me to write code I don't need.

Today i completed a first pass at re-spidercore'ing our "Al" release. This is simplya restructuring, no code changes at all yet. See http://spidercore.steelsun.com/bonnie/