Commit graph

228 commits

Author SHA1 Message Date
Dongsheng Cai
6bf197b34c MDL-22591, user_private plugin, disable it from private file block, hide user_private area from local plugin 2010-05-31 03:03:21 +00:00
Dongsheng Cai
b80ef420d0 MDL-22582, file_tree_viewer implementaion in core renderer 2010-05-26 08:32:31 +00:00
Dongsheng Cai
e425638049 MDL-16493, database module use filepicker to choose file/pciture, url field use file picker to choose link. 2010-05-24 09:05:40 +00:00
Dongsheng Cai
bb496de7c2 MDL-13766, move file picker element to core renderer 2010-05-24 07:55:57 +00:00
Petr Skoda
1a10840ebe typos in comments 2010-05-22 20:11:40 +00:00
Dongsheng Cai
4d2ee4c2c0 MDL-16597, move print_filemanager to $OUTPUT->file_manager, now theme designers are able to costomize file manager. 2010-05-19 08:05:36 +00:00
Sam Hemelryk
12cc75aed5 custommenu MDL-22398 Fixed notice during install/upgrade with $CFG->custommenuitems 2010-05-11 07:30:04 +00:00
Sam Hemelryk
d2dbd0c0d0 navigation MDL-22398 Added custom menu to Moodle core. Will document in theme's forum 2010-05-10 05:24:00 +00:00
Sam Hemelryk
6605ff8cda themes MDL-22358 Renamed sideblock class to block 2010-05-06 06:16:07 +00:00
David Mudrak
876521acfe Fixed debugging info on missing help contents string 2010-05-03 15:36:29 +00:00
Tim Hunt
836c47d7fe MDL-22155 useful new method html_writer::nonempty_tag.
It outputs a tag only if the contents you pass is non-empty.

Also, unit tests for the basic parts of html_writer.
2010-04-23 10:34:07 +00:00
Martin Dougiamas
5435c9dcc4 help strings MDL-21695 changed _hlp to _help and fixed help.php to format those strings properly 2010-04-23 07:46:35 +00:00
Petr Skoda
9c7b24bf49 MDL-21695 fixed help regression 2010-04-14 08:53:30 +00:00
Petr Skoda
259c165d7a MDL-21695 new help api 2010-04-13 21:51:49 +00:00
Petr Skoda
49f0d48171 MDL-21695 new help_icon structure 2010-04-13 20:45:05 +00:00
Petr Skoda
596509e431 MDL-21695 renaming ->help_icon() to old_help_icon() and going to introduce new help_icon() with new parameters and detailed debugging - hopefully this will help during the conversion to new help 2010-04-13 20:34:27 +00:00
Petr Skoda
53a78cef28 MDL-21695 help files replaced by standard strings - basic infrastructure in place, no strings converted yet 2010-04-10 09:10:08 +00:00
David Mudrak
0648ead4d4 MDL-21652 removed html_table property 'style'
I copied this initially from the legacy html_component during the refactoring and forgot to check
if it is actually used. Credit goes to Sam H. for spotting it.
2010-03-22 08:16:30 +00:00
David Mudrak
e126c0ccee MDL-21652 Fixed forgotten <th> scope handling 2010-03-21 10:28:52 +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
David Mudrak
67da0bf73e MDL-20204 fixed typo in variable name 2010-03-18 18:33:40 +00:00
Petr Skoda
f3afba4e19 MDL-21851 adding idalias to user_picture::fields() 2010-03-18 07:41:57 +00:00
Sam Hemelryk
b0fef57b1b output MDL-20204 Fixed regression action link wasn't making use of attributes argument 2010-02-24 06:11:45 +00:00
David Mudrak
19f3bbb265 MDL-20204 fixing typo and missing static method identifier 2010-02-19 13:10:15 +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
Sam Hemelryk
abdac127cf outputcompontent MDL-20204 Regression, corrected broken conversions to html_writer::link 2010-02-17 03:53:28 +00:00
Petr Skoda
85fc9c87c8 removed html_label 2010-02-16 17:36:03 +00:00
Petr Skoda
f7065efe1e MDL-20204 removed labelled_html_component 2010-02-16 17:35:26 +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
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
821e29ee19 MDL-20204 more cleanup 2010-02-11 10:39:22 +00:00
Petr Skoda
4ed857901a MDL-20204 fianl cleanup - removing obsolete renderer stuff 2010-02-11 10:32:39 +00:00
Petr Skoda
f83b9b63ae MDL-20204 legacy time selects converted, please note we should always use mforms if possible 2010-02-10 14:27:03 +00:00
Petr Skoda
78bdac6449 MDL-20204 converting yes_no selects 2010-02-10 14:05:07 +00:00
Petr Skoda
81aba78d05 MDL-20204 all popup forms converted 2010-02-10 12:00:18 +00:00
Petr Skoda
f1a3e072fa MDL-20204 using url_select 2010-02-10 10:55:51 +00:00
Petr Skoda
4d10e57985 MDL-20204 new url_select widget 2010-02-10 10:22:25 +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
2f0e96e447 MDL-20204 one more step away from html_select 2010-02-09 18:54:03 +00:00
Petr Skoda
538684258a MDL-20204 new html_writer::checkbox fixed 2010-02-09 18:16:14 +00:00
Petr Skoda
14dce022db MDL-20204 new html_writer::checkbox 2010-02-09 18:04:16 +00:00