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
358c13cbbf
MDL-21124 full support for JS in theems finished
2009-12-23 17:18:46 +00:00
Sam Hemelryk
ac9b2d380a
groups MDL-19559 Fixed trivial css issue
2009-12-21 06:01:30 +00:00
Petr Skoda
38aafea249
MDL-21124 towards full JS support in themes
2009-12-20 21:50:46 +00:00
Petr Skoda
6f0a938be5
MDL-20204 more BC in standard theme CSS
2009-12-20 19:41:47 +00:00
Sam Hemelryk
11462f701b
theme-standard MDL-20204 Fixed broken image path in CSS
2009-12-18 08:12:49 +00:00
Andrew Davis
94685343a5
mnet MDL-12057 fixed mnet admin page table width
2009-12-17 08:33:47 +00:00
Dongsheng Cai
097e38cf95
"MDL-20204, added missing filemanager css"
2009-12-17 07:18:22 +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
39302c7922
MDL-21140 CSS style reset now used from the YUI3 lib, surprisingly it is a bit different from YUI2
2009-12-16 20:11:39 +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
Dongsheng Cai
494bf5c8cf
"MDL-16597, added more docs, clean up code and added maxbytes support"
2009-12-07 05:01:09 +00:00
Andrew Davis
42812ceb08
mnet admin MDL-12057 Added an entry to standard style css to make tables on admin/mnet/index.php the same width
2009-11-27 05:56:46 +00:00
Sam Hemelryk
7231e2de74
navigation MDL-20833 Moved has_navbar from OUTPUT to PAGE as it is logic
2009-11-16 01:12:16 +00:00
Petr Skoda
aa6c1ced0a
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-04 08:11:02 +00:00
Nicolas Connault
1c7b8b934b
MDL-19676 MDL-14408 MDL-8776 Blog improvements
2009-10-30 07:25:50 +00:00
rwijaya
ddc660600a
course/view MDL-20123 section 0 visibility and highlight
2009-10-21 06:25:21 +00:00
samhemelryk
204079e7b3
theme MDL-19824 Upgraded deprecated calls
2009-10-16 03:24:48 +00:00
samhemelryk
3ac8c04d3e
navigation MDL-20233 Left aligned search box if js expansion has been enabled
2009-10-12 05:52:39 +00:00
dongsheng
c61274bfc1
"MDL-19118, comments interface css changes"
2009-10-08 06:39:01 +00:00
dongsheng
75d07096d3
"MDL-14651, improved chat module interface"
2009-10-08 06:37:00 +00:00
nicolasconnault
c6fc16efbe
MDL-16940 Applied the patch for visibility of dropdown menus in course view for IE6 when AJAX is on. Merged from MOODLE_19_STABLE
2009-10-03 02:32:13 +00:00
dongsheng
22f6b8df6e
"MDL-16597, trim filemanager UI"
2009-09-24 09:05:41 +00:00
tjhunt
e6fb2c603e
quiz: MDL-19786 - Un-break the quiz edit page following the OUTPUT changes.
2009-09-21 16:53:45 +00:00
samhemelryk
849185cee9
groups MDL-19559 Just a little pre-tidy up before I clean up the group selection interface
2009-09-21 08:22:52 +00:00
dongsheng
56a7bf6837
" MDL-16597, ajax file manager element"
2009-09-17 08:47:23 +00:00
nicolasconnault
2367726155
MDL-20219 Deleted external blog block, and preferences link from blog_menu block. Placed these as links in settings block instead
2009-09-15 07:57:54 +00:00
nicolasconnault
284943fcd0
MDL-19756 Added $disabled value to html_link, which will be true if the link's URL compares with the $PAGE->url (order of params doesn't matter). A disabled link will render as italicised text by default.
2009-09-09 03:52:49 +00:00
nicolasconnault
a0ead5eb81
MDL-19756 Added $disabled value to html_link, which will be true if the link's URL compares with the $PAGE->url (order of params doesn't matter). A disabled link will render as italicised text by default.
2009-09-09 03:28:26 +00:00
nicolasconnault
b6bafda83a
Fixed table width for "Edit categories and items" table
2009-09-08 03:20:21 +00:00
dongsheng
1a3f83348d
"MDL-20221, hide header and navigation in embedded layout"
2009-09-05 18:22:36 +00:00
dongsheng
d8b3ca9bb1
"MDL-20221, fixed typo of embedded"
2009-09-04 05:38:03 +00:00
dongsheng
ff1b34157b
"MDL-20221, create a embeded layout for iframe, or other embeded page, it doesn't have footer and header"
2009-09-04 05:26:18 +00:00
nicolasconnault
cae837087a
MDL-19676 Blog improvements
2009-09-04 00:36:43 +00:00
samhemelryk
e120c61d24
navigation MDL-14632 Deprecate print_header menu argument and provide PAGE method
2009-09-01 03:47:07 +00:00
samhemelryk
9da1ec271f
navigation MDL-14632 Minor tweaking as suggested on this issue.
...
* Fixed focus on search closing tab
* Added spacing to refresh/moveto icons
* Made all text in navigation tree's expandable
* Final element on navbar no longer a link
2009-08-31 03:58:17 +00:00
samhemelryk
7d2a049292
navigation MDL-14632 Very significant navigation commit
...
This patch introduces two new blocks global_navigation_tree and settings_navigation_tree
both of which have been designed to make full use of the new navigation objects available through
the $PAGE object.
Bulk of this code is within lib/navigationlib.php
2009-08-28 08:47:31 +00:00
nicolasconnault
fd09397ee1
MDL-19824 upgraded calls to print_container*
2009-08-20 08:50:03 +00:00
skodak
aa54ed7b02
MDL-20065 new implementation of File module, modules sub-types are being migrated to separate modules; remaining issues to be listed as sub-tasks in tracker
2009-08-13 20:45:50 +00:00
tjhunt
00a24d44f7
blocks: MDL-19893 move blocks on page UI - part 1
...
This does all the UI. It does not yet update the DB when you click to complete the action.
2009-07-30 08:22:12 +00:00
moodler
4cd85cb1d3
standard/styles MDL-19839 Fixed indenting, tidied up comments CSS and made it a bit more plain for standard
2009-07-28 09:15:23 +00:00
dongsheng
526cf2e7d9
"MDL-19839, resize user picture in comments api"
2009-07-28 08:54:26 +00:00
dongsheng
2bc84518d4
"MDL-19839, limit maxium width of comments block"
2009-07-28 08:19:26 +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
nicolasconnault
f8065dd287
MDL-19756 Migrated the following functions from weblib to outputlib:
...
1. button_to_popup_window
2. link_to_popup_window
3. print_single_button
4. print_spacer
5. print_file_picture (deprecated)
6. print_user_picture
7. print_png (deprecated)
8. helpbutton
9. doclink
10. print_paging_bar
11. notice_yesno
2009-07-27 10:33:00 +00:00
dongsheng
1bcb7eb540
"MDL-19118, comments api"
2009-07-24 02:44:44 +00:00
tjhunt
d18675a8d7
quiz: MDL-19891 fix that quiz navigation block that was broken by the blocks changes.
...
Sadly it now requries JavaScript again, at least for best operation.
2009-07-23 09:20:33 +00:00
tjhunt
0f2d2de675
quiz: minor layout improvement.
2009-07-22 09:13:38 +00:00
tjhunt
fb3611a567
blocks MDL-19902: were seeing empty block columns on the front page when not logged in.
...
It turns out the only reliable way to find out whether blocks will appear is to get the contents. :-(
2009-07-22 06:38:26 +00:00
tjhunt
bc422e6955
blocks editing ui: MDL-19398 Make invisible blocks at least partly invisible.
2009-07-15 07:45:48 +00:00