summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2006-01-23improve newsletter menu wordingChristian Fowler1-1/+2
2006-01-22 lots of clean to newsletters - only show editions for nl_id, get delete ↵Christian Fowler5-24/+39
links to go to the right place
2006-01-21admin perm typosChristian Fowler2-2/+2
2006-01-03add liberty format and quicktags to edition editingChristian Fowler2-2/+15
2005-12-30add reply_to column and field to editionsChristian Fowler4-10/+22
2005-12-29fix mailer to log actions to stdout, and add missing _SERVER['HTTP_USER_AGENT']bitweaver.org2-8/+11
2005-12-29default to 127.0.0.1 for min headachesChristian Fowler1-2/+2
2005-12-29remove duplicate edit_newsletter smarty, use include instead. add 'sending' ↵Christian Fowler5-69/+14
smarty var to prevent floaticon bars in sent HTML email
2005-12-29case consistencyChristian Fowler1-3/+3
2005-12-29removed unused includesChristian Fowler1-1/+0
2005-12-29clean up newsletter creationChristian Fowler2-5/+4
2005-12-29first pass at rough table re-organization for upgradeChristian Fowler1-9/+37
2005-12-29cleanup creation of newsletters under single newsletters.php file, and use ↵Christian Fowler3-73/+6
perm checking in menu
2005-12-29clean up permissions, and creating of editionsChristian Fowler11-33/+40
2005-12-29add newsletter email read trackingChristian Fowler5-17/+47
2005-12-29fix unsubscribe_allChristian Fowler5-112/+39
2005-12-28subscription changing appears to be workingChristian Fowler3-30/+31
2005-12-28lots and lots of subscription fixes, still not 100%Christian Fowler12-68/+97