﻿ticket,summary,type,release,owner,status,created,modified,_description,_reporter
8850,Support for tables,enhancement,0.12,Itamar Ostricher,reopened,2011-05-30T19:15:32+02:00,2011-12-12T08:35:43+01:00,"Best effort - convert HTML tables to wiki-tables, always try simplest form first (so users using source-editing are not overwhelmed...)",Itamar Ostricher
8852,Include stylesheets in editor Wysiwyg-mode,enhancement,0.12,Itamar Ostricher,reopened,2011-05-30T19:23:10+02:00,2011-12-10T20:41:01+01:00,"Currently, the stylesheets are not propagated into the editor preview, so elements that should be rendered in some manner because of CSS are not rendered correctly (e.g. <span class=""underline""> is not rendered with underline in editor.",Itamar Ostricher
8884,Tweak toolbars to include only supported commands & elements,defect,0.12,Itamar Ostricher,assigned,2011-06-11T12:48:51+02:00,2011-11-16T08:50:11+01:00,"The current implementation uses the default CKEditor toolbar, that contains many rich features that sometimes are relevant only to pure HTML content, and on the other hand excludes features that are wiki-specific.

See as reference the BBCode plugin for CKEditor: file:///C:/Users/EdanM/projects/eclipse/ckenv/htdocs/js/ckeditor/_samples/bbcode.html",Itamar Ostricher
12830,CKEditor only shows on Wiki edit screen.   Ticket edit screen shows old editor.,defect,,Itamar Ostricher,new,2016-07-24T16:52:55+02:00,2016-07-24T17:24:30+02:00,"Working with a fresh install of Trac 1.0.10 with the latest build of CKEditorPlugin.  The CKEditor interface is not displayed in ticket or wiki edit screens.   

Installation steps: 

{{{
easy_install https://trac-hacks.org/svn/ckeditorplugin/trunk
mkdir /data/www/virtualhosts/trac/htdocs/js
svn checkout http://svn.ckeditor.com/CKEditor/releases/stable /data/www/virtualhosts/trac/htdocs/js/ckeditor

}}}


trac.ini: 
{{{
[ckeditor]
code_styles = php, js, html, sql, default, xml
editor_source = site/js/ckeditor/ckeditor.js
editor_type = full_integration

[components]
ckintegration.* = enabled
}}}

I restarted Apache after installation and trac.ini configuration.  trac.ini is being read as our custom logo is displayed.  

Apache has read and write access to all files in the trac project (and execute access for all folders in the trac project).   SELinux labels are correctly applied (the problem persists if I disable SELinux). 

Curiously, the plugin is not appearing on the Plugins page under Admin.  

There are no related errors in trac.log or the apache log files. 

",adrya.stembridge@…
9586,[1.1dev] Wiki-Links are not saved after edit,defect,0.12,Itamar Ostricher,new,2011-12-06T08:48:07+01:00,2011-12-06T08:57:51+01:00,"When having a wiki page like this:

{{{

= Heading 1 = 
__My name__ is '''''Nobody! '''''

 1. A [WikiStart numbered] list
 1. with 2 items
 1. is weird
}}}

Everything seems fine, but after editing the page the link is lost.",Franz
8848,Dialogs for inserting and editing TracLinks,enhancement,0.12,Itamar Ostricher,new,2011-05-30T19:05:23+02:00,2011-06-01T01:25:13+02:00," * Choose target from list of pages (TitleIndex? sophisticated AJAX-auto-completion?)
 * Control caption
 * InterTrac awareness
 * InterWiki & InterMapTxt awareness
 * Create new page (or stub) directly from dialog
 * Tags awareness?
 * Permissions enforcement
 * Repository, Tickets, Reports, other types of resources (including custom ones)",Itamar Ostricher
8849,Dialogs for inserting and editing macros,enhancement,0.12,Itamar Ostricher,new,2011-05-30T19:12:14+02:00,2011-05-30T19:12:14+02:00," * Retrieve available macros dynamically
 * Intuitive interface, at least for known macros (e.g. TitleIndex, PageOutline, TicketQuery, TOC, ListTagged, etc.)
 * Some kind of generic and usable interface for unknown macros
 * Extensible - other plugins that supply macros should be able to supply their own dialogs, to a certain extent

Trade-off: Render in editor? Just a place-holder? Something in between? (like embedded objects with properties and preview / thumbnail)",Itamar Ostricher
8885,Upload and embed images in editor mode,enhancement,0.12,Itamar Ostricher,new,2011-06-11T13:02:32+02:00,2011-11-17T15:08:00+01:00," - Attach image to wiki /ticket from within the ""Insert image"" dialog.
  - How to handle uploads before image / ticket is created?
  - Maybe allow uploading into repository instead of attach to resource...
 - Permission-awareness
 - Drag & drop support
 - Copy-paste support",Itamar Ostricher
8886,Toolbar should be available also in source mode,enhancement,0.12,Itamar Ostricher,new,2011-06-11T13:04:14+02:00,2011-06-11T13:04:14+02:00,"Save button should be enabled.

Commands and elements should be available and insert the respective wiki-elements.",Itamar Ostricher
8887,Add screenshots of integration to plugin wiki page,task,0.12,Itamar Ostricher,new,2011-06-11T13:07:27+02:00,2011-06-11T13:07:27+02:00,Here: CkEditorPlugin#Example,Itamar Ostricher
8888,Preview button in CKEditor should trigger Trac-preview,defect,0.12,Itamar Ostricher,new,2011-06-11T13:10:46+02:00,2019-05-09T16:05:43+02:00,,Itamar Ostricher
9562,[1.1dev] Wrong rendering when entering link manually,defect,0.12,Itamar Ostricher,new,2011-11-29T13:38:40+01:00,2011-11-29T13:38:40+01:00,"When entering a link manually, it is printed with an exclemation mark.

'''Example:'''
entering http://google.de is saved as `http:!//google.de[[BR]]`

This is because a double slash (`//`) is the alternative italic command (at least in Trac-trunk).",Franz
9563,[1.1dev] Escaping Words is not working after saving,defect,0.12,Itamar Ostricher,new,2011-11-29T13:47:45+01:00,2011-11-29T13:49:08+01:00,"CamelCase is a feature of Trac-wiki. But when you do not like to have a link to a page (most often if it does not exist) you can prepend the word with an exclemation mark, like `!CamelCase`, which should be displayed as !CamelCase.

This works only for the first time. When changing the Ticket, the link appears next time. A workaround is to have a `monospaced` text like in [https://trac-hacks.org/browser/ckeditorplugin/trunk/config.js.sample#L19 line 19 of config.js.sample].",Franz
9564,[1.1dev] Incorrect use of numeration,defect,0.12,Itamar Ostricher,new,2011-11-29T14:15:08+01:00,2011-11-29T14:15:08+01:00,"When entering something like `s. example`, Trac thinks that `s` is the starting point of a listing with `s` as value. Next would be `t` (at least in Trac-trunk).

'''Example:'''
{{{
s. example 1
s. example 2
}}}

Outcome in Trac-trunk would be:
{{{
s. example 1
t. example 2
}}}

CKeditorPlugin makes a numeric of `s`, so it is saved later on with `19. example`.

'''Expected behavior:'''
Best would be if it is just handled as text (but this is difficult to distinguish). 2nd best would be if it is handled like Trac do it (display letters instead of number).",Franz
12320,Plugin has no license,task,1.0,Itamar Ostricher,new,2015-05-15T17:27:04+02:00,2015-06-03T21:44:19+02:00,"The plugin currently does not indicate a license. Would you kindly add one? Suggested changes can be found in DevGuide#License. 
",figaro
13763,CKEditor Plugin fails to work after update of trac 1.2 to 1.4,defect,1.4,Itamar Ostricher,new,2020-03-16T13:52:38+01:00,2020-03-16T14:09:06+01:00,"I installed CKEditor plugin on trac 1.2 - worked fine.

I upgraded trac to version 1.4, and the CKEditor plugin fails to work - the regular editor is shown instead.

Are there any known issues with trac 1.4 compatibility - perhaps with the new template engine? Any hints would be highly appreciated.

Thanks for your good work!",boris.horner@…
