Marina Glancy
70703d4c51
MDL-61937 comment: do not use API in provider
...
When exporting comments we can not use comments API because:
- we don't need to call component validate, comments may be disabled right now but
are still stored
- we don't need to call display callback
- we need to export all comments and not only first 15 of them
2018-05-04 11:22:14 +08:00
Adrian Greeve
1b33e410b5
MDL-62035 core_comment: Update to deletion methods.
...
Also clarification with the export method to clarify that it
is only for one context.
2018-04-20 10:42:24 +08:00
Andrew Nicols
fa983cfcc0
MDL-61836 comment: Add missing require
2018-04-20 08:17:15 +08:00
Luca Bösch
a07249826a
MDL-38099 comments: year in comments date
2018-04-17 22:40:36 +02:00
Andrew Nicols
e98f0cf7ff
MDL-61307 privacy: Rename deletion functions
2018-03-13 08:48:13 +08:00
Andrew Nicols
70f0923499
MDL-61307 core: Remove deletion_criteria
2018-03-13 08:48:12 +08:00
Adrian Greeve
5be028ab82
MDL-61307 core_comment: Add implementation of privacy API
2018-03-09 12:24:38 +08:00
John Okely
672f483670
MDL-42834 admin: Removal of httpswwwroot
2017-10-23 12:25:36 +08:00
Juan Leyva
e71687baf9
MDL-60198 webservice: Add missing MOODLE_INTERNAL checks
2017-09-21 13:01:28 +02:00
Damyon Wiese
dc633a24b9
MDL-40759 fontawesome: lang strings comments
2017-03-21 11:13:43 +08:00
Damyon Wiese
07171e831e
MDL-40759 fontawesome: Fix bugs from rebase
2017-03-17 15:52:46 +08:00
Damyon Wiese
b9b409cfc3
MDL-40759 icons: Peer review fixes (all minor)
2017-03-17 15:52:46 +08:00
Damyon Wiese
8857c715d1
MDL-40759 icons: Behat fixes for font-awesome
2017-03-17 15:52:18 +08:00
Damyon Wiese
663640f5b3
MDL-40759 icons: convert uses of pix_url to pix_icon
...
Also change filepicker to use scaled svgs instead of sets of custom pngs. The svgs are taken from font-awesome.
2017-03-17 15:52:17 +08:00
Jake Dallimore
86f1d1bb86
MDL-35980 comment: add comment info to delete button for screen readers
...
For each delete button in the comments widget, make the spoken text a
string containing the name of the poster and the datetime.
2017-02-24 08:15:40 +08:00
Jake Dallimore
bb80768558
MDL-35978 comments: fix for comments block which has no toggler
2017-01-31 11:24:42 +08:00
Jake Dallimore
af65270e87
MDL-35978 comments: expandable comments announce change when toggled
...
Added role and aria-expanded attributes to the toggler link and added
a key handler for the space and enter keys.
2017-01-27 13:03:53 +08:00
Frederic Massart
f5f02ac0d3
MDL-57273 core: Migrating some exporters from tool_lp & core_competency
2017-01-20 12:56:18 +08:00
Simey Lameze
1f8d39893f
MDL-57125 comment: prevent js execution if there are no comments
2016-12-12 11:34:42 +08:00
Simey Lameze
270b2e443c
MDL-56988 report: review and apply boosty styles to all reports
2016-11-23 15:30:32 +08:00
Juan Leyva
1896b8009a
MDL-56307 course: API changes to support retrieve by time
2016-10-25 10:10:52 +01:00
Pau Ferrer Ocaña
6f26fcd7e0
MDL-54894 comments: Get course from context if not informed
2016-06-20 08:58:05 +02:00
Marina Glancy
c0e3e9da37
MDL-54116 block_comments: warnings when commenting outside of a course
2016-05-26 10:19:31 +08:00
Frederic Massart
23381ab803
MDL-51036 tool_lp: Making comments work inside templates
2016-04-18 10:58:49 +08:00
David Monllao
9b27c8840d
Merge branch 'MDL-47773-master-commentui' of git://github.com/mudrd8mz/moodle
2015-04-07 11:34:23 +08:00
Eloy Lafuente (stronk7)
0a2224b961
Merge branch 'MDL-49203-master' of git://github.com/jleyva/moodle
2015-04-02 13:19:35 +02:00
Juan Leyva
e7f4cf2ab7
MDL-49203 webservices: Fix unit tests for avoid random order issues
...
This problem usually happens in Postgres where a set of records is
ordered by a timestamp column and there are two or more records with
the same value
2015-04-02 12:57:22 +02:00
David Mudrák
3e4f5e6591
MDL-47773 comment: Indicate comment being saved via AJAX
...
This should be considered as quick & dirty usability fix as the whole JS
should ideally be rewritten and this behaviour should use CSS classes.
2015-03-31 13:59:59 +02:00
Dan Poltawski
90748dfb52
Merge branch 'MDL-49674-master-commentformat' of git://github.com/mudrd8mz/moodle
2015-03-31 12:16:58 +01:00
Juan Leyva
2016c7d4d0
MDL-49203 webservices: Unit tests for the new external function
2015-03-26 15:59:15 +01:00
Juan Leyva
e77a0f368f
MDL-49203 webservices: Coding style fixes, ws added to the app service
2015-03-26 15:57:58 +01:00
Costantino Cito
be9854162f
MDL-49203 webservices: New WS core_comment_get_comments
2015-03-26 15:57:21 +01:00
David Mudrák
2b6f97fded
MDL-49674 comment: Use correct format when displaying the comment
...
The plugin callback executed above can eventually change the format. We
need to use that one to have the formatting of the first AJAX response
consistent with following displays.
2015-03-26 12:55:18 +01:00
Dan Poltawski
b2ab6cc330
Merge branch '27548-29' of git://github.com/samhemelryk/moodle
...
Conflicts:
lib/db/install.xml
lib/db/upgrade.php
version.php
2014-12-01 12:21:19 +00:00
Sam Hemelryk
686d05619b
MDL-27548 comments: component now recorded
2014-11-26 13:31:37 +13:00
Jetha Chan
71688853e0
MDL-23912 core_comment: update count after deletion
2014-11-25 12:29:07 +13:00
Sam Hemelryk
2ff98fb6e4
MDL-48206 block_comments: textarea width 100%
2014-11-14 11:40:33 +13:00
Marina Glancy
fdece45b06
Merge branch 'wip-MDL-45512-master' of git://github.com/abgreeve/moodle
2014-05-20 14:21:56 +08:00
Damien Bezborodov
5d49b2b21d
MDL-44634 Regression: link to user profile in comments block fails due to double URI encoding
2014-05-15 11:39:24 +09:30
Damien Bezborodov
a9af43be51
MDL-44634 Regression: link to user profile in comments block fails due to double URI encoding
2014-05-15 10:48:50 +09:30
Adrian Greeve
6f1b3e9f38
MDL-45512 comments: Added full date to comment details.
2014-05-13 10:38:58 +08:00
Adrian Greeve
5e9c9e0e39
MDL-43700 reports: Update to the sql in the comment locallib to include additional name fields.
2014-01-15 12:03:19 +08:00
Rajesh Taneja
a55eaf0351
MDL-43293 Events: Added comments event in modules supporting comments
2013-12-23 09:22:14 +08:00
Rajesh Taneja
86b0e3b308
MDL-40058 Events: Replaced add_to_log for page comments to event
2013-12-11 13:53:00 +11:00
Damyon Wiese
31d861d19b
MDL-35981 comments: Fix for keyboard control of "add a comment"
2013-08-05 09:49:38 +08:00
Damyon Wiese
fe1c01e751
MDL-35981 comments: Add comment about keycodes for space and enter.
2013-08-02 11:42:45 +08:00
Damyon Wiese
ba29e212cd
MDL-35981 comments: Make delete comment keyboard accessible.
2013-08-02 11:42:44 +08:00
Petr Škoda
56da374e1e
MDL-40220 use new core_component::normalize_component()
2013-07-16 22:41:00 +02:00
Frederic Massart
f9aa8016b1
MDL-40405 libraries: Deprecate get_child_contexts()
2013-07-09 15:37:40 +08:00
Sam Chaffee
0399580003
MDL-39173 Assign - Enable comments for blind marking assignments (anonymous ones)
2013-04-19 13:03:05 +08:00