2939 Commits

Author SHA1 Message Date
Jamie Pratt
548da7ee96 MDL-21579 "Implement session token for embedded application" Oops. Error in sql fixed now. 2010-05-03 06:36:52 +00:00
jerome mouneyrac
e275f25e8b registration MDL-19313 disable site image url 2010-05-03 03:47:47 +00:00
jerome mouneyrac
4032415e04 registration MDL-21715 temporary disable the region code (not done) and the image url fields (security purpose). Add help icons. 2010-05-03 03:20:22 +00:00
Eloy Lafuente
c717a0d3bc MDL-21432, MDL-22184 scheduled backup - disabled until implemented 2010-05-02 16:54:58 +00:00
Andrew Davis
fcce139aa3 RSS MDL-22204 committing new RSS code. Uses a token to ID the user. RSS feeds also generated/updated as needed rather than by cron.php 2010-05-02 11:43:57 +00:00
Martin Dougiamas
38786adbc1 Removed two old notifications from admin page 2010-05-01 14:45:17 +00:00
jerome mouneyrac
07ab0c80ec hub MDL-19309 new site registration form + course publication + community block 2010-05-01 05:05:55 +00:00
Martin Dougiamas
7969834463 admin/repository MDL-15402 Checking in code from Mark Nelson @ Pukunui.com.au. Thanks, Mark and Shane! This patch updates the repository admin interface to look more like Filters management 2010-04-30 08:03:32 +00:00
Martin Dougiamas
2be4d090c0 course completion MDL-2631 Course completion feature - Thanks to Aaron Barnes and Catalyst IT for this significant contribution. It is now officially possible to finish a course!
Even though I've tweaked this and done some polishing, there is still plenty to do on it now in HEAD, mostly to do with UI, usability and strings, so we'll keep working on it.  Aaron already has a number of improvements to add to it.
2010-04-30 03:06:22 +00:00
Jamie Pratt
2d0acbd5f9 MDL-21579 "Implement session token for embedded application" implemented a second type of session token linked to a session for use in applications embedded in web pages. 2010-04-28 13:16:58 +00:00
Dan Marsden
30b5ee6b06 Plagiarism Lib MDL-13680 - reverting commit for now. 2010-04-28 02:47:25 +00:00
Dan Marsden
706d6648d9 Plagiarism Lib MDL-13680 - move plagiarism settings files into new folder in admin 2010-04-27 22:12:40 +00:00
Dan Marsden
cc3b3fae5d Plagiarism Lib MDL-13680 - add Plagiarism lib support for modules. - initially including the assignment module and Turnitin service - Backup deliberately excluded at this stage and I expect some of the file handling to change slightly before 2.0 release. 2010-04-27 21:52:07 +00:00
Martin Dougiamas
eb0614be7a Removing a get_string that wasn't needed 2010-04-27 06:49:19 +00:00
Tim Hunt
c8a9f066f7 unit tests: MDL-22175 Still more improvements unit test failure display.
Thanks to Eloy for suggesting these improvements:
1. We display debuginfo if it is there.
2. If the exception refers to a missing lang string, we output as much
information as we have.
2010-04-26 15:25:56 +00:00
Tim Hunt
39321e0faf unit tests: MDL-22175 Further improvements unit test failure display.
Exceptions are now also shown with a pruned stack trace.
And 2.0 code for displaying PHP5 error types backported to 1.9.
2010-04-23 17:22:55 +00:00
Tim Hunt
f99b19c58d unit tests: MDL-22175 Improve unit test failure display.
When you are using helper funcitions, show all the interesting bits of the stack trace,
rather that just the line in the helper function where the failed asset was called.
2010-04-23 11:22:30 +00:00
Petr Skoda
864e2805d0 MDL-21781 integrating cohorts into UI - admin tree and list of categories in edit mode (there is no other better place which shows all categories imho) 2010-04-23 09:13:19 +00:00
Martin Dougiamas
5435c9dcc4 help strings MDL-21695 changed _hlp to _help and fixed help.php to format those strings properly 2010-04-23 07:46:35 +00:00
David Mudrak
55c6372e28 MDL-15252 Fixed regression: XMLDB action using optionally defined strings
To prevent debugging warning, we check if the string is defined first.
In this case it does not make sense to add new string for every action
as the title is not actually displayed anywhere.
2010-04-22 21:13:53 +00:00
Eloy Lafuente
16d0b44022 NOBUG: Improve vis. of exception params. 2010-04-21 09:37:26 +00:00
jerome mouneyrac
cddd252723 web service MDL-21351 list of selectabl users should not include deleted user 2010-04-21 06:30:50 +00:00
Sam Hemelryk
ba9dc077c4 roles MDL-22126 Fixed up usage of admin/roles/tags.php 2010-04-21 02:43:02 +00:00
Petr Skoda
e13914acae just a little note for other devs looking for cli info 2010-04-19 21:24:49 +00:00
Petr Skoda
ecd7978c05 MDL-22015 fixed more string_manager encapsulation issues 2010-04-14 14:38:33 +00:00
Petr Skoda
0aa759b01c MDL-22015 more get_list_of_countries() refactoring 2010-04-14 14:27:10 +00:00
Petr Skoda
1f96e907ea MDL-22084 making a clear distinction between list of our translations and list of all languages defined in ISO 639-2 2010-04-14 09:45:49 +00:00
Sam Hemelryk
f226227cf8 admin MDL-20204 Fixed minor regression $PAGE->context needs to be set before calling admin_get_root 2010-04-14 02:26:26 +00:00
Petr Skoda
596509e431 MDL-21695 renaming ->help_icon() to old_help_icon() and going to introduce new help_icon() with new parameters and detailed debugging - hopefully this will help during the conversion to new help 2010-04-13 20:34:27 +00:00
Sam Hemelryk
c14c08dec3 admin MDL-22048 Reverted yesterdays change and implemented better solution in adminlib 2010-04-13 07:28:24 +00:00
Sam Hemelryk
4043abef29 roles MDL-22048 Fixed use of format_string in front page settings that was causing errors 2010-04-12 02:20:29 +00:00
Dongsheng Cai
eb440c0ce6 "MDL-21146, removed extra $ADMIN->add" 2010-04-12 02:19:43 +00:00
Petr Skoda
370f10b7eb MDL-22061 converting auths to pluginname and deprecating old method for getting auth names
AMOS START
 MOV [auth_castitle,auth_cas],[pluginname,auth_cas]
 MOV [auth_dbtitle,auth_db],[pluginname,auth_db]
 MOV [auth_emailtitle,auth_email],[pluginname,auth_email]
 MOV [auth_fctitle,auth_fc],[pluginname,auth_fc]
 MOV [auth_imaptitle,auth_imap],[pluginname,auth_imap]
 MOV [auth_ldaptitle,auth_ldap],[pluginname,auth_ldap]
 MOV [auth_manualtitle,auth_manul],[pluginname,auth_manul]
 MOV [auth_mnettitle,auth_mnet],[pluginname,auth_mnet]
 MOV [auth_nntptitle,auth_nntp],[pluginname,auth_nntp]
 MOV [auth_nologintitle,auth_nologin],[pluginname,auth_nologin]
 MOV [auth_nonetitle,auth_none],[pluginname,auth_none]
 MOV [auth_pamtitle,auth_pam],[pluginname,auth_pam]
 MOV [auth_pop3title,auth_pop3],[pluginname,auth_pop3]
 MOV [auth_radiustitle,auth_radius],[pluginname,auth_radius]
 MOV [auth_shibbolethtitle,auth_shibboleth],[pluginname,auth_shibboleth]
 MOV [auth_webservicetitle,auth_webservice],[pluginname,auth_webservice]
AMOS END
2010-04-11 21:31:36 +00:00
Petr Skoda
c2ed166e6d MDL-22061 workaround for special handling of parentlanguage string 2010-04-11 20:30:58 +00:00
Petr Skoda
29218f369e MDL-22060 fixed $a in string to match new rules
AMOS START
 REM fixed $a[] in [deleteuserrecord,core_mnet]
 REM fixed $a[] in [enrollingincourse,core_mnet]
 REM fixed $a[] in [noipmatch,core_mnet]
 REM fixed $a[] in [nonmatchingcert,core_mnet]
 REM fixed $a[] in [ssl_acl_allow,core_mnet]
 REM fixed $a[] in [ssl_acl_deny,core_mnet]
AMOS END
2010-04-11 17:08:08 +00:00
Petr Skoda
ff67afbd95 MDL-22054 converting course formats to have own lang packs
AMOS START
 MOV [formatscorm,core],[pluginname,format_scorm]
 MOV [formatsocial,core],[pluginname,format_social]
 MOV [formattopics,core],[pluginname,format_topics]
 MOV [formatweeks,core],[pluginname,format_weeks]
AMOS END
2010-04-11 12:46:14 +00:00
Petr Skoda
bd103fde5f MDL-22054 improving blocks management UI 2010-04-11 12:22:52 +00:00
Petr Skoda
d9a8e12d8e MDL-22054 improving module management UI 2010-04-11 12:17:43 +00:00
Petr Skoda
15822fe21c MDL-22054 improving blocks management UI and removing debug message because the block manage page shows the correct info instead 2010-04-11 12:08:40 +00:00
Petr Skoda
73d0160fd9 MDL-22054 fixed long standing issues with management of modules and blocks - we should definitely not rely on unique localized names! Also the sorting works best in database, the PHP does not have localized sort at all 2010-04-11 11:54:45 +00:00
Petr Skoda
fe9d7318b5 MDL-22054 fixed missing strings and some really annoying redirects 2010-04-11 09:41:25 +00:00
Petr Skoda
fc61cecd6a MDL-22054 skip loading of missing modules 2010-04-11 08:59:27 +00:00
Petr Skoda
2357ab4921 MDL-15252 language list refactoring 2010-04-10 21:22:15 +00:00
Petr Skoda
f62493d8a6 MDL-22050 removing moodle/langconfig duplicates
AMOS BEGIN
  MOV [thislanguage,core],[thislanguage,core_langconfig]
AMOS END
2010-04-10 18:29:27 +00:00
Petr Skoda
c9042db5c7 MDL-22050 removing moodle/langconfig duplicates
AMOS BEGIN
  MOV [parentlanguage,core],[parentlanguage,core_langconfig]
AMOS END
2010-04-10 18:01:49 +00:00
Petr Skoda
3c7e56c4b8 MDL-22050 removing moodle/langconfig duplicates
AMOS BEGIN
  MOV [decsep,core],[decsep,core_langconfig]
  MOV [listsep,core],[listsep,core_langconfig]
  MOV [thousandsep,core],[thousandsep,core_langconfig]
AMOS END
2010-04-10 17:40:58 +00:00
Petr Skoda
61bb07c257 MDL-22050 removing moodle/langconfig duplicates
AMOS BEGIN
  MOV [alphabet,core],[alphabet,core_langconfig]
AMOS END
2010-04-10 17:30:00 +00:00
Inaki
247b7dbb4a auth config: MDL-19053 Use the HTML editor to edit the login page authentication instructions
They are actually displayed as HTML, but they are edited through a plain
text area control instead.

Forward-ported from MOODLE_19_STABLE
2010-04-10 15:13:35 +00:00
David Mudrak
30c8dd34f7 MDL-15252 Re-committing all English strings exported from AMOS
From now on, all English strings use the new syntax. They are not
eval()'ed any more and the only valid placeholders are {$a} and
{$a->foobar}. No extra quotes escaping, dollar sign escaping and putting
double percent signs.

The modified files were exported from AMOS database repository in the
new syntax and were re-ordered by stringid. Standard GNU/GPL and PHPdoc
blocks are added. Where there was no copyright note so far, I added the
default one with Martin Dougiamas as the copyright holder.

Live long and prosper.
2010-04-10 14:01:45 +00:00
Petr Skoda
3a915b0667 MDL-21693 Dropping _utf8 suffix from language codes and folder names; enabling new string managers - please note the transition is not yet fully complete because we need to wait for git to recognize the renames in cvs 2010-04-10 07:24:56 +00:00