| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-09-03 | change all biticon links to point to the new icons provided in ↵ | Max Kremmel | 5 | -13/+13 | |
| themes/icon_styles, update themes manager to make icon styles selectable, massive script used to do this ( will me made available shortly ) - might not all be perfect. please help out by fixing broken icon links. | |||||
| 2006-09-03 | preliminary biticon cleanup | Max Kremmel | 1 | -1/+1 | |
| 2006-07-31 | various improvements, still not complete | Christian Fowler | 1 | -1/+0 | |
| 2006-07-07 | add support for subscribing a user_id, not just an email. not done yet... ↵ | Christian Fowler | 1 | -15/+29 | |
| also make an intelligent sub/unsub info page for a newsletter | |||||
| 2006-07-05 | insert missing <!-- end .body --> tags for more reliable highlighting | Max Kremmel | 1 | -1/+1 | |
| 2006-06-30 | add listing of queued mail. not done yet... | Christian Fowler | 1 | -0/+43 | |
| 2006-06-19 | merge all of wolffies changes to HEAD. Now need to work on a few things like ↵ | Christian Fowler | 13 | -166/+177 | |
| user_id in mail_subs table, etc. | |||||
| 2006-04-20 | remove tiki_ permission prefix and remove tiki_ prefix from constraints | Max Kremmel | 1 | -1/+1 | |
| 2006-04-19 | more kernel_config renames | Max Kremmel | 2 | -2/+2 | |
| 2006-04-11 | more permissions housekeeping and tidyup | Max Kremmel | 1 | -79/+0 | |
| 2006-04-11 | rename permissions to new standard using: p_<package>_<verb>_[<noun>] | Max Kremmel | 9 | -16/+16 | |
| 2006-04-08 | get spellchecker working for all textareas that should use it | Max Kremmel | 1 | -1/+1 | |
| 2006-03-25 | escape htmlspecialchars on output instead of during store process | Max Kremmel | 6 | -10/+10 | |
| 2006-03-23 | remove content_tempaltes code - this should move into a seperate package | Max Kremmel | 1 | -15/+0 | |
| 2006-03-01 | move BitSystem:: preferences methods to get/set/load/storeConfig to avoid ↵ | Christian Fowler | 4 | -5/+5 | |
| conflict with new content preferences | |||||
| 2006-01-31 | Fixed delete link | Stephan Borg | 1 | -1/+1 | |
| 2006-01-31 | Fixed preview | Stephan Borg | 1 | -4/+4 | |
| 2006-01-23 | improve newsletter menu wording | Christian Fowler | 1 | -1/+2 | |
| 2006-01-22 | lots of clean to newsletters - only show editions for nl_id, get delete ↵ | Christian Fowler | 1 | -2/+2 | |
| links to go to the right place | |||||
| 2006-01-21 | admin perm typos | Christian Fowler | 2 | -2/+2 | |
| 2006-01-03 | add liberty format and quicktags to edition editing | Christian Fowler | 1 | -2/+10 | |
| 2005-12-30 | add reply_to column and field to editions | Christian Fowler | 1 | -2/+10 | |
| 2005-12-29 | remove duplicate edit_newsletter smarty, use include instead. add 'sending' ↵ | Christian Fowler | 3 | -65/+8 | |
| smarty var to prevent floaticon bars in sent HTML email | |||||
| 2005-12-29 | case consistency | Christian Fowler | 1 | -3/+3 | |
| 2005-12-29 | cleanup creation of newsletters under single newsletters.php file, and use ↵ | Christian Fowler | 1 | -3/+5 | |
| perm checking in menu | |||||
| 2005-12-29 | clean up permissions, and creating of editions | Christian Fowler | 6 | -17/+20 | |
| 2005-12-29 | fix unsubscribe_all | Christian Fowler | 1 | -1/+1 | |
| 2005-12-28 | subscription changing appears to be working | Christian Fowler | 1 | -1/+1 | |
| 2005-12-28 | lots and lots of subscription fixes, still not 100% | Christian Fowler | 5 | -17/+15 | |
| 2005-12-28 | unsubscription now working. several schema changes. tiki_mail_subscriptions ↵ | Christian Fowler | 3 | -44/+8 | |
| not maintains indviidual email subscriptions as well as all unsubs. | |||||
| 2005-12-28 | more unsub changes and updates. getting closer | Christian Fowler | 1 | -2/+15 | |
| 2005-12-28 | clean up unsubscribe, getting closer | Christian Fowler | 1 | -1/+14 | |
| 2005-12-25 | unsubscription info coming along. some schema changes to track nl_id in ↵ | Christian Fowler | 3 | -0/+39 | |
| tiki_mail_queue | |||||
| 2005-12-20 | clean up sending so it acutally works now | Christian Fowler | 1 | -0/+6 | |
| 2005-12-16 | missed closing tag | Max Kremmel | 1 | -1/+1 | |
| 2005-12-16 | template maintenance and fix BitNewsletters::getEditions() | Max Kremmel | 7 | -123/+96 | |
| 2005-12-16 | add missing files - moving out from admin | Christian Fowler | 1 | -0/+113 | |
| 2005-12-16 | get mailing working - things actually send now. still lots of debug stuff ↵ | Christian Fowler | 3 | -134/+133 | |
| strewn about | |||||
| 2005-12-12 | template housekeeping | Max Kremmel | 2 | -40/+12 | |
| 2005-12-11 | schema changes for powerhouse tiki_mail_queue and tiki_mail_unsubscriptions. ↵ | Christian Fowler | 2 | -3/+4 | |
| content generic in design. send now stuffs the queue and avoids duplicates on multiple sends. only piece left is a mailer class | |||||
| 2005-12-11 | cleanup | Max Kremmel | 2 | -145/+144 | |
| 2005-12-11 | queue of recipients even closer | Christian Fowler | 1 | -1/+9 | |
| 2005-12-11 | almost have sending working - now gets a list of users from the group ↵ | Christian Fowler | 2 | -15/+53 | |
| selection, shows newsletter preview | |||||
| 2005-12-11 | add edition saving and listing, almost to the point of getting send working | Christian Fowler | 10 | -83/+219 | |
| 2005-12-10 | clean up admin of newsletter to be more modal in listing of newsletters and ↵ | Christian Fowler | 1 | -3/+10 | |
| editing/creating | |||||
| 2005-12-10 | turbo cleanup | Max Kremmel | 1 | -7/+63 | |
| 2005-12-10 | break out edition editing | Christian Fowler | 5 | -36/+39 | |
| 2005-12-10 | get main newsletter listing and subscription tpl displaying properly. | Christian Fowler | 1 | -64/+57 | |
| 2005-12-09 | typo | Christian Fowler | 1 | -1/+1 | |
| 2005-12-09 | creation of BitNewsletterEdition and get send.php warmed up. paused on ↵ | Christian Fowler | 2 | -95/+13 | |
| thought of how to deal with sending a arbitrary content_id instead... | |||||
