noting bug fixes
This commit is contained in:
parent
3ff7154a9c
commit
c3be54e071
2 changed files with 16 additions and 9 deletions
|
|
@ -74,6 +74,13 @@
|
||||||
Connections created in the Admin Console (Thanks to MABIS Healthcare for
|
Connections created in the Admin Console (Thanks to MABIS Healthcare for
|
||||||
funding this enhancement.)
|
funding this enhancement.)
|
||||||
- Thumnail macro has been updated to work with the asset tree system.
|
- Thumnail macro has been updated to work with the asset tree system.
|
||||||
|
- fix [ 1170169 ] Admin menu cut off in 800x600 resolution
|
||||||
|
- fix [ 1192714 ] New posts for CS doesn't use TinyMCE by default.
|
||||||
|
- fix [ 1190480 ] [6.5.6] Editor choice ignored in Forums
|
||||||
|
- fix [ 1175666 ] CVS code still using WebGUI::Collateral
|
||||||
|
- fix [ 1176172 ] Thumbnail Macro dosn't work
|
||||||
|
- fix [ 1180291 ] tinymce resets src of img incorrectly
|
||||||
|
- fix [ 1186395 ] survey: view statisics broken
|
||||||
- RFE 1035743, internationalize WebGUI macros.
|
- RFE 1035743, internationalize WebGUI macros.
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -219,15 +219,15 @@ sub getAdminFunction {
|
||||||
op=>"editSettings",
|
op=>"editSettings",
|
||||||
group=>"3"
|
group=>"3"
|
||||||
},
|
},
|
||||||
"themes"=>{
|
# "themes"=>{
|
||||||
title=>{
|
# title=>{
|
||||||
id=>"themes",
|
# id=>"themes",
|
||||||
namespace=>"WebGUI"
|
# namespace=>"WebGUI"
|
||||||
},
|
# },
|
||||||
icon=>"themes.gif",
|
# icon=>"themes.gif",
|
||||||
op=>"listThemes",
|
# op=>"listThemes",
|
||||||
group=>"9"
|
# group=>"9"
|
||||||
},
|
# },
|
||||||
"help"=>{
|
"help"=>{
|
||||||
title=>{
|
title=>{
|
||||||
id=>"help",
|
id=>"help",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue