Rossiani Wijaya
440e1f1a6b
MDL-20447 - bulk upload: add heading to the page
2010-05-28 08:05:26 +00:00
Sam Hemelryk
7c4efe3bc4
navigation MDL-14632 Added fuzzy matching as a worst case scenario to find the active node and tidied up course report page layouts
2010-05-19 07:57:00 +00:00
Martin Dougiamas
bfebaf64d8
MDL-22388 Added some checks to kill these scripts dead with an unequivocal notice unless included properly from a Moodle script.
2010-05-13 02:02: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
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
Sam Hemelryk
90723839ca
themes MDL-21862 Implements base theme and standard theme.
...
Very big theme changes, standardold theme has been split into two themes base and standard. Base theme contains only CSS that is absolutly required (e.g. layout, white space rules, specific widths) and standard (which now looks like standardwhite) contains all the frills.
The following noteable changes have also been made:
* Plugin CSS has been pushed back into the plugin directories as styles.css files.
* Install_print_header has been corrected.
* Redundant or deprecated rules have been removed.
* Several minor class changes throughout Moodle.
* CSS is now single line rules not multiline indented.
* Installs with theme=standardold automatically switch to standard.
* body classes / id now have prefixes to make it clearer what they are and avoid conflicts.
Also worth noting:
* There is still alot of tweaking that is required to get everything looking as it is supposed to, please be patient or better yet help out.
* I am currently working on the documentation for the themes system... it will be here soon.
2010-03-25 06:38:21 +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
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
Sam Hemelryk
10768000f3
tag-manage MDL-19283 Set a better page layout for the tag management screen
2010-01-28 07:04:27 +00:00
Eloy Lafuente
d51eee7e39
NOBUG: Wrong variable name preventing page to render
2010-01-21 18:25:58 +00:00
Martin Dougiamas
3884ae3c1e
tags MDL-13404 Fixed listing of tagged users
2010-01-19 07:24:26 +00:00
Petr Skoda
9dec75dbcc
MDL-21240 shortened urls now start with / everywhere
2010-01-18 20:57:32 +00:00
Petr Skoda
d776d59ee2
MDL-21235 fixed select method name
2010-01-16 18:29:51 +00:00
Petr Skoda
3ff163c597
MDL-21235 html_writer now supports select form elements
2010-01-16 17:00:22 +00:00
Petr Skoda
a685593466
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
2010-01-16 15:39:56 +00:00
Petr Skoda
4bcc51185c
MDL-21217, MDL-21198 simplified/improved outputlib help icon related apis + several fixed regresions
2009-12-30 15:19:55 +00:00
Petr Skoda
191b267bcd
MDL-20790 more page layouts -see base theme for full list; also added new css body class for describing current layout; base layout is now default for beter BC; require_login() now sets 'incourse' layout automatically
2009-12-27 12:02:04 +00:00
Petr Skoda
4454447d56
MDL-20700 whitespace terror returns
2009-12-16 22:14:17 +00:00
Petr Skoda
b5d0cafc6f
MDL-20787 final switch to new $OUTPUT->pix_url() - yay!
2009-12-16 21:50:45 +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
78946b9bdb
MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks
2009-12-16 18:00:58 +00:00
Petr Skoda
e35139b72c
MDL-20901 fixed input validation
2009-11-21 20:41:28 +00:00
Petr Skoda
032216500d
MDL-20700 coding style - new sloppy trailing whitespace fixed, yes I am guilty too :-(
2009-11-09 11:33:14 +00:00
Sam Hemelryk
8bdc9cacad
files MDL-20601 Conversion of many of the uses of print_textarea, and the mforms htmleditor to the new editor
...
Please forgive me if I have missed converting any output statements. If you do find an output statement that is not formatting correctly please refere to the table I added to this bug in regards to how it should be formatted.
2009-11-04 06:14:06 +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
Petr Skoda
49ab5e1950
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 15:32:33 +00:00
Petr Skoda
6bfe7aac8b
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 12:34:33 +00:00
Nicolas Connault
1c7b8b934b
MDL-19676 MDL-14408 MDL-8776 Blog improvements
2009-10-30 07:25:50 +00:00
samhemelryk
18ec15e807
tag MDL-16704 Fixed autocomplete of tags by reorganising the div nesting and upgrading the deprecated YUI calls
2009-10-22 05:55:00 +00:00
samhemelryk
1cc0286707
tag MDL-16704 Moved inline Javascript to tag.js and upgraded to page methods
2009-10-22 03:59:35 +00:00
samhemelryk
333abbf151
tag MDL-19823 Addes set_url calls
2009-10-16 03:24:19 +00:00
skodak
d18e0fe646
MDL-20353 adding missing data types of hidden form fields
2009-09-26 17:07:08 +00:00
nicolasconnault
0f097239c4
MDL-19823 Fixed un-handled case of emty array in foreach loop
2009-09-11 06:59:30 +00:00
nicolasconnault
b0e90a0ccd
MDL-19792 Fixed number of bugs in URLs
2009-09-09 03:26:18 +00:00
rwijaya
b89e4ad8fa
tag logs MDL-19604 Add logging for tag editing/updates, merged from MOODLE19_STABLE
2009-09-09 02:43:43 +00:00
samhemelryk
968583af41
tag MDL-19823 Updated print_header_simple and build_navigation to OUTPUT and PAGE equivalents
2009-09-08 01:30:04 +00:00
nicolasconnault
cae837087a
MDL-19676 Blog improvements
2009-09-04 00:36:43 +00:00
nicolasconnault
8f6e7e6c12
MDL-19823 Upgraded calls to helpbutton, print_simple_box* and notify
2009-08-18 05:19:13 +00:00
nicolasconnault
5084583672
MDL-19823 Upgraded calls to choose_from_menu
2009-08-18 00:13:44 +00:00
nicolasconnault
456d32fd29
MDL-19823 Converted print_box* to $OUTPUT->box*
2009-08-10 05:49:45 +00:00
nicolasconnault
928a93daa2
MDL-19823 Converted calls to print_paging_bar
2009-08-07 01:40:01 +00:00
nicolasconnault
1dd2ba5476
MDL-19823 Converted all print_footer() calls
2009-08-06 14:19:31 +00:00
nicolasconnault
73aec3a790
MDL-19823 Migrated calls to print_heading
2009-08-06 08:25:49 +00:00
nicolasconnault
cf13298081
MDL-19756 Deprecated update_course_icon() and implemented a simple $OUTPUT->edit_button($moodleurl) method which uses $USER->editing
2009-08-05 02:39:42 +00:00
nicolasconnault
c351150fca
MDL-19756 MDL-19825 MDL-19823 MDL-19794 Deprecated update_tag_button, update_categories_search_button and print_user, and updated a few pages that depended on the now deprecated functions
2009-08-05 02:03:50 +00:00
tjhunt
cfc3f57e38
tags: MDL-19823 missed one $PAGE->set_context yesterday.
2009-07-22 02:32:41 +00:00
tjhunt
0edd65352f
tags: part of MDL-19823 - make sure tag pages are in the right context, and set $PAGE->url
2009-07-21 09:16:25 +00:00
tjhunt
d4a03c00ea
themes & blocks - MDL-19077 & MDL-19010 blocks are now printed by the theme
...
The code to print blocks in now in theme layout.php files. (Or in
moodle_core_renderer::handle_legacy_theme)
Code for printing blocks everywhere else has been stripped out.
(Total diffstat 1225 insertions, 2019 deletions)
The way the HTML for a block instance is generated has been cleaned
up a lot. Now, the block_instance generates a block_contents
object which gives a structured representation of the block,
and then $OUTPUT->block builds all the HTML from that.
How theme config.php files specify the layout template and block
regions by page general type has been changed to be even more flexible.
Further refinement for how the theme and block code gets initialised.
Ability for scrits to add 'pretend blocks' to the page. That is,
things that look like blocks, but are not normal block_instances.
(Like the add a new block UI.)
Things that are still broken:
* some pages in lesson, quiz and resource. I'm working on it.
* lots of developer debug notices pointing out things that
need to be updated.
2009-07-09 07:35:03 +00:00
tjhunt
4096752d1d
MDL-19690 - first 53 $CFG->pixpath to $OUTPUT->old_icon_url
2009-07-02 10:06:39 +00:00