Commit Graph

248 Commits (9d818559d9d79195a3b87b8943fa9abc208bdb74)

Author SHA1 Message Date
Yannick Warnier 58bc88aa3b [svn r14812] Added user field radio buttons type 18 years ago
Yannick Warnier 1cc674c668 [svn r14811] Added select and select multiple fields management 18 years ago
Yannick Warnier 76906e1eb0 [svn r14807] More improvements to user fields - added date and datetime pickers 18 years ago
Eric Marguin 935d9efb84 [svn r14804] status selected by default is now "learner" (FS#2437) 18 years ago
Yannick Warnier 2f90498412 [svn r14798] Added update icons to extra fields list 18 years ago
Yannick Warnier b0d9e4c931 [svn r14792] Using default platform language as default for CSV/XML-imported users (instead of empty string or english). 18 years ago
Yannick Warnier 9f625eef95 [svn r14790] Minor - updated code headers 18 years ago
Patrick Cool 545182c274 [svn r14787] system announcement through email 18 years ago
Yannick Warnier 00adaf4a80 [svn r14756] Small fixes to breadcrumb and header 18 years ago
Yannick Warnier 67af13aba7 [svn r14750] Fixed new icon alignment in modify column 18 years ago
Yannick Warnier 2b397e9a55 [svn r14749] Improve the version number trimming to avoid getting a blank space in the display text. 18 years ago
Yannick Warnier 053ecd9e6f [svn r14730] Activated translation of submit button in plugins settings 18 years ago
Eric Marguin 4e43154cf4 [svn r14726] improve export / import of users + add functions about status in main_api.lib.php 18 years ago
Yannick Warnier 53fd169f0c [svn r14713] Fixed a few risky queries 18 years ago
Patrick Cool 9fe927af37 [svn r14708] small improvement 18 years ago
Patrick Cool 1cf0b41a08 [svn r14707] 18 years ago
Patrick Cool 4272ee3b19 [svn r14706] moved get_personal_session_course_list to inc/lib/usermanager.lib.php because the same function is now used in admin/user_list.php for displaying a tooltip with the courses the user is subscribed to 18 years ago
Patrick Cool 220d3a1406 [svn r14705] major performance improvement: removed n mysql queries (n = the number of users displayed on the page) 18 years ago
Julio Montoya a6c148a77f [svn r14704] Adaptations cosmétiques (see FS#2409) 18 years ago
Yannick Warnier e0ea4e9601 [svn r14674] - Added extra user fields tables (see FS#2371) 18 years ago
Yannick Warnier 899ac679cd [svn r14672] Fixed warning caused by empty drh_list array 18 years ago
Yannick Warnier d39f870340 [svn r14655] Minor - Initial script for user fields management (copy of user_add.php) 18 years ago
Yannick Warnier 970f1886d1 [svn r14654] Minor - removed unnecessary Security lib loading 18 years ago
Eric Marguin 432856afe2 [svn r14632] replace drh_id by hr_dept_id 18 years ago
Eric Marguin 181a03f1cf [svn r14625] fix a bug when trying to insert a media on homepage 18 years ago
Eric Marguin b8fc0810ef [svn r14615] add the DRH status (adapted from ucanss development) 18 years ago
Yannick Warnier c28cc8c55f [svn r14573] Renamed REL_CLARO_PATH constant to REL_CODE_PATH 18 years ago
Yannick Warnier 4f00541088 [svn r14418] Check the tool doesn't exist before inserting it 18 years ago
Yannick Warnier 7d0bdf136e [svn r14410] Updated check for videoconference database row tool 18 years ago
Yannick Warnier 15f16d9460 [svn r14407] Update for new videoconference tool settings 18 years ago
Yannick Warnier 79d5371749 [svn r14372] Minor fix to avoid warning with open_basedir directive 18 years ago
Yannick Warnier 52d58d47e0 [svn r14307] Added user theme selection in user's profile (includes creating api_get_themes() in main_api and corresponding select list in FormValidator). Implements part of FS#2204 18 years ago
Eric Marguin 9f0e0c61a6 [svn r14291] improve display of categories in course creation/editions forms 18 years ago
Eric Marguin 2900a6bd6f [svn r14282] allow to create session even with a great number of users (exemple : campus.dokeos.com) 18 years ago
Yannick Warnier 06aaa31bb3 [svn r14281] Changed campus registration to add manager name and organisation name 18 years ago
Eric Marguin 32d212a4c6 [svn r14280] display the visual code instead of the real code (FS#2235) 18 years ago
Yannick Warnier 1432deba87 [svn r14215] Added filtering against possible XSS (see FS#2218 4.3) 18 years ago
Yannick Warnier 894ad52527 [svn r14214] Added filtering against XSS (see FS#2218 4.2) 18 years ago
Yannick Warnier 66260b3c99 [svn r14209] Removed possible SQL and XSS attacks (parallel to problem 2.1 in FS#2218) 18 years ago
Eric Marguin baedb5c569 [svn r14115] remove tracking icon for teachers (didn't work) 18 years ago
Eric Marguin 467464fa77 [svn r14114] fix a bug when trying to access the reporting of a student 18 years ago
Eric Marguin 8046050d9a [svn r14101] add no manager item when creating/editing a course (FS#2159) 18 years ago
Yannick Warnier 33af226809 [svn r14088] Improved status information in users list (now deal with Anonymous status and allow more statuses) 18 years ago
Eric Marguin 77e94e02ae [svn r14044] we can now configure the port for oogie/woogie (FS#1483) 18 years ago
Eric Marguin 294450b9e1 [svn r14000] more tools are needed in this fckeditor 18 years ago
Yannick Warnier 13368f6763 [svn r13993] Make sure versions are trimmed before comparing them. 18 years ago
Yannick Warnier 91b1996ed2 [svn r13982] Added colour-icons in courses list to show openness in a glimpse - Closes FS#1955 18 years ago
Eric Marguin 2aca85149a [svn r13972] fix a bug when having a long title and no code 18 years ago
Yannick Warnier 454be8549d [svn r13900] Added link to statistics page in the admin section's users list - Closes FS#458 18 years ago
Yannick Warnier ff68d0754b [svn r13897] Added warning message when install directory is still accessible (security threat) - Fixes FS#340 18 years ago