summaryrefslogtreecommitdiff
path: root/admin
AgeCommit message (Collapse)AuthorFilesLines
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 ↵CVS_HEADwjames51-1/+5
content_name, add column content_name_plural - update all class files and hashes where appropriate
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 ↵Nick Palmer1-6/+8
the email.
2009-12-19Fix permission tricking. globals assigned by reference in functions are not ↵Nick Palmer1-1/+1
kept outside the function scope. This seems broken but is documented as such here: http://php.net/manual/en/language.variables.scope.php
2009-12-10fix refswjames51-2/+2
2009-12-09a hack to be able to run a proper permission check on the parent board ↵wjames51-7/+33
object for adding attachments to comments on that particular board
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 ↵wjames51-1/+5
header unless we call fetchstructure first - spooky
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 ↵wjames51-2/+33
which regex was not adequate for
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
permission for user
2009-03-25log the errors so we dont go insaneTekimaki1-2/+5
2008-12-08add a little warning for groups usersTekimaki1-0/+4
2008-12-08handy file to reconfig lists after they are created - down and dirtyTekimaki1-0/+35
2008-12-05improve mailman config - still not perfect but getting thereTekimaki2-10/+22
2008-11-29Fix race condition in board syncing and a few other issues with moderation.Tekimaki2-372/+401
2008-11-27Fixup two way sync so that mailman and bw are in sync as far as moderation.Nick Palmer1-154/+274
2008-10-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵Christian Fowler1-2/+2
convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission
2008-10-03Cleanup mailman_lib.php a bit so that it can be configured for more envs.pre_update_permissionNick Palmer1-2/+2
Add warning for no board to mailing_list.php.
2008-10-03CORE CHANGE: cleave Create permission from Edit permission so that they are ↵wjames51-1/+1
distinct. See mailing list for more details
2008-08-15only fetch overview if mailbox has messageswjames51-125/+127
2008-04-21add delete messagewjames51-5/+13