summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-03-20remove deprecated calls to old object permissionsChristian Fowler4-98/+2
2007-02-05Minor corrections to comments for PHPDocLester Caine2-7/+15
2007-01-14convert div.header h2 to div.header p where <h2> represents a description ↵Max Kremmel2-2/+2
such as in wiki pages
2007-01-06rename some methods in BitDbBase to meet bitweaver standards. all changes ↵Max Kremmel2-9/+9
backwards compatible with deprecated function call message.
2007-01-06massive clean up to newsletters - improve usability for listing, editing, ↵Christian Fowler12-180/+283
creating, and subscriptions
2007-01-05searched for .title} .description} and .data} and added |escape where ↵Max Kremmel1-2/+2
appropriate (i hope). might have misinterpreted a situation or two, so please keep a lookout...
2006-12-23friggin smarty bug... when you set a var TRUE, it doesn't check to see what ↵Max Kremmel1-1/+1
it's value is, but just assumes it's always true. need to specify prototype lib explicitly
2006-10-28fix incorrect template referenceJerry Russell1-2/+2
2006-10-13phpDoc additionsLester Caine6-18/+65
2006-10-13phpDoc correctionsLester Caine3-9/+18
2006-10-07more unsub cleanup, still more to goChristian Fowler5-52/+77
2006-10-07schema fixesChristian Fowler1-2/+2
2006-10-07major clean up to newsletter sending. everything pretty clean at this point. ↵Christian Fowler8-61/+84
unsub needs work
2006-09-12clean up registerAppMenu API, clean up a lot of the menu code, don't assign ↵Max Kremmel1-1/+6
appMenu to templates but use $gBitSystem->mAppMenu directly
2006-09-10move homeable setting to registerPackage() settingsMax Kremmel2-2/+1
2006-09-03change all biticon links to point to the new icons provided in ↵Max Kremmel5-13/+13
themes/icon_styles, update themes manager to make icon styles selectable, massive script used to do this ( will me made available shortly ) - might not all be perfect. please help out by fixing broken icon links.
2006-09-03preliminary biticon cleanupMax Kremmel1-1/+1
2006-07-31various improvements, still not completeChristian Fowler3-5/+29
2006-07-07clean up so things at least parse. WARNING: newsletters in HEAD are in a ↵Christian Fowler1-4/+6
state of flux at the moment
2006-07-07add support for subscribing a user_id, not just an email. not done yet... ↵Christian Fowler5-60/+86
also make an intelligent sub/unsub info page for a newsletter
2006-07-05insert missing <!-- end .body --> tags for more reliable highlightingMax Kremmel1-1/+1
2006-06-30add listing of queued mail. not done yet...Christian Fowler3-3/+86
2006-06-19merge all of wolffies changes to HEAD. Now need to work on a few things like ↵Christian Fowler26-279/+524
user_id in mail_subs table, etc.
2006-05-06clean up schema files, remove unused PackageInfo data - we really need a ↵Max Kremmel1-3/+0
package manager for this, add plugin_path column to liberty_plugins
2006-04-20remove tiki_ permission prefix and remove tiki_ prefix from constraintsMax Kremmel6-20/+20
2006-04-19more kernel_config renamesMax Kremmel5-15/+15
2006-04-13remove outdated spellchecker code that calls non-existent functionsMax Kremmel1-11/+1
2006-04-11more permissions housekeeping and tidyupMax Kremmel1-79/+0
2006-04-11rename permissions to new standard using: p_<package>_<verb>_[<noun>]Max Kremmel13-27/+27
2006-04-08get spellchecker working for all textareas that should use itMax Kremmel1-1/+1
2006-04-05upgrader syntax errorsMax Kremmel1-1/+1
2006-03-25escape htmlspecialchars on output instead of during store processMax Kremmel6-10/+10
2006-03-23remove content_tempaltes code - this should move into a seperate packageMax Kremmel2-21/+1
2006-03-20upgrader brought up to date with 07-FEB-2006 on SchemaChangeLog - untestedMax Kremmel1-0/+16
2006-03-01move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵Christian Fowler7-22/+22
conflict with new content preferences
2006-03-01Standardized TextArea ID Names so that Liberty Plugins work with all Liberty ↵Lee L Bell1-1/+1
Packages
2006-02-25remove antiquated tiki_setup_inc.php fileChristian Fowler1-9/+0
2006-02-18Update registerPackage hash - so installer can runLester Caine1-1/+5
2006-02-15Fixed duplicate constraint names causing problems on install.Sean Lee1-1/+1
2006-02-08major change of BitDbBase::associateUpdate method - it now takes a simpler ↵Christian Fowler2-8/+8
array( 'column1' => 'value1', columnN' => 'valueN' ) as the third parameter. This allows much simpler updating based on multiple columns in the WHERE clause
2006-02-05Correct name error which caused indexes to attempt to be installed without ↵Lester Caine1-1/+1
package
2006-02-04masse fixing of schema CONSTRAINTs. they seem to work now that adodb has ↵Christian Fowler1-17/+16
decided to change CONSTRAINTS back to CONSTRAINT
2006-02-01unify table aliasesMax Kremmel1-5/+5
2006-02-01detikify libertyMax Kremmel4-27/+27
2006-02-01fixed indexes - something is odd about newsletters. it installs, even when ↵Max Kremmel1-5/+5
you don't select it and it throws errors during installation when don't make any sense.
2006-01-31massive table de-tikification. changed all tiki_ table prefixes with teh ↵bitweaver.org3-70/+70
package_ name. have changed everything except liberty except kernel
2006-01-31massive table de-tikification. changed all tiki_ table prefixes with teh ↵bitweaver.org1-16/+16
package_ name. have changed everything except liberty except kernel
2006-01-31Fixed delete linkStephan Borg1-1/+1
2006-01-31Fixed previewStephan Borg2-11/+66
2006-01-31Fixed expunge functionStephan Borg1-6/+17