summaryrefslogtreecommitdiff
path: root/BitNewsletterEdition.php
AgeCommit message (Collapse)AuthorFilesLines
2009-10-01remove ref to non-existant copyright.txt filewjames51-4/+4
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-4/+4
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵Christian Fowler1-4/+4
convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission
2008-10-20added habile's fix from bug 2028831 which seems to fix wsod on previewing ↵pre_update_permissionlaetzer1-4/+4
final recipients
2008-07-02fix typo in expunge where clause column nameChristian Fowler1-4/+4
2008-06-27more LM migrationMax Kremmel1-7/+7
2007-07-16Add m(Admin|Edit|View)ContentPermission to various classes. update ↵Max Kremmel1-3/+8
LibertyContent::has(Admin|Edit|View)Permission to work with new values. To make use of these new permission checks simply use $gContent->hasEditPermission(). Please check to see if i inserted the correct permissions in all classes. new admin permission added to treasury.
2007-06-04add center piece to newsletters, tweak getList code to enable static callsChristian Fowler1-4/+4
2007-05-10do not parseData in getListChristian Fowler1-4/+4
2007-05-04add test_mode to enable resending message, hide validated only option for nowChristian Fowler1-8/+9
2007-01-06rename some methods in BitDbBase to meet bitweaver standards. all changes ↵Max Kremmel1-4/+4
backwards compatible with deprecated function call message.
2007-01-06massive clean up to newsletters - improve usability for listing, editing, ↵Christian Fowler1-10/+11
creating, and subscriptions
2006-10-13phpDoc correctionsLester Caine1-3/+6
2006-06-19merge all of wolffies changes to HEAD. Now need to work on a few things like ↵Christian Fowler1-14/+29
user_id in mail_subs table, etc.
2006-02-08major change of BitDbBase::associateUpdate method - it now takes a simpler ↵Christian Fowler1-4/+4
array( 'column1' => 'value1', columnN' => 'valueN' ) as the third parameter. This allows much simpler updating based on multiple columns in the WHERE clause
2006-02-01unify table aliasesMax Kremmel1-5/+5
2006-02-01detikify libertyMax Kremmel1-9/+9
2006-01-31massive table de-tikification. changed all tiki_ table prefixes with teh ↵bitweaver.org1-19/+19
package_ name. have changed everything except liberty except kernel
2006-01-31Fixed expunge functionStephan Borg1-6/+17
2006-01-22 lots of clean to newsletters - only show editions for nl_id, get delete ↵Christian Fowler1-7/+12
links to go to the right place
2005-12-30add reply_to column and field to editionsChristian Fowler1-3/+4
2005-12-29clean up permissions, and creating of editionsChristian Fowler1-5/+5
2005-12-29fix unsubscribe_allChristian Fowler1-4/+5
2005-12-28unsubscription now working. several schema changes. tiki_mail_subscriptions ↵Christian Fowler1-8/+8
not maintains indviidual email subscriptions as well as all unsubs.
2005-12-25unsubscription info coming along. some schema changes to track nl_id in ↵Christian Fowler1-6/+4
tiki_mail_queue
2005-12-21add smtp error logging, schema changesChristian Fowler1-4/+6
2005-12-20not empty to verifyId changesChristian Fowler1-10/+10
2005-12-16get mailing working - things actually send now. still lots of debug stuff ↵Christian Fowler1-23/+12
strewn about
2005-12-11schema changes for powerhouse tiki_mail_queue and tiki_mail_unsubscriptions. ↵Christian Fowler1-7/+33
content generic in design. send now stuffs the queue and avoids duplicates on multiple sends. only piece left is a mailer class
2005-12-11queue of recipients even closerChristian Fowler1-3/+7
2005-12-11almost have sending working - now gets a list of users from the group ↵Christian Fowler1-3/+14
selection, shows newsletter preview
2005-12-11add edition saving and listing, almost to the point of getting send workingChristian Fowler1-20/+59
2005-12-10edition store now workingChristian Fowler1-7/+30
2005-12-09creation of BitNewsletterEdition and get send.php warmed up. paused on ↵Christian Fowler1-0/+115
thought of how to deal with sending a arbitrary content_id instead...