summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-03Cleanup mailman_lib.php a bit so that it can be configured for more envs.pre_update_permissionNick Palmer3-10/+37
2008-10-03CORE CHANGE: cleave Create permission from Edit permission so that they are d...wjames53-6/+7
2008-10-02use hasEditPerm instead of generic hasUserPermcreate_permissionwjames51-1/+1
2008-10-02rename verifyPermission to verifyUserPermission for nomenclature consistency ...wjames51-3/+3
2008-10-02Declare admin permission properly.Nick Palmer1-3/+4
2008-10-02Move expunge to edit where it belongs.Nick Palmer3-20/+23
2008-09-25add minifind promptChristian Fowler1-2/+2
2008-09-25tweak layout listing to put author under topic title in listingChristian Fowler1-11/+6
2008-09-19tra() for error/warning/delete messageslaetzer3-8/+23
2008-09-15add missing ?Christian Fowler1-4/+4
2008-09-15use query bindingChristian Fowler1-5/+7
2008-09-15force request board_id to intChristian Fowler1-4/+4
2008-09-15checks to keep user input after previewlaetzer1-1/+5
2008-09-12duplicate anchor name replaced with unique idlaetzer1-5/+1
2008-09-09one help file for each module (that takes parameters), html code change from ...laetzer1-0/+10
2008-08-23order topics by most recent comment. uses a subselect - no idea how slow it r...bitweaver.org1-4/+12
2008-08-21make sure passed in 'b' or 'content_id' verify as idChristian Fowler1-4/+5
2008-08-15only fetch overview if mailbox has messageswjames51-125/+127
2008-08-05show author in titlelaetzer1-3/+3
2008-08-04rollback to working versionlaetzer1-2/+2
2008-08-04fixed bug committed beforelaetzer1-2/+2
2008-08-04author for titlelaetzer1-7/+5
2008-08-04add topic_count and post_count to board listingChristian Fowler2-7/+14
2008-08-04add table header and re-org info for nicer presentation - not totally complet...wjames51-19/+34
2008-08-01move breadcrumb up top for consistancy with topic view - this will allow for ...wjames51-4/+8
2008-08-01make threaded feature workwjames51-0/+6
2008-08-01organize code and comment betterwjames51-39/+44
2008-08-01fix up various problems with moving topicswjames55-28/+60
2008-08-01fix moving a topic - get rid of ajax toowjames53-68/+57
2008-08-01better perm checks - require admin permwjames51-10/+18
2008-08-01change topic delete to require board admin perm instead of edit - more in kee...wjames53-9/+10
2008-08-01remove bunch of perm checks in methods - dirty dirty - perm checks are in pro...wjames51-6/+3
2008-08-01check parent board perms for topic editing featureswjames51-6/+6
2008-08-01move expunge topic into edit_topic, and do perm checks on the root board for ...wjames53-25/+32
2008-08-01make root_id available to us where we expect itwjames51-3/+5
2008-07-31tidy up with a preview methodwjames52-22/+36
2008-07-31only include the files we need when we ned themwjames51-4/+2
2008-07-31nice reorg to group stray process and flow in order of importance betterwjames52-30/+45
2008-07-31clean up all topic pref settings like sticky and notify - remove ajaxiness wh...wjames54-104/+54
2008-07-31translate stringswjames51-11/+11
2008-07-31migrate board topic post to more common file name convention, this will be sl...wjames57-15/+15
2008-07-29Add correct SQL for oracle when using SUBSTRLester Caine1-3/+5
2008-07-01fix liberty_fetch_thumbnail_urlChristian Fowler1-4/+4
2008-06-25change display call to use a hash for display options, add display_mode to op...Christian Fowler7-12/+12
2008-06-23replace individual function parameters with an array of options when using li...Max Kremmel1-4/+7
2008-06-22fix paginationJams H Thompson1-2/+3
2008-06-18phpdoc comment block updatesLester Caine3-9/+25
2008-06-15Make boards 'Warned Posts' feature workJams H Thompson2-5/+6
2008-06-07call expunge so all children are deleted and fatal errors are not thrownChristian Fowler1-2/+2
2008-06-05goodby Attachable hello Mime, even tho boards makes no use of attachments at ...wjames53-22/+22