| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2013-04-02 | convert lots of biticon to booticon | spiderr | 1 | -2/+2 | |
| 2013-04-02 | convert lots of biticon to booticon | spiderr | 1 | -3/+3 | |
| 2013-04-01 | bootstrap-conversion | spiderr | 1 | -1/+1 | |
| 2013-02-13 | New Topic moved to form submit | spiderr | 1 | -7/+4 | |
| 2010-06-09 | Strip down CVS keywords. | cvs2git | 1 | -1/+1 | |
| 2010-02-09 | use js namespace for switchCheckboxes | wjames5 | 1 | -2/+2 | |
| 2010-02-02 | use ->getTitle() method instead of ->mInfo.title in templates to allow for ↵ | Christian Fowler | 1 | -2/+2 | |
| cleaner polymorphism | |||||
| 2009-10-08 | boards own menu for rss feeds and put icons on boards and topic pages | wjames5 | 1 | -1/+4 | |
| 2009-10-05 | add liberty icon services to board view, and hide linkedboard link from ↵ | wjames5 | 1 | -2/+3 | |
| board objects is circular | |||||
| 2009-04-05 | Leave minifind in it's own div, so that vertical formatting is tidy on older ↵ | Lester Caine | 1 | -2/+2 | |
| themes. This could preceed the navbar div if preferred, but tidies up overlaps currently seen. | |||||
| 2008-11-27 | Don't show native boards moderation if modcomments is being used. | Nick Palmer | 1 | -2/+3 | |
| 2008-10-20 | BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵ | Christian Fowler | 1 | -6/+6 | |
| convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission | |||||
| 2008-10-02 | Move expunge to edit where it belongs. | Nick Palmer | 1 | -2/+2 | |
| 2008-09-25 | add minifind prompt | Christian Fowler | 1 | -2/+2 | |
| 2008-09-25 | tweak layout listing to put author under topic title in listing | Christian Fowler | 1 | -11/+6 | |
| 2008-08-01 | move breadcrumb up top for consistancy with topic view - this will allow for ↵ | wjames5 | 1 | -4/+8 | |
| nice expansion when we have subboards eventually | |||||
| 2008-08-01 | fix moving a topic - get rid of ajax too | wjames5 | 1 | -25/+6 | |
| 2008-08-01 | change topic delete to require board admin perm instead of edit - more in ↵ | wjames5 | 1 | -6/+6 | |
| keeping with old separate remove perm - plus content_id bug fix in edit_topic | |||||
| 2008-08-01 | check parent board perms for topic editing features | wjames5 | 1 | -6/+6 | |
| 2008-08-01 | move expunge topic into edit_topic, and do perm checks on the root board for ↵ | wjames5 | 1 | -2/+2 | |
| editing topics instead of on the topic itself - NOTE! change to expunge topic is now either hasEditPerm on the board if its root is a board or has admin_comments perm. Prevents someone from killing a tree of comments on content that is not controlled by the board but is mapped to the board - but does give board editor more power over its native comments | |||||
| 2008-07-31 | migrate board topic post to more common file name convention, this will be ↵ | wjames5 | 1 | -5/+5 | |
| slightly weird for some tpls temporarily - those will get cleaned up in follow up changes | |||||
| 2008-04-25 | update perm check calls to hasUserPerm and the like | wjames5 | 1 | -3/+3 | |
| 2008-04-21 | add in new service list_tpl for including info like we would using body, but ↵ | wjames5 | 1 | -1/+2 | |
| so that it can be formatted to work with table lists, location here may not be perfect - move it if you thing there is a better place for it | |||||
| 2008-04-17 | woops wrong object ref board not group | wjames5 | 1 | -2/+2 | |
| 2008-04-17 | fix perm check to see mailing list subscription icon | wjames5 | 1 | -2/+2 | |
| 2008-04-11 | add board to list sync using mailman | Christian Fowler | 1 | -3/+6 | |
| 2008-03-07 | change check of post comments perm using new LibertyContent meth | wjames5 | 1 | -4/+4 | |
| 2007-12-16 | eliminate double display of 'New Topic' text | Jams H Thompson | 1 | -2/+2 | |
| 2007-12-12 | clean up ajax calls to just use BitAjax without needless reassignments, also ↵ | wjames5 | 1 | -3/+7 | |
| check for js before using js in links | |||||
| 2007-10-10 | migrate core ajax services off prototype to mochikit | wjames5 | 1 | -20/+2 | |
| 2007-05-07 | add implementation of removing a message board | Christian Fowler | 1 | -2/+2 | |
| 2007-05-07 | fix deleting of topics via link and with multi-check | Christian Fowler | 1 | -4/+6 | |
| 2007-05-03 | use wrapper class boards instead of bitboard for consistency, move ↵ | bitweaver.org | 1 | -2/+2 | |
| indentation to css file by applying individual classes instead of hardcoding padding, move user avatar display, simplify templates where possible | |||||
| 2007-03-31 | rename bitboards to boards | Max Kremmel | 1 | -25/+25 | |
| 2007-02-16 | Various bits of cleanup for displaying. Fixed bugs with displaying threaded ↵ | Nick Palmer | 1 | -7/+11 | |
| with and without threading. Hid icons for posting and topic creation for those that don't have permissions. Made titles display the thread or board name. Commented out home board from admin since home doesn't use it. | |||||
| 2007-01-14 | convert div.header h2 to div.header p where <h2> represents a description ↵ | Max Kremmel | 1 | -2/+2 | |
| such as in wiki pages | |||||
| 2007-01-08 | rename tables and columns to be consistent with standard bitweaver packages | Christian Fowler | 1 | -9/+2 | |
| 2007-01-05 | searched for .title} .description} and .data} and added |escape where ↵ | Max Kremmel | 1 | -2/+2 | |
| appropriate (i hope). might have misinterpreted a situation or two, so please keep a lookout... | |||||
| 2006-11-22 | various fixes - XHMTL compliance - js cleanup... | Max Kremmel | 1 | -3/+4 | |
| 2006-10-05 | force several things to icons | Christian Fowler | 1 | -5/+5 | |
| 2006-09-23 | remove .tpl's to list_ to follow convention and be more readable | Christian Fowler | 1 | -0/+195 | |
