summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-02-01seperate tidbits from usersMax Kremmel1-14/+9
2006-02-01typobitweaver.org1-5/+4
2006-02-01add missing parenthesesMax Kremmel1-2/+2
2006-02-01add users_sessions table back inMax Kremmel2-9/+15
2006-02-01typoMax Kremmel1-4/+4
2006-02-01use getPreference()bitweaver.org1-4/+4
2006-01-31more tidbits separationbitweaver.org1-12/+0
2006-01-31massive table de-tikification. changed all tiki_ table prefixes with teh ↵bitweaver.org2-22/+22
package_ name. have changed everything except liberty except kernel
2006-01-31gut out extra junk and move bookmarks, tasks, userfiles, and user menus to ↵pre_table_detikificationChristian Fowler27-1864/+88
upcoming extra _bit_profile package. rename all tiki_ tables to users_, and standardize users_objectperms and users_groupperms table names. updated upgrade_inc and schema_inc
2006-01-30typoMax Kremmel1-4/+4
2006-01-30take care of last occurrances of tiki_user_preferencesMax Kremmel1-6/+11
2006-01-30merge recent changes into HEADMax Kremmel1-1/+1
2006-01-29Convert tiki_user_preferences to liberty_content_prefs. Replace all ↵Christian Fowler6-115/+52
references of mUserPrefs with getPreference/setPreference/storePreference access methods
2006-01-27remove singular permission assingment to templates as well as php - might be ↵Max Kremmel1-7/+10
a bit bumpy for a bit until we've cleaned up the code
2006-01-27replace old code with new version of the code - we need to stop babysitting ↵Max Kremmel4-7/+7
outdated code
2006-01-27replace old code with new versions - we need to stop babysitting outdated codeMax Kremmel8-95/+42
2006-01-27change permission checkChristian Fowler1-3/+3
2006-01-26merge recent changes into HEADMax Kremmel1-2/+2
2006-01-26statically call BitUser::getDisplayName(); from BitUser->getTitle();Max Kremmel1-4/+4
2006-01-25more removal of fields use. this is actually healthier code because it ↵Christian Fowler2-11/+9
simplifies things
2006-01-25Added uspport for multiple database backend support. This necessitates ↵Christian Fowler2-16/+15
removal of all use of ->EOF and ->fields on the result sets. Also, queries that snag a single row and then use $rs->fields should revert to the simpler getRow() funciton in the BitDb classes. BitDb.php was broken into kernel/BitDbBase.php and kernel/BitDbAdodb.php. kernel/BitDbPear.php was added wiht functionality for Pear::DB Also, the bitweavercore cvs module now works. So you can install a total barebones bitweaver - even without the wiki package. The main fix was to insure pageExists was only executing if wiki package was active so it would not select from non-existant tables
2006-01-24merge recent changes into HEADMax Kremmel6-63/+56
2006-01-20merge recent changes into HEADMax Kremmel12-43/+275
2006-01-18Merge fix from R1Lester Caine1-4/+4
2006-01-15fix column name and use favorite_content_idMax Kremmel1-2/+2
2006-01-15Woot! my first ReleaseTwo commit. Have added simple table to hold list of ↵Christian Fowler3-4/+32
favorite user content_id's
2006-01-14merge recent changes into HEADMax Kremmel10-647/+383
2006-01-10merge recent changes into HEADMax Kremmel21-227/+400
2005-12-26merge recent changes into HEADMax Kremmel10-76/+96
2005-12-18merge recent changes into HEADMax Kremmel9-41/+41
2005-12-18prepend calendar preferences with calendar_Lester Caine2-4/+4
Ideally this would be handled via the packages column in tiki_preferences in future versions
2005-12-18Pass by reference error - correctedLester Caine1-1/+2
2005-12-18Only enable calendar preferences if user_prefs is enabledLester Caine2-4/+4
2005-12-06merge recent changes into HEADMax Kremmel1-5/+7
2005-12-05merge recent changes into HEADMax Kremmel3-20/+26
2005-11-27Pass by reference error - correctedLester Caine1-1/+2
2005-11-27Drop remaining PEAR::Date use ( PEAR::Date module can be dropped )Lester Caine1-5/+5
2005-11-22merge recent changes into HEADMax Kremmel10-41/+73
2005-10-29merge recent changes into HEADMax Kremmel5-64/+64
2005-10-23merge recent changes into HEADMax Kremmel5-15/+116
2005-10-12merge recent changes to HEADChristian Fowler21-189/+260
2005-09-03synch recent changes from R1 to HEADMax Kremmel5-16/+17
2005-08-30synch recent changes from R1 to HEADMax Kremmel11-46/+74
2005-08-24synch recent changes from R1 to HEADMax Kremmel22-420/+178
2005-08-19This fixes a bug in which an emtpy <ol> element would appear with no <li> ↵biolizard891-7/+9
children when no users were logged in, which caused the page to not validate.
2005-08-11merge recent changes with HEAD - keeping stuff up to date in case someone ↵Max Kremmel2-10/+19
starts going nuts in HEAD
2005-08-07merge recent changes from R1 to HEADMax Kremmel1-6/+6
2005-08-07merge recent changes from R1 to HEADMax Kremmel49-408/+407
2005-08-01still synchronising R1 and HEADMax Kremmel1-5/+5
2005-08-01merge recent changes with HEAD - R1 and HEAD are identical nowMax Kremmel45-607/+616