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
Petr Skoda
bca0975478
MDL-21170 migrated code to new M.util.image_url() function that returns correct theme images
2010-01-22 10:34:09 +00:00
Petr Skoda
ef502357f4
MDL-21170 improved comments module, added new support for module parameter in js_function_call(), fixed bug in comments on frontpage - see tracker for more info
2010-01-22 10:10:27 +00:00
Dongsheng Cai
7e7d2e64f2
"MDL-21170, fixed form conflict"
2010-01-22 08:06:25 +00:00
Dongsheng Cai
277e785d95
"MDL-21170, fixed deleting comments"
2010-01-22 07:40:41 +00:00
Dongsheng Cai
adacb0fe71
"MDL-21170, comment system upgraded to yui3"
2010-01-22 07:35:56 +00:00
Petr Skoda
9598d578bb
MDL-21420 modole_cfg converted to M.cfg
2010-01-21 22:19:46 +00:00
Petr Skoda
9dec75dbcc
MDL-21240 shortened urls now start with / everywhere
2010-01-18 20:57:32 +00:00
Petr Skoda
985d1d1d22
MDL-21187 brand new yui2 lib loading now using the official YAHOO oholoaders which properly resolves all dependencies; please note we are still suing the YUI2 CSS preloading
2009-12-25 15:27:47 +00:00
Petr Skoda
f44b10ed93
MDL-21139 replace all yui functions/methods with yui2 to make room for yui3
2009-12-16 20:25:14 +00:00
Petr Skoda
51405677bb
MDL-20708 fixed CSRF and missing require_login in delete comments (not in stable branches)
2009-11-01 20:04:25 +00:00
Petr Skoda
6f5e085205
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 16:48:45 +00:00
dongsheng
15894c65e0
"MDL-19118, use exception instead of error code to check comments api errors"
2009-10-12 05:46:34 +00:00
dongsheng
b9f6ca7052
"MDL-19118, add comments counter"
2009-10-02 06:22:17 +00:00
nicolasconnault
642816a60c
MDL-19799 upgraded calls to print_table, print_single_button, print_user_picture, print_container* and notice_yesno
2009-08-20 08:50:50 +00:00
dongsheng
da964d222b
"MDL-19118, simplify json parsing in commenting module"
2009-08-16 04:21:30 +00:00
nicolasconnault
25911860e3
MDL-19799 Converted calls to print_paging_bar
2009-08-07 01:38:36 +00:00
nicolasconnault
7e0d66753e
MDL-19799 Converted all print_footer() calls
2009-08-06 14:21:34 +00:00
nicolasconnault
193a7a85fe
MDL-19799 Migrated calls to print_heading
2009-08-06 08:38:30 +00:00
dongsheng
84301fd2cc
"MDL-19118, fixed a javascript error on webkit core browsers"
2009-07-28 09:57:28 +00:00
dongsheng
b26bc253a1
"MDL-19839, use samller user picture, shorter date format, remove cancle button in block, change the position of deteling button"
2009-07-28 07:09:11 +00:00
dongsheng
21afd0461d
"MDL-19118, remove moodleforms, check contextlevel, remove trailing whitespace"
2009-07-27 07:32:56 +00:00
dongsheng
1bcb7eb540
"MDL-19118, comments api"
2009-07-24 02:44:44 +00:00