Ticket #18 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Add switch to user prefs to enable/disable TinyMCE

Reported by: dez Assigned to: dez
Priority: normal Milestone: Basic Completeness
Component: blog-admin Version:
Severity: critical Keywords:
Cc:

Description

There should be a switch to disable TinyMCE

Change History

04/07/05 01:27:06 changed by dez

  • owner changed from rollercow to dez.
  • status changed from new to assigned.

04/07/05 01:40:58 changed by dez

Added editor column to the users table in [136]. Now need this done on the database itself.

04/07/05 01:41:10 changed by dez

  • owner changed from dez to rollercow.
  • status changed from assigned to new.

04/07/05 04:50:10 changed by dez

Once the column is in the database, we have to add the tickbox to settings, check for it and if absent, stop the js for tinymce from showing. If it's present, we need to stop the nl2br stuff from happening.

04/07/05 06:22:39 changed by dez

  • severity changed from normal to critical.

Severity increased to critical because this ticket is now the only thing stopping us go live with the Blog system. Of course, we still need to do a big pile of testing...

04/07/05 14:28:56 changed by rollercow

Live database now contains the field

09/07/05 13:52:40 changed by dez

  • owner changed from rollercow to dez.

09/07/05 13:52:58 changed by dez

  • status changed from new to assigned.

09/07/05 19:22:12 changed by dez

Added tickbox to Settings page in [139] - still have to implement the part where it turns the editor on and off

09/07/05 20:35:19 changed by dez

  • status changed from assigned to closed.
  • resolution set to fixed.

Implemented editor control in [140]