summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2007-04-20Remove quicktags init.Nick Palmer3-17/+2
2007-04-20Newsletters now uses {textarea}.Nick Palmer1-16/+1
2007-04-19Fixed table install error on MYSQL 5+jetskijoe1-1/+1
2007-03-20remove deprecated calls to old object permissionsChristian Fowler4-98/+2
2007-02-05Minor corrections to comments for PHPDocLester Caine2-7/+15
2007-01-14convert div.header h2 to div.header p where <h2> represents a description suc...Max Kremmel2-2/+2
2007-01-06rename some methods in BitDbBase to meet bitweaver standards. all changes bac...Max Kremmel2-9/+9
2007-01-06massive clean up to newsletters - improve usability for listing, editing, cre...Christian Fowler12-180/+283
2007-01-05searched for .title} .description} and .data} and added |escape where appropr...Max Kremmel1-2/+2
2006-12-23friggin smarty bug... when you set a var TRUE, it doesn't check to see what i...Max Kremmel1-1/+1
2006-10-28fix incorrect template referenceJerry Russell1-2/+2
2006-10-13phpDoc additionsLester Caine6-18/+65
2006-10-13phpDoc correctionsLester Caine3-9/+18
2006-10-07more unsub cleanup, still more to goChristian Fowler5-52/+77
2006-10-07schema fixesChristian Fowler1-2/+2
2006-10-07major clean up to newsletter sending. everything pretty clean at this point. ...Christian Fowler8-61/+84
2006-09-12clean up registerAppMenu API, clean up a lot of the menu code, don't assign a...Max Kremmel1-1/+6
2006-09-10move homeable setting to registerPackage() settingsMax Kremmel2-2/+1
2006-09-03change all biticon links to point to the new icons provided in themes/icon_st...Max Kremmel5-13/+13
2006-09-03preliminary biticon cleanupMax Kremmel1-1/+1
2006-07-31various improvements, still not completeChristian Fowler3-5/+29