David Mudrak
f6f7a7266c
Merge branch 'master' into backup-convert
...
Conflicts:
backup/util/xml/parser/processors/simplified_parser_processor.class.php
backup/util/xml/parser/simpletest/testparser.php
2011-05-26 17:30:27 +02:00
Sam Hemelryk
85d0c7f6b2
MDL-22833 Cleaned up afterburner footer
2011-05-24 15:54:49 +08:00
Sam Hemelryk
12b3d58286
Merge branch 'MDL-22833' of git://github.com/MaryE/moodle.git
2011-05-24 15:32:27 +08:00
Sam Hemelryk
2b04c41c58
MDL-27471 Adding mandatory component & ratingarea to the ratings API + other fixes
...
* Added the component and ratingarea fields and implemented it throughout
the rating API as mandatory fields
* Cleanup rating indexes
* Upgrade forum/data/glossary ratings
* Moved the logic in the render_rating method to methods of the rating object.
* Added new callback for checking ratingareas
* Cleaned comments here and there
* Mark the xxx_get_participants methods as deprecated
* Refactor rate_ajax and ratingsuser_can_view_aggregate methods
* Cleaned up rating/index.php to use html_table object and moved inline styles to CSS.
* Added missing properties of the rating object that were being set throughout the rating
API.
2011-05-23 12:35:39 +02:00
David Mudrak
71d1751c53
Improved the information display about a non-standard backup file
2011-05-18 12:19:57 +02:00
stabijoh
f63e0bb61f
MDL-27294 Fix for fusion and overlay themes on zooming text
2011-05-17 07:28:13 -04:00
Tim Hunt
a2ac234956
MDL-20636 Merge remote-tracking branch 'moodle/master' into upgrade
...
Conflicts:
lib/filestorage/file_storage.php
mod/quiz/attemptlib.php
mod/quiz/lib.php
mod/quiz/mod_form.php
mod/quiz/report/overview/overview_table.php
mod/quiz/report/overview/report.php
mod/quiz/report/responses/report.php
mod/quiz/report/responses/responses_table.php
mod/quiz/report/statistics/db/install.xml
mod/quiz/report/statistics/qstats.php
mod/quiz/report/statistics/report.php
mod/quiz/report/statistics/statistics_question_table.php
mod/quiz/report/statistics/statistics_table.php
mod/quiz/report/statistics/version.php
mod/quiz/review.php
mod/quiz/reviewquestion.php
mod/quiz/startattempt.php
mod/quiz/styles.css
mod/quiz/view.php
question/type/essay/questiontype.php
question/type/match/backup/moodle2/backup_qtype_match_plugin.class.php
question/type/match/backup/moodle2/restore_qtype_match_plugin.class.php
question/type/numerical/display.html
question/type/numerical/questiontype.php
question/type/questiontype.php
question/type/random/questiontype.php
question/type/shortanswer/questiontype.php
theme/base/style/question.css
2011-05-11 20:29:49 +01:00
stabijoh
f26500d477
MDL-25477 fix for Anomoly theme doesn't display bullets for unordered lists in descriptions or labels
2011-05-03 07:03:06 -04:00
Sam Hemelryk
fa49d24312
Merged changes and fixed whitespace issues for MDL-23188
2011-05-02 14:43:24 +08:00
Mary Evans
041cfef9f7
MDL-22833 adding Afterburner theme to Moodle CORE
2011-05-01 03:10:11 +01:00
stabijoh
5fe87e7d44
MDL-27118 Text in a highlighted topic box is white on white in the Leatherbound theme.
2011-04-29 07:40:53 -04:00
stabijoh
b00982db34
MDL-23188 Implement custom menu where possible in core themes, serenity and anomaly
2011-04-27 08:38:15 -04:00
Petr Skoda
039d221e49
Merge branch 'wip-MDL-26770-master' of git://github.com/samhemelryk/moodle
2011-04-25 17:51:41 +02:00
Petr Skoda
6bc62c4486
Merge branch 'wip-MDL-23532-master' of git://github.com/samhemelryk/moodle
2011-04-25 17:50:01 +02:00
Sam Hemelryk
75ee207b81
MDL-26770 enrol - Added support for bulk operations by enrol plugins
2011-04-21 10:13:13 +08:00
Sam Hemelryk
410135aa10
MDL-23532 theme-base - added base styles for the changes to tne enrolment UI
2011-04-21 10:02:54 +08:00
stabijoh
6e405dafde
MDL-27252 themes - fix for nonzero current section highlighting
2011-04-20 12:54:45 -04:00
John Stabinger
572427d2f8
Fixes for MDL-27138, add correct page headers and footer
2011-04-19 11:06:54 +08:00
Sam Hemelryk
5d53a674b7
MDL-26958 theme-base Removed border color CSS
2011-04-18 10:54:12 +08:00
Mary Evans
1559583ce3
MDL-26958 Core Themes:adding css patch to base theme so hidden elements are dimmed
...
This patch also fixes MDL-27160 - the same bug which affects many CORE themes like Binarus and Nonzeo. This patch also a small element of a patch supplied by Thomas Lake in Tracker MDL-26958 (most of which already exists in Base theme).
2011-04-18 10:49:07 +08:00
Nadav Kavalerchik
b41fc49c26
CSS MDL-26013 Fixed several display bugs when using right to left languages
2011-04-14 15:56:10 +08:00
Mary Evans
c8b728139e
MDL-27063 tt styled incorrectly in canvas theme
2011-04-11 11:39:30 +08:00
Petr Skoda
33620e1772
Merge branch 'MDL-26784-plugin-manager' of git://github.com/mudrd8mz/moodle
2011-04-04 11:55:39 +02:00
Mary Evans
5deabe4338
Fix for MDL-27016 added min-width
2011-04-01 02:43:23 +01:00
David Mudrak
b9934a173a
MDL-26784 Improved plugins check screen and the new plugins management screen
...
This patch introduces new lib/pluginlib.php library that provides
unified access meta-information about all present plugin types. The
library defines plugin_manager singleton that in turn gathers
information about all present plugins and their status. The list of
plugins can be rendered either as plugins check table or plugins control
panel.
This makes print_plugins_table() function obsolete and because it is not
expected to be called by any contrib plugin, the function is removed.
CSS for the legacy table generated by print_plugins_table() is cleaned
up.
2011-03-31 13:59:05 +02:00
Eloy Lafuente (stronk7)
0a284930cf
Merge branch 'w13_MDL-26966_21_urlparsing' of git://github.com/skodak/moodle
2011-03-28 19:05:07 +02:00
Petr Skoda
0ae36f6638
MDL-26966 improve self URL validation
2011-03-27 12:29:36 +02:00
stabijoh
110e6876e5
Revised fix for MDL-26906, magazine and formal white secure browser quiz window
2011-03-23 07:29:01 -04:00
Eloy Lafuente (stronk7)
bc35885cb4
Merge branch 'MDL-25834' of git://github.com/samhemelryk/moodle
2011-03-21 21:54:57 +01:00
Eloy Lafuente (stronk7)
8c2e4c90d7
Merge branch 'MDL-25621' of git://github.com/samhemelryk/moodle
2011-03-21 21:32:50 +01:00
Eloy Lafuente (stronk7)
9c3865c81c
MDL-25565 - fix borked merge. The power of one curly bracket!
2011-03-21 15:32:24 +01:00
Sam Hemelryk
0235bd8706
Merged MDL-25565 PULL-451 and fixed conflicts
2011-03-21 11:16:50 +08:00
Sam Hemelryk
ced9fc4453
theme-anomaly MDL-25621 Added support for the langmenu to the config.php file
2011-03-18 16:53:03 +08:00
Sam Hemelryk
d30d67aad5
theme-overlay MDL-25834 Added images to replace the standard dropdown arrows (new images are white)
2011-03-18 11:26:33 +08:00
Sam Hemelryk
53b1445eeb
theme-overlay MDL-25834 Added CSS to better display the custom menu in the overlay theme
2011-03-18 11:23:58 +08:00
Eloy Lafuente (stronk7)
93d8fdc201
MDL-26697 take out unused vars from formal white
2011-03-15 15:33:36 +01:00
Eloy Lafuente (stronk7)
e5e64a4886
Merge branch 'w11_MDL-26697_20_media' of git://github.com/skodak/moodle
...
Conflicts:
theme/formal_white/config.php
2011-03-15 15:21:02 +01:00
Mary Evans
1bb4846249
Fix for MDL-25565
2011-03-15 01:34:40 +00:00
Petr Skoda
cd3d2823af
Merge branch 'MDL-26228_grade_full_view2' of git://github.com/andyjdavis/moodle
2011-03-14 18:21:33 +01:00
Petr Skoda
e7104d2dba
PULL-400 fix incorrect format_white theme file permissions from recent commits
2011-03-14 18:11:09 +01:00
Sam Hemelryk
e1f517fcc7
theme-formal_white MDL-26300, MDL-25628 , MDL-25520 Fixed whitespace and nesting issues
2011-03-14 17:59:57 +08:00
kordan
8b759a9a48
theme-formal_white MDL-26789 Fixed up vertical centering in navbar
2011-03-14 17:33:58 +08:00
kordan
5e911b2ea5
theme-formal_white MDL-26300, MDL-25628 , MDL-25520 fixed problems in admin report section pages
2011-03-14 17:33:38 +08:00
kordan
0e412e87a4
theme-formal_white MDL-26300, MDL-25628 , MDL-25520 one more setting and logos with transparent background to allow custom header background color
2011-03-14 17:33:03 +08:00
kordan
4afb01dbb4
formal white from scratch fixing MDL-26300, MDL-25628 , MDL-25520
2011-03-14 17:33:02 +08:00
Kordan
3718dfc771
theme-formal_white MDL-26300, MDL-25628 , MDL-25520 FW last version
2011-03-14 17:32:14 +08:00
Sam Hemelryk
2012d82a96
Fixed merge conflicts in nonzero theme
2011-03-14 10:59:58 +08:00
Sam Hemelryk
66c6e870ef
Merge branch 'MDL-25304' of git://github.com/epsd/moodle
2011-03-14 10:54:24 +08:00
Sam Hemelryk
b146486613
Merge branch 'MDL-25786-2' of git://github.com/epsd/moodle
2011-03-14 10:43:42 +08:00
Sam Hemelryk
e9fda1c945
Merge branch 'MDL-25212' of git://github.com/epsd/moodle
2011-03-14 10:36:17 +08:00