10297 Commits

Author SHA1 Message Date
Helen Foster
204361238b MDL-21695 adding help strings 2010-05-15 16:05:52 +00:00
Martin Dougiamas
5fd304d3cb MDL-19309 Some updated language strings. Still working on them and the interface in some places. 2010-05-14 08:00:49 +00:00
Martin Dougiamas
9f580a84cd Added 'Any' string for use in select menus 2010-05-14 07:20:38 +00:00
Martin Dougiamas
f3287c1bf3 Changed upper case words to lower case. I love vim. 2010-05-14 06:55:51 +00:00
Sam Hemelryk
ba2789c101 navigation MDL-22425 Fixed courses not being shown to logged in users and removed all traces of mymoodleredirect settings 2010-05-14 06:41:44 +00:00
Sam Hemelryk
4766a50c19 navigation MDL-22425 Restructured navigation for the nth time plus performance tweaking and course display limit 2010-05-13 09:57:43 +00:00
David Mudrak
9da5f500ef The exception thrower does not provide additional info in $a 2010-05-13 09:00:44 +00:00
Helen Foster
b8570fe032 MDL-21695 adding help strings 2010-05-13 08:56:20 +00:00
jerome mouneyrac
178097a0c0 course publication MDL-19315 retrieve previously published information when republished 2010-05-13 08:49:13 +00:00
Helen Foster
2767c96133 MDL-21695 adding help strings 2010-05-13 06:55:02 +00:00
Helen Foster
690c97a025 MDL-21695 adding help strings 2010-05-13 06:42:45 +00:00
Helen Foster
67fe4d505e MDL-17028 rewording lang strings 2010-05-13 06:36:11 +00:00
Andrew Davis
1a5deabd7a rss MDL-22204 added ability for user to reset their rss token 2010-05-13 02:24:10 +00:00
Helen Foster
5535474a0f MDL-21695 adding help strings 2010-05-12 16:51:28 +00:00
Helen Foster
2cab730e6d MDL-21695 adding help strings and link strings 2010-05-12 16:27:51 +00:00
Helen Foster
a5a8391f79 MDL-21695 adding help strings 2010-05-12 13:17:07 +00:00
Helen Foster
2dc8831300 MDL-21695 adding help strings and link strings 2010-05-12 09:16:24 +00:00
Martin Dougiamas
ab41b6c47b MDL-22427 Got rid of hideactivitytypenavlink, with three good reasons 1) It doesn't do anything, 2) It was a NEGATIVE setting (show not hide) and 3) it refers to hardcoded roles 2010-05-12 05:42:47 +00:00
Helen Foster
462774f156 MDL-21695 adding help strings 2010-05-11 10:09:15 +00:00
Helen Foster
6eed23a7fa MDL-21695 adding help strings 2010-05-11 10:02:25 +00:00
Martin Dougiamas
a42c1609d7 MDL-22416 More Upper Case Issues 2010-05-11 08:38:31 +00:00
Martin Dougiamas
5f4a77d4af MDL-22416 Fixing some more upper case issues. No word changes. 2010-05-11 08:33:12 +00:00
Martin Dougiamas
7bab5279d3 MDL-13766 Updated some english (and fixed some case problems in other strings) 2010-05-11 08:19:38 +00:00
Dongsheng Cai
ea1780adf3 MDL-13766, implemented user quota 2010-05-11 06:49:51 +00:00
David Mudrak
7217676b92 MDL-22296 CLI installer allows to rename the administrator account username 2010-05-10 21:57:48 +00:00
Helen Foster
defdbbdd6a MDL-21695 adding help strings 2010-05-10 19:32:04 +00:00
David Mudrak
11072c31ec MDL-15252 Unifying a string 'availablelangs' - now lives in install.php only
AMOS BEGIN
 MOV [availablelangs,core_admin],[availablelangs,core_install]
AMOS END
2010-05-10 13:15:50 +00:00
Helen Foster
007e52c6e5 MDL-21695 adding help strings 2010-05-10 09:41:00 +00:00
Sam Hemelryk
d2dbd0c0d0 navigation MDL-22398 Added custom menu to Moodle core. Will document in theme's forum 2010-05-10 05:24:00 +00:00
Sam Hemelryk
4886029cba backup MDL-22142 Several changes to the backup UI and it's classes as noted below
*  backup moodleforms for specific stages are now cached between stage processing and display making it possible to leave all validation up to the bridge.
    * The backup stage now relies entirely on the backup controllers save, load, and check methods + dependency checks rather then previous stage processing to ensure accuracy.
    * filename is now a required field and validated to ensure it ends with .zip and is a valid filename.
    * There is now a previous button for backup stages after the initial and before the complete.
    * The progress bar previous stages are now links as well allowing the user to jump to previous stages (not linked on complete of course).
    * The root settings are only shown on the schema stage now if they were changed because of dependency.
    * Stages are now numbered in the progress bar.
    * The complete page now shows a notice that the backup was complete and provides a continue button to view the backup file.
    * Adds administration blocks to the backup pages.
2010-05-10 02:53:31 +00:00
Helen Foster
ef0eeae496 MDL-21695 adding help strings 2010-05-09 21:00:49 +00:00
Helen Foster
004ecb4696 MDL-21695 adding help and link strings 2010-05-08 10:41:39 +00:00
Helen Foster
673cd24bb3 MDL-21695 adding help strings 2010-05-08 09:21:08 +00:00
Helen Foster
5f13cd5132 MDL-21695 rewording help strings 2010-05-08 06:21:27 +00:00
Helen Foster
8d8fcf2107 MDL-21695 adding help strings 2010-05-07 14:52:01 +00:00
David Mudrak
bdfc9a6bb9 MDL-22373 The default vertical direction for English is top to bottom 2010-05-07 01:39:24 +00:00
David Mudrak
6779719e16 MDL-13481 Fork fullname - fullnamecourse and fullnameuser
This commit instructs AMOS to use the current value of fullname as the
initial value of fullnamecourse and fullnameuser.

AMOS BEGIN
 CPY [fullname,core],[fullnamecourse,core]
 CPY [fullname,core],[fullnameuser,core]
AMOS END
2010-05-06 22:53:41 +00:00
Tim Hunt
a27aa5c620 MDL-19967 No validation when adding a question with JS off.
There was no check that a question type had been selected.
2010-05-06 22:33:21 +00:00
David Mudrak
456f76571c MDL-21695 Removing remained completion help files 2010-05-06 21:32:30 +00:00
David Mudrak
27d1a27c21 MDL-21695 Migrating the usage of root help files so far re-worded
AMOS BEGIN
 HLP forcepasswordchange.html,[forcepasswordchange_help,core]
 HLP interestslist.html,[interestslist_help,core]
 HLP newpassword.html,[newpassword_help,core]
 HLP permissions.html,[permissions_help,core_role]
 HLP picture.html,[newpicture_help,core]
 HLP picture.html,[newpicture_help,core_group]
 HLP roles.html,[roles_help,core_role]
AMOS END
2010-05-06 21:27:58 +00:00
David Mudrak
5fb882193f MDL-21695 Bye bye help/course*.html and help/rolerenaming.html, we have better friends now 2010-05-06 18:32:03 +00:00
David Mudrak
976033c6f2 MDL-22367 Bye bye Course Fullname 101, you cost us too many queries 2010-05-06 17:53:34 +00:00
David Mudrak
036880940e MDL-21695 Strings and helps cleanup 2010-05-06 17:05:43 +00:00
David Mudrak
226de8b7e7 MDL-21695 authchange.html replaced with a help string
AMOS BEGIN
 HLP authchange.html,[chooseauthmethod_help,core_auth]
AMOS END
2010-05-06 16:56:04 +00:00
David Mudrak
9434554a4f MDL-15244 Oops forgot to delete the file in the previous commit 2010-05-06 16:47:34 +00:00
David Mudrak
fe6b274c73 MDL-15244 IP blocker help on syntax 2010-05-06 16:35:32 +00:00
Helen Foster
3799dcb927 MDL-21695 rewording help strings 2010-05-06 15:28:01 +00:00
Helen Foster
b5a332c41b MDL-21695 adding help strings 2010-05-06 14:50:36 +00:00
Helen Foster
a2743d0717 MDL-21695 adding help strings 2010-05-06 12:12:58 +00:00
Helen Foster
1731b44d4a MDL-21695 adding help strings 2010-05-06 12:11:14 +00:00