549 Commits

Author SHA1 Message Date
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
Sam Hemelryk
24e27ac0c1 course MDL-8369 Front page combo list is now restructured and exandable by JavaScript
This patch also implements a course renderer.
2010-05-27 01:40:11 +00:00
Petr Skoda
9b56a34f7d MDL-16089 some resource lib and lang pack cleanup
AMOS START
 MOV [displayauto,mod_resource],[resourcedisplayauto,core]
 MOV [displaydownload,mod_resource],[resourcedisplaydownload,core]
 MOV [displayembed,mod_resource],[resourcedisplayembed,core]
 MOV [displayframe,mod_resource],[resourcedisplayframe,core]
 MOV [displaynew,mod_resource],[resourcedisplaynew,core]
 MOV [displayopen,mod_resource],[resourcedisplayopen,core]
 MOV [displaypopup,mod_resource],[resourcedisplaypopup,core]

AMOS END
2010-05-22 13:54:41 +00:00
Petr Skoda
bf34822b9d MDL-22547 course->legacyfiles switch implemented 2010-05-22 13:10:05 +00:00
Petr Skoda
36654970e6 fixed some old typos 2010-05-21 17:51:33 +00:00
Helen Foster
c816647873 MDL-21695 adding help string 2010-05-19 09:46:58 +00:00
Dongsheng Cai
1345cc539c MDL-16597, tweak filemanager UI 2010-05-19 03:00:10 +00:00
Helen Foster
16410b6927 MDL-21695 adding help and link strings 2010-05-18 11:34:27 +00:00
Helen Foster
1f2122c836 MDL-21695 adding help strings 2010-05-17 20:11:11 +00:00
David Mudrak
6c7a5df7a3 MDL-21695 Upload pictures and upload users - strings cleanup and fixing
Strings related to users uploading moved into admin.php component. Fixed
calling of new help strings. Fixed incorrect strings call.
The script also copies instructions from two previous commits as I
forgot that the commit must touch some string file to being parsed by
amos.

AMOS BEGIN
 HLP uploadusers3.html,[uploadusers_help,core_admin]
 HLP uploadusers2.html,[uploadusers_help,core_admin]
 HLP uploadusers.html,[uploadusers_help,core_admin]
 HLP uploadpictures.html,[uploadpictures_help,core_admin]
 MOV [uploadusers,core],[uploadusers,core_admin]
 MOV [uploadusers_help,core],[uploadusers_help,core_admin]
 HLP cookies.html,[cookiesenabled_help,core]
 HLP overrides.html,[overridepermissions_help,core_role]
 HLP permissions.html,[permission_help,core_role]
AMOS END
2010-05-17 15:16:33 +00:00
Martin Dougiamas
9f580a84cd Added 'Any' string for use in select menus 2010-05-14 07:20:38 +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
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
6eed23a7fa MDL-21695 adding help strings 2010-05-11 10:02:25 +00:00
Martin Dougiamas
5f4a77d4af MDL-22416 Fixing some more upper case issues. No word changes. 2010-05-11 08:33:12 +00:00
Helen Foster
5f13cd5132 MDL-21695 rewording help strings 2010-05-08 06:21:27 +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
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
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
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
Helen Foster
079d4c7dd1 MDL-21695 adding help strings 2010-05-05 12:52:17 +00:00
Andrew Davis
0f4fb20fa5 MDL-22320 Cleaning up message UI and removing need for popups AMOS BEGIN MOV [messageprovider:instantmessage,message],[messageprovider:instantmessage,core] AMOS END 2010-05-05 07:11:22 +00:00
Martin Dougiamas
03d9401e7d My Moodle MDL-19124 New version of My Moodle, User profiles and Course profiles, all with block support
Thanks very much to Remote Learner Canada, especially Hubert Chathi and Olav Jordan, for their work on the bulk of this code, and also Mike Churchward for supporting them.  I worked on it after that (actually simplified it by removing a feature temporarily: multiple pages) to bring it more to what I was imagining, and to provide a base to build on and get all the navigation perfect.

There's still work to do.  Some blocks don't quite work as expected, and some of the code still needs upgrading to bring it fully into line with 2.0.  We also could use a much better course overview block and better CSS styling of the profile pages.  But it's definitely more usable this it was, I think.
2010-05-04 13:04:35 +00:00
David Mudrak
83fc9994bb MDL-21695 Fixing some regressions at the course settings page
AMOS BEGIN
 HLP expirynotify.html,[notify_help,core]
AMOS END
2010-05-04 10:07:47 +00:00
Helen Foster
67f3290fcc MDL-21695 adding help strings 2010-05-04 08:27:13 +00:00
Helen Foster
677199d6cd MDL-21695 adding help strings 2010-05-04 07:49:03 +00:00