Damyon Wiese
171c3d6c3c
Merge branch 'MDL-38904-m' of git://github.com/andrewnicols/moodle
2013-04-15 11:57:38 +08:00
Frederic Massart
87c1c82286
MDL-38716 accessibility: ARIA attributes and roles defined on form actions
2013-04-15 11:46:05 +08:00
Damyon Wiese
ab707e3df8
MDL-39021 Theme - Fix phpdoc @package tags for simple theme
2013-04-15 11:23:17 +08:00
Mary Evans
59e31add66
MDL-39021 Themes - Add a new simple theme based on bootstrap.
...
Credits to:
Mary Evans <lazydaisy@visible-expression.co.uk> and
David Scotson <david.scotson@glasgow.ac.uk>
2013-04-15 11:15:59 +08:00
Damyon Wiese
ca17a1242a
Merge branch 'w15_MDL-35434_m25_storedfilesetting' of git://github.com/skodak/moodle.git
2013-04-15 11:01:52 +08:00
Petr Škoda
fe7b75f85c
MDL-35434 add support for theme setting files
...
This patch is based on work by Gareth J Barnard, Pau Ferrer Ocaña (crazyserver) and others.
2013-04-15 10:58:00 +08:00
Petr Škoda
6ddc9278ff
MDL-35434 new stored file config setting
2013-04-15 10:57:47 +08:00
Marina Glancy
2fada29001
MDL-38309 Added comments on overwriting functions in themes
...
Defined function tabree() as final so themes do not override it by mistake.
Added comments to other similar shortcut functions that themes should not override them (can not declare them final
for backward compartibility)
2013-04-15 12:13:14 +10:00
Marina Glancy
a5f82c5b21
MDL-38309 Substitute usage of print_tabs() with renderable tabtree
2013-04-15 12:13:13 +10:00
Marina Glancy
c269b9d16f
MDL-38309 move HTML generation from print_tabs() to renderer
...
- created renderable object tabtree that represents the tree of tabs, extends tabobject
- created core_renderer::tabtree(), and supporting core_renderer::render_tabtree(), core_renderer::render_tabobject()
- change print_tabs() to use renderer function, deprecate supporting not needed functions
2013-04-15 12:13:03 +10:00
Damyon Wiese
986adc066c
MDL-39092 Yuilib - remove more -coverage.js files
...
Also slight tweak to the readme for someone who does not know shifter.
2013-04-15 09:02:11 +08:00
Damyon Wiese
6cf7afff3c
Merge branch 'MDL-39092-m' of git://github.com/andrewnicols/moodle
2013-04-15 08:56:27 +08:00
Eloy Lafuente (stronk7)
b4f93903a7
Merge branch 'MDL-38617_master' of git://github.com/dmonllao/moodle
2013-04-15 02:33:17 +02:00
Eloy Lafuente (stronk7)
35bff0716d
Merge branch 'MDL-38947_master' of git://github.com/dmonllao/moodle
2013-04-15 02:22:23 +02:00
Eloy Lafuente (stronk7)
ef6fbe9eef
Merge branch 'MDL-38948_master' of git://github.com/dmonllao/moodle
2013-04-15 02:22:06 +02:00
Eloy Lafuente (stronk7)
e9324d0863
Merge branch 'MDL-38949_master' of git://github.com/dmonllao/moodle
2013-04-15 02:19:58 +02:00
Eloy Lafuente (stronk7)
252612a670
Merge branch 'MDL-38962_master' of git://github.com/dmonllao/moodle
2013-04-15 02:08:35 +02:00
Eloy Lafuente (stronk7)
068fc30fa5
Merge branch 'MDL-38960_master' of git://github.com/dmonllao/moodle
2013-04-15 01:59:21 +02:00
Eloy Lafuente (stronk7)
7fc82aec49
Merge branch 'MDL-39089_master' of git://github.com/dmonllao/moodle
2013-04-15 01:57:01 +02:00
Sam Hemelryk
abb29010f3
MDL-37762 navbar: shows categories for current course again
2013-04-15 11:27:26 +12:00
Andrew Nicols
24af2fbaf3
MDL-39092 JavaScript: Add default Shifter configuration
...
The settings here ensure that -coverage.js files are not built, and that
the Shifter defaults to using the jshint configuration in the moodle root
directory.
2013-04-14 21:08:34 +01:00
Andrew Nicols
8600a05228
MDL-39092 JavaScript: Ignore all upstream YUI coverage JS
2013-04-14 21:08:34 +01:00
Andrew Nicols
731f29702c
MDL-39092 JavaScript: Remove all upstream YUI coverage JS files
2013-04-14 17:34:34 +01:00
Andrew Nicols
b047220d30
MDL-39092 JavaScript: Ignore all Moodle YUI coverage JS
2013-04-14 17:34:03 +01:00
Andrew Nicols
569c9a3b90
MDL-39092 JavaScript: Remove Moodle YUI coverage JS files
2013-04-14 17:30:08 +01:00
Eloy Lafuente (stronk7)
d7ce8b1434
MDL-39068 use cross-db text column ORDER BY
...
Credit goes to Valerii Kuznetsov, thanks!
2013-04-14 16:07:43 +02:00
David Monllao
9fb5894e79
MDL-38947 behat: New test
...
According to MDLQA-73, in a lesson
activity, students can navigate through
a series of pages in various ways
depending upon their answers to questions.
2013-04-14 15:02:39 +08:00
David Monllao
51434146e4
MDL-38948 behat: New test
...
According to MDLQA-76, a teacher can
set a time limit for a lesson activity.
2013-04-14 13:03:27 +08:00
David Monllao
d2ae1f07de
MDL-38617 behat: New test
...
According to MDLQA-1178, an administrator
can filter user accounts by role, cohort
and other variables.
2013-04-14 12:39:50 +08:00
David Monllao
e2e4813b0d
MDL-38949 behat: New test
...
According to MDLQA-81, a teacher can
password protect a lesson and/or set
available from and deadline dates.
2013-04-14 11:09:03 +08:00
David Monllao
e541bc2182
MDL-38949 behat: Fix editor presence detection issue
...
Checking not only the presence of an editor
in the page, also an editor for the target
field.
2013-04-14 11:07:33 +08:00
David Monllao
ed6ca2d2f1
MDL-38949 behat: Form field for selectyesno
...
Silly extension of behat_form_select.
2013-04-14 10:58:20 +08:00
Mary Evans
bd0f9262d2
MDL-38980 theme_bootstrap: Increased sort order value for language menu item.
2013-04-13 11:37:34 +01:00
AMOS bot
ebcec78441
Automatically generated installer lang files
2013-04-13 00:37:23 +00:00
Petr Škoda
0c4c981f03
MDL-39075 use html as default user description text format
2013-04-12 22:20:42 +02:00
sam marshall
4bab91bc53
MDL-39033 Conditional availability: Available items dimmed to students
2013-04-12 13:33:23 +01:00
Petr Škoda
0ac97084fa
MDL-34674 use browser built-in spell checking in all browsers except < IE10
2013-04-12 11:33:23 +02:00
Ankit Agarwal
f42d2a22bc
MDL-27814 blogs: Refactoring code to use proper context and such
...
Based on the decisions made in the issue, most places in blog should use site context.
There are also minor other refactoring to support all changes made in the issue.
2013-04-12 16:05:05 +08:00
Ankit Agarwal
4ef082980d
MDL-27814 blogs: Deprecate associate blog caps
...
moodle/blog:associatemodule and moodle/blog:associatecourse should not be used
anymore as per the discussion in the issue. Everyone is free to blog about anything
they want to blog about.
2013-04-12 16:05:01 +08:00
Ankit Agarwal
7ac18cf9c2
MDL-27814 blogs: Deprecate blog_get_context_url()
2013-04-12 16:04:44 +08:00
Ankit Agarwal
a11caae7d4
MDL-27814 blogs: Remove redundant code
...
Since all blog pages are in system context always, it is useless to try to get course/mod params from page context
2013-04-12 16:03:05 +08:00
Ankit Agarwal
68fc1cc279
MDL-27814 blogs: Cleaning up contexts in blogs
...
All blogs pages should be in system context. Blogs are in system context just about various things (course, activity etc)
2013-04-12 16:03:02 +08:00
David Monllao
1e31fc1724
MDL-38962 behat: New test
...
According to MDLQA-112, there is a choice
of formats for editing a wiki page.
2013-04-12 14:26:28 +08:00
David Monllao
3de2643218
MDL-38960 behat: New test
...
According to MDLQA-111, a history of each
wiki page is available.
2013-04-12 13:22:59 +08:00
Paul Nicholls
75bdae9f6e
MDL-37762: Breadcrumb not showing categories on course page
2013-04-12 16:40:12 +12:00
David Monllao
83cfd14444
MDL-38089 mod_wiki: Fix incorrect links
2013-04-12 12:14:13 +08:00
Damyon Wiese
c7ee04bd64
MDL-29877 Grades - Remove hardcoded prefix from upgrade steps
2013-04-12 11:53:48 +08:00
Damyon Wiese
42f563f65e
MDL-29877 Grades - version bump for upgrade step.
2013-04-12 11:16:23 +08:00
Damyon Wiese
77dd442ab9
Merge branch 'MDL-29877_bad_grade_item' of git://github.com/andyjdavis/moodle
...
Conflicts:
version.php
2013-04-12 11:14:10 +08:00
Dan Poltawski
47df95c362
Merge branch 'MDL-39054' of git://github.com/jacks92/moodle
2013-04-12 11:08:28 +08:00