mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-17 21:43:11 +01:00
9f2f7f6d4f
"Attached a small patch on fckeditor that leaves our url passed exact (from site pref), removes the append of file type"
16 lines
780 B
Plaintext
16 lines
780 B
Plaintext
Changes made to fckeditor to work properly on egroupware
|
|
- fckconfig.js
|
|
- Added egw_* toolbars
|
|
- editor/filemanager/browser/default/connectors/php/connector.php
|
|
- Change hardcoded image dir from Image -> images (to respect the actual behavior in sitemgr)
|
|
- editor/filemanager/browser/default/frmresourcetype.html
|
|
- Again change Image -> images
|
|
- editor/filemanager/browser/default/connectors/php/config.php
|
|
- Commented hardcoded Userdir path
|
|
- Enable the browser
|
|
- editor/filemanager/upload/php/config.php
|
|
- Commented hardcoded Userdir path (is disabled by default)
|
|
- editor/filemanager/browser/default/connectors/php/io.php
|
|
- Remove the append of directory per type, example, for images the final url is base+serverpath+images (or type)
|
|
|
|
|