* add tpl blog for list articles y post - refs BT#12324
* fix tpl post blog - refs BT#12324
* Adding attachments in comments - refs BT#12324
* add layout blog - refs BT#12324
* fix github comments - refs BT#12324
* fix search blog - refs BT#12324
* fix search blog - refs BT#12324
* Minor - Format code - refs BT#12324
* Remove use of Display::display_header on blog tool - refs BT#12324
* Improve/format code for blog post - refs BT#12324
* Fix add comment to post - refs BT#12324
* Fix template for blog task - refs BT#12324
* Using Display::addFlash when showing messages in blog tool - refs BT#12324
* fix style blog post - refs BT#12324
* display post score ranking - refs BT#12324
* fix post edit blog - refs BT#12324
* fix home movil blocks
* fix menu responsive
* fix menu responsive
* fix obs PR
* fix obs PR
* Fix post date - refs BT#12324
* Fix post comments template - refs BT#12324
* Minor - Format code - refs BT#12324
* Show post when it is added - refs BT#12324
* Fix edit post and delete comment - refs BT#12324
* Show nested post comments - refs BT#12324
* Fix date creation for blog and first post - refs BT#12324
* Change length of post extract in blog to 800 chars - refs BT#12324
* Allow show full post content on blog home - refs BT#12324
* Fix the post extract length - refs BT#12324
* Minor - Remove unused variable - refs BT#12324
* Fix issue with detailed counting of characters in blog - fixes BT#12324
* Fix issue with detailed counting of characters in blog (cut() already counts with UTF-8) - fixes BT#12324
* Allow show 'Read more' link when adding page-break to blog post - refs BT#12324
* Rename blog methods to camelCase
* Add public static
See:
4aa97efd7e (diff-25225d4933dc113803d8635e96269c60)
* Fix downgrade from 1.11.x about blog - refs BT#12324
* Fix edit post and delete comment - refs BT#12324
* Show post when it is added - refs BT#12324
* Revert "fix menu responsive"
This reverts commit c25a653f8ab30a608692a39e24cf9dc8b0bd1a03.
* Revert "fix menu responsive"
This reverts commit 8b7fdc0bb861c08d589c7c0e96879bf5aa40f7ed.
* Revert "fix home movil blocks"
This reverts commit b0de97a0c4e5fb980952f90120e901baf2505ba3.
* Fix pictures for comments authors in blog tool - refs BT#12324
* Added configuration value ConsideredWorkingTime work extra field variable show in MyStudents page works report - Refs BT#12212
* Added Extra Fields handler to works - Refs BT#12212
* Added Works report table in MyStudents page - Refs BT#12212
* Reworked Access details by date chart - Refs BT#12212
* Added See Access logs link in user information in MySpace - Refs BT#12212
* Add tracking logs to determine working time in course access details - Refs BT#12212
* Remove duplicate string escaping
* Minor - Move functions after procedural code
* Portal administrators can also see students tracking from the course's users list
* Add documentation to new configuration setting for work_time - refs BT#12212
* Move, rename, change order and default values for function api_add_sub_hours_to_date_time to(base-time, interval, operation) ChamiloAPI::AddOrSubTimeToDateTime(interval, optional base-time, optional operation) - refs BT#12212
Change event_course_login() back to previous state (hack not necessary anymore)
Add reasonable documentation to new code
Expect IP address to be given to eventCourseVirtualLogin()
* Add support for work removal when using considered_working_time setting - refs BT#12212
Rename eventCoutseVirtualLogin() to eventAddVirtualCourseTime()
* Minor - format code, update docs
* Use iid instead of id see BT#12212
* If "expires_on" is null, don't show date see BT#12212
* Fix issue preventing the removal of virtual time when more than one assignment are removed - refs BT#12212
* Fix wrong bugfix in 1996736626 preventing time to be registered for considered_working_time
Change event_course_login() back to previous state (hack not necessary anymore)
Add reasonable documentation to new code
Expect IP address to be given to eventCourseVirtualLogin()