Ivan Tcholakov
|
c7b44cc1e9
Feature #1744 - Cleaning logical conditions (3).
|
14 years ago |
Ivan Tcholakov
|
f0c4747bf3
Feature #1744 - Cleaning logical conditions: if ($_configuration['multiple_access_urls'] == true) ------> if ($_configuration['multiple_access_urls'])
|
14 years ago |
Guillaume Viguier
|
e9b7e48776
Web services cleanup - Bug fixing
|
14 years ago |
Guillaume Viguier
|
d91270cfd2
Web services cleanup
|
14 years ago |
Guillaume Viguier
|
140980435a
Web services cleanup
|
14 years ago |
Julio Montoya
|
11544b0637
Cleaning code, chamilo code style changes, \"all agenda\" feature work with courses and sessions, only admins and rrhh users can see this page see CT#986
|
14 years ago |
Cristian Fasanando
|
ee74c46aef
fixed - allow platform administrator to have drh role inside courses and sessions - partial BT#566
|
15 years ago |
Julio Montoya
|
67c3626ef0
Deleting ==== from heades adding license text
|
15 years ago |
Cristian Fasanando
|
6d41d66812
hidden courses manager and fixed subscribe courses and session for human resources manager - partial CT#603
|
15 years ago |
Cristian Fasanando
|
042824f9b3
Fixed information about courses and session for administrator inside dashboard interface - partial CT#602
|
15 years ago |
Cristian Fasanando
|
0bbbe01823
Added condition relation type with drh inside sessions sql querys - partial CT#540
|
15 years ago |
cfasanando
|
9fca61be94
merge
|
15 years ago |
Cristian Fasanando
|
ff168d7713
minor - added constant for relation type with human resources manager for sessions, courses - partial CT#540
|
15 years ago |
Cristian Fasanando
|
81ec406ca9
added information for blocks in dashboards
|
15 years ago |
Ivan Tcholakov
|
65a77f5091
Feature #347 - In some previously missed places: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls.
|
15 years ago |
Cristian Fasanando
|
0b65a07b39
added interfaces for assigning sessions, users and courses to human resources manager - partial CT#563
|
15 years ago |
Ivan Tcholakov
|
45bc777651
Feature #347 - System libraries: Removing the parameters __FILE__ and __LINE__ in the Database::query() calls.
|
15 years ago |
Julio Montoya
|
f79662dd29
Minor - documentation updated
|
15 years ago |
Julio Montoya
|
ed1a3460fa
Partial changes to complete Feature #564
|
15 years ago |
Cristian Fasanando
|
91fe686d66
Added keyword \"static\" in classes that implement it - partial CT#387
|
15 years ago |
cvargas
|
e969a4161a
merge
|
15 years ago |
Cristian Fasanando
|
7eb4159f59
Fixing field id_coach doesn't exists in session_rel_course table - partial DT#5496
|
15 years ago |
Julio Montoya
|
f349119496
When a user is added to a session an email is sent see DT#5544
|
15 years ago |
Cristian Fasanando
|
304ee367c0
Fixed users number of a course in session - partial DT #5377
|
15 years ago |
Juan Carlos Raña
|
79f06f55f2
merge
|
15 years ago |
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().
|
15 years ago |
Ivan Tcholakov
|
9b1f3ed934
Feature #5397 - Replacing again the deprecated function api_sql_query() with Database::query().
|
15 years ago |
Cristian Fasanando
|
22a61cf7c1
Implemented new functionalities for training sessions - partial DT #5377
|
15 years ago |
Yannick Warnier
|
47022680ce
Accept gzopen64() too as a test of the zlib extension load
|
15 years ago |
Ivan Tcholakov
|
e1f30c1001
Feature #306 - Replacing the function api_sql_query() with Database::query() within all the library files.
|
15 years ago |