Anonymous | Login | Signup for a new account | 2024-09-09 23:52 CDT |
Main | My View | View Issues | Change Log | Roadmap | Docs | Wiki | Repositories |
Viewing Issue Simple Details [ Jump to Notes ] [ Wiki ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||
ID | Category | Type | Reproducibility | Date Submitted | Last Update | ||
0000070 | [In-Portal CMS] Admin Interfaces | bug report | always | 2009-06-13 10:19 | 2009-10-03 07:56 | ||
Reporter | alex | View Status | public | Project Name | In-Portal CMS | ||
Assigned To | alex | Developer | |||||
Priority | normal | Resolution | fixed | Fixed in Version | 5.0.0 | ||
Status | closed | Product Version | 5.0.0 | Target Version | 5.0.0 | ||
Time Estimate | No estimate | ||||||
Summary | 0000070: FCKEditor integration fixes | ||||||
Description |
1. "undefined" is shown instead of dialog title in "Insert/Modify Document" popup 2. missing Flash upload dialog 3. upgrade to last released version (only, when it won't take a lot of time) 4. add protection of "<inp2:" and "</inp2:" tags (now they are broken after usage of FCKEditor) |
||||||
Additional Information | |||||||
Tags | No tags attached. | ||||||
Reference | |||||||
Change Log Message | |||||||
Estimate Points | 0 | ||||||
Attached Files | |||||||
|
Relationships [ Relation Graph ] [ Dependency Graph ] | |
Notes | |
(0000063) alex (manager) 2009-06-13 10:31 |
Fix committed to RC branch. Commit Message: 1. Fixes 0000070: FCKEditor integration fixes 2. Optimized "inp_fckconfig.js" - it now only contains changed lines, not a copy of "fckconfig.js" as before. 3. FCKEditor upgraded from 2.6.3 to 2.6.4 |
(0000678) administrator (administrator) 2009-10-03 07:56 |
Closing issues from 5.0.0 version, because version was already released. |
Related Changesets | |||
In-Portal CMS: RC r11852 Timestamp: 2009-06-13 10:30:18 Author: alex [ Details ] [ Diff ] |
1. Fixes 0000070: FCKEditor integration fixes 2. Optimized "inp_fckconfig.js" - it now only contains changed lines, not a copy of "fckconfig.js" as before. 3. FCKEditor upgraded from 2.6.3 to 2.6.4 |
||
mod - /in-portal/branches/RC/core/admin_templates/js/inp_fckconfig.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/css/fck_editorarea.css | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/css/fck_internal.css | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/css/fck_showtableborders_gecko.css | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/common/fck_dialog_common.css | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/common/fck_dialog_common.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_about.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_anchor.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_button.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_checkbox.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_colorselector.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_div.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_docprops/fck_document_preview.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_docprops.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_flash/fck_flash.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_flash/fck_flash_preview.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_flash.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_form.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_hiddenfield.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_image/fck_image.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_image/fck_image_preview.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_image.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_link/fck_link.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_link.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_listprop.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_paste.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_radiobutton.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_replace.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_select/fck_select.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_select.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_smiley.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_source.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_specialchar.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_spellerpages.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_table.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_tablecell.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_template.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_textarea.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dialog/fck_textfield.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dtd/fck_xhtml10strict.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/dtd/fck_xhtml10transitional.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/fckdebug.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/fckdialog.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/fckeditor.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/fckeditor.original.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/filemanager/browser/default/js/common.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/filemanager/browser/default/js/fckxml.js | [ Diff ] [ File ] | ||
add - /in-portal/branches/RC/core/editor/editor/filemanager/connectors | [ File ] | ||
add - /in-portal/branches/RC/core/editor/editor/filemanager/connectors/php | [ File ] | ||
add - /in-portal/branches/RC/core/editor/editor/filemanager/connectors/php/basexml.php | [ File ] | ||
add - /in-portal/branches/RC/core/editor/editor/filemanager/connectors/php/commands.php | [ File ] | ||
add - /in-portal/branches/RC/core/editor/editor/filemanager/connectors/php/config.php | [ File ] | ||
add - /in-portal/branches/RC/core/editor/editor/filemanager/connectors/php/connector.php | [ File ] | ||
add - /in-portal/branches/RC/core/editor/editor/filemanager/connectors/php/io.php | [ File ] | ||
add - /in-portal/branches/RC/core/editor/editor/filemanager/connectors/php/phpcompat.php | [ File ] | ||
add - /in-portal/branches/RC/core/editor/editor/filemanager/connectors/php/upload.php | [ File ] | ||
add - /in-portal/branches/RC/core/editor/editor/filemanager/connectors/php/util.php | [ File ] | ||
add - /in-portal/branches/RC/core/editor/editor/filemanager/connectors/test.html | [ File ] | ||
add - /in-portal/branches/RC/core/editor/editor/filemanager/connectors/uploadtest.html | [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/js/fckadobeair.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/js/fckeditorcode_gecko.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/js/fckeditorcode_ie.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/_translationstatus.txt | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/af.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/ar.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/bg.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/bn.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/bs.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/ca.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/cs.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/da.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/de.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/el.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/en-au.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/en-ca.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/en-uk.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/en.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/eo.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/es.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/et.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/eu.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/fa.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/fi.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/fo.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/fr-ca.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/fr.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/gl.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/gu.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/he.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/hi.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/hr.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/hu.js | [ Diff ] [ File ] | ||
add - /in-portal/branches/RC/core/editor/editor/lang/is.js | [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/it.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/ja.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/km.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/ko.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/lt.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/lv.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/mn.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/ms.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/nb.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/nl.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/no.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/pl.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/pt-br.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/pt.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/ro.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/ru.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/sk.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/sl.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/sr-latn.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/sr.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/sv.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/th.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/tr.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/uk.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/vi.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/zh-cn.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/lang/zh.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/plugins/MyImage/fck_image.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/plugins/MyLink/fck_link.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/plugins/document/document.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/plugins/document/document.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/plugins/document/fckplugin.js | [ Diff ] [ File ] | ||
add - /in-portal/branches/RC/core/editor/editor/plugins/document/lang | [ File ] | ||
add - /in-portal/branches/RC/core/editor/editor/plugins/document/lang/en.js | [ File ] | ||
add - /in-portal/branches/RC/core/editor/editor/plugins/document/lang/ru.js | [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/skins/_fckviewstrips.html | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/skins/default/fck_dialog.css | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/skins/default/fck_dialog_ie6.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/skins/default/fck_editor.css | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/skins/default/fck_strip.gif | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/skins/office2003/fck_dialog.css | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/skins/office2003/fck_dialog_ie6.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/skins/office2003/fck_editor.css | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/skins/silver/fck_dialog.css | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/skins/silver/fck_dialog_ie6.js | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/skins/silver/fck_editor.css | [ Diff ] [ File ] | ||
mod - /in-portal/branches/RC/core/editor/editor/skins/silver/fck_strip.gif | [ Diff ] [ File ] | ||
add - /in-portal/branches/RC/core/editor/editor/wsc | [ File ] | ||
add - /in-portal/branches/RC/core/editor/editor/wsc/ciframe.html | [ File ] | ||
add - /in-portal/branches/RC/core/editor/editor/wsc/tmpFrameset.html | [ File ] | ||
add - /in-portal/branches/RC/core/editor/editor/wsc/w.html | [ File ] | ||
Issue History | |||
Date Modified | Username | Field | Change |
2009-10-03 07:56 | administrator | Note Added: 0000678 | |
2009-10-03 07:56 | administrator | Status | resolved => closed |
2009-06-13 10:34 | alex | Fixed in Version | => 5.0.0 |
2009-06-13 10:34 | alex | Target Version | => 5.0.0 |
2009-06-13 10:31 | alex | Note Added: 0000063 | |
2009-06-13 10:31 | alex | Status | active => resolved |
2009-06-13 10:31 | alex | Resolution | open => fixed |
2009-06-13 10:31 | alex | Assigned To | => alex |
2009-06-13 10:31 | alex | Changeset attached | RC r11852 |
2009-06-13 10:31 | alex | Category | (No Category) => Admin Interfaces |
2009-06-13 10:19 | alex | New Issue |
Main | My View | View Issues | Change Log | Roadmap | Docs | Wiki | Repositories |
Web Development by Intechnic In-Portal Open Source CMS |