Commit Graph

96 Commits (f8952f4784ff32ef4e8c6b04c24408a3bfa8453e)

Author SHA1 Message Date
Julio Montoya fb9f602e48 Cleaning code (deleting \"---\" comment lines, changing headers) 16 years ago
Ivan Tcholakov 5974516888 Feature #272 - Changes that lead loading the file sortabletable.class.php (and the tree of related files) only when it is necessary, on explicit statement require_once. Previously this file loaded on every page, which is waste of computing resource. 16 years ago
Guillaume Viguier f4c7015a3a Date and time management; got rid of format_locale_date - Chamilo - CT#696 16 years ago
Cristian Fasanando 015bc26701 minor - fixed menu actions about assigned student for platform administrator from dashboard interface - partial BT#540 16 years ago
Cristian Fasanando 14370b0ee0 added dashboard interface for session administrator - partial CT#566 16 years ago
Cristian Fasanando 5a9642a033 added filter by session id for reporting about courses, sessions and users - partial BT#570 16 years ago
Noel Dieschburg a5222167c0 Dummy changes 16 years ago
Carlos Vargas 15960b9f5f Improve MySpace, move functions to a class CT#191 16 years ago
Cristian Fasanando fff0a48eea minor - changed some variables langs, fixed some warnings inside dashboard tool - partial CT#540 16 years ago
cfasanando 9fca61be94 merge 16 years ago
Cristian Fasanando 89cfd02128 minor - fixed warning divizion by zero inside reporting 16 years ago
Cristian Fasanando 81ec406ca9 added information for blocks in dashboards 16 years ago
Ivan Tcholakov 446492fc35 Feature #347 - Reporting, Learning path: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. 16 years ago
Yannick Warnier 286ead9ba4 Added extra spacing 16 years ago
Julio Montoya 332c1e8c82 Adding validation in User overview export options see CT#493 16 years ago
Julio Montoya a0a95a11e5 Fixing user export and improving tag field exports see CT#493 16 years ago
Julio Montoya 23e511c7f2 Adding exit function when calling export_table_XXX or file_send_for_download() to avoid exporting html content 16 years ago
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 17 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