Petr Skoda
1adaa40466
MDL-21938 support for json renderer and error handler
2010-03-28 09:05:47 +00:00
Sam Hemelryk
230ec40140
output MDL-20204 Fixed regression incorrect param type
2010-03-24 02:35:16 +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
Petr Skoda
c5d1816470
MDL-14679 fixed double encoding of html entities in debuginfo coming from the dml and ddl
2010-03-20 13:46:15 +00:00
Andrew Davis
b1721f670b
rating MDL-21657 started making ratings API more like comments and split rate.php into rate.php and rate_ajax.php
2010-03-19 06:55:47 +00:00
Andrew Davis
c82ed0a8b0
rating MDL-21657 changed ratings rendering to avoid a nonconstant element name
2010-03-19 02:24:44 +00:00
Andrew Davis
8b69c341c0
rating MDL-21657 more changes based on Petr's feedback
2010-03-18 03:47:12 +00:00
Andrew Davis
7ac928a749
rating MDL-21657 more changes based on Petr's feedback
2010-03-17 09:12:13 +00:00
Andrew Davis
f1f6a75524
rating MDL-21657 changes based on Petr's feedback
2010-03-17 03:39:54 +00:00
Dongsheng Cai
6ee744b36e
"MDL-20204, fixed html_writer::tag parameters"
2010-03-17 02:25:36 +00:00
Andrew Davis
6c5fcef746
rating MDL-21657 changing from ratings (plural) to rating (singular)
2010-03-16 09:37:31 +00:00
Andrew Davis
a09aeee47b
rating MDL-21657 first commit for rating library
2010-03-16 05:57:51 +00:00
Sam Hemelryk
46de77b6b7
navigation MDL-21543 Moved block docking icons next to the show-hide block icon
2010-02-24 08:12:17 +00:00
Sam Hemelryk
524645e768
output MDL-20204 Fixed regression misnamed variable
2010-02-24 06:08:52 +00:00
Penny Leach
8810fb89b1
MDL-20204 fixed regression in html_writer::tag parameter order
2010-02-23 10:05:20 +00:00
Sam Hemelryk
f4ed6fc4b4
output MDL-20204 Fixed regression with block editing controls
2010-02-19 06:57:55 +00:00
Petr Skoda
26acc814eb
MDL-20204 fixed html-writer::tag() parameter order to match the rest of the api
2010-02-18 18:15:56 +00:00
Petr Skoda
8cea545e0b
MDL-20204 started refactoring of html_table + more cleanup
2010-02-17 19:33:24 +00:00
Petr Skoda
dd72b308ed
MDL-20204 blocks rendering does not depend on html_component any more
2010-02-17 18:36:26 +00:00
Petr Skoda
5be262b66f
MDL-20204 converting html_list
2010-02-17 17:56:26 +00:00
Petr Skoda
4ee753eb83
MDL-20204 converting html_span to html_writer
2010-02-17 17:17:45 +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
ce0110bf95
MDL-20204 replaced html_button
2010-02-16 17:33:13 +00:00
Petr Skoda
0029a91734
MDL-20204 replaced html_icon with pix_icon handling
2010-02-16 17:31:35 +00:00
Petr Skoda
56ddb719e9
MDL-20204 finaly replaced all html_link uses
2010-02-16 17:23:49 +00:00
Petr Skoda
c63923bddb
MDL-20204 converted action_icon
2010-02-16 16:24:49 +00:00
Sam Hemelryk
fe21336587
gradebook-graderreport MDL-21535 Upgraded to YUI3 and reoganised JS code
2010-02-16 08:26:21 +00:00
Petr Skoda
2c0d78395c
MDL-20204 fixing problematic flash test when using non standard headers
2010-02-15 19:05:33 +00:00
Petr Skoda
57cd3739a4
MDL-20204 converting link to html_writer or action_link
2010-02-11 16:56:00 +00:00
Petr Skoda
c80877aa0e
MDL-20204 fixed recent regressions + improved action handling - sorrrry
2010-02-11 15:44:06 +00:00
Petr Skoda
000c278cff
MDL-20204 new pix_icon renderable widget
2010-02-11 14:59:00 +00:00
Petr Skoda
4aea3cc7cd
MDL-20204 the ultimate fix for our frames (theyare not accessbile, but anyway); instead of adding the target to each element when creating html we use yui to set the target from page footer via JS - this fixes the links and forms in all elements in pages with frametop layout
2010-02-11 13:27:02 +00:00
Petr Skoda
4ed857901a
MDL-20204 fianl cleanup - removing obsolete renderer stuff
2010-02-11 10:32:39 +00:00
Petr Skoda
7de131039a
MDL-20204 migrated checkbox to html_writer
2010-02-11 10:22:22 +00:00
Petr Skoda
4461cc604d
MDL-20204 selects now removed from renderers, now livingi n html_writer - yay!
2010-02-11 10:12:59 +00:00
Petr Skoda
edc28287b2
MDL-21577 converting select auto submit code
2010-02-10 16:20:28 +00:00
Petr Skoda
ab08be9839
MDL-20204 fixed docs
2010-02-10 10:23:09 +00:00
Petr Skoda
4d10e57985
MDL-20204 new url_select widget
2010-02-10 10:22:25 +00:00
Petr Skoda
0b2cb1327a
MDL-20204 added forgotten support for disabled in single_select
2010-02-10 09:46:44 +00:00
Petr Skoda
f8dab96615
MDL-20204 a lot more steps away from html_select
2010-02-10 09:37:50 +00:00
Petr Skoda
a9967cf5a5
MDL-20204 new single_select + cleanup
2010-02-09 17:39:13 +00:00
Petr Skoda
916276fc0a
MDL-20204 more outputlib changes towards separate html_writer
2010-02-07 20:12:31 +00:00
Petr Skoda
baeb20bba3
MDL-21400 thems and JS now using the same script naming convention and parameter style
2010-02-07 13:08:46 +00:00
Petr Skoda
593f9b8703
MDL-21400 finalising JS api - removing ->on_dom_ready (now bool param in js() and js_init_call()) and after_delay() (again int parameter) - the reason is it was adding unnecessary complexity and it is used in just a few places that will be eventually converted to the new js_init_call() anyway
2010-02-06 14:45:17 +00:00
Petr Skoda
60409fe103
MDL-21532 ->in_head() now really exceptional (after overrlib removal there will be just a few of them)
2010-02-06 14:09:33 +00:00
Petr Skoda
4abd5b9b2a
MDL-21400 migrated falsh detection to YUI3
2010-02-06 12:58:19 +00:00
Petr Skoda
db09524d89
MDL-20204 fixed HTML_ATTR_EMPTY regression
2010-02-03 17:20:01 +00:00
Petr Skoda
97c100999a
MDL-20204 removed problematic HTML_ATTR_EMPTY, simply use null instead + removed incorrect trimming of values (yes, leading/trailing spaces are sometimes valid attribute values too!)
2010-02-03 16:27:52 +00:00
Sam Hemelryk
505575293e
output MDL-21235 Fixed table function to be xml strict with no data
2010-01-28 05:30:14 +00:00
Petr Skoda
2d65597b6c
MDL-21403 removing ->asap() used for flicker-lessremoval of go button, no use .hiddenifjs class instead
2010-01-26 09:32:21 +00:00