| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-10-08 | boards own menu for rss feeds and put icons on boards and topic pages | wjames5 | 3 | -2/+57 | |
| 2009-10-08 | add httpauth support in header rss links | wjames5 | 1 | -2/+2 | |
| 2009-10-05 | display non found msg if no boards | wjames5 | 1 | -1/+3 | |
| 2009-10-05 | add liberty icon services to board view, and hide linkedboard link from ↵ | wjames5 | 1 | -2/+3 | |
| board objects is circular | |||||
| 2009-06-30 | move $() into BitBase name space, and use document.getElementById in ↵ | Christian Fowler | 1 | -2/+2 | |
| distro'ed packages | |||||
| 2009-05-05 | always and only show edits to board admin | Christian Fowler | 1 | -1/+1 | |
| 2009-05-01 | Use 'Last modified' text as that is most prevalent in other packages | Christian Fowler | 1 | -2/+2 | |
| 2009-05-01 | only show post edits to board admin after comments_edit_minutes | Christian Fowler | 1 | -3/+3 | |
| 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. | |||||
| 2009-03-29 | fix warning icon | Tekimaki | 1 | -1/+1 | |
| 2009-03-17 | upgrade Comments to LiberytMime to support attaching files to comments. big ↵ | wjames5 | 1 | -0/+3 | |
| move also of comment storage hash verification into LComm::verifyComment, everything else is support. new liberty admin option to enabled attachments on comments. boards and tickters verification bits move into verification services | |||||
| 2009-02-04 | fix comments getDisplayUrl - gets url based on root_id - related fix boards ↵ | Tekimaki | 1 | -1/+1 | |
| topics urls which are derived from comments - note the tpl tweak in boards | |||||
| 2009-01-23 | use serviceLocation='comment' for comment to display to allow service to opt ↵R250 | Christian Fowler | 1 | -1/+1 | |
| for comment only display, such as _bit_moderation | |||||
| 2009-01-23 | do not include services_inc.tpl on post_display as this can cause hell with ↵ | Christian Fowler | 1 | -1/+1 | |
| services that have signifcant content display | |||||
| 2009-01-20 | Fix quotes on many smarty include directives | Daniel Sutcliffe | 2 | -4/+4 | |
| 2009-01-16 | only show last modified for comment if edit is over 1 our old or gBitUser is ↵ | Christian Fowler | 1 | -3/+5 | |
| a board admin. This allows for editing soon after post fo typos, etc. without raising trust issues, yet revisionist history is exposed | |||||
| 2008-11-29 | update documentation link | Tekimaki | 1 | -1/+1 | |
| 2008-11-27 | Don't show native boards moderation if modcomments is being used. | Nick Palmer | 1 | -2/+3 | |
| 2008-11-22 | only show empty flipswitches to those with ability to change them | Christian Fowler | 1 | -8/+8 | |
| 2008-11-21 | add classes to table headers | Christian Fowler | 1 | -4/+4 | |
| 2008-11-18 | add userCanUpdate, and remove root object stuff in userCanEdit since it was ↵ | Christian Fowler | 1 | -1/+1 | |
| so query and CPU intensive to completely load root objects on every row in getList call. change 'editable' hash_key to 'is_editable' | |||||
| 2008-10-20 | BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵ | Christian Fowler | 4 | -9/+9 | |
| convention, hasEditPermission is now hasUpdatePermission, many explicit perm checks have been cleaned up to hasUpdatePermission | |||||
| 2008-10-03 | Cleanup mailman_lib.php a bit so that it can be configured for more envs.pre_update_permission | Nick Palmer | 1 | -7/+29 | |
| Add warning for no board to mailing_list.php. | |||||
| 2008-10-02 | use hasEditPerm instead of generic hasUserPermcreate_permission | wjames5 | 1 | -1/+1 | |
| 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-09-15 | checks to keep user input after preview | laetzer | 1 | -1/+5 | |
| 2008-09-12 | duplicate anchor name replaced with unique id | laetzer | 1 | -5/+1 | |
| 2008-08-04 | add topic_count and post_count to board listing | Christian Fowler | 1 | -3/+2 | |
| 2008-08-04 | add table header and re-org info for nicer presentation - not totally ↵ | wjames5 | 1 | -19/+34 | |
| complete until we have post count data which should be added soon | |||||
| 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 | make threaded feature work | wjames5 | 1 | -0/+6 | |
| 2008-08-01 | fix up various problems with moving topics | wjames5 | 1 | -2/+4 | |
| 2008-08-01 | fix moving a topic - get rid of ajax too | wjames5 | 2 | -31/+12 | |
| 2008-08-01 | change topic delete to require board admin perm instead of edit - more in ↵ | wjames5 | 2 | -8/+8 | |
| 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 | clean up all topic pref settings like sticky and notify - remove ajaxiness ↵ | wjames5 | 1 | -10/+1 | |
| which just complicated things - for now we move this stuff to new edit_topic file to try to make things sane | |||||
| 2008-07-31 | migrate board topic post to more common file name convention, this will be ↵ | wjames5 | 3 | -9/+9 | |
| slightly weird for some tpls temporarily - those will get cleaned up in follow up changes | |||||
| 2008-06-15 | Make boards 'Warned Posts' feature work | Jams H Thompson | 1 | -1/+1 | |
| 2008-05-27 | extended class so that floaticon can be floated | laetzer | 1 | -2/+2 | |
| 2008-05-27 | added class so that warn_block can be floated | laetzer | 1 | -1/+1 | |
| 2008-04-25 | update perm check calls to hasUserPerm and the like | wjames5 | 2 | -5/+5 | |
| 2008-04-22 | link title to get back to board | Christian Fowler | 1 | -1/+1 | |
| 2008-04-22 | hide technical configuration except from boards admins | Christian Fowler | 1 | -26/+25 | |
| 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-21 | remove gContent assignment seems unused and only causes trouble since ↵ | wjames5 | 1 | -2/+0 | |
| assigned item is not an object | |||||
| 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 | |
