Commit Graph

71 Commits (4f978ed93e5ca29d5c98bcc2ce5ae48b332cccbd)

Author SHA1 Message Date
Ivan Tcholakov a508a21804 Feature #626 - Upgrading the online editor to version 2.6.6. 16 years ago
Ivan Tcholakov 43aaf698d3 Feature #272 - A new function, api_get_text_direction() has been added to the internationalization library. The online editor: A minor correction about determing text direction from language. 16 years ago
cvargas e969a4161a merge 16 years ago
Juan Carlos Raña 348e8356a8 revert the change it is not the place where you have to do it see Bug #2867 16 years ago
Patrick Cool 4b2b1d2a3b re-enabling copy/paste for normal users. 16 years ago
Ivan Tcholakov aa41e35567 Feature #306 - Line endigs cohrrence, Part 2: Converting \r\n line endings (Windows style) to \n (Unix style) in php, html, js, xml, txt files. 16 years ago
Ivan Tcholakov 6304c709bc Feature #306 - The online editor: Enabling the text direction fix from the previos commit for the full page mode too. The logic of the editor is not as I assumed it. 16 years ago
Ivan Tcholakov 6902980635 Feature #306 - The online editor: Fixing text direction (depends on language) for the editing area. This fix is active only when non-full html data is edited. For full html pages (documents) I assume that text direction is coded inside. 16 years ago
Ivan Tcholakov 3cba53ad67 Feature #306 - Online editor: Various improvements an corrections about selecting language files and text direction. 16 years ago
Ivan Tcholakov 8785c201ab Feature #306 - Language selection improvement for the online editor. 16 years ago
Ivan Tcholakov c938905398 Feature #306 - Replacing Database::get_language_isocode() with api_get_language_isocode(). 16 years ago
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 16 years ago
Ivan Tcholakov c40ccb5ec2 Feature #306 - Starting to exploit the powered function api_get_path(), for the online editor. The class Media (media.lib.php) becomes obsolete, it will be removed. 16 years ago
Ivan Tcholakov 08ec99208d Feature #306 - A rework of the function api_get_path(), essential moments are commented. The obsolete setting $GLOBALS['clarolineRepositorySys'] is not used by api_get_path() anymore. Support for the installation process has been added. Functionality has been upgraded with a mechanism for quering about specific "registered" resource files (scripts, players). Another upgrade is adding conversion between types of paths, i.e. between web absolute (WEB), system absolute (SYS), web semi-absolute (REL). Conversion is guaranteed for paths inside Dokeos. A formal test for api_get_path() has been developed. You may see it (there are lots of examples inside) by using URL similar to this one: http://localhost/dokeos/tests/main_api.lib.test_standalone.php . And a discovered mistake for mimetex configuration autodetectoin (a missing last slash) has been fixed (it seems to me there is another minor one - wrong processing URLs with port number, it will be fixed later). 16 years ago
Ivan Tcholakov f42ed072f3 Task #2867 - The online editor: Adding a new plugin asciimath for entering mathematical formulas, based on the ASCIIMathML.js library. 17 years ago
Ivan Tcholakov b0d557d77f [svn r22303] FS#2867 - The online editor, the advanced file manager: Adding a note to protect some double slashes. 17 years ago
Juan Carlos Raña 1fe1348289 [svn r22302] keep the slashes to get it to work properly. When you fix, you can remove slashes please 17 years ago
Ivan Tcholakov b05d44aa9b [svn r22293] FS#2867 - The online editor, the advanced file manager: Minor visual corrections, removing double slashes in manager URLs. 17 years ago
Ivan Tcholakov 48be88bd44 [svn r22264] FS#2867 - The online editor: Corrections in the initialization script. 17 years ago
Ivan Tcholakov b635952c5d [svn r22260] FS#2867 - The online editor, toolbars: Restructuring toolbar definition files - toolbars/ --> toobars/default/ ; toolbars_maxi/ --> toolbars/extended/ 17 years ago
Ivan Tcholakov d9de836891 [svn r22214] FS#2867 - The online editor, toolbars: Logic update in the initialization file. 17 years ago
Ivan Tcholakov 20b6a63060 [svn r22107] FS#2867 - The online editor: An improvement in loading customized toolbars. 17 years ago
Ivan Tcholakov 54447734f2 [svn r22018] FS#2867 -Admin tools, home page edition: Elimination of the global variable $fck_attribute. 17 years ago
Ivan Tcholakov 93bfd73241 [svn r22008] FS#2867 - The online editor, the mimetex plugin: Reworks, moving automatic detection related options from fckeditor.php to myconfig.php. 17 years ago
Ivan Tcholakov 5add263d09 [svn r21988] FS#2867 - The online editor: Adding the previous idea about EditorAreaCSS which was in myconfig.js. It does not look well, so it is commented for now. 17 years ago
Ivan Tcholakov 16c8d07360 [svn r21987] FS#2867 - The online editor: Removing a duplicate setting in myconfig.js. Consolidation of the comments about configuration in myconfig.php. 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 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 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 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 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 c41899342e [svn r21644] FS#2867 - The FCKEditor: Reworking (cleaning) code about mimetex plugin detection. 17 years ago
Ivan Tcholakov 84955ff93e [svn r21641] FS#2867 - The FCKEditor: Some minor corrections about using the already defined constant IS_WINDOWS_OS. 17 years ago
Ivan Tcholakov 199f61f1f7 [svn r21598] FS#2867 - The FCKEditor: Reworking the upload connector to be close to the 2.6.4 source original. 17 years ago
Ivan Tcholakov b9e6e6c7f8 [svn r21596] FS#2867 - The FCKEditor: Moving file manager's "connectors" folder from the legacy to the current place according to the original 2.6.4 code. This is to make upgrades easier. 17 years ago