Sam Hemelryk
ee780aeeaf
Merge branch 'w12_MDL-26876_20_blogformat' of git://github.com/skodak/moodle
2011-03-21 16:50:07 +08:00
Sam Hemelryk
d9738e84d6
Merged PULL-480/MDL-24877 and bumped version number to fix conflict
2011-03-21 15:58:19 +08:00
Petr Skoda
7119e1a0a7
MDL-26904 fix funny constant typo
2011-03-20 19:25:47 +01:00
Petr Skoda
8f6c1f3488
MDL-26859 improve blog access control and prevent unnecessary blog includes
2011-03-20 13:34:51 +01:00
Petr Skoda
d6614d667d
MDL-26876 use correct blog post format when migrating to forum posts
2011-03-20 08:28:46 +01:00
Petr Skoda
22a7796343
MDL-26803 fix switched values of autosubscribe defaults in user upload
2011-03-16 20:00:06 +01:00
sam marshall
adaeccb66d
MDL-26781 Ensure get_fast_modinfo $cm is compatible with get_record $cm
2011-03-16 15:03:01 +00:00
Tim Hunt
b6eb984a45
MDL-26747 Allow course reports to have settings.php
2011-03-16 14:45:02 +00:00
Dan Poltawski
f723bd3df5
blocks admin MDL-26827- allow blocks settings to be an admin externalpage
...
This borrows from Tim's technique for qtypes in 1650a33cb
2011-03-16 09:12:22 +00:00
Dongsheng Cai
2848b97948
MDL-24877, do not display all courses in course category tree if there are too many courses in moodle
2011-03-14 17:04:06 +08:00
Eloy Lafuente (stronk7)
3c38ad5d79
Merge branch 'MDL-26643' of git://github.com/nebgor/moodle
2011-03-14 01:57:08 +01:00
Eloy Lafuente (stronk7)
008011875c
MDL-25352 fix tiny typo
2011-03-14 01:12:38 +01:00
Eloy Lafuente (stronk7)
5869d05bb7
Merge branch 'w11_MDL-25352_20_replace' of git://github.com/skodak/moodle
2011-03-14 01:10:35 +01:00
Petr Skoda
c3b5e8290b
MDL-25352 fix multiple issues in admin/replace.php
...
Make sure admins know things can go wrong, MSSQL and Oracle were never working, fix block_html config saving issue, skip a lot more tables because the data there is serialised() or can not be changed in case of config tables, more warnings and checkbox confirmation.
2011-03-14 00:51:42 +01:00
Eloy Lafuente (stronk7)
22acfde076
Merge branch 'MDL-26733' of git://github.com/timhunt/moodle
2011-03-13 23:28:07 +01:00
Aparup Banerjee
2a5302b62d
MDL-26643 added missing message property to discussion object used to upgrade blog
2011-03-11 14:28:45 +08:00
Tim Hunt
d93cafeaa1
MDL-26733 avoid possible notice in admin/user.php.
2011-03-08 17:48:05 +00:00
David Mudrak
1a4d6a5b60
MDL-26609 Display information about the current version during the upgrade
...
As Eloy Lafuente noticed in the tracker discussion, we display the
information about the current version in the browser window title but
not at the screen itself. The patch fixes that by displaying the
information in the page heading instead of the page title.
Eloy's original idea to put the information into the grey message box
would require a change of [upgradesure,core_admin] string because
unfortunately it does not expect $a as an object but as a plain string.
2011-03-04 05:59:08 +01:00
David Mudrak
dc41abd808
MDL-26609 Provide a link to a docs page for more help with Moodle versions and their maturity
...
Thanks Martin Dougiamas for this suggestion.
2011-03-04 05:59:08 +01:00
David Mudrak
3d673fc474
MDL-26609 Admins are warned if they try to install or upgrade to unstable version
...
The commit introduces four new constants that can be used to declare a
maturity level of Moodle core and, in the future, of extension plugins.
If the administrator is about to install or upgrade Moodle to a version
that is not considered as production-ready yet, a warning is displayed
before any change in the database.
2011-03-04 05:59:08 +01:00
Tim Hunt
e2cba246b7
MDL-20636 Merge vle/master into ouqe2
...
Conflicts:
mod/quiz/locallib.php
mod/quiz/report/overview/overview_table.php
mod/quiz/report/overview/report.php
mod/quiz/report/responses/report.php
question/type/random/questiontype.php
2011-03-02 17:34:18 +00:00
Eloy Lafuente (stronk7)
5eb1e14aa4
Merge branch 'w09_MDL-26564_20_uploadusers' of git://github.com/skodak/moodle
2011-03-01 19:02:04 +01:00
Petr Skoda
2197b642b3
MDL-26564 print password when changed
2011-03-01 17:29:52 +01:00
Petr Skoda
faceca9176
MDL-26564 fix reversed password policy check
2011-03-01 17:22:00 +01:00
Petr Skoda
431ac39634
MDL-26623 fix file permissions
...
The permissions are now going to be verified as part of the weekly release process.
2011-03-01 12:26:49 +01:00
Eloy Lafuente (stronk7)
8cf42d248e
Merge branch 'w09_MDL-26564_20_uploadusers' of git://github.com/skodak/moodle
2011-03-01 12:05:52 +01:00
David Mudrak
29cbe43189
MDL-13481 Strings fullname and shortname are now deprecated
...
This is a final cleanup commit of fullname and shortname issue. All
places where these strings were detected yet have been replaced with
proper fullnamecourse or fullnameuser or some other context specific
string.
AMOS BEGIN
CPY [fullname,core],[outcomefullname,core_grades]
CPY [shortname,core],[outcomeshortname,core_grades]
CPY [name,core],[rolefullname,core_role]
CPY [shortname,core],[roleshortname,core_role]
AMOS END
2011-02-28 09:42:50 +01:00
Petr Skoda
8bdb31ed54
MDL-26564 fix regressions and other problems in csv user upload
...
This patch fixes incorrect password creating, updating and resetting, updating of user fields, unsupported auth plugins are correctly identified, modification of mnethostid is prevented, fixed problem with email duplicates, new password is generated for users without email, etc. It also includes coding style improvements, more inline docs, future TODOs and license information.
2011-02-28 08:27:31 +01:00
Tim Hunt
d649fb0221
MDL-20636 Remove all references to global $QTYPES.
...
Except in the question types that have not yet been converted to the new question engine.
2011-02-24 15:29:07 +00:00
Eloy Lafuente (stronk7)
c04c06dc8e
Merge branch 'MDL-25616_recent_messages' of git://github.com/andyjdavis/moodle
...
Conflicts fixed:
message/index.php
message/lib.php
2011-02-15 19:26:21 +01:00
Eloy Lafuente (stronk7)
da622b497b
Merge branch 'w07_MDL-25778_20_defaultcity' of git://github.com/skodak/moodle
2011-02-15 12:40:43 +01:00
jeromemoodle
c73f196391
MDL-26179 implement the new 5 registration use cases
2011-02-15 10:24:32 +01:00
Petr Skoda
9449d0c5e8
MDL-25778 fix default country and city on user upload form and revert change in auth plugins
...
Auth plugins should have separate defaults from site defaults).
2011-02-15 09:13:33 +01:00
andyjdavis
bcab42daf2
message MDL-25616 adding recent conversations and recent notifications screens
2011-02-15 11:17:38 +08:00
Eloy Lafuente (stronk7)
2623f6bef2
Merge branch 'w07_MDL-25778_20_defaultcity' of git://github.com/skodak/moodle
2011-02-14 23:24:52 +01:00
Petr Skoda
fa7f750c60
MDL-25778 add defaultcity option
...
This is based on patch by Jonathan Harker.
2011-02-14 20:10:50 +01:00
Eloy Lafuente (stronk7)
7d87147203
Merge branch 'w07_MDL-26142_20_immediatelly' of git://github.com/skodak/moodle
2011-02-14 17:38:22 +01:00
Petr Skoda
743fff98dc
MDL-26142 fix immediately spelling in strings, comments and code
2011-02-13 11:36:46 +01:00
Petr Skoda
b3929ae981
MDL-26383 add missing bloglevelupgrade admin section
2011-02-13 10:22:19 +01:00
Eloy Lafuente (stronk7)
5df4947cb8
Merge branch 'w06_MDL-26234_20_customfields' of git://github.com/skodak/moodle
2011-02-07 22:21:21 +01:00
Sam Hemelryk
449adacbc3
Merge branch 'MDL-25639' of git://git.luns.net.uk/moodle
2011-02-07 14:21:24 +08:00
Petr Skoda
bb98eea114
MDL-26234 fix fatal user upload error when custom text area field present
...
Please note this does not fix problems with the actual upload of custon text area fields.
2011-02-06 20:57:21 +01:00
Tim Hunt
74c479f212
MDL-20636 Merge branch 'master' into qe2_wip
...
Conflicts:
lib/questionlib.php
question/type/calculated/lang/en/qtype_calculated.php
question/type/questiontype.php
2011-02-03 11:18:40 +00:00
Eloy Lafuente (stronk7)
b6a0ec4238
Merge branch 'w05_MDL-26140_20_experimental' of git://github.com/skodak/moodle
2011-01-31 16:17:13 +01:00
Eloy Lafuente (stronk7)
133a9b738e
Merge branch 'w05_MDL-25921_20_tablemissing' of git://github.com/skodak/moodle
2011-01-31 16:01:02 +01:00
Petr Skoda
c259e5f636
MDL-25921 show error when module table is missing
2011-01-30 13:02:42 +01:00
Petr Skoda
dc80b14251
MDL-26140 hide unfinished experimental DTL pages
2011-01-30 11:50:19 +01:00
Daren Chandisingh
6110e008cb
[MDL-25639] Fixed page output before redirection
2011-01-26 12:28:35 +00:00
Eloy Lafuente (stronk7)
29650825ad
PULL-99, MDL-25929 progresstrackedroles out. Fixed conflicts and whitespace
2011-01-24 11:55:57 +01:00
Petr Skoda
25b355b623
MDL-26008 improved creator role description
2011-01-23 12:53:12 +01:00