Petr Skoda
ee891dacc7
MDL-32612 disable error displaying in theme files and javascript
...
The correct place to write errors and notices is log, we can let Javascript and binary files to be randomly modified.
2012-04-28 17:14:38 +02:00
Mary Evans
18e5c3332f
MDL-28955 theme_nimble: added css rules to display horizontal/vertical-menu-submenu-indicator
2012-04-28 02:48:26 +01:00
Andrew Davis
bd3238e611
MDL-29264 course: removed the z-index from course css for course completion elements
2012-04-27 10:49:29 +07:00
Eloy Lafuente (stronk7)
ee5855687e
Merge branch 'MDL-31052-js-rewrite' of git://github.com/danpoltawski/moodle
2012-04-26 03:32:08 +02:00
Eloy Lafuente (stronk7)
cb626376c1
Merge branch 'MDL-32566_master' of git://github.com/kordan/moodle
2012-04-25 02:05:09 +02:00
Ruslan Kabalin
5683815612
MDL-31263 Rewrite block drag/drop using YUI3
2012-04-24 13:25:43 +08:00
kordan
011c24fbe9
MDL-32566 theme_formal_white: restyling of login block
2012-04-23 15:13:13 +02:00
kordan
25d4221200
MDL-32578 theme_formal_white: modified two lang strings
2012-04-23 15:20:34 +08:00
Dan Poltawski
c6d2dca7a0
Merge branch 'MDL-23647_master' of git://github.com/lazydaisy/moodle
2012-04-23 10:27:44 +08:00
Sam Hemelryk
fa3671d49f
Merge branch 'MDL-32385_master' of git://github.com/lazydaisy/moodle
2012-04-16 17:06:15 +12:00
Sam Hemelryk
52bb02020d
Merge branch 'MDL-32444_master' of git://github.com/lazydaisy/moodle
2012-04-16 15:59:55 +12:00
Kordan
8b83e36e60
MDL-32355 theme_formal_white: changed the order of parent themes
2012-04-16 12:06:13 +12:00
Kordan
71e5d66642
MDL-32355 formal_white: improved reliability e maintainability
2012-04-16 12:04:56 +12:00
Sam Hemelryk
d8b09e5eb2
Merge branch 'MDL-32356_master' of git://github.com/kordan/moodle
2012-04-16 12:00:55 +12:00
Mary Evans
cbeb231f05
MDL-23647 theme_anomaly: Removed margin + added padding to current week main content to give it more definition.
2012-04-16 00:27:32 +01:00
Mary Evans
3689a8599b
MDL-32444 theme_afterburner: adds 5px margin to the left of #loginbtn, input, button, select in /style/afterburner_styles.css
2012-04-15 01:37:55 +01:00
Mary Evans
0465dd3e01
MDL-32385 theme_base: adds line-height:normal in style/course.css for section summary
2012-04-14 14:40:09 +01:00
kordan
275526d27a
MDL-32433_master theme_formal_white: increased the line spacing in plugin list page
2012-04-13 13:24:05 +02:00
Kordan
c9aeac6299
MDL-32356_master theme_formal_white: swapped style and color in css border style
2012-04-12 16:40:37 +02:00
Kordan
e78356a095
MDL-32356_master theme_formal_white: fixed a typo in a comment
2012-04-11 13:56:59 +02:00
Sam Hemelryk
3211569a6a
Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag"
...
This reverts commit f9f281b8fe
.
2012-04-11 17:18:58 +12:00
Sam Hemelryk
5bfeb5ffd3
Merge branch 'MDL-30843_b' of git://github.com/rwijaya/moodle
2012-04-10 12:34:37 +12:00
Kordan
f0a8c9192b
MDL-32356 theme_formal_white: added blockpadding setting
2012-04-06 10:05:59 +02:00
Dan Poltawski
a973d320f1
Merge branch 'MDL-20438-update-notification' of git://github.com/mudrd8mz/moodle
2012-04-04 11:17:43 +08:00
Dan Poltawski
69f4556602
Merge branch 'wip-MDL-32264-m23' of git://github.com/samhemelryk/moodle
2012-04-02 10:17:35 +08:00
Sam Hemelryk
6b8e99dd87
Merge branch 'MDL-32289' of git://github.com/lazydaisy/moodle
2012-04-02 10:16:52 +12:00
Mary Evans
76002f94f5
MDL-32289 theme_afterburner: added lang menu to frontpage layout in config.php
2012-04-01 01:05:14 +01:00
Mary Evans
d0760eac6c
MDL-32262 theme_afterburner: fixed missing comma in afterburner_styles.css
2012-04-01 00:31:23 +01:00
David Mudrak
5344ddd116
MDL-20438 warn the admin that we are just showing available updates
...
This warning is displayed so that folks do not expect any sort of
auto-update ala Wordpress (yet).
2012-03-30 11:05:42 +02:00
David Mudrak
96dd92376f
MDL-20438 display available updates during the upgrade, too
...
We are displaying available updates for installed plugins only. It was
decided (by me and Eloy) that we will not display info about available
Moodle update during the upgrade. It seems to be redundant as the admin
just uploaded a new version of Moodle so they probably chose what they
wanted.
2012-03-30 11:05:41 +02:00
David Mudrak
55585f3ac0
MDL-20438 initial support for checking available core update
...
In case of Moodle code itself, there is no plugin_manager like class
available so the checker class itself must be aware of versions and
actually do the checks. On the other hand, we can always rely that
version, release and maturity are always returned by the remote server.
2012-03-30 11:05:41 +02:00
David Mudrak
e761138997
MDL-20438 colorize available updates for a plugin based on the update's maturity level
2012-03-30 11:05:41 +02:00
David Mudrak
37f75ad459
MDL-20438 colorize the maturity warning at the admin notifications page
2012-03-30 11:05:41 +02:00
David Mudrak
3204daeae3
MDL-20438 The Plugins overview admin page now provides a way to check for updates
2012-03-30 11:05:40 +02:00
David Mudrak
2b135b05d8
MDL-20438 Making the plugins overview page space-friendly
2012-03-30 11:05:40 +02:00
David Mudrak
d26f3ddde7
MDL-20438 New plugins overview panel displaying some stats
2012-03-30 11:05:39 +02:00
Rossiani Wijaya
f9f281b8fe
MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag
2012-03-30 16:26:58 +08:00
Sam Hemelryk
c74863b19e
MDL-32264 theme_standard: Fixed multi-day calendar event border issue
2012-03-30 10:19:20 +13:00
Eloy Lafuente (stronk7)
3f0cb423b2
Merge branch 'w13_MDL-32095_m23_strict2' of git://github.com/skodak/moodle
2012-03-28 22:49:38 +02:00
Dan Poltawski
4767d32611
Merge branch 'MDL-30235' of git://github.com/lazydaisy/moodle
2012-03-27 12:37:08 +08:00
Petr Skoda
68a7c9a696
MDL-32095 some more E_STRICT fixes
2012-03-26 11:47:15 +02:00
Mary Evans
32837a27ca
MDL-30019 theme_fusion: fix for mod-assignment-submission page by reducing font-size and page wapper padding
2012-03-25 08:16:11 +01:00
Aparup Banerjee
b36135b66a
Merge branch 'wip-MDL-31528-m23' of git://github.com/samhemelryk/moodle
2012-03-20 10:09:43 +08:00
Mary Evans
4c67628cea
MDL-30235 theme_anomaly: change anomaly theme to use san-serif fonts
2012-03-19 13:05:53 +00:00
Mary Evans
e3e4ca6895
MDL-32084 theme_fusion: removed default tagline in frontpage.php and changed configtextarea to configtext
2012-03-17 21:33:59 +00:00
Sam Hemelryk
f73cea5418
MDL-31528 navigation: Tidied up page for viewing and managing categories
2012-03-16 10:36:00 +13:00
Sam Hemelryk
29a225040c
Merge branch 'MDL-31975_master' of git://github.com/kordan/moodle
2012-03-14 11:23:39 +13:00
Sam Hemelryk
1c1cb8cd9a
Merge branch 'MDL-31169_master' of git://github.com/lazydaisy/moodle
2012-03-14 11:15:13 +13:00
Aparup Banerjee
387fb66fd9
Merge branch 'wip-mdl-27862' of git://github.com/rajeshtaneja/moodle
2012-03-13 15:16:30 +08:00
Aparup Banerjee
1fdd48c37f
MDL-31008 themes : fixed up incorrect css typo
2012-03-13 15:10:41 +08:00