| Age | Commit message (Expand) | Author | Files | Lines |
| 2006-09-10 | move homeable setting to registerPackage() settings | Max Kremmel | 1 | -2/+0 |
| 2006-07-07 | add support for subscribing a user_id, not just an email. not done yet... als... | Christian Fowler | 1 | -2/+2 |
| 2006-06-30 | add listing of queued mail. not done yet... | Christian Fowler | 1 | -0/+22 |
| 2006-06-19 | merge all of wolffies changes to HEAD. Now need to work on a few things like ... | Christian Fowler | 7 | -36/+175 |
| 2006-05-06 | clean up schema files, remove unused PackageInfo data - we really need a pack... | Max Kremmel | 1 | -3/+0 |
| 2006-04-20 | remove tiki_ permission prefix and remove tiki_ prefix from constraints | Max Kremmel | 3 | -7/+7 |
| 2006-04-19 | more kernel_config renames | Max Kremmel | 1 | -2/+2 |
| 2006-04-11 | rename permissions to new standard using: p_<package>_<verb>_[<noun>] | Max Kremmel | 1 | -5/+5 |
| 2006-04-05 | upgrader syntax errors | Max Kremmel | 1 | -1/+1 |
| 2006-03-23 | remove content_tempaltes code - this should move into a seperate package | Max Kremmel | 1 | -6/+1 |
| 2006-03-20 | upgrader brought up to date with 07-FEB-2006 on SchemaChangeLog - untested | Max Kremmel | 1 | -0/+16 |
| 2006-03-01 | move BitSystem:: preferences methods to get/set/load/storeConfig to avoid con... | Christian Fowler | 1 | -5/+5 |
| 2006-02-15 | Fixed duplicate constraint names causing problems on install. | Sean Lee | 1 | -1/+1 |
| 2006-02-05 | Correct name error which caused indexes to attempt to be installed without pa... | Lester Caine | 1 | -1/+1 |
| 2006-02-04 | masse fixing of schema CONSTRAINTs. they seem to work now that adodb has deci... | Christian Fowler | 1 | -17/+16 |
| 2006-02-01 | detikify liberty | Max Kremmel | 1 | -4/+4 |
| 2006-02-01 | fixed indexes - something is odd about newsletters. it installs, even when yo... | Max Kremmel | 1 | -5/+5 |
| 2006-01-31 | massive table de-tikification. changed all tiki_ table prefixes with teh pack... | bitweaver.org | 1 | -16/+16 |
| 2005-12-30 | add reply_to column and field to editions | Christian Fowler | 1 | -0/+1 |
| 2005-12-29 | fix mailer to log actions to stdout, and add missing _SERVER['HTTP_USER_AGENT'] | bitweaver.org | 1 | -1/+2 |
| 2005-12-29 | default to 127.0.0.1 for min headaches | Christian Fowler | 1 | -2/+2 |
| 2005-12-29 | remove duplicate edit_newsletter smarty, use include instead. add 'sending' s... | Christian Fowler | 1 | -1/+2 |
| 2005-12-29 | first pass at rough table re-organization for upgrade | Christian Fowler | 1 | -9/+37 |
| 2005-12-29 | cleanup creation of newsletters under single newsletters.php file, and use pe... | Christian Fowler | 1 | -68/+0 |
| 2005-12-29 | clean up permissions, and creating of editions | Christian Fowler | 2 | -5/+5 |
| 2005-12-29 | add newsletter email read tracking | Christian Fowler | 1 | -1/+3 |
| 2005-12-29 | fix unsubscribe_all | Christian Fowler | 1 | -98/+8 |
| 2005-12-28 | lots and lots of subscription fixes, still not 100% | Christian Fowler | 2 | -3/+5 |
| 2005-12-28 | unsubscription now working. several schema changes. tiki_mail_subscriptions n... | Christian Fowler | 1 | -21/+22 |
| 2005-12-25 | unsubscription info coming along. some schema changes to track nl_id in tiki_... | Christian Fowler | 4 | -6/+4 |
| 2005-12-21 | missing comma | Max Kremmel | 1 | -1/+1 |
| 2005-12-21 | add smtp error logging, schema changes | Christian Fowler | 1 | -0/+11 |
| 2005-12-20 | clean up sending so it acutally works now | Christian Fowler | 1 | -7/+15 |
| 2005-12-16 | template maintenance and fix BitNewsletters::getEditions() | Max Kremmel | 1 | -2/+2 |
| 2005-12-16 | get mailing working - things actually send now. still lots of debug stuff str... | Christian Fowler | 4 | -2/+84 |
| 2005-12-11 | schema changes for powerhouse tiki_mail_queue and tiki_mail_unsubscriptions. ... | Christian Fowler | 1 | -14/+15 |
| 2005-12-11 | queue of recipients even closer | Christian Fowler | 1 | -31/+2 |
| 2005-12-11 | almost have sending working - now gets a list of users from the group selecti... | Christian Fowler | 1 | -10/+22 |
| 2005-12-11 | add edition saving and listing, almost to the point of getting send working | Christian Fowler | 2 | -4/+3 |
| 2005-12-10 | break out edition editing | Christian Fowler | 2 | -51/+5 |
| 2005-12-09 | fix preview | Christian Fowler | 1 | -10/+10 |
| 2005-12-09 | creation of BitNewsletterEdition and get send.php warmed up. paused on though... | Christian Fowler | 1 | -73/+23 |
| 2005-12-09 | get expunge working for BitNewsletter, even with confirmDialog\! small tweak ... | Christian Fowler | 1 | -22/+23 |
| 2005-12-09 | first pass at mostly empty upgrade script | Christian Fowler | 1 | -0/+39 |
| 2005-12-09 | revamped schema, add libetry support. admin can now save a newsletter but tha... | Christian Fowler | 2 | -80/+34 |
| 2005-12-09 | add missing files | Christian Fowler | 1 | -0/+171 |
| 2005-12-09 | clean up admin for getList function | Christian Fowler | 1 | -31/+8 |
| 2005-12-09 | first round of changes to get things functional in bitweaver | Christian Fowler | 3 | -95/+72 |
| 2005-12-09 | IMPORT from TikiPro HEAD _p_tp_newsletters | bitweaver.org | 3 | -0/+406 |