Commit Graph

108 Commits

Author SHA1 Message Date
Sam Hemelryk 9da3c2efad MDL-28503 Removed the ability for plugins to override comment capabilities and the defaults associated with it 2011-07-28 13:40:06 +08:00
Sam Hemelryk 5b239d6e8e MDL-27456 Fixed typo in comment/lib.php after last refatoring 2011-05-13 11:18:19 +08:00
Dongsheng Cai c1951ea953 MDL-26854 COMMENT
1. added pluginname_comment_validate callback to comments api
2. change permission callback defaults to false
3. Tidied up serveal areas of comments and implemented callback to
ignore system permissions for view (credits to Sam Hemelryk)

AMOS BEGIN
    MOV [modulerejectcomment,error],[callbackrejectcomment,error]
AMOS END
2011-05-04 17:23:46 +08:00
Sam Hemelryk 99f2cd5435 comment MDL-27024 Removed last check within comment.js for block_comment env 2011-04-11 10:31:13 +08:00
Sam Hemelryk 1c64a9cd58 comment MDL-27024 Fixed bug that arose when a comment section didnt require pagination but the JS still looked for pageination HTML in the page 2011-04-11 10:31:13 +08:00
Sam Hemelryk 93b86f6239 comment MDL-27024 Removed last reference to the comment block within the comment API and used the options properly 2011-04-11 10:31:13 +08:00
Sam Hemelryk d664d673a7 comment MDL-27024 Fixed up whitespace issues 2011-04-11 10:31:13 +08:00
Sam Hemelryk 116a48b133 comment MDL-27024 made notoggle and autoload into proper options to remove comment block conditions from comment API 2011-04-11 10:31:13 +08:00
Sam Hemelryk 8aab32297d comment MDL-27024 Cleaned up HTML output in comment class 2011-04-11 10:31:13 +08:00
Sam Hemelryk 2f181b8c83 comment MDL-27024 Cleaned up use of undefined property $this->link 2011-04-11 10:31:13 +08:00
Dongsheng Cai 7cb854fe60 MDL-25331, fixed comment javascript 2010-11-22 02:20:05 +00:00
Sam Hemelryk 367a75fae4 themes lib MDL-24895 Multiple fixes to better handle overflow.
Major tasks undertaken in this patch:
* New format_text argument, overflowdiv.
* New page layout Report.
* Review of all format_text calls.
* Added support for the report layout to all themes.
* Changed forum post display from tables to divs.
2010-11-05 02:53:47 +00:00
Dongsheng Cai 034699d20a MDL-24657, fixed xhtml in comment 2010-10-14 03:21:31 +00:00
Petr Skoda cd811d1a60 MDL-24650 xhtml strict fix in comments 2010-10-13 17:28:17 +00:00
Dongsheng Cai df796bf0ec MDL-24540, fixed comments UI for not logged in users 2010-10-07 08:18:56 +00:00
Petr Skoda 6bdfef5da9 MDL-24321 switching to standard stdClass() 2010-09-21 08:54:01 +00:00
Petr Skoda fbaea88faa MDL-24321 switching to stdClass in /c*/ 2010-09-21 08:13:11 +00:00
Petr Skoda 7e3b826516 fixed unterminated JS statements 2010-09-17 11:56:18 +00:00
Dongsheng Cai c343ddf84e MDL-24157, clean up page_comments when reseting courses 2010-09-16 07:38:52 +00:00
Dongsheng Cai 4ef81b6cd8 "MDL-23917, fixed arrows in comments" 2010-08-27 10:02:02 +00:00
Dongsheng Cai 9e9dd1a356 "NOBUG, change loading image, comment api" 2010-08-27 07:21:54 +00:00
Dongsheng Cai a85265f486 "MDL-23917, fixed ignore_premission logic" 2010-08-26 09:25:13 +00:00
Dongsheng Cai 2be0842e6b "NOBUG rename username from comment api, it supposed to be secret" 2010-08-25 09:11:36 +00:00
Dongsheng Cai e6efa0cfdb "MDL-23917, fixed the capability check, comment api" 2010-08-25 08:20:46 +00:00
Dongsheng Cai 287ccb31da "MDL-23917, by pass permission when view comments in front page" 2010-08-25 07:47:22 +00:00
Dongsheng Cai 7ade777c54 "MDL-23917, added component parameter to comment api" 2010-08-25 06:24:17 +00:00
Dongsheng Cai e993559256 "MDL-23917, automatically start comments block" 2010-08-25 06:15:01 +00:00
Dongsheng Cai d37e440a7b "MDL-23917, fixed js error in comment block" 2010-08-25 06:05:02 +00:00
Dongsheng Cai 18fb4d75f5 "MDL-23917, move action parameter above" 2010-08-25 05:56:48 +00:00
Dongsheng Cai d846488e65 "MDL-23917, display comments for not logged in users" 2010-08-25 03:50:19 +00:00
Dongsheng Cai 6b9be73729 "MDL-23915 fixed js error in comment" 2010-08-25 03:28:34 +00:00
Sam Hemelryk f36b47efa0 admin blog comment course MDL-22856 Minor cleanups and improvements to styles 2010-08-19 05:56:57 +00:00
Petr Skoda bce08d9a37 MDL-23739 improved ajax headers - now using application/json with the exception of YUI upload 2010-08-10 08:50:08 +00:00
Dongsheng Cai b667ba0049 "COMMENT MDL-19118 improve nonjs comment ui link" 2010-08-02 08:16:51 +00:00
Dongsheng Cai 650a0c0a66 COMMENT MDL-23585 delete comments when centain contexts are being deleted 2010-08-02 07:44:45 +00:00
Dongsheng Cai 08a5988a0f MDL-23108, fixed userid 2010-07-13 09:07:19 +00:00
Dongsheng Cai 4df53d1a23 MDL-23108, fixed fullname in nonjs comment block 2010-07-12 08:49:11 +00:00
Martin Dougiamas 326d9aaac9 MDL-19118 Use 'Save comments' instead of 'Submit' for usability 2010-07-09 03:57:41 +00:00
Dongsheng Cai 2522800428 MDL-21676, fixed comment code 2010-07-05 08:53:42 +00:00
Petr Skoda 3a11c09f5b MDL-21676 user_picture refactoring, reenabling email requirement - towards Gravatar support 2010-07-04 18:36:34 +00:00
Dongsheng Cai e13187157a "MDL-19118, fixed a javascript error" 2010-05-04 07:02:15 +00:00
Dongsheng Cai 63eee7b4b7 "MDL-19118, tweak comment ui" 2010-05-03 16:35:31 +00:00
Martin Dougiamas fe40925a79 MDL-19118 DOn't throw an error when course isn't present, use SITEID for profile links 2010-05-03 16:14:05 +00:00
Dongsheng Cai cdbf0f5a4c "MDL-19118, fixed warning when comment blocks in course module context" 2010-04-19 08:09:05 +00:00
Dongsheng Cai 5b95daecb3 "MDL-19118, comments api requires courseid error message added" 2010-04-19 03:05:28 +00:00
Dongsheng Cai 467c85d732 MDL-19118, set $PAGE->context for comment_ajax.php 2010-04-14 05:01:43 +00:00
Dongsheng Cai 7deb5107da MDL-19118, now comments overlay works without yui3 hacks 2010-04-12 06:19:47 +00:00
Dongsheng Cai 866354a905 MDL-21951, improve comments performance 2010-04-09 09:03:51 +00:00
Dongsheng Cai b45fde0572 MDL-19118, fixed css selector, comments api 2010-04-08 05:40:11 +00:00
Dongsheng Cai a53062105b MDL-21955, fixed potential page parameter collision in nonjs comments paging code 2010-04-08 05:38:44 +00:00