summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)AuthorFilesLines
2009-10-08boards own menu for rss feeds and put icons on boards and topic pageswjames53-2/+57
2009-10-08add httpauth support in header rss linkswjames51-2/+2
2009-10-05display non found msg if no boardswjames51-1/+3
2009-10-05add liberty icon services to board view, and hide linkedboard link from ↵wjames51-2/+3
board objects is circular
2009-06-30move $() into BitBase name space, and use document.getElementById in ↵Christian Fowler1-2/+2
distro'ed packages
2009-05-05always and only show edits to board adminChristian Fowler1-1/+1
2009-05-01Use 'Last modified' text as that is most prevalent in other packagesChristian Fowler1-2/+2
2009-05-01only show post edits to board admin after comments_edit_minutesChristian Fowler1-3/+3
2009-04-05Leave minifind in it's own div, so that vertical formatting is tidy on older ↵Lester Caine1-2/+2
themes. This could preceed the navbar div if preferred, but tidies up overlaps currently seen.
2009-03-29fix warning iconTekimaki1-1/+1
2009-03-17upgrade Comments to LiberytMime to support attaching files to comments. big ↵wjames51-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-04fix comments getDisplayUrl - gets url based on root_id - related fix boards ↵Tekimaki1-1/+1
topics urls which are derived from comments - note the tpl tweak in boards
2009-01-23use serviceLocation='comment' for comment to display to allow service to opt ↵R250Christian Fowler1-1/+1
for comment only display, such as _bit_moderation
2009-01-23do not include services_inc.tpl on post_display as this can cause hell with ↵Christian Fowler1-1/+1
services that have signifcant content display
2009-01-20Fix quotes on many smarty include directivesDaniel Sutcliffe2-4/+4
2009-01-16only show last modified for comment if edit is over 1 our old or gBitUser is ↵Christian Fowler1-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-29update documentation linkTekimaki1-1/+1
2008-11-27Don't show native boards moderation if modcomments is being used.Nick Palmer1-2/+3
2008-11-22only show empty flipswitches to those with ability to change themChristian Fowler1-8/+8
2008-11-21add classes to table headersChristian Fowler1-4/+4
2008-11-18add userCanUpdate, and remove root object stuff in userCanEdit since it was ↵Christian Fowler1-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-20BIG CHANGE: migrate p_*_edit permissions to p_*_update permission naming ↵Christian Fowler4-9/+9
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-7/+29
Add warning for no board to mailing_list.php.
2008-10-02use hasEditPerm instead of generic hasUserPermcreate_permissionwjames51-1/+1
2008-10-02Move expunge to edit where it belongs.Nick Palmer1-2/+2
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-15checks to keep user input after previewlaetzer1-1/+5
2008-09-12duplicate anchor name replaced with unique idlaetzer1-5/+1
2008-08-04add topic_count and post_count to board listingChristian Fowler1-3/+2
2008-08-04add table header and re-org info for nicer presentation - not totally ↵wjames51-19/+34
complete until we have post count data which should be added soon
2008-08-01move breadcrumb up top for consistancy with topic view - this will allow for ↵wjames51-4/+8
nice expansion when we have subboards eventually
2008-08-01make threaded feature workwjames51-0/+6
2008-08-01fix up various problems with moving topicswjames51-2/+4
2008-08-01fix moving a topic - get rid of ajax toowjames52-31/+12
2008-08-01change topic delete to require board admin perm instead of edit - more in ↵wjames52-8/+8
keeping with old separate remove perm - plus content_id bug fix in edit_topic
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 ↵wjames51-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-31clean up all topic pref settings like sticky and notify - remove ajaxiness ↵wjames51-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-31migrate board topic post to more common file name convention, this will be ↵wjames53-9/+9
slightly weird for some tpls temporarily - those will get cleaned up in follow up changes
2008-06-15Make boards 'Warned Posts' feature workJams H Thompson1-1/+1
2008-05-27extended class so that floaticon can be floatedlaetzer1-2/+2
2008-05-27added class so that warn_block can be floatedlaetzer1-1/+1
2008-04-25update perm check calls to hasUserPerm and the likewjames52-5/+5
2008-04-22link title to get back to boardChristian Fowler1-1/+1
2008-04-22hide technical configuration except from boards adminsChristian Fowler1-26/+25
2008-04-21add in new service list_tpl for including info like we would using body, but ↵wjames51-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-21remove gContent assignment seems unused and only causes trouble since ↵wjames51-2/+0
assigned item is not an object
2008-04-17woops wrong object ref board not groupwjames51-2/+2
2008-04-17fix perm check to see mailing list subscription iconwjames51-2/+2