summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 op...Christian Fowler9-15/+15
2008-06-18mv BitMailer to BitNewsletterMailer to avoid conflict and confusion with the ...Christian Fowler8-34/+34
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 LibertyCon...Max Kremmel2-6/+16
2007-07-10move loadAjax() to BitThemesMax Kremmel1-1/+1
2007-07-09clean up ajax library calls by only allowing gBitSystem->loadAjax() instead o...Max Kremmel1-1/+1
2007-07-02add strong to unsub messageChristian Fowler1-1/+1
2007-07-01standardise all menus by using new ilocation=menu and add missing iconsMax Kremmel1-5/+5
2007-06-23provide gif alternatives for all png icons. this will allow us to remove the ...Max Kremmel1-0/+0
2007-06-22Add icons to newsletters menu.Nick Palmer1-5/+5
2007-06-17update getAllGroups() to not return stuff in ['data'] hashkey. this is still ...Max Kremmel1-3/+3
2007-06-14not sure why h1 was only displayed when there's more than one newsletter - re...Max Kremmel1-3/+1
2007-06-04add center piece to newsletters, tweak getList code to enable static callsChristian Fowler5-44/+50
2007-05-24Removed unused link for Newsletter Settings in admin menu.Walter Wojcik1-1/+0
2007-05-24Fixed MySQL error with un-aliased * in newsletter listing query.Walter Wojcik1-5/+5
2007-05-17add time, content_id to SENT notificationsChristian Fowler1-5/+8
2007-05-10fix permission namesChristian Fowler3-3/+3
2007-05-10do not parseData in getListChristian Fowler1-4/+4
2007-05-05SCHEMA CHANGE: add mail_error columnChristian Fowler1-1/+2
2007-05-04remove extend of phpMailer and instantiate class on each loop. failed send ca...Christian Fowler1-37/+29
2007-05-04method call typoChristian Fowler1-4/+4
2007-05-04add unsubscribed check to queueRecipientsChristian Fowler2-9/+15
2007-05-04add support for unsubscribed users to prevent mailing even if queuedChristian Fowler1-5/+10
2007-05-04add test_mode to enable resending message, hide validated only option for nowChristian Fowler7-36/+39
2007-05-04update begin_dateChristian Fowler1-3/+4
2007-05-04missing commaMax Kremmel1-1/+1
2007-05-04fix clickthrough trackingChristian Fowler3-10/+9
2007-05-04SCHEMA CHANGE: add last_read_ip to mail_queueChristian Fowler2-0/+6
2007-05-04final cleanup of just about everything, add mail_clickthrough trackingChristian Fowler5-49/+86
2007-05-04SCHEMA CHANGE: add mail_clickthrough tableChristian Fowler2-0/+19
2007-05-03remove debugChristian Fowler1-1/+0
2007-05-03a little rearrangement of newsletter display, add header and footer for mail_...Christian Fowler5-29/+83
2007-05-03a little rearrangement of newsletter display, add header and footer for mail_...Christian Fowler2-40/+6
2007-04-25clean up transaction blocks, move smarty assigns around, update url_code / tr...Christian Fowler3-14/+11
2007-04-25clean up .tpl's and mailing, add new body to allow customization of bitweaver...Christian Fowler6-18/+57
2007-04-25fix GUI tend queue to send messagesChristian Fowler4-52/+70