Commit Graph

10061 Commits (c98f7c92c5b2e88a862ccb20193b5d9f6b93d853)
 

Author SHA1 Message Date
Ivan Tcholakov c98f7c92c5 Feature #347 - Code cleaning, the online editor: The old/useless plugins "MP3", "Flash" and "placeholder" have been removed. 16 years ago
Ivan Tcholakov a88c1d61c9 Merge with 77bded1e7eb8adb840d3ff88cc3838905c0c52b5 16 years ago
Ivan Tcholakov 9351669d2f Feature #553 - PclZip library: A patch has been applied for the renamed function gzopen() as gzopen64() in Ubuntu Karmic Coala 9.10 (php5 5.2.10.dfsg.1-2ubuntu6). See http://dokeoslead.wordpress.com/2009/09/30/pclzip-and-gzopen64/ , https://bugs.launchpad.net/ubuntu/+source/php5/+bug/451405 16 years ago
Arthur Portugal 624ac745be Changed the \"print\" to \"echo\" CT#191 16 years ago
Ivan Tcholakov dcf0059147 Feature #553 - PclZip library has been updated from version 2.6 to version 2.8.2. 16 years ago
Arthur Portugal 34982e3081 minor - testing phing with simple test 16 years ago
Arthur Portugal f612606afa Removed the require_once \"mock objects\" CT#191 16 years ago
Arthur Portugal d231636e5e Changed the path type require / include to require_once / include_once CT#191 16 years ago
Ivan Tcholakov 7ec8dc2e67 Feature #272 - A correction in tracking/csv-export file (obsolete?). 16 years ago
Ivan Tcholakov 228087f53f Feature #272 - Corrections in some (obsolete?) files. 16 years ago
Ivan Tcholakov f3011085a0 Feature #272 - Various encoding-related corrections. 16 years ago
Ivan Tcholakov e402ddf9cf Feature #272 - Mailing: The function api_send_mail() has been declared as deprecated. 16 years ago
Ivan Tcholakov d8f4aa15f6 Feature #272 - Various corrections about mailing functionality. 16 years ago
Ivan Tcholakov 5abff4192c Feature #272 - Mailing: Corrections for the announcement tool. Still there are bugs, they should be fixed later. 16 years ago
Ivan Tcholakov c088a21b36 Feature #272 - Mailing: Duplicate statements for loading the configuration file have been removed. 16 years ago
Ivan Tcholakov 39f9371728 Feature #272 - Mailing: Correction for loading the right configuration file. A global variable has been renamed for less probable conflicts. 16 years ago
Ivan Tcholakov 8bbe088aa0 Merge with 8a1e08ff445b3d22680c9f2071bd8064b79f09d5 16 years ago
Ivan Tcholakov c9ee729e2f Feature #272 - Cosmetics in mail functions. 16 years ago
aportugal b9a5c861e3 merge 16 years ago
Arthur Portugal 4123031f51 Removed files unnecessary for the test suite CT#191 16 years ago
Ivan Tcholakov d0fe777fc7 Feature #272 - A correction/reverting someone's change about e-mail notification by the platform admin. 16 years ago
Ivan Tcholakov 675ba84d0f Feature #272 - PHPMailer, adding empty files for protection. 16 years ago
Ivan Tcholakov ce7bc037c6 Feature #272 - Modifications in PHPMailer class in order it not to depend on the mbstring library. 16 years ago
Ivan Tcholakov b882c07af4 Feature #272 - Upgrading PHPMailer to version 5.1, 11-NOV-2009. (part 2) 16 years ago
Ivan Tcholakov 00908b33b7 Feature #272 - Upgrading PHPMailer to version 5.1, 11-NOV-2009. 16 years ago
Ivan Tcholakov ff0f6f267f Feature #272 - Code-formatting, file mail.lib.inc.php. 16 years ago
Ivan Tcholakov 51135cc311 Feature #272 - Changing a mail setting to be more convenient. 16 years ago
Ivan Tcholakov fbe7f4b680 Feature #272 - Corrections in the function api_send_mail() (which is in the main API). 16 years ago
Ivan Tcholakov 4ac338fff3 Feature #272 - A correction in the confihuration file for the mailing sub-system. 16 years ago
Ivan Tcholakov 427bdffdd3 Feature #272 - Writting an author's name (Ren?) correctly within UTF-8 source code. 16 years ago
Ivan Tcholakov efbdabba53 Feature #272 - Platform admin section, the platform character set option: Restricting the lis of the proposed encodings to those that MySQL supports natively. 16 years ago
Ivan Tcholakov 17ed5a246e Feature #272 - System fresh installation: Making database encoding to be UTF-8. Also platform character set will be UTF-8 by default. The upgrade script will be fixed later. Before testing, reinstall your system, please. If you wish, you may set your system to be ISO-8859-15, for that it is enough you to change the setting "Platform character set". 16 years ago
Ivan Tcholakov 81f91d0d7f Feature #272 - Updating some comments. 16 years ago
Ivan Tcholakov 31a3605eea Feature #272 - Mode encoding related corrections within the database class. 16 years ago
Ivan Tcholakov 0c8e94a4d6 Feature #272 - An encoding related logucal correction within the database class. 16 years ago
Ivan Tcholakov e4cdc87393 Feature #272 - Preparations for change in the installation script: Some minor corrections have been made. 16 years ago
Ivan Tcholakov 28c3de900e Feature #272 - Preparations for change in the installation script: A useless file has been removed. 16 years ago
Ivan Tcholakov f6b6d4444b Feature #272 - Preparations for change in the installation script: Shrinking the code about PHP version check. 16 years ago
Ivan Tcholakov 3bf27860ad Feature #272 - Preparations for change in the installation script: Removing the obsolete files "setting_current_data.csv" and "setting_option_data.csv" and related to them code. 16 years ago
Ivan Tcholakov 4704b8a83a Feature #272 - Preparations for change in the installation script: Removing the obsolete file language_data.csv and related to it code. 16 years ago
Arthur Portugal 2987a1ccae Removed a line blue on the footer CT#191 16 years ago
Arthur Portugal 92394afa34 Added a folder with images for the header and footer CT#191 16 years ago
Arthur Portugal d29218be6e Added a header CT#191 16 years ago
Ivan Tcholakov 48c3869600 Feature #272 - Training creation: Some hard-coded (through SQL) table properties has been removed. 16 years ago
Arthur Portugal e28f9df3cb Fixed the file add directory and write file CT#191 16 years ago
Arthur Portugal 7bd9df5426 Added a require to can run by web test and added a global param CT#191 16 years ago
Yannick Warnier 17185c3f02 Remove useless include file 16 years ago
Yannick Warnier 34794464cb Included load_global as a setUp() for the suite 16 years ago
Yannick Warnier bb82b8a643 merge 16 years ago
Arthur Portugal 5cfcbd6567 Fixed problem with sub language CT#191 16 years ago