Historique des commits

Auteur SHA1 Message Date
  aragonc 94984e6b12 merge il y a 10 ans
  Laurent Opprecht fc1dff7906 #4784 session register il y a 12 ans
  Laurent Opprecht 03926d6722 #4784 api_session_register il y a 12 ans
  Julio Montoya 95e978eee6 Adding c_id il y a 12 ans
  Julio Montoya 35c81c67bb Merge il y a 13 ans
  Julio Montoya b020f1dc61 Changing lot of queries in order to use one real course database see #3910 il y a 13 ans
  Yannick Warnier a8828b931d Minor - Adapting code comments to phpdoc il y a 13 ans
  Julio Montoya 15ac06c527 Replacing deprecated function is_allowed_to_edit() with api_is_allowed_to_edit() il y a 13 ans
  ywarnier f6d8bca0fb Minor - Updated langvar to follow coding conventions il y a 13 ans
  Julio Montoya dbf8bef18a Moving main/link/linkfunctions.php to inc/lib/link.lib.php + adding youtube link in LPs il y a 13 ans
  ywarnier 0f20a4726f Removed useless backticks il y a 13 ans
  Ivan Tcholakov caf6544fbf Task #1765 - LP tool, cleaning files (14). Tabs are converted automatically to 4 spaces according to the last versions 11 of our coding conventions. The tool AnyEdit ( http://andrei.gmxhome.de/anyedit/ ) has been used for this conversion. il y a 14 ans
  Ivan Tcholakov 47417fbb5a Task #1765 - LP tool, cleaning files (10). The files are obsolete (newscorm/resourcelinker*.php). il y a 14 ans
  Ivan Tcholakov 401a73c826 Duplicate inclusions of the library 'text.lib.php' have been removed. il y a 14 ans
  Yannick Warnier 645d73ec59 Updated phpdoc comments packages. il y a 14 ans
  Ivan Tcholakov f8b6f3a2b4 Task #1765 - A transaction for the 1.8.7.1 release. Correction about avoiding errorneous second attempt for loading the library 'text.lib.php'. il y a 14 ans
  Ivan Tcholakov 6458086e7a Task #1765 - A transaction for the 1.8.7.1 release. Minor optimizations, replacement of the function calls include(), require(), include_once() and require_once() with the correspondent statements. il y a 14 ans
  Ivan Tcholakov 54a9b942c2 Task #763 - All the replacements api_get_path('WEB_COURSE_PATH') --> api_get_path(WEB_COURSE_PATH) and other similar to them. il y a 14 ans
  Ivan Tcholakov 589e5e7d51 Task #696 - Removing api_ucfirst() calls that affect formatting dates for different languages. il y a 14 ans
  Guillaume Viguier f4c7015a3a Date and time management; got rid of format_locale_date - Chamilo - CT#696 il y a 14 ans
  Carlos Vargas 60cd9c1aa1 Partial rename get_lang for tools il y a 14 ans
  Ivan Tcholakov 446492fc35 Feature #347 - Reporting, Learning path: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls. il y a 14 ans
  Cristian Fasanando 7cc0c912f4 fixed ambiguous field inside sql querys with item_property table - partial CT#580 il y a 15 ans
  cvargas e969a4161a merge il y a 15 ans
  Juan Carlos Raña a9c51fff01 merge il y a 15 ans
  Ivan Tcholakov 6e016fb743 Feature #5397 - Replacing mysql_num_rows() with Database::num_rows(). il y a 15 ans
  Juan Carlos Raña 91d22bf2d7 merge il y a 15 ans
  Ivan Tcholakov f41848b652 Feature #5397 - Replacing mysql_insert_id() with Database::insert_id(). il y a 15 ans
  Ivan Tcholakov e5c9dddad1 Feature #5397 - There are two methods in Database class that do the same thing: Database::get_last_insert_id() and Database::insert_id(). Let us deprecate Database::get_last_insert_id(), it is longer and it doesn't follow the intuitive pattern for replacement mysql_* --> Database::*. Replacing Database::get_last_insert_id() with Database::insert_id(). il y a 15 ans
  Ivan Tcholakov ada9c84124 Feature #5397 - Replacing mysql_fetch_array() with Database::fetch_array(). Installation scripts and some other files are skipped in this transaction. il y a 15 ans