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
David Mudrak
b74ceb3ff5
MDL-26252 Added help icon at import groups page
...
AMOS BEGIN
MOV [importgroups,core],[importgroups,core_group]
AMOS END
2011-02-04 10:45:30 +01:00
andyjdavis
a170818189
course MDL-25831 made course request notifications work
2011-01-04 13:35:08 +08:00
Helen Foster
4997ee5543
MDL-21250 capital letters removal
2010-12-02 21:48:04 +00:00
Sam Hemelryk
0b4cede202
NOBUG: Added missing backup message provider string
2010-11-18 02:54:46 +00:00
Eloy Lafuente
96c726b663
MDL-24924 course/import - plugin not available anymore. Killed!
2010-11-11 22:52:17 +00:00
Sam Hemelryk
bac233d326
backup MDL-22184 Scheduled backups are now possible again through cron.
...
AMOS BEGIN
MOV [move scheduledsetup,core_backup],[automatedsetup,core_backup]
MOV [scheduledsettings,core_backup],[automatedsettings,core_backup]
MOV [scheduledstorage,core_backup],[automatedstorage,core_backup]
MOV [scheduledstoragehelp,core_backup],[automatedstoragehelp,core_backup]
MOV [scheduledbackupsinactive,core],[automatedbackupsinactive,core_backup]
MOV [scheduledbackupstatus,core],[automatedbackupstatus,core_backup]
CPY [schedule,core],[automatedbackupschedule,core_backup]
MOV [backupschedulehelp,core],[automatedbackupschedulehelp,core_backup]
AMOS END
2010-11-10 06:07:43 +00:00
Petr Skoda
46b2346b57
MDL-24316 new lang string, improved visualisation
2010-10-14 10:20:30 +00:00
David Mudrak
856e77359d
MDL-16769 Removing studentviewoff and studentviewon
2010-10-08 13:53:35 +00:00
David Mudrak
0064dc90e3
NOMDL Rewording text used for Hide/Show icon
...
Show icon from others is a bug, should be Show icon to others. But
because others can have the capability to view hidden sections anyway,
it was decided to keep just Hide/Show
2010-10-08 13:39:04 +00:00
Dongsheng Cai
df796bf0ec
MDL-24540, fixed comments UI for not logged in users
2010-10-07 08:18:56 +00:00
Andrew Davis
8a73f57081
rss MDL-24509 added some support for 1.9 rss feed requests
2010-10-05 03:28:23 +00:00
Martin Dougiamas
1c30ad6979
Fixed typo
2010-09-21 05:58:05 +00:00
Martin Dougiamas
cd3d4a14fd
MDL-23308 New help strings for legacy course files, and a proper link to docs
2010-09-20 07:09:08 +00:00
Helen Foster
20a66869eb
MDL-24203 unused string removed
2010-09-17 12:45:51 +00:00
Helen Foster
79bb9d2dce
MDL-24113 spelling fix
2010-09-17 10:51:49 +00:00
Dongsheng Cai
12fcd26de2
MDL-23308, added mimetype icons to course files tree
2010-09-13 07:01:55 +00:00
Dongsheng Cai
48041cd505
MDL-23619, fixed max files size in filemanager
2010-09-10 05:44:48 +00:00
Dongsheng Cai
b8312f7742
MDL-23308, added moodle docs link to courselegacyfiles help text
2010-09-10 03:48:24 +00:00
Dongsheng Cai
29750492a2
MDL-23308, added help text to course files page
2010-09-09 02:50:53 +00:00
Dongsheng Cai
7936470a78
MDL-24113, change license to licenses
2010-09-08 07:18:21 +00:00
Dongsheng Cai
fa7f2a4579
MDL-24108, display max file size in filepicker and filemanager
2010-09-07 10:06:57 +00:00
Petr Skoda
48f6a77aa8
MDL-23308 coursefiles is a legacy feature, we should discourage everybody from using it
2010-09-03 19:00:16 +00:00
Petr Skoda
45347688a3
MDL-23308 all "course files" are legacy feature, we must tell this to all our users, we can not use "Course files" anymore because we really want them to migrate. Sorry, please do not revert this change again. If somebody does not like this they have to tweak their language pack, it is officially "legacy" file area now.
2010-09-03 11:59:28 +00:00
Dongsheng Cai
4153e01aeb
MDL-23308, change course files link name
2010-09-01 06:17:01 +00:00
Dongsheng Cai
e921afa874
"MDL-23308, bring course files back"
2010-08-30 08:22:14 +00:00
Petr Skoda
3ead116af3
MDL-22795 guest access icon + lang pack enrol related cleanup
...
AMOS BEGIN
MOV [allowguests,core],[allowguests,enrol_guest]
AMOS END
2010-08-18 09:26:46 +00:00
Petr Skoda
4f622c38a1
MDL-23774 only administrators may edit administartor accounts
2010-08-12 09:44:28 +00:00
Petr Skoda
69816a5ce7
MDL-22547 more legacy files UI cleanup - we have to make obvious that course files are history
2010-08-02 13:33:19 +00:00
Dongsheng Cai
b667ba0049
"COMMENT MDL-19118 improve nonjs comment ui link"
2010-08-02 08:16:51 +00:00
Rossiani Wijaya
cb184beb24
MDL-20459 - update list of categories layout to support accessibility. Convert table to CSS.
2010-07-23 08:11:22 +00:00
Martin Dougiamas
82af55d7e3
MDL-23367 First cut at moving the private files interface under /user. Has a few small bugs, working on them.
2010-07-19 13:21:16 +00:00
Martin Dougiamas
f59d8e45db
MDL-22320 Added a 'Send a message' link to the main profile page, linking to messaging
2010-07-12 13:31:32 +00:00
Martin Dougiamas
35bd4cd852
Dear AMOS, I'm not crazy really. This is the correct string now.
2010-07-09 08:31:19 +00:00
Martin Dougiamas
2bc970173d
Temp rename to tell AMOS this needs updating
2010-07-09 08:29:12 +00:00
Martin Dougiamas
d359cb07d9
NOBUG Tidying up some strings in the wrong place in moodle.php and an AMOS script for the last checkin in MDL-23175
...
AMOS BEGIN
CPY [settings,core],[editsettings,core]
AMOS END
2010-07-09 08:25:52 +00:00
Martin Dougiamas
20d6b374f1
MDL-23175 Change "Settings" to "Edit settings" for module and course editing
2010-07-09 08:20:39 +00:00
Martin Dougiamas
326d9aaac9
MDL-19118 Use 'Save comments' instead of 'Submit' for usability
2010-07-09 03:57:41 +00:00
Rossiani Wijaya
7851bd35ae
MDL-20458 - adding help button to screen reader
2010-07-08 07:13:59 +00:00
David Mudrak
5db29f49f2
MNet: Fixed remote user profile display
...
Fixed SQL, strings usage, CSS class. In the future, we can distinguish
information displayed for the owner and for the others, as well as what
to display in the course profile (user/view.php) and public profile
(user/profile.php).
2010-07-01 12:56:31 +00:00
David Mudrak
b54a05475a
MDL-21695 Replaced summaries.html
...
AMOS BEGIN
HLP summaries.html,[summary_help,core]
AMOS END
2010-06-28 17:05:05 +00:00
David Mudrak
dfab2ce795
MDL-21695 Replaced search.html without AMOScript, to be translated from scratch
2010-06-28 17:04:35 +00:00
David Mudrak
0056817c10
MDL-21695 Replaced scales.html, caller has been fixed already
...
AMOS BEGIN
HLP scales.html,[scale_help,core]
AMOS END
2010-06-28 17:04:16 +00:00
David Mudrak
df52205e75
MDL-21695 Removed participationreport.html, text moved into wiki docs
2010-06-28 14:38:04 +00:00
David Mudrak
096ec8d63d
MDL-21695 Cleaning up legacy strings and help
...
Text of help pages Read carefully, Write carefully and Ask questions
moved to wiki by Helen. Text formatting help removed, to be
re-introduced properly in editors rewrite. Unused editorhelp form
element removed completely.
2010-06-27 21:34:01 +00:00
Helen Foster
89896f24c8
MDL-21695 adding help and link strings
2010-06-25 20:10:16 +00:00
Rossiani Wijaya
30613305d8
MDL-20446 - Add a heading 'Page path:' to navigation bar.
2010-06-23 09:34:10 +00:00
Rossiani Wijaya
639ac85fec
MDL-20448 - Add 'skip' links to create new account on login page.
2010-06-23 09:24:11 +00:00
Petr Skoda
df997f841f
MDL-21782 reworked enrolment framework, the core infrastructure is in place, the basic plugins are all implemented; see the tracker issue for list of unfinished bits, expect more changes and improvements during the next week
...
AMOS START
MOV [sendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage,enrol_self]
MOV [configsendcoursewelcomemessage,core_admin],[sendcoursewelcomemessage_desc,enrol_self]
MOV [enrolstartdate,core],[enrolstartdate,enrol_self]
MOV [enrolenddate,core],[enrolenddate,enrol_self]
CPY [welcometocourse,core],[welcometocourse,enrol_self]
CPY [welcometocoursetext,core],[welcometocoursetext,enrol_self]
MOV [notenrollable,core],[notenrollable,core_enrol]
MOV [enrolenddaterror,core],[enrolenddaterror,enrol_self]
MOV [enrolmentkeyhint,core],[passwordinvalidhint,enrol_self]
MOV [coursemanager,core_admin],[coursecontact,core_admin]
MOV [configcoursemanager,core_admin],[coursecontact_desc,core_admin]
MOV [enrolledincourserole,core],[enrolledincourserole,enrol_manual]
MOV [enrolme,core],[enrolme,core_enrol]
MOV [unenrol,core],[unenrol,core_enrol]
MOV [unenrolme,core],[unenrolme,core_enrol]
MOV [enrolmentnew,core],[enrolmentnew,core_enrol]
MOV [enrolmentnewuser,core],[enrolmentnewuser,core_enrol]
MOV [enrolments,core],[enrolments,core_enrol]
MOV [enrolperiod,core],[enrolperiod,core_enrol]
MOV [unenrolroleusers,core],[unenrolroleusers,core_enrol]
AMOS END
2010-06-21 15:30:49 +00:00
jerome mouneyrac
06d4578c60
Community block MDL-19314 add prefix to hublib.php defines + remove some old not used 1.9 strings from lang/moodle.php
2010-06-02 08:41:21 +00:00