Petr Skoda
a36531da4f
MDL-30948 do not generate new passwords for suspended accounts because they would not get any emails
2012-01-04 00:49:04 +01:00
Petr Skoda
7d1906cf7c
MDL-30948 stop messaging suspended and deleted users
2012-01-04 00:49:03 +01:00
Petr Skoda
ffbcd681f3
MDL-29917 prevent form autocompletion in most Moodle forms
...
The password autocompletion in case of Moodle makes sense only on the login page, the form autocompletion in general is most probably useful only on the user signup page.
This patch is compatible with html 5, unfortunately we have to ignore strict warnings in legacy xhtml 1.0 standard.
2012-01-04 10:58:31 +13:00
Petr Skoda
dc49c2d461
MDL-30548 support user suspended flag in admin UI
...
This patch includes:
* user management suspend UI tweaks and other coding style improvements
* suspended info in user profiles
* suspend option in advanced edit form
* suspended user filtering
* hidden user fields option for suspended field
Thanks Sam Hemelryk for valuable feedback.
2012-01-04 10:51:04 +13:00
Aparup Banerjee
8ef685cf4c
Merge branch 'wip-mdl-29844-m22' of git://github.com/rajeshtaneja/moodle into MOODLE_22_STABLE
2012-01-03 12:31:22 +08:00
Eloy Lafuente
e4b1208377
MDL-29844 Administration: Added new config for users to login for viewing profile image
2012-01-03 12:02:59 +08:00
Sam Hemelryk
cd735560d3
Merge branch 'w52_MDL-30786_m22_todelete' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2012-01-03 16:35:26 +13:00
Petr Skoda
be1af716b7
MDL-30924 merge upstream pspell fix
...
See https://github.com/moodle/custom-tinymce_spellchecker_php/tree/MOODLE_22_2.0.6a
2012-01-03 12:49:38 +13:00
Petr Skoda
0543bb679b
MDL-30934 fix module delete cleanup
...
Credit goes to Rajiv Navada.
2012-01-03 12:26:35 +13:00
Sam Hemelryk
1243bf814b
Merge branch 'MDL-30802_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2012-01-03 11:25:50 +13:00
Sam Hemelryk
dc8d309c88
Merge branch 'MDL-30168_tim2_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2012-01-03 11:14:10 +13:00
Henning Bostelmann
32bbc36039
MDL-29821 Navigation tree: fix link to course notes page
2012-01-03 10:12:56 +13: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
Tim Hunt
a89d501b72
MDL-30802 question nav: fix questions link in front page course.
2011-12-23 11:49:38 +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
Petr Skoda
96ebc911d7
MDL-30786 fix overview status of standard plugins to be deleted
2011-12-23 10:36:12 +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
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
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
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)
fbb829b82d
MDL-30739 add one test to confirm the solution is cross-db
2011-12-20 02:23:55 +01:00
Sam Hemelryk
b3af6c110a
Merge branch 'w51_MDL-30787_m22_coursemodedit' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2011-12-20 12:08:09 +13:00
Eloy Lafuente (stronk7)
58ca2c4b71
Merge branch 'MDL-30741_m22' of git://github.com/jfilip/moodle into MOODLE_22_STABLE
2011-12-20 00:05:13 +01:00
Sam Hemelryk
4e77491aff
Merge branch 'wip-MDL-28948-MOODLE_22_STABLE' of git://github.com/abgreeve/moodle into MOODLE_22_STABLE
2011-12-20 10:42:45 +13:00
Sam Hemelryk
415be0ff94
Merge branch 'w51_MDL-30789_m22_enrolupdatestatus' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2011-12-19 16:26:01 +13:00
Petr Skoda
9cf83e67a1
MDL-30789 add new update_status() method to enrol plugins and improve enrol cache invalidation
2011-12-18 17:31:12 +01:00
Petr Skoda
4d199d6b33
MDL-30787 fix use of module and section edit capabilities
2011-12-18 13:55:31 +01:00
Petr Skoda
c34b325447
MDL-30761 improve get_user_access_sitewide() performance
2011-12-16 16:27:18 +01:00
Petr Skoda
35cd08c96e
MDL-30761 fix simpletest regression caused by rubrics
2011-12-16 14:26:12 +01:00
adrian@moodle.com
177bc9c8b9
MDL-28948 - lib - removed the hard coded key for the rc4encryt function.
2011-12-16 09:14:53 +08:00
Justin Filip
e0b587be49
MDL-30741 Adding a new test to check for incorrect parsing of complicate HTML with a PRE tag.
2011-12-15 11:10:32 -05:00
Justin Filip
e60d8e5a42
MDL-30741 Fix the handling of PRE tags with the latest code from upstream: http://trac.roundcube.net/browser/trunk/roundcubemail/program/lib/html2text.php?rev=5497
2011-12-15 11:10:20 -05:00
Tim Hunt
f455e4e9bd
MDL-30744 question editing permissions. Update to new accessslib.php code.
...
I don't believe this will actually fix the reported problem, which I
cannot reproduce, but it should give us much better error messages, at
which point we can fix it.
2011-12-15 11:56:21 +00:00
Eloy Lafuente (stronk7)
40ab5a4010
MDL-30592 moodlelib: minor phpdocs/debug tweaks
2011-12-14 22:44:47 +01:00
Eloy Lafuente (stronk7)
a30e3c5a1a
Merge branch 'MDL-30592_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2011-12-14 22:44:33 +01:00
Eloy Lafuente (stronk7)
2b6d08a333
Merge branch 'wip-MDL-27767-m22' of git://github.com/samhemelryk/moodle into MOODLE_22_STABLE
2011-12-14 03:16:31 +01:00
Aparup Banerjee
3a353b12ba
Merge branch 'MDL-30655-m22' of git://github.com/sammarshallou/moodle into MOODLE_22_STABLE
2011-12-13 13:21:05 +08:00
Petr Skoda
1a52d9e2cc
MDL-30575 more mail header cleanup
2011-12-13 10:23:56 +08:00
Sam Hemelryk
bb0ece5a0c
Merge branch 'MDL-27143_22' of git://github.com/timhunt/moodle into MOODLE_22_STABLE
2011-12-13 10:26:31 +13:00
Sam Hemelryk
e79c09855c
Merge branch 'w51_MDL-30621_m22_protectdir' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2011-12-13 10:17:56 +13:00
Petr Skoda
f9c5bd9234
MDL-30621 more dataroot protection
2011-12-12 15:07:25 +01:00
Rossiani Wijaya
f08f05610b
MDL-29239 fixed edit course setting for moodle/course:changesummary permission is set to prevent.
2011-12-12 15:53:54 +08:00
Aparup Banerjee
b750cfde81
Merge branch 'w51_MDL-30613_m22_FULLME' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2011-12-12 15:05:37 +08:00
Aparup Banerjee
7210cb5d19
MDL-30603 synced and renamed incorrect ZF 1.10.6 file and name
2011-12-12 14:08:00 +08:00
Sam Hemelryk
424f91c056
Merge branch 'w51_MDL-30364_m22_report' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2011-12-12 17:37:39 +13:00
Petr Skoda
56b77440ad
MDL-30415 prevent yui2 rollups in debug mode
2011-12-12 17:33:22 +13:00
Sam Hemelryk
653599b3a4
Merge branch 'w51_MDL-30588_m22_switchrole' of git://github.com/skodak/moodle into MOODLE_22_STABLE
2011-12-12 17:14:58 +13:00