Julio
44208472ce
Add new plugin LPCalendar (WIP) see BT#14608
...
- Block usergroups pages using new function $usergroup->protectScript();
- Change breadcrumbs to not show the "Administration" in classes
- Make number of users inside usergroup/classes clickable now we show
the list of users.
- Add LPCalendar link in "Reporting"
- Add new ajax page usergroup.ajax.php
- Add lp_item "calendar" extra field
7 years ago
Julio
b0081b6846
Add setting "exercise_category_round_score_in_export" BT#13187
...
- Round values using the ceil function in the exercise category reports
7 years ago
Julio
4a45e4b1ee
Use SessionManager::parseSessionDates to show session dates see BT#14464
7 years ago
Julio
294c3b6e3d
Show dates in local time see BT#14464
7 years ago
jmontoyaa
287e1a18e1
Minor - remove space between number and percentage sign see BT#13187
7 years ago
jmontoyaa
3743e267cb
Minor - format code
8 years ago
Julio Montoya
ecdc2037e2
Applied fixes from FlintCI
8 years ago
jmontoyaa
322cdeb2ec
Fix error when session admin cannot see exercise results see BT#14043
8 years ago
jmontoyaa
7218fd1c12
Add $decimalSeparator and $thousandSeparator params BT#13187
...
- Used comma as separator for the exercise_category_report.php page
8 years ago
jmontoyaa
57984f1327
Use real xls export instead of html table see BT#13187
8 years ago
jmontoyaa
0d0fd79ac2
Minor - Add score column information
8 years ago
Julio Montoya
3c271b5819
Applied fixes from FlintCI
8 years ago
Julio Montoya
bf885f42f4
Applied fixes from FlintCI
8 years ago
jmontoyaa
a8974e8061
Add configuration "exercise_category_report_user_extra_fields" BT#13789
...
- Option to add extra fields to the exercise_category_report.php page
8 years ago
jmontoyaa
851938433a
Fix score in grid see BT#13187
8 years ago
jmontoyaa
855c1af7a9
Show more score information in excel report BT#13187
...
- Add option to hide the "%" sign
8 years ago
jmontoyaa
d440f6eed2
Add column "session_access_start_date" in report see BT#13187
8 years ago
jmontoyaa
013b3d77ad
Add option to fix export column titles see BT#13187
8 years ago
jmontoyaa
f46bf5a96e
WIP: Add log when deleting an exercise result attempt (exe_id) see #2215
...
New page added: course_log_events.php
8 years ago
jmontoyaa
b904b8b447
Add new page stats page "course_log_events.php" see #2215
...
In order to get events of that course/course session
8 years ago
jmontoyaa
b18724023c
Fix query for student boss see #1663
8 years ago
jmontoyaa
816d5b3947
Fix company reports + block access see #1663
8 years ago
jmontoyaa
f4a033d912
Makes max rows persistence after refreshing jq grid.
8 years ago
Julio
2646dca660
Add param 'export_filename' to set the export filename see BT#13187
8 years ago
Julio
738f6ca7bc
Read cidReq from URL alternative to course id see BT#13187
8 years ago
Julio
eb7d4027e6
Add new exercise report, showing sessions and exercise categories
...
See BT#13187
- Add course id when creating new objects Answer/Question/Exercise
- Format code
8 years ago
jmontoyaa
2b788be2bc
Fix Skills lib
...
- Format code
- Convert function names to camelCase
- Add Database::escape_string
- Fix return message using Display::addFlash (skills_gradebook.php)
8 years ago
jmontoyaa
8296d27318
Fix condition see BT#13209
8 years ago
jmontoyaa
82505f5730
Minor - format code.
8 years ago
jmontoyaa
45c148be3b
Rename functions using camelCase
...
- Fix getCurrentScore and userFinishedCourse to use Category instead of
course and session code.
8 years ago
jmontoyaa
62fab6a26e
Fix filters see BT#13053
8 years ago
jmontoyaa
f61d509d44
Improve UI "sent" column.
8 years ago
jmontoyaa
bf03d1bd35
Improve session search see BT#12470
...
Search sessions looking at the session's title and the category's
title (if session has a category assigned).
8 years ago
jmontoyaa
1add9647bc
Add translations rename ProgrammedAnnouncement to ScheduledAnnouncement
8 years ago
jmontoyaa
9c6aeb4eab
Add setting "allow_scheduled_announcements" see BT#12901
8 years ago
jmontoyaa
7d7ae4353c
Minor - format code.
8 years ago
Scrutinizer Auto-Fixer
14488458e2
Scrutinizer Auto-Fixes
...
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
8 years ago
jmontoyaa
9757d82b56
Add conf variable 'session_list_show_count_users' see BT#12471
...
Shows the number of users in session.
8 years ago
jmontoyaa
ca8ee7f55c
Fix work field list see BT#12100
9 years ago
jmontoyaa
ee4c66d9cc
Minor - format code, fix function typo getExercisesByCourseSession
9 years ago
jmontoyaa
244a19d4c7
Replace Database :: get_main_table with Database::get_main_table
9 years ago
jmontoyaa
14525afe49
Add "session admin" to see sessions in reporting page see BT#12564
9 years ago
jmontoyaa
9890689cbf
Improve work UI see BT#12100
9 years ago
Rafa
abb75915dd
#1663
...
Admin
- the admin can see all students sessions
- the admin can see all students courses
Superior
-the supervisor can only see his students sessions
-the supervisor can only see his students courses
NOTE
I don’t know why someone added 1 != 1 (// $courseConditions = ' AND 1 <> 1'; //Why?)
to be removed in the future it if its not necessary.
9 years ago
Julio
f7a607c625
Add session id param + fix results see BT#12275
9 years ago
jmontoyaa
4d0f2314fa
Minor - format code.
9 years ago
jmontoyaa
fab7a58076
Use __DIR__ when calling global.inc.php
...
This is needed for an easy migration to chamilo v2
9 years ago
jmontoyaa
0aecbbeaac
Rename visible to visible_to_self + add visible_to_other setting see BT#11741
9 years ago
Angel Fernando Quiroz Campos
a3ef68dda6
Improving queries to get count only - refs BT#11706
9 years ago
jmontoyaa
bc2d101b29
Minor - Add URL see BT#11706
9 years ago