summaryrefslogtreecommitdiff
AgeCommit message (Collapse)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
msie png fix and add an option to enable it
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
from tikiwiki days and is tedious to deal with.
2007-06-14not sure why h1 was only displayed when there's more than one newsletter - ↵Max Kremmel1-3/+1
removed condition for now. looked very odd when there's no newsletters.
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 ↵Christian Fowler1-37/+29
caused all subsequent sends to fail.
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 ↵Christian Fowler5-29/+83
mail_edition.tpl
2007-05-03a little rearrangement of newsletter display, add header and footer for ↵Christian Fowler2-40/+6
mail_edition.tpl
2007-04-25clean up transaction blocks, move smarty assigns around, update url_code / ↵Christian Fowler3-14/+11
trackCode
2007-04-25clean up .tpl's and mailing, add new body to allow customization of ↵Christian Fowler6-18/+57
bitweaver.tpl
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 ↵Max Kremmel2-2/+2
such as in wiki pages
2007-01-06rename some methods in BitDbBase to meet bitweaver standards. all changes ↵Max Kremmel2-9/+9
backwards compatible with deprecated function call message.
2007-01-06massive clean up to newsletters - improve usability for listing, editing, ↵Christian Fowler12-180/+283
creating, and subscriptions
2007-01-05searched for .title} .description} and .data} and added |escape where ↵Max Kremmel1-2/+2
appropriate (i hope). might have misinterpreted a situation or two, so please keep a lookout...
2006-12-23friggin smarty bug... when you set a var TRUE, it doesn't check to see what ↵Max Kremmel1-1/+1
it's value is, but just assumes it's always true. need to specify prototype lib explicitly
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
unsub needs work
2006-09-12clean up registerAppMenu API, clean up a lot of the menu code, don't assign ↵Max Kremmel1-1/+6
appMenu to templates but use $gBitSystem->mAppMenu directly
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 ↵Max Kremmel5-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-03preliminary biticon cleanupMax Kremmel1-1/+1
2006-07-31various improvements, still not completeChristian Fowler3-5/+29