summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-07Fix so that messages can be posted to multiple boards.pre_deprecate_bit_setup_incPRE_BIT_SETUP_CHANGENick Palmer1-119/+120
2010-02-02use ->getTitle() method instead of ->mInfo.title in templates to allow for cl...Christian Fowler3-7/+7
2010-01-26Allow emails without body text to be imported.Nick Palmer1-0/+11
2010-01-19Only use Delivered-To addresses if they are available.Nick Palmer1-28/+30
2010-01-12Determine proper recipient using Delivered-To header when available.Nick Palmer1-6/+28
2010-01-12personal is not always defined.Nick Palmer1-1/+6
2009-12-22Lookup board email address using LOWER since we lowercase the address from th...Nick Palmer1-6/+8
2009-12-19Fix permission tricking. globals assigned by reference in functions are not k...Nick Palmer1-1/+1
2009-12-10fix refswjames51-2/+2
2009-12-09a hack to be able to run a proper permission check on the parent board object...wjames51-7/+33
2009-12-03clear boardsync temp dir after sync process otherwise this crap builds upwjames51-0/+8
2009-10-09make sure object existsR270wjames51-2/+2
2009-10-09fix header links to support boards and topics feedswjames51-3/+8
2009-10-09major clean up of feed generator - get boards or topic feedswjames53-56/+100
2009-10-08boards own menu for rss feeds and put icons on boards and topic pageswjames54-2/+106
2009-10-08add httpauth support in header rss linkswjames51-2/+2
2009-10-05verify permission to get feedwjames51-1/+3
2009-10-05display non found msg if no boardswjames51-1/+3
2009-10-05add liberty icon services to board view, and hide linkedboard link from board...wjames52-6/+7
2009-10-04clearer languagewjames51-2/+2
2009-10-01remove ref to non-existant copyright.txt filewjames58-16/+16
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames58-16/+16
2009-08-26reactivate board notificationsTyler Bello2-10/+11
2009-08-26use is_a( $pObject , 'LibertyComment' ) instead of isContentType( BITCOMMENT_...Tyler Bello1-11/+6
2009-07-01 imap_headerinfo acts retarded on these emails and improperly parses the head...wjames51-1/+5
2009-06-30move $() into BitBase name space, and use document.getElementById in distro'e...Christian Fowler1-2/+2
2009-06-25more logging, we've gone logging crazywjames51-26/+29
2009-06-25safe search of stringsTyler Bello1-4/+5
2009-06-25more clean up of header, properly account for nested parts in moderated msgswjames51-71/+83
2009-06-22remove ref to parser files not neededwjames51-4/+0
2009-06-20need comma to separate listswjames51-2/+2
2009-06-20oops fix params refswjames51-1/+1
2009-06-20get header values via imap func directly - fix getting to and cc values which...wjames51-2/+33
2009-06-18fix perm name typowjames51-1/+1
2009-06-17if email part header specifies a different charset then encode to utf-8wjames51-0/+11
2009-06-10make sure global is availablewjames51-1/+3
2009-06-09fix syntax bugwjames51-1/+1
2009-05-30add board upgrade code from wjames5Christian Fowler1-1/+57
2009-05-29fix incorrect storage and reference of boards_topic as comment_idTekimaki1-22/+29
2009-05-29add sequenceChristian Fowler1-0/+1
2009-05-29add a first pass at sections table and pos columnChristian Fowler2-0/+44
2009-05-29do not load any board code without p_boards_read permPRE_SECTIONSChristian Fowler1-1/+1
2009-05-28only set postComment fields for registered usersChristian Fowler1-3/+5
2009-05-17indent using tabs and use bit_redirect() instead of header()Max Kremmel1-5/+3
2009-05-06move base.css stuff to packagesChristian Fowler1-0/+4
2009-05-06clean up of var names to match coding standard and multi-line query strings -...bitweaver.org1-45/+38
2009-05-05always and only show edits to board adminChristian Fowler1-1/+1
2009-05-01remove random references to pageExists that shouldnt be therewjames53-12/+9
2009-05-01Use 'Last modified' text as that is most prevalent in other packagesChristian Fowler1-2/+2
2009-05-01only show post edits to board admin after comments_edit_minutesChristian Fowler1-3/+3