CustodesTechnologia / System

The repository devoted to plan, organize and execute work items pursuant to the System
0 stars 2 forks source link

Triage BBCodes #32

Open sibomots opened 2 years ago

sibomots commented 2 years ago

Database reference

This is the list of all of the legacy BBcodes.

Some are vanilla (already supported). Some are custom (invented by B&C).

Of these:

  1. Which are custom
  2. and of those, which are most important to scrub (convert into actual HTML/CSS)
acronym
argostest  (Not going to fix)
article
b
background
basicheader
basicheaderhalf
button
captionleft
captionright
caslonheader
caslonheader2
caslonskullheader
center
clearfloat
code
color
Defineobject
Definition
dropcap
email
font
hidden
hr
html
i
imageleft
imageright
img  (Signatures: FIXED,   Posts: In work)
indent
left
leftsidebar
lightboxclose
lightboxload
list
media
member
newcaptionleft
openlightbox
php
post
quote
right
rightsidebar
sharedmedia
size
skullheader (Posts: In work)
skullheaderhalf  (Posts: In work)
smallheader (Posts: In work)
smallheaderhalf (Posts: In work)
smallspacemarine
smindent
snapback
spacemarine
spoiler
sql
strike
sub
sup
table
td
th
topic
tr
twitter
u
url  (Signatures: FIXED,   Posts: In work)
wfcaptionleft
wfcaptionright
wiki
xml
sibomots commented 2 years ago

All of these are easy to fix, but I need a prioritization of the BBCODE Tags to fix first.

dosjetka commented 2 years ago

In addition to those BBCodes, the [quote] BBCode seems to be causing issues. For example, this post from 2005 shows the "raw" code whereas this post from 2016 has indented text instead of the code.

Brother-Tyler commented 2 years ago

The following custom BBCode can be ignored:

argostest article defineobject hr html lightboxclose lightboxload openlightbox php snapback sql twitter wfcaptionleft wfcaptionright wiki xml

The following BBCodes are the highest priority:

email imageleft imageright img member post quote topic url

The following commonly used BBCodes are the next priority:

b center code color font hidden i left list right size spoiler table (feel free to kill this one and its children – td, th, and tr – if it is too much of a PITA) td th tr u

This last group of BBCodes are the lowest priority:

acronym background basicheader basicheaderhalf button (don’t make any heroic efforts to save this one if it’s a PITA) captionleft captionright caslonheader caslonheader2 caslonskullheader clearfloat Defineobject Definition dropcap hidden imageleft imageright indent leftsidebar media newcaptionleft rightsidebar sharedmedia skullheader (Posts: In work) skullheaderhalf (Posts: In work) smallheader (Posts: In work) smallheaderhalf (Posts: In work) smallspacemarine smindent spacemarine strike sub sup