Commit Graph

1810 Commits (ccf7bd67d1111db31e28f1112d2ea3780c1c9915)

Author SHA1 Message Date
Juan Carlos Raña 4d137dd17c [svn r21942] put class in the correct directory 17 years ago
Juan Carlos Raña 12dc8c3206 [svn r21941] adding class html2pdf v.3.22a 17 years ago
Ivan Tcholakov b8bf14f443 [svn r21933] FS#2867 - The FCKEditor, all introduction sections: Eliminating the global variable $fck_attribute. 17 years ago
Ivan Tcholakov 27807e9717 [svn r21931] FS#2867 - The FCKEditor: Starting to use the new editor's configuration framework from the course hme page, the introduction section. Here (for example) the name of the toolbar is "hardcoded", this is inevitable. But width and height of the editor come from a configuration file, they can be tweaked by a non-programmer. Th shown manner avoids using the >global< variable $fck_attribute. 17 years ago
Ivan Tcholakov 2968d05505 [svn r21930] FS#4383 and FS#2867 - The FCKEditor: A modification for security improvement. 17 years ago
Ivan Tcholakov 8a853d7bca [svn r21929] FS#2867 - The FCKEditor: Finishing editor's configuration from php-side. 17 years ago
Ivan Tcholakov d74c31b36f [svn r21922] FS#2867 - The FCKEditor, configuration: Modifications about 'ToolbarLocation' option. 17 years ago
Ivan Tcholakov 1699278f44 [svn r21917] FS#2867 - The FCKEditor, configuration: Modifications about 'ToolbarCanCollapse' and 'ToolbarStartExpanded' options. 17 years ago
Ivan Tcholakov 8ef32f3e87 [svn r21913] FS#2867 - The FCKEditor, configuration: Modifications about 'BlockCopyPaste' option. 17 years ago
Ivan Tcholakov 9fdbae7f41 [svn r21910] FS#2867 - The FCKEditor: Starting to simplify configuration of the online editor. 17 years ago
Ivan Tcholakov faf9283f61 [svn r21904] FS#2867 - The FCKEditor: Adding index.html (empty) to the toolbars folder. 17 years ago
Julio Montoya d548cae293 [svn r21901] Adding more Security see FS#4389 17 years ago
Ivan Tcholakov 6b00e081c6 [svn r21870] FS#2867 - The FCKEditor, the initialization script: Adding security-related checks. 17 years ago
Ivan Tcholakov b2b30809d6 [svn r21869] FS#2867 - The FCKEditor: Functionality has been implemented for providing differnt toolbars for normal-sized and maximized editor. 17 years ago
Ivan Tcholakov b974ea9979 [svn r21868] FS#2867 - The FCKEditor: Corrections in myconfig.js about loading plugins. Hiding all the quick-upload tabs from dialogs in advanced file manager mode. 17 years ago
Ivan Tcholakov 1393844ee4 [svn r21867] FS#2867 - The FCKEditor: Fixing a wrong statement within the customizations plugin. 17 years ago
Ivan Tcholakov 57c22e297f [svn r21866] FS#2867 - The FCKEditor: Fixing javascript errors when some plugins are disabled. 17 years ago
Ivan Tcholakov 3809ce7fea [svn r21865] FS#2867 - The FCKEditor, plugins: Inserting a missing activation option (flvPlayer). 17 years ago
Ivan Tcholakov 074719c345 [svn r21863] FS#2867 - The FCKEditor, plugins: Moving the configuration data about plugin-activations from myconfig.js to myconfig.php. 17 years ago
Ivan Tcholakov ecb612c726 [svn r21860] FS#2867 - The FCKEditor, the initialization script: Adding array-checks in the code for reading toolbar configuration data. 17 years ago
Ivan Tcholakov f57b2659e3 [svn r21856] FS#4383 - In addition, changes for mainstream code: A minor typo-correction in _whatsnew.html; updating the build number, because within the editor in SVN there are more patches applied; updating the file commands.php (*); updating fck_about.html. 17 years ago
Yannick Warnier ebd7abf093 [svn r21852] Fixed security flaws in FCKeditor 2.6.4 (see FS#4383) 17 years ago
Ivan Tcholakov ddb0e6a4ba [svn r21851] FS#2867 - Correcting a grammar error. 17 years ago
Ivan Tcholakov 4311217e6d [svn r21850] FS#2867 - The FCKEditor: Implementing a 2.6.5 SVN patch, ticket #3880 - http://dev.fckeditor.net/ticket/3880 . 17 years ago
Ivan Tcholakov 5f07ec4e5b [svn r21833] FS#2867 - The FCKEditor, configuration data: Moving configuration data about blocking copy/paste to correspondent php toolbar definition files. For testing purposes moved items have been set to activate blocking copy/paste for learners. Cleaning the configuration file myconfig.js 17 years ago
Ivan Tcholakov a8591264e8 [svn r21832] FS#2867 - The FCKEditor, configuration data: Defining editor's toolbar definitions in separate files, a file for each definition. Thus, the server loads only necessary data while creates editor instance. 17 years ago
Ivan Tcholakov 9e57d9e457 [svn r21827] FS#2867 - The FCKEditor, the initialization script: Implementing a feature for debugging purposes - when the system is in "test server" mode, the online editor runs using the original source of its javascripts, which are not "compressed". Other changes have been made for near future needs. 17 years ago
Ivan Tcholakov 4829931b86 [svn r21823] FS#2867 - The FCKEditor, the initialization script: Changing the way of a php-file inclusion. 17 years ago
Ivan Tcholakov e52d0451c1 [svn r21821] FS#2867 - The FCKEditor: Moving toolbar related data, myconfig.js ---> myconfig.php. 17 years ago
Ivan Tcholakov c694ca56ee [svn r21817] FS#2867 - The FCKEditor: Yet another correction in the the php-initialization script. 17 years ago
Ivan Tcholakov bbfc0a2955 [svn r21816] FS#2867 - The FCKEditor: A correction in the the php-initialization script. Starting to move toolbar related data from the js configuration file to the php one. 17 years ago
Ivan Tcholakov 53db4bdf5a [svn r21812] FS#2867 - The FCKEditor: More reworks on the php-initialization script. Testing some additional toolbar settings in myconfig.php. 17 years ago
Ivan Tcholakov 93ff033d90 [svn r21807] FS#2867 - The FCKEditor: Refactoring the common php-initialization script. Adding a custom configuration file on the php-side - myconfig.php, which will give more flexibility in editor customizations. 17 years ago
Ivan Tcholakov f8414f8565 [svn r21794] FS#2867 - The FCKEditor: Upgrading the common php-initialization script, so it could be able to pass non-scalar data from php-side to js-side. We will need to pass toolbar configuration data (arrays). 17 years ago
Ivan Tcholakov 335f526d72 [svn r21793] FS#2867 - The FCKEditor: Simplifying the name of the repository initialization script. 17 years ago
Juan Carlos Raña 8aa20d03cb [svn r21792] improve wiki speed and first step for implement handling of conflicts due to concurrent wiki edits 17 years ago
Ivan Tcholakov cba42d7c7a [svn r21788] FS#2867 - Addition to the previous commit SVN#21787. 17 years ago
Ivan Tcholakov f223a520a2 [svn r21787] FS#2867 - Removing previously (SVN#21786) introduced constants, because they have been already defined. Addind empty index.html to some directories. Introducing a new (tiny at the moment) static class Media in the system's library . It is intended to manage the multi-media features. 17 years ago
Ivan Tcholakov 3891ed4e8c [svn r21786] FS#2867 - Defining in the main API common purpose constants for spacifying paths. At the moment they will be needed for making media features of the online editor customizable. Cleaning/fixing whitespace in main_api.lib.php. 17 years ago
Ivan Tcholakov 453c11bdb2 [svn r21785] FS#2867 - Placing the hybrid javascript SWFObject 1.5 and SWFObject 2.2, so it could be used by anyone at any place of the system. This javascript will be used (as an optional choice instead of the embed tag) by all the online editor's plugins which embed flash-based content. 17 years ago
Ivan Tcholakov 6fc12a6fb8 [svn r21784] FS#2867 - The FCKEditor, the FLV player: Preparing a hybrid solution, a merged code of SWFObject 1.5 and the SWFObject 2.2 javascripts. This solution is intended to modernize flash-objects embedding without breaking backward compatibility. 17 years ago
Ivan Tcholakov 609363be0f [svn r21782] FS#2867 - The FCKEditor: Corrections within the Bulgarian language file. 17 years ago
Ivan Tcholakov 4635722853 [svn r21781] FS#2867 - The FCKEditor: Replacing the toolbar icons by a new set of them, taken (and slightly modified) from the CKEditor 3.0. The new icons fit better to the overall appearance of the system. 17 years ago
Ivan Tcholakov 23c28055b1 [svn r21780] FS#2867 - The FCKEditor: A visual fix for the wikilink toolbar icon - removing some bright pixels. 17 years ago
Ivan Tcholakov d6b7eb9112 [svn r21774] FS#2867 - The FCKEditor: Removing a file that does not belong to the original source. 17 years ago
Ivan Tcholakov 62cb7e4342 [svn r21772] FS#2867 - The FCKEditor: Adding a preview tab to the "Insert/Edit video" dialog. 17 years ago
Julio Montoya 79212da831 [svn r21771] Uploaded images by a fckeditor now can be added also to the DB 17 years ago
Ivan Tcholakov 8ac80007b0 [svn r21769] FS#2867 - The FCKEditor: Modification of the "__flash__removeCallback" patch and other minor corrections. 17 years ago
Ivan Tcholakov 61ac4c8e79 [svn r21768] FS#2867 - The FCKEditor, the flash dialog: Activating the "__flash__removeCallback" patch. 17 years ago
Ivan Tcholakov d9b7d9391e [svn r21766] FS#2867 - The FCKEditor: Resizing some dialogs. 17 years ago