Petr Skoda
a2c591662b
MDL-13572 fix incorrect value printing
2012-01-03 11:01:29 +13:00
Petr Skoda
64550fa6c1
MDL-13572 do not send emails to invalid addresses
2012-01-03 11:01:29 +13:00
Mary Evans
267ff8cd27
MDL-30868 Fix for assignment view in theme_boxxie
2012-01-03 10:39:03 +13:00
Henning Bostelmann
32bbc36039
MDL-29821 Navigation tree: fix link to course notes page
2012-01-03 10:12:56 +13:00
Dan Poltawski
8129b01641
MDL-30706 mymobile: don't send login pages through ajax
...
By doing 'real requests' we can allow external authentication to happen
(e.g. apache module which does a redirect to external SSO system)
2012-01-03 10:09:43 +13:00
Andrew Robert Nicols
a39a53fa6f
MDL-30804 Rename the 'onthispage' fieldset for block configuration
2012-01-03 10:06:53 +13:00
Andrew Robert Nicols
c50d05671b
MDL-30805 Require HTML content for the HTML block configuration
2012-01-03 10:03:23 +13:00
Sam Hemelryk
7f7d9ce6e8
Merge branch 'MDL-13572_validate_email_22' of git://github.com/andyjdavis/moodle into MOODLE_22_STABLE
2012-01-03 09:57:14 +13:00
Eloy Lafuente (stronk7)
58a44ab228
Merge branch 'MDL-30851_22_wip' of git://github.com/grabs/moodle into MOODLE_22_STABLE
2012-01-02 20:26:40 +01:00
Petr Skoda
b43c2e9d39
MDL-30953 fix utf-8 support in PSpell class
...
Credit for discover and proposed fix goes to David Hai Gootvilig, this patch is part of https://github.com/moodle/custom-tinymce_spellchecker_php/tree/MOODLE_22_2.0.6b which will be used in the next tinymce import. It was reported upstream as https://github.com/tinymce/tinymce_spellchecker_php/pull/5
2012-01-02 20:20:08 +01:00
AMOS bot
42cbe9be98
Automatically generated installer lang files
2011-12-29 00:31:19 +00:00
Henning Bostelmann
fb93cfac00
MDL-30031 Adaptive question behaviour: ignore invalid answers without penalty
2011-12-28 17:20:51 +00:00
AMOS bot
0ba9f5a5e9
Automatically generated installer lang files
2011-12-24 00:31:35 +00:00
Andreas Grabs
9d1963b421
MDL-30851 - Syntax error in analysis_course.php
2011-12-23 17:39:16 +01:00
Tim Hunt
ed82e03798
MDL-30873 quiz: display an overall grade for preview users.
...
Also, don't display an overall grade unless there is at least one finished attempt.
2011-12-23 11:49:59 +00:00
Tim Hunt
a89d501b72
MDL-30802 question nav: fix questions link in front page course.
2011-12-23 11:49:38 +00:00
Tim Hunt
4587d4f5b7
MDL-30766 mod_quiz: fix edge cases of repaginate function.
2011-12-23 11:49:18 +00:00
Tim Hunt
cb0318b633
MDL-30168 formslib: untangle automatic id generation.
...
Previously, we had overridden the _generateId method in almost all
subclasses; and then we mostly, but not always; ignored the value that
was generated there, and instead generated new (nicer) values in
MoodleQuickForm_Renderer::renderElement. Of course, that is not really a
logical place to (re)generate ids.
I have fixed the code so that the _generateId method now uses the 'nice
id' algorithm from renderElement. This should make the whole code flow
more logical.
This make all our overriding of _generateId unnecessary.
We do need a special _generateId for radio buttons, because you often
have different radio buttons with the same name but different values.
This change should only change the ids on radio, checkbox and
advcheckbox elements. Previously, those were essentially random, so I
don't think anyone could have been relying on the particular values.
This commit also has new unit tests, first to test the basic _generateId
algorithm, and then to create and render an example form (including some
tricky things like repeat_elements) and chech the acutal ids in the
generated HTML.
2011-12-23 11:19:48 +00:00
Tim Hunt
404e01f59e
MDL-27200 missing {} in various lang strings.
2011-12-23 11:19:24 +00:00
Petr Skoda
96ebc911d7
MDL-30786 fix overview status of standard plugins to be deleted
2011-12-23 10:36:12 +01:00
David Mudrak
7d8c4fb5af
MDL-30865 Workshop method aggregate_grading_grades_process() accepts explicit aggregation timestamp
2011-12-23 09:21:09 +01:00
Eloy Lafuente (stronk7)
929c26ccf1
weekly release 2.2+
2011-12-23 03:03:32 +01:00
Eloy Lafuente (stronk7)
c994fe7430
Merge branch 'install_22_STABLE' of git://github.com/amosbot/moodle into MOODLE_22_STABLE
2011-12-23 02:53:07 +01:00
AMOS bot
1d4262608c
Automatically generated installer lang files
2011-12-23 00:31:21 +00:00
Eloy Lafuente (stronk7)
0016ed0115
MDL-30760 question engine: reduce summary max size
...
MySQL only accepts 65536 (aprox) bytes in default TEXT
columns. So we define the max allowed as 32000 to allow
99.9% of utf-8 contents to fit. If some day MDL-19603 is
implemented and all current TEXTs are moved (MySQL) to
the BIG counterparts, this restriction can be out (MDL-19603).
2011-12-23 01:16:00 +01:00
Gerard (Gerry) Caulfield
0c5e3d4564
MDL-29400 Fixing unset object bug encountered by Rajesh during testing
2011-12-22 09:55:38 +01:00
Sam Hemelryk
e0c00395b7
Merge branch 'wip-MDL-18128-MOODLE_22_STABLE' of git://github.com/abgreeve/moodle into MOODLE_22_STABLE
2011-12-22 11:44:34 +13:00
Sam Hemelryk
9e9e0732f5
MDL-30639 mod_lesson: Used a consistent format for users display of answer
2011-12-22 11:23:15 +13:00
Sam Hemelryk
965344c08f
Merge branch 'MDL-30639_m22' of git://github.com/rwijaya/moodle into MOODLE_22_STABLE
2011-12-22 11:21:08 +13:00
Tim Hunt
0f97c8afdb
MDL-30704 quiz_overview: fixup, add missing rescaling.
...
Thanks Micheal de Raadt for catching this in testing.
2011-12-21 18:33:32 +01:00
Eloy Lafuente (stronk7)
1b5afe64c4
MDL-20245 grade: added tests for set_user_preference() and the 1333 limit
...
Added to tests to check that both the "limit" case of using 1333
chars is allowed and 1334 causes coding exception to happen
2011-12-21 16:30:57 +01:00
Eloy Lafuente (stronk7)
5831b4c70c
MDL-20245 grade: fix version numbers
...
This commit puts the 22_STABLE and master main
versions back to "on-sync" mode (very first
weeks after major release).
Conflicts:
lib/db/upgrade.php
version.php
2011-12-21 12:25:11 +01:00
Andrew Davis
223e753520
MDL-20245 grade: increased the size of the user_preferences value column and added php validation of the data going into that column
...
Conflicts:
lib/db/upgrade.php
version.php
2011-12-21 12:23:50 +01:00
adrian@moodle.com
72682b8868
MDL-18128 - forum - Addition of group editing for forums.
2011-12-21 15:40:09 +08:00
Aparup Banerjee
8fe13ecf1a
Merge branch 'wip-MDL-30541-stable22' of git://github.com/phalacee/moodle into MOODLE_22_STABLE
2011-12-21 14:16:55 +08:00
Aparup Banerjee
dbfa519ad9
MDL-28126 webservice : resolved integration conflicts
2011-12-21 11:28:33 +08:00
Sam Hemelryk
6ff99dde45
Merge branch 'MDL-29239_m22' of git://github.com/rwijaya/moodle into MOODLE_22_STABLE
2011-12-21 15:00:41 +13:00
Jason Fowler
332748dd7e
MDL-30541 - Blog - Fixing the context for RSS Feed headers on the single blog entry pages
2011-12-21 09:35:52 +08:00
Sam Hemelryk
db65026449
Merge branch 'MDL-30704_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2011-12-21 14:30:27 +13:00
Eloy Lafuente (stronk7)
45c920b0af
MDL-30777: whitespace fix
2011-12-21 00:41:20 +01:00
Darko Miletic
1be36988ac
MDL-30777: Properly implemented error message
2011-12-21 00:41:09 +01:00
Eloy Lafuente (stronk7)
d7964ccf87
Merge branch 'MDL-30170-mnet-undelete_22_STABLE' of git://github.com/mudrd8mz/moodle into MOODLE_22_STABLE
2011-12-20 23:33:19 +01:00
Gerard (Gerry) Caulfield
efa9f19281
MDL-29400 Update the upload and uploadsingle assignment classes to so
...
that they only display the assignment submitted status when it has
actually been submitted.
2011-12-20 22:55:23 +01:00
Eloy Lafuente (stronk7)
6662dee76d
MDL-30761 make it work under Oracle. To revisit after MDL-29765 is done.
2011-12-20 22:38:21 +01:00
Eloy Lafuente (stronk7)
1729746211
Merge branch 'w51_MDL-30761_m22_slowmysql' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2011-12-20 22:38:09 +01:00
Darko Miletic
fe2a74db60
MDL-30631: Fixed the default grade import for the question for both CC
...
1.0 and 1.1
2011-12-20 22:02:51 +01:00
Eloy Lafuente (stronk7)
72b01fbeb3
Merge branch 'MDL-30603_m22' of https://github.com/nebgor/moodle into MOODLE_22_STABLE
2011-12-20 19:49:45 +01:00
Eloy Lafuente (stronk7)
7259dbc551
Merge branch 'MDL-29048-m22' of git://github.com/ankitagarwal/moodle into MOODLE_22_STABLE
2011-12-20 18:56:01 +01:00
Eloy Lafuente (stronk7)
39949b56ad
Merge branch 'wip-MDL-30733-MOODLE_22_STABLE' of github.com:marinaglancy/moodle into MOODLE_22_STABLE
2011-12-20 18:52:48 +01:00
Aparup Banerjee
7110207a34
MDL-25561 Gradebook : fixed whitespaces
2011-12-20 19:15:48 +08:00