Commit Graph

215 Commits (5ff099376f47cec7f327ff602d2d171ac0587841)

Author SHA1 Message Date
Cristian Fasanando a7d9e4f4af improved course and user data in reporting 16 years ago
Cristian Fasanando d3855808af improved display data for courses and users list for reporting 16 years ago
Cristian Fasanando 93a8fc60e4 improved querys for course an user reporting 16 years ago
Cristian Fasanando dcaa2dbc2b Fixed missing id_coach field into session_rel_course table - partial DT#5496 16 years ago
Arthur Portugal 7dca7d1c6d Changed old style button into reports DT#5496 16 years ago
Ivan Tcholakov de0ec5ca3d Feature #306 - Line endigs cohrrence, Part 3: Converting \r\n line endings (Windows style) to \n (Unix style) in php, html, js, xml, txt files. 16 years ago
Ivan Tcholakov 302eb4dc0e Feature #306 - Replacing everywhere the function api_store_result() with Database::store_result(). 16 years ago
Ivan Tcholakov f1466121dc Training reporting tool: Trimming whitespace from all source files. 16 years ago
Ivan Tcholakov 9fd9d928b8 Issue #306 - Training reporting: Cleaning code. 16 years ago
Ivan Tcholakov 96fca8e749 Bug #3646 and Issue #306 - Training reports (part 5): Fixing person name order and sorting to be dependable on the internationalization settings. Other fixes have been done too. 16 years ago
Ivan Tcholakov 150bf58ca9 Bug #3646 and Issue #306 - Training reports (part 4, still not last): Fixing person name order and sorting to be dependable on the internationalization settings. 16 years ago
Ivan Tcholakov 3fc6b57c73 Bug #3646 and Issue #306 - Training reports (part3 ): Cleaning and minor reworks for all the code in this tool. This is needed for code readability and understanding, before further efforts for implementing person name related logic. 16 years ago
Julio Montoya 656aace234 fixes dt #5222 16 years ago
John Hinojosa bf4806ee95 fixed DT#5102 - Bug in term & condition button and icon export 16 years ago
Arthur Portugal d7a52355c7 Fixed layout on administrator section - see DT#5099 16 years ago
Patrick Cool 2084152af9 [svn r21626] bugfix for tabs 17 years ago
Ivan Tcholakov 06f956b5b0 [svn r21535] FS#306 - Reporting: Various corrections about sorting user data. 17 years ago
Ivan Tcholakov 1df78517c1 [svn r21477] FS#306 - The multi-byte string library: Implementation of a new function for case-sensitive string comparison api_strcmp(). When intl extension is installed, this function depends internally on the more reliable ICU locale, not on OS POSIX locale. Replacing strcmp() with api_strcmp() in some relevant places. Reworking of TableSort::sort_table() for avoiding unnecessary recursive calls. 17 years ago
Ivan Tcholakov 0977566070 [svn r21361] FS#306 - Various fixes for better character encoding support. 17 years ago
Cristian Fasanando e951ede4d1 [svn r20845] Fixed info icon "i" not aligned - partial FS#4232 17 years ago
Cristian Fasanando 6e93d3bcfb [svn r20575] Fixed size of text of trainning information list in reporting - see FS#4058 17 years ago
Cristian Fasanando 4bd9bd24e8 [svn r20568] Fixed html display problem in reporting users overview - see FS#4058 17 years ago
Cristian Fasanando 8cdaf08230 [svn r20505] Fixed ordering ASC and DESC of training information list in reporting - partial FS#4058 17 years ago
Ivan Tcholakov 8e32a72e5b [svn r20463] FS#306 - The reporting module: Improvements for better encoding support. 17 years ago
Cristian Fasanando d5e5525a52 [svn r20396] Fixed average of score of exercise in reporting - partial FS#4063 17 years ago
Cristian Fasanando da47f5eaeb [svn r19906] Logic change - Added average exercises score in reporting trainings list - partial FS#3909 17 years ago
Arthur Portugal c07a750994 [svn r19794] Added icon with information and changes in variable's name see FS#3909 17 years ago
Julio Montoya 190f03e4d5 [svn r18666] Minor - Avoiding warning when dividing with 0 see FS#3685 17 years ago
Julio Montoya 010cc7b929 [svn r18262] "Who is online" and "my reporting" features fixed when multiple urls is enabled FS#3462 17 years ago
Cristian Fasanando 145598fc90 [svn r17704] Minor - Logic changes - Fixed warning in main/mySpace/index line 1113, variable "$count" isn't not declared - see FS#3371 17 years ago
Cristian Fasanando 456f65d68f [svn r17659] Minor - Logic Changes - Fixed warning: Division by zero in /var/www/dokeossvn/main/mySpace/index.php on line 1050 see FS#2608 17 years ago
Patrick Cool 7cff858189 [svn r16739] second part of css cleanup (currently only the css/corporate style) 17 years ago
Patrick Cool 6635e9ed2f [svn r16682] added forgotten column headers 17 years ago
Patrick Cool 67577c31ae [svn r16681] remove debug info 17 years ago
Patrick Cool b2539f6759 [svn r16680] additional reporting functionality 17 years ago
Julio Montoya a32bea0ae8 [svn r15070] Fixed. Reporting session export csv Error (FS#2495) 18 years ago
Yannick Warnier 4e10288999 [svn r14960] Removed $a_students[] (duplicate and potentially using lots of memory as well) 18 years ago
Yannick Warnier 5db2db0bb2 [svn r14959] Minor - changed mysql_ to Database:: 18 years ago
Eric Marguin b8fc0810ef [svn r14615] add the DRH status (adapted from ucanss development) 18 years ago
Yannick Warnier 1cc09130db [svn r14207] Fix possible SQL injection (see FS#2218 1.2) 18 years ago
Yannick Warnier 0f2c16147c [svn r14119] Adding a fix to recognize problems in getting reporting data from tracking.lib.php 18 years ago
Eric Marguin 9e94c6a9d3 [svn r13335] improves sorts 18 years ago
Eric Marguin 8422f6965d [svn r13331] default order of lists 18 years ago
Yannick Warnier 75f0f86399 [svn r13298] Ordered courses alphabetically by default 18 years ago
Yannick Warnier b5edbf0bf5 [svn r12669] Renamed column title language variable so the title finally makes sense ("average time spent" rather than "time spent") 19 years ago
Julian Prud'homme 91d325ffff [svn r12423] Fix a bug with numbrer of students in a course (teacher view) : http://projects.dokeos.com/?do=details&id=1554 (first comment) 19 years ago
Julian Prud'homme 0996c94c08 [svn r11979] Fix a bug when we were only platform administrator. Task : http://projects.dokeos.com/?do=details&id=1414 19 years ago
Julian Prud'homme e69ed13be3 [svn r11977] change the admin view in the reporting. Task : http://projects.dokeos.com/?do=details&id=1413 19 years ago
Julian Prud'homme 8fbf2bd9dd [svn r11950] Allow the sort by date in the coach list 19 years ago
Julian Prud'homme fb95e6e19d [svn r11897] Allow the table sort 19 years ago