summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-10-08improvements to opt-out, boxes are now prechecked and added unsubscribe all boxTyler Bello2-6/+28
2009-10-08add files necessary for prior commit, allow opt-out on registration page to ↵Tyler Bello2-0/+21
conform with spam guidelines
2009-10-08add users_register hook to create opt-out on register pageTyler Bello1-0/+11
2009-10-01remove ref to non-existant copyright.txt filewjames514-29/+29
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames514-29/+29
2009-07-09remove mail_subscriptions during user expungeChristian Fowler1-0/+1
2009-05-30set charset in all phpmailer instances to utf-8wjames51-3/+4
2009-04-15typo using wrong defineChristian Fowler1-1/+1
2009-04-15add users_expunge service method to clear out anything in the mail_queueChristian Fowler1-0/+15
2009-04-07unsubscribed users were not excluded from mailingChris Stone1-7/+7
2009-04-02Added missing backtick on mailqueue deleteChris Stone1-4/+4
2009-04-02add Untitled default to edition, remove antiquated object permission stuffbitweaver.org1-2/+1
2009-04-02add default text for listing untitled editionsbitweaver.org1-1/+1
2009-04-02whitespace and query cleanupbitweaver.org1-7/+7
2009-04-02make sure _REQUEST['nl_content_id'] is_numericbitweaver.org1-1/+1
2009-04-01clean up sub.php so it is a universal subscription page, regardless where ↵bitweaver.org1-89/+44
you are coming from (webUI or email link)
2009-04-01Fix MySQL upgrades for ip/IPv6 column upgradesDaniel Sutcliffe1-7/+3
2009-03-25fix all backticks and remove duplicate updatesMax Kremmel1-7/+4
2009-03-25change ip to IPv6 compliance (39 chars). add upgrades files and remove ↵Christian Fowler2-3/+34
registerPackageVersion where redundant
2009-03-10Correct list template selectionLester Caine1-2/+2
2009-01-20Fix quotes on many smarty include directivesR250Daniel Sutcliffe1-2/+2
2008-11-11add titleChristian Fowler1-1/+2
2008-11-11set Sender if bitmailer_errors_to is config'edChristian Fowler1-6/+7
2008-11-11add Errors-to: optionChristian Fowler1-3/+6
2008-11-07added outer div, tr'slaetzer1-39/+44
2008-10-31renamed dep stuff to requirement stuff, clean up schema_inc files, move ↵Max Kremmel1-3/+2
version info from info hash to registerPackageVersion90, move requirements to registerRequirements()
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵Christian Fowler2-8/+8
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-10-15replaced inline stylinglaetzer1-2/+2
2008-10-15replaced inline stylinglaetzer1-5/+8
2008-09-19tra() for error/warning/delete messagescreate_permissionlaetzer4-9/+36
2008-07-02fix typo in expunge where clause column nameChristian Fowler1-4/+4
2008-06-27more LM migrationMax Kremmel1-7/+7
2008-06-25change display call to use a hash for display options, add display_mode to ↵Christian Fowler9-15/+15
options hash
2008-06-18mv BitMailer to BitNewsletterMailer to avoid conflict and confusion with the ↵Christian Fowler8-34/+34
kernel class
2008-05-18change include to require so we avoid class redef attemptwjames51-1/+1
2008-03-03Add hints do disable apache MultiViews if mod_rewrite doesn't work.R202Tomasz Kalkosinski1-0/+2
2008-02-03convert last remaining uses of libertypagination to pagination functionJams H Thompson1-1/+1
2008-01-02add SMTP username and passwordChristian Fowler2-4/+21
2008-01-02clean up output when sending queue to be a simple text dump to browserChristian Fowler2-11/+13
2008-01-02add apparently missing newsletters settingsChristian Fowler3-4/+23
2007-11-08remove the now obsolete top menu bar config settingMax Kremmel1-3/+0
2007-10-25Fix up various vd()s to use something more useful.Nick Palmer1-4/+4
2007-10-10migrate core ajax services off prototype to mochikitwjames51-4/+0
2007-09-19cleanup BIT_PHP_ERROR_REPORTINGChristian Fowler1-1/+2
2007-08-21fix getTitle instead of mPageNamePRE_LIB_ATTACHMENT_REFACTORChristian Fowler1-1/+1
2007-07-16Add m(Admin|Edit|View)ContentPermission to various classes. update ↵Max Kremmel2-6/+16
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-07-10move loadAjax() to BitThemesMax Kremmel1-1/+1
2007-07-09clean up ajax library calls by only allowing gBitSystem->loadAjax() instead ↵Max Kremmel1-1/+1
of assigning loadAjax to the templates. please update your files. also the suggest stuff in the group edit page has a pulse again but it's still in a coma - needs a bit more work
2007-07-02add strong to unsub messageChristian Fowler1-1/+1