This is a snapshot of Indico's old Trac site. Any information contained herein is most probably outdated. Access our new GitHub site here.

Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#376 closed defect (fixed)

Problem with using styles in inline minutes

Reported by: lsyroka Owned by: lsyroka
Priority: normal Milestone: v0.97.0
Component: General Version: 0.97.0
Keywords: Cc:

Description

Inline minutes in meeting overview uses page stylesheet, which may break page layout and causes that they look different than in FCK editor.

Change History (8)

comment:1 Changed 5 years ago by lsyroka

  • Status changed from new to accepted

comment:2 Changed 5 years ago by dmartinc

Related to #260 and #251 ;) So a fix should close these three tasks.

comment:3 Changed 5 years ago by lsyroka

  • Status changed from in_work to in_merge

comment:4 Changed 5 years ago by lsyroka

fixed by 395

comment:5 Changed 5 years ago by Leszek Syroka <leszek.marek.syroka@…>

  • Resolution set to fixed
  • Status changed from in_merge to closed

In [203b371bc8086cbcf1ff8beed8b902401523dfc2]:

[FIX] HTML parser

  • HTMLParser coding style changed to Indico's.
  • some bugs in the parser fixed.
  • dialogs while parsed text contains some harmful code added.
  • fckeditor style changed to default.css
  • styles of h1 and h2 are now consistent
  • whitelists updated
  • problem with unary tags resolved
  • fix#376

comment:6 Changed 5 years ago by Leszek Syroka <leszek.marek.syroka@…>

In [a307794b5e5e4bf78e170a1bd717ab311d4fa428]:

[FIX] Sanity module

  • client and server side input parsing integration
  • merged with branch fix#376-inline-minute-no-iframes
  • both parser are using the same whitelists
  • logic of client side parser changed to be coherent with server side parser
  • parsers whitelists and current sanitization level were put to vars.js.tpl file to the dictionary 'Security'
  • whitelists content updated
  • CSS keywords filtering added
  • protocol whitelist and url check added
  • fix#395

comment:7 Changed 5 years ago by Leszek Syroka <leszek.marek.syroka@…>

In [203b371bc8086cbcf1ff8beed8b902401523dfc2]:

[FIX] HTML parser

  • HTMLParser coding style changed to Indico's.
  • some bugs in the parser fixed.
  • dialogs while parsed text contains some harmful code added.
  • fckeditor style changed to default.css
  • styles of h1 and h2 are now consistent
  • whitelists updated
  • problem with unary tags resolved
  • fix#376

comment:8 Changed 5 years ago by Leszek Syroka <leszek.marek.syroka@…>

In [a307794b5e5e4bf78e170a1bd717ab311d4fa428]:

[FIX] Sanity module

  • client and server side input parsing integration
  • merged with branch fix#376-inline-minute-no-iframes
  • both parser are using the same whitelists
  • logic of client side parser changed to be coherent with server side parser
  • parsers whitelists and current sanitization level were put to vars.js.tpl file to the dictionary 'Security'
  • whitelists content updated
  • CSS keywords filtering added
  • protocol whitelist and url check added
  • fix#395
Note: See TracTickets for help on using tickets.