Petr Skoda
50a8bd6c1d
MDL-14589 file api cleanup
2010-07-11 13:30:33 +00:00
David Mudrak
70dc9b380b
MDL-21652 Fix of phpdoc comment. Thanks to Mark Nielsen
2010-07-07 06:49:17 +00:00
David Mudrak
1ce51635f7
MDL-12192 Do not colonize empty labels, thanks to skodak for spotting
2010-07-06 09:58:36 +00:00
Petr Skoda
3a11c09f5b
MDL-21676 user_picture refactoring, reenabling email requirement - towards Gravatar support
2010-07-04 18:36:34 +00:00
Petr Skoda
64f93798d4
MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment
2010-07-03 13:37:13 +00:00
David Mudrak
995f2d51d7
MDL-12192 Language specific label separator instead of hardcoded ': '
...
New string is available. Use get_string('labelsep', 'langconfig') to be used
as a separator between a label and the labelled text. If you want to
produce <label> HTML element, you may be interested in the new
html_writer::label() method. Simple selects and URL selects now use it.
There are bambillion places where ': ' is hardcoded as a separator. I do
not think we have to fix them manually now (and mass search and replace
would be tricky) but everybody should stop adding new.
Do not abuse 'labelsep' for any other purposes. Note that it may not be
colon in some languages or sites.
2010-07-02 12:15:36 +00:00
Petr Skoda
d693882f7f
MDL-22910 oh, I have introduced email requirement field into user picture too, sorry
2010-07-01 07:05:03 +00:00
Petr Skoda
eae1948cee
MDL-22910 workaround for inability of Oracle and MS sql to find distinct text fields, improved perf in all dbs
2010-06-30 20:42:11 +00:00
Dongsheng Cai
6eabadd90d
MDL-22805, display section_backup course_backup course_content only, hide empty directory, lock user in course level
2010-06-22 09:04:46 +00:00
Dongsheng Cai
fb2fb46e5b
MDL-22805, new renderer component moodle_file_tree_viewer, remove file_tree_viewer to area_file_tree_viewer, the legecy files/index.php has be replaced with the moodle_file_tree_viewer, it is readonly
2010-06-16 08:07:42 +00:00
David Mudrak
621b4d0873
MDL-22675 XHTML: checkbox requires checked="checked", not "selected"
...
Thanks Andrea Bicciolo for spotting this.
2010-06-06 12:55:48 +00:00
Sam Hemelryk
af7c1e29ab
block-community MDL-19314 Tweaked image gallery CSS and added a firstimageonly property
2010-06-04 02:46:25 +00:00
Sam Hemelryk
2a102b901e
block-community MDL-19314 Fixed gallery lightbox implementation and added proper support for yui3 gallery modules
2010-06-04 01:49:53 +00:00
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