Tim Hunt
4b6ad1e79b
MDL-32791 quiz db: clean up garbage data that was causing problems.
...
Melinda Kraft reported having rows in their quiz_question_instances
table which caused various problems. These rows are meaningless, so I
have done a DB upgrade step to clean them up, which should deal with the
bad side-effets they were causing.
2012-07-27 16:41:28 +01:00
Nadav Kavalerchik
9358953d90
MDL-34513 - RTL Theme fixes for Moodle 2 (theme/mymobile)
...
+ Right align frontpage course list
+ right align activity and resource titles
+ Two Columns on/off slider fix
+ Right align content in Blocks
+ Fix checkbox question types in quiz
+ Right align titles of fields in Forms
+ minor ui tweaks
2012-07-27 16:30:19 +03:00
Jean-Michel Vedrine
3a24ae8b17
MDL-34483 qformat_examview: handle more questions.
...
These fixes come from testing with the example file supplied by Rick
Jerz.
2012-07-27 12:13:38 +01:00
Tim Hunt
ff2ec2cb95
MDL-34599 quiz attempts: more robust if page number out of range.
...
Rather than throwing an exception, we should just show the first/last
page of the quiz if the page number is out-of-range.
2012-07-27 11:42:03 +01:00
Damyon Wiese
94f26900c9
MDL-31288: New feature: Assignment submission statements
2012-07-27 16:00:10 +08:00
Ankit Agarwal
703a2c2e3f
MDL-34467 glossary: Changing strictness of new context_xxx::instances() calls
2012-07-27 14:27:09 +08:00
Rajesh Taneja
432a68805a
MDL-34239 Blog: Editing blog associated with module will be keep it's association
2012-07-27 14:01:08 +08:00
Ankit Agarwal
f7562e83b1
MDL-34467 page: Repalce all instances of get_context_instanc() with respective context_XXX::instance()
2012-07-27 13:27:59 +08:00
Ankit Agarwal
c288a3dbf8
MDL-34467 lti: Repalce all instances of get_context_instanc() with respective context_XXX::instance()
2012-07-27 13:27:13 +08:00
Ankit Agarwal
5918e3715e
MDL-34467 lesson: Repalce all instances of get_context_instanc() with respective context_XXX::instance()
2012-07-27 13:26:35 +08:00
David Monllao
327c67a971
MDL-34466 mod_choice Replace all instances of get_context_instance() with respective context_XXXX class in mod/choice
2012-07-27 13:26:06 +08:00
David Monllao
c068b41bed
MDL-34466 mod_folder Replace all instances of get_context_instance() with respective context_XXXX class in mod/folder
2012-07-27 13:26:06 +08:00
David Monllao
6536217c78
MDL-34466 mod_chat Replace all instances of get_context_instance() with respective context_XXXX class in mod/chat
2012-07-27 13:26:04 +08:00
Ankit Agarwal
b631c40835
MDL-34467 imscp: Repalce all instances of get_context_instanc() with respective context_XXX::instance()
2012-07-27 13:25:55 +08:00
Ankit Agarwal
e0a91e119a
MDL-34467 glossary: Repalce all instances of get_context_instanc() with respective context_XXX::instance()
2012-07-27 13:25:24 +08:00
David Monllao
01a67102e6
MDL-34466 mod_assignment Replace all instances of get_context_instance() with respective context_XXXX class in mod/assignment
2012-07-27 13:25:05 +08:00
Frederic Massart
b061530d66
MDL-25953 Repository: Amazon S3 supports sub directories
2012-07-27 10:52:26 +08:00
Frederic Massart
12ca713302
MDL-25953 Repository: Updated Amazon S3 library
2012-07-27 10:52:26 +08:00
Charles Fulton
c2ab23894b
MDL-29909 wiki: do not show groups when no groups present
2012-07-26 19:13:33 -07:00
Adrian Greeve
b0c6dc1cac
MDL-34465 - lib - Replacing get_context_instance with context_XXXX::instance (group 8)
2012-07-27 10:10:46 +08:00
Ankit Agarwal
686ca2f5d1
MDL-32827 calendar: Added logic to handle calendar events with empty eventtypes during restore
2012-07-27 10:08:16 +08:00
Ankit Agarwal
3713514b08
MDL-32827 calendar: Fixining calender entries with no eventtype
2012-07-27 10:06:37 +08:00
Frederic Massart
bb9ea890f6
MDL-34507 Repository: Better support for 'any' accepted filetypes
2012-07-27 10:01:27 +08:00
David Monllao
2c979976e1
MDL-34464 mod_feedback Replace all instances of get_context_instance() with respective context_XXXX class in mod/feedback
2012-07-27 09:13:57 +08:00
David Monllao
0b3b8c30e2
MDL-34464 mod_data Replace all instances of get_context_instance() with respective context_XXXX class in mod/data
2012-07-27 09:13:57 +08:00
David Monllao
b4b6fc9155
MDL-32499 gradingform_rubric Avoid backup/restore of rubric fillings without an existing criteria
2012-07-27 09:13:21 +08:00
David Monllao
ba4ee840db
MDL-32931 mod_forum Polishing patch and taking into account courses without previous accesses
2012-07-27 09:08:23 +08:00
Tom Lanyon
28d638729d
MDL-32931 mod_forum Change forum overview to avoid use of (potentially large and slow ) log table.
2012-07-27 09:08:23 +08:00
Jean-Michel Vedrine
9c3afc5bb6
MDL-34483 qformat_examview: clean the code to make codechecker happy
2012-07-26 18:54:31 +01:00
Jean-Michel Vedrine
2562c138ec
MDL-34483 qformat_examview: changes required to make it basically work.
2012-07-26 18:54:30 +01:00
Tim Hunt
6200f70c5e
MDL-34589 quiz report graphs: PHP5.4 issue with unset($array[$float]).
...
Thanks to Matthew Davidson for diagnosing the problem.
2012-07-26 18:47:57 +01:00
Andrew Robert Nicols
feddb588ec
MDL-28486 Force use of SSL for all youtube and vimeo embeds
...
If a page is served over SSL (https), then any content loaded from non-SSL
sources (e.g. http://youtube.com/ ) will cause errors to show in the
browser. To prevent this, it's best to use the SSL equivelants where they
exist (e.g. https://youtube.com/ ).
Unfortunately, it isn't possible to accurately determine whether the
current page is loaded over an SSL connection or not in Moodle.
Since including content from an external SSL site on a non-SSL moodle page
does not lead to browser warnings, but non-SSL external content on an SSL
moodle page does, we always use SSL where available.
Note: This does not lead to any additional processing requirements for the
moodle site.
2012-07-26 09:18:19 +01:00
Aparup Banerjee
55a568fa7d
weekly release 2.4dev
2012-07-26 14:23:09 +08:00
Rossiani Wijaya
4370d73d48
MDL-34255 group calendar events: fixed adding group calendar event for students
2012-07-26 14:22:22 +08:00
Aparup Banerjee
3c2ed6ebab
Merge branch 'install_master' of git://git.moodle.cz/moodle-install
2012-07-26 14:11:57 +08:00
Frederic Massart
4373103084
MDL-34460 Librairies: Replaced deprecated get_context_instance()
2012-07-26 13:23:28 +08:00
AMOS bot
8e28b1de66
Automatically generated installer lang files
2012-07-26 00:31:43 +00:00
Andrew Robert Nicols
d2a27ab01b
MDL-29007 Rename moodle-enrol-notification to moodle-core-notification
2012-07-25 16:22:18 +01:00
Rajesh Taneja
42b60b2755
MDl-31294 Forms Library: updated php docs pointing to addHelpButton
2012-07-25 14:18:53 +08:00
Dan Poltawski
5d6cdf95f4
Merge branch 'MDL-13629_droplow' of git://github.com/andyjdavis/moodle
2012-07-25 12:29:05 +08:00
Sam Hemelryk
d5a81fadbf
Merge branch 'wip-mdl-19430' of git://github.com/rajeshtaneja/moodle
2012-07-25 16:25:04 +12:00
Dan Poltawski
e5d760697b
MDL-34441 dbtransfer - do not attempt migration if moodle is not installed.
2012-07-25 11:29:31 +08:00
Dan Poltawski
f1e8021728
MDL-34441 tool_dbtranfer - fix codechecker warnings
...
Since we were so close to perfection.
2012-07-25 10:43:37 +08:00
Rajesh Taneja
405e14f246
MDL-19430 My Moodle: Fixed spacer icon to align move icons
2012-07-25 10:28:32 +08:00
Dan Poltawski
d574571540
Merge branch 'w30_MDL-34441_m24_dbtransfer' of git://github.com/skodak/moodle
2012-07-25 10:26:01 +08:00
Andrew Davis
fb80cb2aa4
MDL-13629 grade: added some unit tests to clarify the handling of droplow and improved apply_limit_rules()
2012-07-25 09:35:28 +08:00
Sam Hemelryk
3e23eb6838
Merge branch 'w30_MDL-34475_m24_saveondefault' of git://github.com/skodak/moodle
2012-07-25 11:13:28 +12:00
Sam Hemelryk
61e93a4c08
Merge branch 'MDL-27083-master' of git://github.com/FMCorz/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-07-25 09:20:44 +12:00
Rex Lorenzo
9eba24266b
MDL-34519 - Course reset not protected by proper capability
2012-07-24 12:01:11 -07:00
Andrew Robert Nicols
10f2c0fb49
MDL-34433 Check for existence of e and e.target in set_form_changed
...
This is required for cases when code directly calls set_form_changed as
happens with the filepicker.
2012-07-24 14:28:14 +01:00