summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-05Leave minifind in it's own div, so that vertical formatting is tidy on older ...Lester Caine1-2/+2
2009-03-31dont assume the user is valid check it firstTekimaki1-3/+7
2009-03-31phpdoc updateLester Caine1-0/+11
2009-03-29fix warning iconTekimaki1-1/+1
2009-03-27email can have multiple text parts, string em all togetherwjames51-4/+4
2009-03-26need global refTekimaki1-3/+4
2009-03-26error if no message id - protect mysql people from themselvesTekimaki1-197/+207
2009-03-26move comment service to comment service func, add exception if thread_forward...wjames52-10/+18
2009-03-25full load of user to get permsTekimaki1-1/+1
2009-03-25add user id to attachment hash for proper storage and check basic attachment ...Tekimaki1-1/+24
2009-03-25log the errors so we dont go insaneTekimaki1-2/+5
2009-03-17upgrade Comments to LiberytMime to support attaching files to comments. big m...wjames54-7/+62
2009-02-19valid check needs to check both ids or it can be spoofedTekimaki1-4/+4
2009-02-04fix comments getDisplayUrl - gets url based on root_id - related fix boards t...Tekimaki2-4/+17