Commit Graph

81 Commits (d834f36868d404aba82b901b5f7fc8b79f959729)

Author SHA1 Message Date
Julio Montoya 553d64d96f Minor - cosmetic changes 14 years ago
Julio Montoya 0d95459efc Adding a new bar_progress in the Display class 14 years ago
Julio Montoya bc888abd76 Fixing statistics bar 14 years ago
Julio Montoya 867f6f036d Adding extra info in the stats when deleting a student (user_object is an array) 14 years ago
Julio Montoya 5ded4085af Removing formvalidator library alread included in global.inc.php 14 years ago
Julio Montoya c26dcd29b4 Moving sortableclass.lib.php and usermanager.lib.php in global.inc.php 15 years ago
Julio Montoya 0f2614fb80 Order by count in statistics 15 years ago
Julio Montoya 6fa115e2f6 Fixing function get_activities_data, bug when reporting activities date see #3734 15 years ago
root 5b2ec4f888 permission commit + removes tests directory 15 years ago
Julio Montoya 0a9c787fe5 Removing $_configuration['tracking_enabled'] because its always true see #2808 15 years ago
ywarnier 5f3b160801 Implemented platformwide not logged in statistics (closes #1929) 15 years ago
Yannick Warnier f6c9633f7f Fix typo 15 years ago
Yannick Warnier b5108a3704 Minor: re-spacing a few queries to improve logs readability 15 years ago
Yannick Warnier ae3d8b5a59 Minor: applied new coding conventions: tab->4spaces 15 years ago
Yannick Warnier bb0abd1576 Allow numerical dates ordering for last course access report 15 years ago
Yannick Warnier 3e27953630 Show time based on admin's timezone 15 years ago
Julio Montoya 1b1adb40e2 Minor - Cleaning files 15 years ago
Noel Dieschburg 409a1f0b06 Suppresses the test directory and sets the permission for production use 15 years ago
Yannick Warnier 04471ce29c Added additional panel in logins stats for only the last logins 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
Ricardo Rodriguez fa3d3046cb Added a new value by default at the variable $status, created a new variable $status_filter and fixed the sql consultance. In the index.php modified the function check_system_version2 declarated a new varibles $number_of_course and deleted the sql query's 16 years ago
Noel Dieschburg e6444dc928 Dummy permission commitx 16 years ago
Carlos Vargas 528542d8ce Add condition to access url in administration / statics Part#2 CT#1099 16 years ago
Carlos Vargas e9ba6fa4c6 Add condition to access url in administration / statics Part#1 CT#1099 16 years ago
Julio Montoya 2dcb0eff65 Fixes statistics bug in username CT#878 16 years ago
Yannick Warnier 7661f3dad8 Added 'unknown' when user_id isn't defined \nCommented strange = %13 unexplained 16 years ago
Yannick Warnier ac82973939 Minor - update to coding conventions 16 years ago
Yannick Warnier 06a0f3b67e Minor - update to coding conventions 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 d492bee5d3 Date and time management; correcting calls to api_get_local_time - Chamilo - CT#696 16 years ago
Carlos Vargas 1b4a42723f minor change name var get_lang 16 years ago
Julio Montoya f98a3b4dfd SQL query improved from \"SELECT * \" to \"SELECT A, B\" 16 years ago
Julio Montoya bf1c1653cc Fixing Statistics::get_activities_data() function adding intval function to incoming parameters 16 years ago
Guillaume Viguier fcc5a3766f Timezone management (see CT#599) 16 years ago
Julio Montoya 354bf47a4b Renaming Remove_XXS to remove_XSS function. See DT#388 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
Arthur Portugal 4586a88088 Added a variable where is the table user CT#191 16 years ago
Julio Montoya 2e9dddf4be Update license 16 years ago
Julio Montoya 8872c1fad1 Updating classes for new changes see BT#571 16 years ago
Cristian Fasanando d64cfead29 Added trim for improving advanced search - partial CT#384 16 years ago
Ronny Velasquez 1d5a97844a Fixed partial \"Add statistics for social activity\" - see CT#260 16 years ago
cvargas e969a4161a merge 16 years ago
Patrick Cool a2dd7f1ff5 bugfix: Administration -> Reporting -> Latest Access -> enter date -> change sorting => all results are gone 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 37dc9f98f8 Issue #306 - Platform administration tool: Trimming whitespace from all php-source files there. 16 years ago
Ivan Tcholakov 864f6a4395 Issue #306 - Platform administrator, tool usage statistics: Translation of tool names. 17 years ago
Ivan Tcholakov c948fcb2bb Bug #3384 - Eliminating improper (not language neutral) use of api_uswords() plus another minor correction. 17 years ago