Commit Graph

78 Commits (c88cfbcb4f8e0a1306d72b2100dd8999989aa240)

Author SHA1 Message Date
Julio Montoya 2526ada7bb Improving UI when adding users to a session 12 years ago
Julio Montoya f63eb41d0d Fixing PHP warnings 12 years ago
Julio Montoya 77f0e19bf1 Minor - removing unused variables 13 years ago
Julio Montoya 8852936f18 Fixing sql query #4127 13 years ago
Yannick Warnier c90059e214 Considerably reduced memory consumption of the add_users_to_session.php script by cleaning the users array when possible - refs #4127 13 years ago
Yannick Warnier 8ff7183439 Minor - Cleaning code indentation before fix - refs #4127 13 years ago
Yannick Warnier 40c6dd9de1 Fixed access to other sessions by session admins - refs #3823 13 years ago
Julio Montoya 7c508cd579 Adding setting to allow session admins to control of all sessions see #3823 13 years ago
Julio Montoya 7180911b4f Class Usermanager not found -> should have been UserManager with capital M see #4806 13 years ago
Julio Montoya 3b189e9ad2 Replacing form_header to the legend tag 13 years ago
Julio Montoya 2f4327d7e4 Removing echo + implementing a new filter when adding users to a session (filter users that are not registered in any session) see BT#3613 13 years ago
Julio Montoya c1ee816210 Partial fix when a portal have a lot of users, we need something prettier but xajax works see #4127 13 years ago
Julio Montoya d813a5463f Fixing export/import session list from CSV/XML see #4069 14 years ago
root 5b2ec4f888 permission commit + removes tests directory 14 years ago
Julio Montoya d6c7c3de43 Fixing bug when relating users to sessions 14 years ago
Julio Montoya ef9e1d175d More UI improvements in Resume session and Copy session features BT#1596 14 years ago
Yannick Warnier 40dca509e9 Added links to user groups management screen from user to course and session registrations screens (BT#2022) 14 years ago
Noel Dieschburg 409a1f0b06 Suppresses the test directory and sets the permission for production use 15 years ago
Julio Montoya d85e114f1b Fixing sql query see BT#1671 15 years ago
Ivan Tcholakov 76df00ff94 Task #1765 - The remaining calls api_get_setting('platform_charset') have been replaced with api_get_system_encoding(). 15 years ago
Ivan Tcholakov f0c4747bf3 Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls']) 15 years ago
Noel Dieschburg e6444dc928 Dummy permission commitx 15 years ago
Julio Montoya 4b1420cac0 Replacing include_once to require_once 15 years ago
Julio Montoya 57f57504a5 Replacing dokeos to chamilo, cleaning code 15 years ago
Julio Montoya 72d3a0eaab Minor - Cosmetic changes 15 years ago
Carlos Vargas a2407c6cae Add a session on the table access_url_rel_session when the session is created 15 years ago
Cristian Fasanando 699c9566ae fixed - filter drh inside users list when you assign users into session - partial BT#570 15 years ago
cfasanando 9fca61be94 merge 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
cvargas e969a4161a merge 16 years ago
Arthur Portugal 1e081712c1 Removed echo that show the query DT#5496 16 years ago
Julio Montoya d7600dc5cc UI improvements - user groups see #5508 16 years ago
Julio Montoya f349119496 When a user is added to a session an email is sent see DT#5544 16 years ago
Julio Montoya 09f9e053be Fixing filter problem 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
Yannick Warnier 47022680ce Accept gzopen64() too as a test of the zlib extension load 16 years ago
Ivan Tcholakov 8b50531cc0 Feature #306 - Platform admin tools: Replacing the function api_sql_query() with Database::query(). 16 years ago
Ivan Tcholakov 302eb4dc0e Feature #306 - Replacing everywhere the function api_store_result() with Database::store_result(). 16 years ago
Ivan Tcholakov 37dc9f98f8 Issue #306 - Platform administration tool: Trimming whitespace from all php-source files there. 16 years ago
Ivan Tcholakov 0f566d6e03 Bug #3646 and Issue #306 - Platform administrator's tools: Fixing person name order and sorting to be dependable on the internationalization settings, Part 1. 16 years ago
Julio Montoya 5783ad9c27 Fixing style and title - textare are wider 16 years ago
Yannick Warnier 9957badf43 [svn r22400] Added session fetcher method 16 years ago
Julio Montoya d26c42b6ec [svn r22041] Minor - select query fixed see FS#4390 16 years ago
Ivan Tcholakov c4b7a9bc22 [svn r20720] FS#306 - Replacing some natural language unsafe occurrences of the function utf8_encode(). 16 years ago
Arthur Portugal 4329ba9a61 [svn r20643] Minor changed style button FS#3901 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
Cristian Fasanando caff18795a [svn r19953] Logic change - Implemented alphabetic scroll of alphabet letters to select users when you register them into a session - FS#3716 16 years ago
Arthur Portugal 226a28d94a [svn r19263] Changed style button for admin see FS#3541 16 years ago
Isaac Flores 6833cac508 [svn r19116] minor - logic changes -added restriction with function api_get_anonymous_id() - (partial FS#3805) 16 years ago
Isaac Flores d71d9307d8 [svn r19020] logic changes - remove anonymous user from sessions - (partial FS#3568) 16 years ago