| Age | Commit message (Expand) | Author | Files | Lines |
| 2008-10-15 | replaced inline styling | laetzer | 1 | -5/+8 |
| 2008-09-19 | tra() for error/warning/delete messagescreate_permission | laetzer | 4 | -9/+36 |
| 2008-07-02 | fix typo in expunge where clause column name | Christian Fowler | 1 | -4/+4 |
| 2008-06-27 | more LM migration | Max Kremmel | 1 | -7/+7 |
| 2008-06-25 | change display call to use a hash for display options, add display_mode to op... | Christian Fowler | 9 | -15/+15 |
| 2008-06-18 | mv BitMailer to BitNewsletterMailer to avoid conflict and confusion with the ... | Christian Fowler | 8 | -34/+34 |
| 2008-05-18 | change include to require so we avoid class redef attempt | wjames5 | 1 | -1/+1 |
| 2008-03-03 | Add hints do disable apache MultiViews if mod_rewrite doesn't work.R202 | Tomasz Kalkosinski | 1 | -0/+2 |
| 2008-02-03 | convert last remaining uses of libertypagination to pagination function | Jams H Thompson | 1 | -1/+1 |
| 2008-01-02 | add SMTP username and password | Christian Fowler | 2 | -4/+21 |
| 2008-01-02 | clean up output when sending queue to be a simple text dump to browser | Christian Fowler | 2 | -11/+13 |
| 2008-01-02 | add apparently missing newsletters settings | Christian Fowler | 3 | -4/+23 |
| 2007-11-08 | remove the now obsolete top menu bar config setting | Max Kremmel | 1 | -3/+0 |
| 2007-10-25 | Fix up various vd()s to use something more useful. | Nick Palmer | 1 | -4/+4 |
| 2007-10-10 | migrate core ajax services off prototype to mochikit | wjames5 | 1 | -4/+0 |
| 2007-09-19 | cleanup BIT_PHP_ERROR_REPORTING | Christian Fowler | 1 | -1/+2 |
| 2007-08-21 | fix getTitle instead of mPageNamePRE_LIB_ATTACHMENT_REFACTOR | Christian Fowler | 1 | -1/+1 |
| 2007-07-16 | Add m(Admin|Edit|View)ContentPermission to various classes. update LibertyCon... | Max Kremmel | 2 | -6/+16 |
| 2007-07-10 | move loadAjax() to BitThemes | Max Kremmel | 1 | -1/+1 |
| 2007-07-09 | clean up ajax library calls by only allowing gBitSystem->loadAjax() instead o... | Max Kremmel | 1 | -1/+1 |
| 2007-07-02 | add strong to unsub message | Christian Fowler | 1 | -1/+1 |
| 2007-07-01 | standardise all menus by using new ilocation=menu and add missing icons | Max Kremmel | 1 | -5/+5 |
| 2007-06-23 | provide gif alternatives for all png icons. this will allow us to remove the ... | Max Kremmel | 1 | -0/+0 |
| 2007-06-22 | Add icons to newsletters menu. | Nick Palmer | 1 | -5/+5 |
| 2007-06-17 | update getAllGroups() to not return stuff in ['data'] hashkey. this is still ... | Max Kremmel | 1 | -3/+3 |
| 2007-06-14 | not sure why h1 was only displayed when there's more than one newsletter - re... | Max Kremmel | 1 | -3/+1 |
| 2007-06-04 | add center piece to newsletters, tweak getList code to enable static calls | Christian Fowler | 5 | -44/+50 |
| 2007-05-24 | Removed unused link for Newsletter Settings in admin menu. | Walter Wojcik | 1 | -1/+0 |
| 2007-05-24 | Fixed MySQL error with un-aliased * in newsletter listing query. | Walter Wojcik | 1 | -5/+5 |
| 2007-05-17 | add time, content_id to SENT notifications | Christian Fowler | 1 | -5/+8 |
| 2007-05-10 | fix permission names | Christian Fowler | 3 | -3/+3 |
| 2007-05-10 | do not parseData in getList | Christian Fowler | 1 | -4/+4 |
| 2007-05-05 | SCHEMA CHANGE: add mail_error column | Christian Fowler | 1 | -1/+2 |
| 2007-05-04 | remove extend of phpMailer and instantiate class on each loop. failed send ca... | Christian Fowler | 1 | -37/+29 |
| 2007-05-04 | method call typo | Christian Fowler | 1 | -4/+4 |
| 2007-05-04 | add unsubscribed check to queueRecipients | Christian Fowler | 2 | -9/+15 |
| 2007-05-04 | add support for unsubscribed users to prevent mailing even if queued | Christian Fowler | 1 | -5/+10 |
| 2007-05-04 | add test_mode to enable resending message, hide validated only option for now | Christian Fowler | 7 | -36/+39 |
| 2007-05-04 | update begin_date | Christian Fowler | 1 | -3/+4 |
| 2007-05-04 | missing comma | Max Kremmel | 1 | -1/+1 |
| 2007-05-04 | fix clickthrough tracking | Christian Fowler | 3 | -10/+9 |
| 2007-05-04 | SCHEMA CHANGE: add last_read_ip to mail_queue | Christian Fowler | 2 | -0/+6 |
| 2007-05-04 | final cleanup of just about everything, add mail_clickthrough tracking | Christian Fowler | 5 | -49/+86 |
| 2007-05-04 | SCHEMA CHANGE: add mail_clickthrough table | Christian Fowler | 2 | -0/+19 |
| 2007-05-03 | remove debug | Christian Fowler | 1 | -1/+0 |
| 2007-05-03 | a little rearrangement of newsletter display, add header and footer for mail_... | Christian Fowler | 5 | -29/+83 |
| 2007-05-03 | a little rearrangement of newsletter display, add header and footer for mail_... | Christian Fowler | 2 | -40/+6 |
| 2007-04-25 | clean up transaction blocks, move smarty assigns around, update url_code / tr... | Christian Fowler | 3 | -14/+11 |
| 2007-04-25 | clean up .tpl's and mailing, add new body to allow customization of bitweaver... | Christian Fowler | 6 | -18/+57 |
| 2007-04-25 | fix GUI tend queue to send messages | Christian Fowler | 4 | -52/+70 |