222 Commits

Author SHA1 Message Date
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
Dongsheng Cai
535b4a51c1 MDL-21941, change language strings for comments api 2010-04-08 01:53:48 +00:00
Dongsheng Cai
1150c1bdba MDL-21944, remve ### link target 2010-04-07 09:09:32 +00:00
Dongsheng Cai
4b201bc6f5 MDL-19118, comments api improvement 2010-04-07 06:42:17 +00:00
Dongsheng Cai
34e20eb422 "MDL-19118, improve comments management" 2010-03-31 09:53:05 +00:00
Petr Skoda
61ef8f9f88 MDL-20204 removing deprecated admin headers 2010-03-31 08:05:53 +00:00
Petr Skoda
4f0c2d0009 MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too 2010-03-31 07:41:31 +00:00
Dongsheng Cai
5aaa76eaef "MDL-21943, remove hardcoded css" 2010-03-30 09:18:34 +00:00
Dongsheng Cai
a0e68ffc81 "MDL-21945, do not pass by reference to plugin_callback" 2010-03-30 07:49:21 +00:00
Dongsheng Cai
b9a689e8e3 "MDL-21952, comments api, fixed delete_record" 2010-03-30 07:38:47 +00:00
Dongsheng Cai
2057b5ef50 "MDL-21959, comments api, fixed javascript events" 2010-03-30 03:59:58 +00:00
Dongsheng Cai
07eebf2027 "MDL-21954, fixed theme pix output" 2010-03-29 06:07:31 +00:00
Dongsheng Cai
05fe3ab530 "MDL-21958, stop using "_" prefix for private functions" 2010-03-29 05:44:48 +00:00
Dongsheng Cai
1d51d1e001 "MDL-21950 use $PAGE->coures instead of $COURSE" 2010-03-29 05:37:22 +00:00
Dongsheng Cai
c794595d5f "MDL-21943, fixed paging class name" 2010-03-29 05:29:53 +00:00
Dongsheng Cai
b1d124d1df "MDL-21943, remove hard-coded style" 2010-03-29 04:06:13 +00:00
Dongsheng Cai
5dce9d1b18 "MDL-21942, use $PAGE->url instead of qualified_me" 2010-03-29 03:54:14 +00:00
Petr Skoda
2c3c4c8d63 MDL-21940 removing the old custom exception handling from nonajax code too + redirects without messags are always better 2010-03-28 10:08:18 +00:00
Petr Skoda
2696b976ae MDL-21940 comments migrated to new ajax error handler 2010-03-28 09:52:50 +00:00
David Mudrak
16be897441 MDL-21652 html_table rendering refactored
* class html_component does not exist any more
* class html_table rendered via html_writer::table()
* html_table, html_table_row and html_table_cell have public $attributes property to set their CSS classes
* dropped rotateheaders feature, should be added again after more research of possible ways (<svg> is not nice IMHO)
* dropped possibility to define CSS classes for table heading, body and footer - can be easily done and better done using just table class and context
2010-03-20 22:15:54 +00:00
Dongsheng Cai
08a22be6af "MDL-19118, fixed comments api in format_text function" 2010-03-19 04:53:54 +00:00
Dongsheng Cai
3e34183a97 "MDL-19118, improve comments pagination" 2010-03-18 09:57:32 +00:00
Dongsheng Cai
7695110029 "MDL-19118, improve comments block" 2010-03-18 09:42:30 +00:00
Dongsheng Cai
6aee047797 "MDL-19118, fixed the code of requiring moodle course object" 2010-03-17 02:41:01 +00:00
Dongsheng Cai
80555111bc "MDL-19118, replace course it with course object to improve performance" 2010-03-16 08:09:19 +00:00
Dongsheng Cai
5758852313 "MDL-19118, fixed security bug in comments, thanks to Petr" 2010-03-16 07:57:45 +00:00
Dongsheng Cai
88342307b0 "MDL-21786, remove old comment lib file" 2010-03-15 08:03:18 +00:00
Dongsheng Cai
24048d094e "MDL-21786, add license info to locallib.php" 2010-03-15 08:01:01 +00:00
Dongsheng Cai
36051c9e91 "MDL-21786, moving comments library files to consistency" 2010-03-15 07:59:28 +00:00
Petr Skoda
929d7a8362 MDL-20204 converted paging_bar to new coding style + fixed regressions from recent commits 2010-02-17 16:59:41 +00:00
Petr Skoda
2b728cb5e1 MDL-21420 finally moving old global mstr to new M.str. 2010-02-07 09:43:07 +00:00
Petr Skoda
bdf693894f MDL-21400 fixed regression in chrome, safary etc. - it is not allowed to use reserved "delete" keyword as method name, fixed comment 2010-02-03 14:43:13 +00:00
Petr Skoda
38673bfe7e MDL-21400 fixed regression in chrome, safary etc. - it is not allowed to use reserved "delete" keyword as method name 2010-02-03 14:41:43 +00:00
Petr Skoda
4c508047eb MDL-21400 converting forms stuff to new M namespace and using standardised JS module coding style, fixed some regressions - for now works in FF only 2010-02-03 14:36:53 +00:00
Petr Skoda
384ab39a62 MDL-21503 eliminating global Y 2010-02-03 09:32:02 +00:00
Sam Hemelryk
8b5f5e8181 comments MDL-19118 Fixed XML strict errors 2010-01-28 05:32:15 +00:00
Petr Skoda
3b01539ccc MDL-21400 global Y revisited, I really think it is better to pass it around properly, this could help a lot in future if we have multiple versions of YUI installed; reverted js_function_call() and added new js_init_call() instead which should be hopefully easier to use and in theory could replace all other $PAGE->requires->js_*; finished implemenetation of js_module() 2010-01-23 17:08:18 +00:00