summaryrefslogtreecommitdiff
path: root/admin
AgeCommit message (Expand)AuthorFilesLines
2026-05-18Update system rebased at v5.0.0Lester Caine1-94/+0
2026-05-15Namespace fixesLester Caine1-5/+6
2026-05-15To simplyfy maintenence BitUser classes have been retired and active code bas...Lester Caine1-2/+3
2026-05-14Move legacy mailman library into the relevant package for easier maintenanceLester Caine1-1/+1
2026-05-14php-cs-fixer tidies to php8.5 standardsLester Caine6-115/+110
2026-03-09As with articles, boards has had a blanket Smarty5 and PHP8.4 sweep of the co...lsces7-128/+124
2021-02-04move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsspiderr3-3/+3
2021-02-03move kernel/includes/setup_inc.phpmodela bitweaver4-4/+4
2021-02-02move _inc and _lib to includes/ and use PKG_INCLUDE_PATH constantsmodela bitweaver2-2/+2
2021-02-01move classes to includes/classes and use PKG_CLASS/INCLUDE_PATH constantsmodela bitweaver1-1/+1
2018-07-31reorg util package to put library code in includes/ and used new UTIL_PKG_INC...spiderr1-1/+1
2016-06-22change-all-StartTrans-calls-to-BitBase-methodspider@app11-2/+2
2016-02-07Move from Smarty2 to Smarty3 function stylelsces1-1/+1
2012-05-25bit_log_error-2-bit_error_logspiderr1-5/+5
2012-03-06change_CONSTRAINTS_to_CONSTRAINTChristian Fowler1-4/+4
2011-07-19CONSTRAINTs-typospiderr1-4/+4
2010-06-09Strip down CVS keywords.cvs2git2-2/+2
2010-04-17SCHEMA CHANGE - liberty_content_types - change content_description to content...CVS_HEADwjames51-1/+5
2010-02-08deprecate root bit_setup_inc use kernel/setup_inc.phpwjames54-4/+4
2010-02-07Fix so that messages can be posted to multiple boards.pre_deprecate_bit_setup_incPRE_BIT_SETUP_CHANGENick Palmer1-119/+120
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-04clearer languagewjames51-2/+2
2009-10-01remove ref to non-existant copyright.txt filewjames51-2/+2
2009-10-01fix LGPL license ref from non-existant license.txt file to lgpl urlwjames51-2/+2
2009-07-01 imap_headerinfo acts retarded on these emails and improperly parses the head...wjames51-1/+5
2009-06-25more logging, we've gone logging crazywjames51-26/+29
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-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-29add sequenceChristian Fowler1-0/+1
2009-05-29add a first pass at sections table and pos columnChristian Fowler2-0/+44
2009-03-31dont assume the user is valid check it firstTekimaki1-3/+7
2009-03-27email can have multiple text parts, string em all togetherwjames51-4/+4
2009-03-26error if no message id - protect mysql people from themselvesTekimaki1-197/+207
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