Commit Graph

69 Commits (556d19743e0ac77b204ca51de20b4b797cab8797)

Author SHA1 Message Date
Julio Montoya 3b189e9ad2 Replacing form_header to the legend tag 13 years ago
Julio Montoya f18d73beaf Replacing some '32' strings with the new icon constant ICON_SIZE_MEDIUM 13 years ago
Julio Montoya d813a5463f Fixing export/import session list from CSV/XML see #4069 13 years ago
Julio Montoya e450fb3526 Minor removing already called libs 13 years ago
root 5b2ec4f888 permission commit + removes tests directory 14 years ago
Juan Carlos Raña b880c341d4 Feature #2785 admin sessions (lack classes) 14 years ago
Noel Dieschburg 409a1f0b06 Suppresses the test directory and sets the permission for production use 14 years ago
Ivan Tcholakov 5cd5d21016 Feature #539 - Cleaning the files admin/course_import.php and session_import.php 14 years ago
Noel Dieschburg e6444dc928 Dummy permission commitx 15 years ago
Ivan Tcholakov 29c31c40ba Feature #347 - Some easy replacements for ereg*() calls. 15 years ago
Ivan Tcholakov e49f68df46 Feature #347 - Platform administration tool: All "magic" parameters __FILE__ and __LINE__, passed within the method Database::query() have been removed. They are not needed anymore, the method Database::query() has been upgraded to retrieve alone the corresponding values needed for error message creation. 15 years ago
Ivan Tcholakov d37ef44978 Feature #576 - The function mkpath() has been declared as deprecated. Elimination of this function form the actual code. 15 years ago
cvargas e969a4161a merge 15 years ago
Cristian Fasanando 5fee16f285 Fixed export/import session with coachs - DT#5496 15 years ago
Cristian Fasanando 7eb4159f59 Fixing field id_coach doesn't exists in session_rel_course table - partial DT#5496 15 years ago
Arthur Portugal de33f680d5 Changed Name incorrect into IMPORT SESSION bread crumb DT#5496 15 years ago
Ivan Tcholakov e5c9dddad1 Feature #5397 - There are two methods in Database class that do the same thing: Database::get_last_insert_id() and Database::insert_id(). Let us deprecate Database::get_last_insert_id(), it is longer and it doesn't follow the intuitive pattern for replacement mysql_* --> Database::*. Replacing Database::get_last_insert_id() with Database::insert_id(). 15 years ago
Ivan Tcholakov 588a409e3a Feature #306 - Line endigs cohrrence, Part 1: Converting \r\n line endings (Windows style) to \n (Unix style) in php, html, js, xml, txt files. 15 years ago
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 15 years ago
Ivan Tcholakov 7373315387 Feature #306 - The function api_validate_language() has been renamed as api_get_valid_language(). This new name is accurate, the function is not a validator, but a filter. 15 years ago
Ivan Tcholakov fe4de407cd Feature #306 - Platform administration tool: Cleaning code for course import. Revision again the logic for username validation and language id validation. A modification in the function api_validate_language(). Other minor fixes. 15 years ago
Ivan Tcholakov 0c5a7d4857 Issue #306 - Platform admin, session import tool: Applying validation for course languages, fixing a conflict between global variables. 15 years ago
Ivan Tcholakov a794b60d52 Issue #306 - Elimination of the method UserManager::cut_username(). Reverting a fragment of code that was inserted by mistake. Other minor corrections. 15 years ago
Ivan Tcholakov 1be6407cf3 Issue #306 - Platform admin, session and user import tools again: Updating logic about usernames. Fixing a mistake of mine. 15 years ago
Ivan Tcholakov 2cbaebf31f Issue #306 - Platform admin: Final changes in the scripts for xml-import (only) of sessions and users. Dealing with encodings of csv-files is another story. 15 years ago
Ivan Tcholakov 24e356e318 Issue #306 - Platform admin: Various corrections in the scripts for xml-import of sessions and users, increasing reliability when data with extra-whitespace is imported. 15 years ago
Ivan Tcholakov b44cc46864 Issue #306 - Platform admin: Minor corrections in the script for session import. 15 years ago
Ivan Tcholakov b20726c95d Issue #306 - Platform admin, the session import script: Starting to use the newly introduced function api_utf8_encode_xml(). 15 years ago
Ivan Tcholakov 6f9b2b7753 Issue #306 - Platform admin, the session import script: Starting to use some newly introduced in the UserManager class methods for processing usenames. 15 years ago
Ivan Tcholakov 3d565f0708 Issue #306 - Platform admin, the session import script: Applying our coding conventions and other minor reworks. 15 years ago
Ivan Tcholakov f00fef6d45 Issue #306 - Platform admin, session import: Preparing a script for modifications, cleaning code for easy reading. 15 years ago
Ivan Tcholakov 8e0075faa6 Bug #3646 and Issue #306 - Announcements and Platform administrator's tools (Part 4): Fixing person name order and sorting to be dependable on the internationalization settings. 15 years ago
Ivan Tcholakov 0f78b8955b Feature #3287 - Replacement call of the deprecated function get_setting() with api_get_setting(). The function get_setting() will be deleted in the main API in Dokeos 1.8.7, the this task #3287 will be closed. Nothing is to be tested at the moment. 15 years ago
Ivan Tcholakov f065024ec0 [svn r20699] FS#306 - Session import: Replacing of some strpos() function to api_strpos() nad some other functions around. Probably this is needed. If not, replacements do not change behaviour of code. 16 years ago
Ivan Tcholakov 5d9b08f8a1 [svn r20441] FS#306 - Platform administrator's tool: Improvements for better encoding management (UTF-8 too). 16 years ago
Julio Montoya dbc7771ebc [svn r20373] Session import fix see FS#4045 16 years ago
Julio Montoya b9af523cc7 [svn r20197] Fixing XML session import FS#4045 16 years ago
Julio Montoya 168fa458c6 [svn r20190] Fixing CSV import partial FS#4045 16 years ago
Julio Montoya eb15028b3d [svn r20098] Import a sessions list : example CSV is missing see FS# 4045 added by jhp1411 16 years ago
Cristian Fasanando 672b026f4d [svn r19772] Fixed import course of a session from a file CSV - partial FS#3909 16 years ago
Cristian Fasanando 37eb9e814e [svn r19771] Minor - Fixed warning simplexml_load_file and message about don't contain data when you import a session from a file XML - partial FS#3909 16 years ago
Cristian Fasanando 6a0c112508 [svn r19770] Minor - Fixed warning Invalid argument for foreach when you import a session from a file - partial FS#3909 16 years ago
Patrick Cool 149025d3b0 [svn r19639] last part of consistency improvements: form with form titles, no api_display_tool_title, actions bar, icons for actions, form layout. 16 years ago
Arthur Portugal 226a28d94a [svn r19263] Changed style button for admin see FS#3541 16 years ago
Julio Montoya 9286d1c6ea [svn r18942] Implementing sha1 as a possibility to encrypt user passwords see SVN#3798 16 years ago
Yannick Warnier a32e9ff842 [svn r18675] Improved XML import 16 years ago
Yannick Warnier 4923049fff [svn r18673] Fixed CSV import 16 years ago
Yannick Warnier 3e65434238 [svn r18650] Enable XML-import of sessions using visual course codes 16 years ago
Julio Montoya e4d0f9c071 [svn r18197] When adding a session/course we fill the access_url_rel_session/access_url_rel_course table FS#3462 16 years ago
Cristian Fasanando d755149fd6 [svn r17754] Minor - Logic changes - Fixed e-mail sender headers - see FS#2445 16 years ago