jmontoyaa
6f04f4c213
Fix update user list
8 years ago
Angel Fernando Quiroz Campos
eff98c5f42
WIP set -webkit-overflow-scrolling as important - refs BT#12444
8 years ago
Angel Fernando Quiroz Campos
a8b5750640
Use buttons instead of anchors in exercise submit - refs BT#12444
8 years ago
Angel Fernando Quiroz Campos
d45b2a57b2
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x
8 years ago
Angel Fernando Quiroz Campos
82ff09884a
Use buttons instead of anchors in exercise submit - refs BT#12444
8 years ago
Alex Aragon Calixto
056faad7b9
Merge pull request #1794 from aragonc/1.11.x
...
fix css silver line
8 years ago
Alex Aragon
0eed3a34b1
fix css silver line
8 years ago
jmontoyaa
bc8e013df1
Fix typo, add int casting,
8 years ago
jmontoyaa
f889aac51a
Fix typos
8 years ago
jmontoyaa
11712fac8f
Minor - format code, update docs
8 years ago
jmontoyaa
0f9d2111a1
Reporting - course/session visibility see BT#12553
...
If user is course-coach he can also see the reporting.
8 years ago
Julio Montoya
8aa3ff83ae
Merge pull request #1786 from chamilo/scrutinizer-patch-1
...
Scrutinizer Auto-Fixes
8 years ago
jmontoyaa
c804014cda
Fix stylesheet update.
...
- Platform stylesheet theme is checked from the DB
- Move update to the top to avoid stylesheet that doesn't get updated.
8 years ago
jmontoyaa
7370461f36
A theme folder is consider if there's a default.css file in it.
...
See BT#12490
8 years ago
jmontoyaa
f225080661
Update docs
8 years ago
jmontoyaa
97a992bc7c
Replace intval with (int), format code, update docs.
8 years ago
jmontoyaa
5c30282880
Fix update when updating quiz "hide_question_title"
...
- fix course restorer
- minor format code
8 years ago
jmontoyaa
bc22a13e7a
Fix query in UserManager::get_user_list
8 years ago
jmontoyaa
f0dfe5c41b
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x
8 years ago
Angel Fernando Quiroz Campos
70946e7e2f
Remove work_time when work is deleted - refs BT#12212
8 years ago
Angel Fernando Quiroz Campos
1a80c8d1dd
Avoid save empty dates as modified_on/expired_on in lp - refs BT#12546
8 years ago
Angel Fernando Quiroz Campos
bf54e9738f
Fix insert/update lp_item_view - refs BT#12546
8 years ago
Angel Fernando Quiroz Campos
1a68775e22
Restorinf the count of days to go in session for user - refs BT#12539
8 years ago
Angel Fernando Quiroz Campos
f7e0b79889
Add missing config variable show_simple_session_info - refs BT#12539
8 years ago
Angel Fernando Quiroz Campos
9cb53c2460
Minor - Format code - refs BT#12539
8 years ago
jmontoyaa
b43c3d3627
Add virtual instance theme feature see BT#12490
...
- New function Template::getThemeDir() added to located the theme folder
- New setting in vchamilo ThemeFolder (DB change below)
- New field in vchamilo table: css_theme_folder (ALTER TABLE vchamilo ADD COLUMN css_theme_folder varchar(255);)
- Rewrite api_get_themes() using Finder class, adding vchamilo css theme folder
- Fix mirror function adding 'override' option
8 years ago
jmontoyaa
a018bc60f1
Use api_get_current_url_id, format code
8 years ago
jmontoyaa
391267d234
Add security check
8 years ago
jmontoyaa
029776f32d
Improve CSS stylesheet change/upload
...
- Add theme parameter in function return_logo(), ChamiloApi::getPlatformLogo
- Use key/value array in function api_get_themes()
8 years ago
jmontoyaa
aa08dbd9e5
Use Display::addFlash, use api_get_current_access_url_id, format code
8 years ago
jmontoyaa
c3a7314e25
Add function visibility, fix link.
8 years ago
jmontoyaa
445cf69bfc
Replace custom queries to use CourseManager and UserManager libs
...
- Take into account the url id in UserManager lib
- Use CourseManager::count_courses instead custom sql
- Use CourseManager::get_courses_list instead custom sql
- Use UserManager::get_number_of_users instead custom sql
- Use UserManager::get_user_list instead custom sql
- Minor format code
See BT#12534
8 years ago
jmontoyaa
67686f59d6
Fix session list see BT#12534
...
- Replace custom queries with SessionManager functions
8 years ago
jmontoyaa
653f0017fa
Minor - Class improvements
...
- Remove commented code
- Update docs
- Remove get_lang second unused parameter
- Format code
8 years ago
jmontoyaa
b1006bf21e
Minor - format code, use === instead of ==
8 years ago
jmontoyaa
e6eaa0425e
Remove unused function: display_localised_html_file
8 years ago
jmontoyaa
656b2cad31
Minor - format code
8 years ago
jmontoyaa
1437a3f7e4
Use flash messages
...
- Remove unused function api_add_url_param
- Format code
8 years ago
jmontoyaa
f696f439d0
Fix PHP warning
8 years ago
jmontoyaa
dcc9e2affe
Minor - update phpdoc
8 years ago
jmontoyaa
78378cefc1
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x
8 years ago
jmontoyaa
34ea2c6cdc
Change function name from getCurrentUrlBuild to getCurrentBuildingModeURL
8 years ago
Angel Fernando Quiroz Campos
6de5b9ce4d
Add option to hide the course notification - refs BT#12430
8 years ago
Angel Fernando Quiroz Campos
00ecb30cc9
Allow show course grouped by category in session list - refs BT#12430
8 years ago
Angel Fernando Quiroz Campos
98ec16a5cc
Minor - Format code - refs BT#12430
8 years ago
Angel Fernando Quiroz Campos
7bed12704e
Fix documentation in configuration.php variables
8 years ago
Angel Fernando Quiroz Campos
44f8aa8299
Minor - format code and jshint - refs BT#10892
8 years ago
Angel Fernando Quiroz Campos
c9bdce0c20
Allow save forum thread with weight calification = 0 - refs BT#12514
8 years ago
Angel Fernando Quiroz Campos
11628c6db8
Merge branch '1.11.x' of github.com:chamilo/chamilo-lms into 1.11.x
8 years ago
Angel Fernando Quiroz Campos
426b157946
Show flash messages when update forum thread - refs BT#12514
8 years ago