Commit Graph

1029 Commits (49306a1050fe8db934f3da0534227dbcd59592dd)

Author SHA1 Message Date
Juan Carlos Raña 3c4b6208cc fix some message text 16 years ago
Juan Carlos Raña 39b797c8d6 change normal to confirmation message 16 years ago
Juan Carlos Raña 89dca451a0 fix lang var 16 years ago
Juan Carlos Raña bd4c5edfa4 fix display messages 16 years ago
Juan Carlos Raña 47bf2f3a0b fix lang var 16 years ago
Juan Carlos Raña e0a4c7660a disable sorting in action column 16 years ago
Juan Carlos Raña 2c026033a8 fix lang var 16 years ago
Arthur Portugal aeacfbd8e7 Added an icon star to know if some user is administrator or not also added two images DT#5496 16 years ago
Juan Carlos Raña 73de5e94e4 fix icon 16 years ago
Julio Montoya 1942167c0f First attempt to implement the user tags (interests) see DT#5508 (partial) 16 years ago
Arthur Portugal 22f7972de8 Removed from the tutorial of Import and Export Users about requires of CLASS NAME DT#5496 16 years ago
Arthur Portugal de33f680d5 Changed Name incorrect into IMPORT SESSION bread crumb DT#5496 16 years ago
Arthur Portugal 578ba25b4c Fixed Change button style into edit report DT#5496 16 years ago
Cristian Fasanando 811a0219a1 Minor - added interbreadcrumb for session overview - partial DT #5377 16 years ago
Cristian Fasanando 304ee367c0 Fixed users number of a course in session - partial DT #5377 16 years ago
Juan Carlos Raña 92c63d54db fix lang var 16 years ago
Arthur Portugal a82518bf95 Fixed Change some button DT#5483 16 years ago
Arthur Portugal de9514df18 Added insert a combobox about language DT#5376 16 years ago
Ivan Tcholakov 0f9df5a47c Feature #5377 - File admin/user_import.php: Removing a duplicate loading of the global initialization script. Replacing an occurence of strlen() with its multibyte equivalent api_strlen() for proper determing length of a human language string. 16 years ago
Arthur Portugal 2c4a1047c5 Fixed added and delete tab DT#5376 16 years ago
Arthur Portugal c2e8f4f44b Added Extra Tab into admin portal DT#5376 16 years ago
Patrick Cool 030dfc9380 Bugfix: when importing a lot of users that already exists then the warning message may become too long to pass through a get parameter. 16 years ago
Arthur Portugal 846349a7e5 Added to the admin portal the option Configure Inscription DT#5376 16 years ago
Arthur Portugal d273785ac8 Fixed bad breadcrumb into special exports and Import Users DT#5377 16 years ago
Arthur Portugal 9c486616ba Interbreadcrumb index into special reports DT#5377 16 years ago
Julio Montoya 0b484277e0 Minor - change input order 16 years ago
Ivan Tcholakov 1aedc44cd6 Feature #306 - Fixing name ordering for two places in admin/user_information.php 16 years ago
Ivan Tcholakov 18349fb249 Feature #306 - Fixing name ordering for a place in admin/resume_session.php 16 years ago
Ivan Tcholakov c9af458a84 Feature #5397 - Replacing mysql_affected_rows() with Database::affected_rows(). 16 years ago
Ivan Tcholakov 66d5d81ec3 Feature #5397 - Replacing mysql_result() with Database::result(). 16 years ago
Ivan Tcholakov 6e016fb743 Feature #5397 - Replacing mysql_num_rows() with Database::num_rows(). 16 years ago
Ivan Tcholakov 30b0daf596 Feature #5397 - Replacing mysql_fetch_row() with Database::fetch_row(). 16 years ago
Ivan Tcholakov bb90a73e87 Feature #5397 - Replacing mysql_real_escape_string() with Database::escape_string(). 16 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(). 16 years ago
Ivan Tcholakov ada9c84124 Feature #5397 - Replacing mysql_fetch_array() with Database::fetch_array(). Installation scripts and some other files are skipped in this transaction. 16 years ago
Ivan Tcholakov f87ebd4795 Feature #5397 - Replacing mysql_fetch_object() with Database::fetch_object(). Installation scripts are skipped in this transaction. 16 years ago
Ivan Tcholakov a6779b91f9 Feature #5397 - Replacing api_store_result() with Database::store_result(). 16 years ago
Arthur Portugal 9a289e1002 Fixed syntax error DT#5377 16 years ago
Ivan Tcholakov 9b1f3ed934 Feature #5397 - Replacing again the deprecated function api_sql_query() with Database::query(). 16 years ago
Ivan Tcholakov b597238212 FS#306 - Applying the function api_get_person_name() in a relevant place. 16 years ago
Patrick Cool 0df64be5fd bugfix: when importing users the warning message contains html 16 years ago
Ivan Tcholakov 19621183ce Feature #306 - Reverting changes from r8557 : 8c381988ed50 16 years ago
Cristian Fasanando 22a61cf7c1 Implemented new functionalities for training sessions - partial DT #5377 16 years ago
Juan Carlos Raña e9b12d3589 fix order for lastname for ISO-8859-15 16 years ago
Juan Carlos Raña 391d7a287f fix export users to a csv file 16 years ago
Juan Carlos Raña d7693cd7df and solved for xml too 16 years ago
Juan Carlos Raña 682ee5449d fix import users using CSV file 16 years ago
Juan Carlos Raña e67b7d2210 fix messages 16 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. 16 years ago
Ivan Tcholakov 5b8d582b9a Feature #306 - Trimming trailing whitespace from php, html, js, xml, txt files. 16 years ago