Commit Graph

94 Commits (9dda91924fb4efd45862bb8f8974820224307942)

Author SHA1 Message Date
Julio Montoya 2626fb4b2d Cleaning Database lib from old code and unused code. 11 years ago
Yannick Warnier 76973541ef Update variable name and add insert to settings_current - refs BT#9324 11 years ago
Imanol Losada af79274416 Show only session admin created users in user list and in session creation (1.10.x) - refs BT#9324 11 years ago
Yannick Warnier 0f4ac57793 Prevent session admins to see all users - refs BT#9324 11 years ago
Yannick Warnier 1fff46f820 Minor - Add spaces 11 years ago
Imanol Losada 6061f6975a Show only session admin created users in user list and in session creation- refs BT#9324 11 years ago
Julio Montoya 5728167447 Removes require_once for libs already added with composer 11 years ago
Julio Montoya 94a0316be6 Fixing queries see #7440 11 years ago
Julio Montoya 7425cca6c0 Adding official_code order see BT#8697 11 years ago
aragonc 94984e6b12 merge 12 years ago
Julio Montoya 8621a62889 Adding official code see BT#7060 12 years ago
Julio Montoya 320cf3e521 Minor fixing warning. 12 years ago
Julio Montoya 50960831c0 Minor - format code. 12 years ago
Julio Montoya 535e857b3c Adding new pages enroll trainers/students from existing sessions in a specified course 12 years ago
Julio Montoya 53aa35b537 Minor - Cleaning whitespaces, format code 12 years ago
Julio Montoya 2526ada7bb Improving UI when adding users to a session 13 years ago
Julio Montoya f63eb41d0d Fixing PHP warnings 13 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 14 years ago
Julio Montoya 7c508cd579 Adding setting to allow session admins to control of all sessions see #3823 14 years ago
Julio Montoya 7180911b4f Class Usermanager not found -> should have been UserManager with capital M see #4806 14 years ago
Julio Montoya 3b189e9ad2 Replacing form_header to the legend tag 14 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 14 years ago
Julio Montoya c1ee816210 Partial fix when a portal have a lot of users, we need something prettier but xajax works see #4127 14 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 15 years ago
Julio Montoya d6c7c3de43 Fixing bug when relating users to sessions 15 years ago
Julio Montoya ef9e1d175d More UI improvements in Resume session and Copy session features BT#1596 15 years ago
Yannick Warnier 40dca509e9 Added links to user groups management screen from user to course and session registrations screens (BT#2022) 15 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']) 16 years ago
Noel Dieschburg e6444dc928 Dummy permission commitx 16 years ago
Julio Montoya 4b1420cac0 Replacing include_once to require_once 16 years ago
Julio Montoya 57f57504a5 Replacing dokeos to chamilo, cleaning code 16 years ago
Julio Montoya 72d3a0eaab Minor - Cosmetic changes 16 years ago
Carlos Vargas a2407c6cae Add a session on the table access_url_rel_session when the session is created 16 years ago
Cristian Fasanando 699c9566ae fixed - filter drh inside users list when you assign users into session - partial BT#570 16 years ago
cfasanando 9fca61be94 merge 16 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. 16 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