9973 Commits

Author SHA1 Message Date
Penny Leach
050449b68f mnet MDL-18758 slightly corrected a misleading language string 2010-01-12 02:48:00 +00:00
Penny Leach
aa8027110b mnet: MDL-18758 check user_not_fully_set_up before creating user record in auth/mnet 2010-01-12 02:25:31 +00:00
Penny Leach
62bb387c30 mnet: MDL-20059 fix up login/mnet_email.php in a few places 2010-01-11 22:34:02 +00:00
Penny Leach
98dbda9590 mnet: MDL-21298 fixed a very unhelpful error message (and saved a db query)
this just modifies the nolocaluser string, rather than adding nolocaluser2 like I did in stable.

Merged from MOODLE_19_STABLE
2010-01-11 22:20:11 +00:00
jerome mouneyrac
15e417fe1f webservice MDL-20805 added token creation page 2010-01-11 08:23:39 +00:00
jerome mouneyrac
5ae9f53976 webservice MDL-20805 add admin token page. To do: create and delete operation + context support 2010-01-06 09:33:05 +00:00
Rossiani Wijaya
851481dcef MDL-20949 printing out password policy requirements on signup, change password and edit user profile. 2010-01-06 06:49:16 +00:00
Helen Foster
d8ada21339 moodle lang string: MDL-16658 small rewording 2010-01-05 21:58:43 +00:00
Penny Leach
82e8d268de portfolio MDL-21156 added a missing lang string and removed a too strict exception 2010-01-04 03:20:48 +00:00
Eloy Lafuente
5e934890c9 MDL-16658 restore - new restore:createuser cap + pre-check users before restoring; merged from 19_STABLE 2009-12-30 17:35:36 +00:00
Helen Foster
48a67d9f01 moodle.org lang string: MDLSITE-846 thanks to Mauno 2009-12-30 14:09:22 +00:00
Helen Foster
bf5fa4f99d moodle.org lang strings: MDLSITE-297 thanks to MD 2009-12-30 12:38:06 +00:00
Petr Skoda
84d6e8323d MDL-21189 yui combined file loading admin setting 2009-12-25 22:47:41 +00:00
Sam Hemelryk
92059c7ee5 mod MDL-21169 Removed update this module button and ensured there was a link in the settings block for it. 2009-12-23 01:57:55 +00:00
Sam Hemelryk
0a1f8f8ffe mod-scorm MDL-20261 Added functions to extend navigation and removed update this module buttons 2009-12-23 01:47:57 +00:00
Sam Hemelryk
86bf47458e mod-hotpot MDL-20258 Added skeleton functions to extend navigation and removed update this module buttons 2009-12-23 01:47:01 +00:00
Sam Hemelryk
7a7e209df0 navigation MDL-20649 Revised the way in which navigation works for users
When logged in there is a my moodle dashboard branch, when viewing a site profile there is a users branch, and when viewing a course profile there the user is shown under the participants branch
2009-12-23 01:22:48 +00:00
jerome mouneyrac
f897719fda webservice MDL-20803 fix bad english 2009-12-22 07:09:28 +00:00
jerome mouneyrac
cdb0bd6afc webservice MDL-20803 add "Print All" button 2009-12-22 03:52:28 +00:00
jerome mouneyrac
7886efc41e webservice MDL-20803 add switch to disable documentation, fix renderer call on login page, fix xhtml strict, add css file. TODO: use output render function to display tag, move all css style into the css file 2009-12-21 04:01:02 +00:00
Dongsheng Cai
cf98da1a48 "MDL-15502, added a filter to selec users who have never logged in, merged from 1.9, credits to Anthony Borrow" 2009-12-18 05:37:41 +00:00
jerome mouneyrac
abf7dc44a2 webservice MDL-20803 auto-doc: added protocol checking, removed IP checking, removed all $USER reference, remove DEBUG call. TODO: split the code between login and documentation display, add switch to disable documentation, remove all html from the renderer using output function (create empty tag, create box, ... + css), fix xhtml strict 2009-12-18 03:19:22 +00:00
Dongsheng Cai
e281f544f0 "MDL-17381, improve wikimedia repository plugin and supports thumbnail, credits to Raul Kern, thanks" 2009-12-17 07:31:01 +00:00
Petr Skoda
4454447d56 MDL-20700 whitespace terror returns 2009-12-16 22:14:17 +00:00
Petr Skoda
78946b9bdb MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks 2009-12-16 18:00:58 +00:00
Sam Hemelryk
0a4abb7306 mod-lesson MDL-21006 Huge refactoring of the lesson code
The following are notable changes made in this commit
* Lesson page type are now class based and extend an abstract class. This includes a class for the page type and a class for the creating/editing a instance of this page.
* Converted all forms to mforms
* Action script located in mod/action/* were worked into the above so far less switch statements and the action directory will be removed.
* Implements a custom renderer
* Converted everything to use page, output, and custom renderer methods
* Replaced all deprecated methods incl. print_textarea conversions
* Tried to cut down on excessive DB calls.
Things worth noting:
* The focus of this patch was on cleaning up the module not rewriting it, as such I have organized NOT rewritten. There are still many areas in the module where the code could be greatly improved however to do so would require a rethink/rewrite
2009-12-16 02:00:48 +00:00
Penny Leach
521a6ab04d portfolio MDL-20896 added the ability to set mime info for "intended" files
This means for places in Moodle that are going to write a file, like a
CSV file, they can set the intended mimetype of the generated file.

Previously you had to use a stored_file object.

This also gets rid of portfolio_fake_add_url function and replaces the
data module implementation with a button.  I also refactored
portfolio_add_button::to_html to use moodle_url so it's easy to return
the same parameters to hidden form fields, an escaped url (for a link),
and a non escaped url (to redirect to, which is what the data module
does)
2009-12-15 12:36:49 +00:00
jerome mouneyrac
886e3bfbd5 webservice MDL-20803 added REST POST parameters documentation 2009-12-14 06:01:13 +00:00
jerome mouneyrac
360e9415b4 webservice MDL-20803 fix xml-rpc documentation, now show the real sent PHP structure + response. REST POST parameters coming soon... 2009-12-14 05:30:12 +00:00
jerome mouneyrac
d4c6ef705c webservice MDL-20803 add web service documentation generator 2009-12-13 10:48:22 +00:00
Dan Poltawski
194702f99b lang/portfolio MDL-20897 Add missing lang strings
For new portfolio formats
2009-12-12 13:21:59 +00:00
Eloy Lafuente
b72db8b348 MDL-20961 customize notices showed when user information is not included in backup ; merged from 19_STABLE 2009-12-07 11:42:18 +00:00
David Mudrak
fcd3f5bf63 Escaping variable in string 2009-12-07 10:09:04 +00:00
Tim Hunt
01346fb813 Typo in calculated qtype lang file. 2009-12-04 19:02:12 +00:00
Dongsheng Cai
6c33f53253 "MDL-20125, added configurable setting to section_links block, credits to Jason Hardin, merged from 1.9" 2009-12-04 09:01:50 +00:00
Dongsheng Cai
2367795674 "MDL-20587, chat module, show sessions with just one users, based on Daniel Neis' patch, thanks" 2009-12-04 03:57:48 +00:00
Penny Leach
59dd457e4b portfolio: MDL-21030 - leap2a portfolio format support.
This commit includes:

- leap2a portfolio format, and xml writer
- proof of concept implementation in forum and assignment modules
- a lot of refactoring of the portfolio formats in general:
    - addition of "abstract" formats - this is necessary for plugins to be able to support groups of formats
    - addition of the idea of portfolio formats conflicting with eachother - eg richhtml & plainhtml

it touches modules other than assignment and forum, because the format api
changed and now each place in moodle that exports portfolio content has to deal
with the formats it supports slightly differently.

At the moment the Mahara portfolio still doesn't support this format, because I
haven't done the Mahara side yet. The "file download" plugin supports it
though.

Still todo:

- Add support for the other places in Moodle (glossary, data, etc)
- Write tests, once the rest of the portfolio tests have been updated to use the new DB mocking stuff
- Fix a bunch of TODOs
2009-12-03 14:26:37 +00:00
Martin Dougiamas
640bb8c1b6 repository/flickr_public MDL-15488 Make the search form a lot simpler and friendlier 2009-12-02 13:01:58 +00:00
Dongsheng Cai
5363905a51 "MDL-13766, improve user instances list" 2009-12-02 10:04:04 +00:00
Andrew Davis
064e3330dc mnet MDL-21019 Removed hard coded strings 2009-12-02 09:57:43 +00:00
jerome mouneyrac
b5bbeaf02c flash upgrader MDL-20841 New config setting excludeoldflashclients will set a minimum version for flash clients. A check in the standard_head_html is run once, and will set a session variable with the current flash version. If the current flash version is lower than the minimum requirement, then Moodle will serve alternate content whenever a flash file is requested. The alternate file will ask the user to upgrade flash, merged from 1.9 2009-12-02 06:38:16 +00:00
Eloy Lafuente
2319bdedd6 MDL-21007 UnitTestCaseUsingDatabase misconfigured unit tests now reported as skipped 2009-11-30 23:18:34 +00:00
David Mudrak
02281852c8 Fix: only $a placeholders allowed in language strings 2009-11-26 13:45:53 +00:00
Martin Dougiamas
dbec9afd01 security report MDL-20834 Merged 'report_security_check_riskbackup' check from 1.9 2009-11-26 08:32:48 +00:00
Eloy Lafuente
c211560381 Fix lang string breaking XHTML in admin/index.php page 2009-11-25 00:10:44 +00:00
Helen Foster
45e6ecdae1 admin lang string: MDL-18807 small rewording 2009-11-24 13:13:35 +00:00
Eloy Lafuente
a805123bda MDL-20849 - improved lang string, thanks, Helen. Merged from 19_STABLE 2009-11-20 17:48:47 +00:00
David Mudrak
30d75d407b Fixed wording. Optional things can not be required.
Also, the word "extension" should be used instead of "library" as the
library can be installed on the server but it does not automatically
mean PHP can use it.
2009-11-20 08:12:18 +00:00
Eloy Lafuente
f6459d125e MDL-20849 moodle/restore:userinfo - new cababilty to allow/deny
permissions to restore any (users, messages, modulesactivity...)
user-level information. Merged from 19_STABLE
2009-11-20 00:32:16 +00:00
Tim Hunt
85edde5c90 question bank - MDL-20545 need a separate language string for edit question category, as opposed to edit course category. 2009-11-19 17:46:15 +00:00