David Mudrak
995f2d51d7
MDL-12192 Language specific label separator instead of hardcoded ': '
...
New string is available. Use get_string('labelsep', 'langconfig') to be used
as a separator between a label and the labelled text. If you want to
produce <label> HTML element, you may be interested in the new
html_writer::label() method. Simple selects and URL selects now use it.
There are bambillion places where ': ' is hardcoded as a separator. I do
not think we have to fix them manually now (and mass search and replace
would be tricky) but everybody should stop adding new.
Do not abuse 'labelsep' for any other purposes. Note that it may not be
colon in some languages or sites.
2010-07-02 12:15:36 +00:00
jerome mouneyrac
24a9a618d1
webservice MDL-23052 fix lang string on add service form
2010-07-02 08:38:49 +00:00
jerome mouneyrac
86dcc6f0a2
webservice MDL-21792 refactor webservice authorised users pages
2010-07-02 06:40:36 +00:00
jerome mouneyrac
5cbbcc1ae6
registration MDL-22964 check if xmlrpc is enabled on the registration pages, publication pages and community block page.
2010-07-02 03:40:12 +00:00
Rossiani Wijaya
377d7b82f6
MDL-20410 - remove set_focuscontrol (bulk commit)
2010-07-01 05:35:27 +00:00
David Mudrak
9047d80e86
MDL-21695 Cron warning help fixed
2010-06-28 14:37:03 +00:00
Martin Dougiamas
8ad590c2cb
MDL-22964 XML-RPC is now required. We need it for hub communication, and it's useful for web services and Moodle networking
2010-06-28 07:47:47 +00:00
jerome mouneyrac
034b502f25
registration MDL-22662 register on the selected hub (it was always selecting Mooch)
2010-06-28 07:19:00 +00:00
Martin Dougiamas
6010eda22d
MDL-22813 Thanks to Mark Nelson from Pukunui Technologies, Portfolio management now looks like Repository.
2010-06-28 06:02:55 +00:00
jerome mouneyrac
5bfbe04e24
unregistration MDL-22956 force unregistration/clean data try a last chance ws call (even though it should also fail) to unregister from the hub. This is implemented in case a site admin recieved a spam email and did "naively" the unregistration.
2010-06-28 03:48:40 +00:00
David Mudrak
5cf5cc9b41
MDL-21695 Removing obsolete strings and renaming legacy config* strings in gradebook
...
AMOS BEGIN
MOV [configdisablegradehistory,core_grades],[disablegradehistory_help,core_grades]
MOV [configenableoutcomes,core_grades],[enableoutcomes_help,core_grades]
MOV [configfixedstudents,core_grades],[fixedstudents_help,core_grades]
MOV [configgradehistorylifetime,core_grades],[gradehistorylifetime_help,core_grades]
MOV [configgradeitemadvanced,core_grades],[gradeitemadvanced_help,core_grades]
MOV [configgradepublishing,core_grades],[gradepublishing_help,core_grades]
MOV [confighiddenasdate,core_grades],[hiddenasdate_help,core_grades]
MOV [confighideforcedsettings,core_grades],[hideforcedsettings_help],[core_grades]
MOV [configincludescalesinaggregation,core_grades],[includescalesinaggregation_help,core_grades]
MOV [configprofilereport,core_grades],[profilereport_help,core_grades]
MOV [configshowuserimage,core_grades],[showuserimage_help,core_grades]
MOV [configunlimitedgrades,core_grades],[unlimitedgrades_help,core_grades]
AMOS END
2010-06-25 17:21:15 +00:00
jerome mouneyrac
f57c4047b1
unregistration MDL-21936 add site unregistration
2010-06-25 11:36:52 +00:00
Eloy Lafuente
7e60d0d6d7
MDL-22906 install - allow MS native drivers to be used everywhere
2010-06-24 16:48:11 +00:00
Sam Hemelryk
1e7d864aa9
admin MDL-20204 Remove blocks from the upgradesettings screen
2010-06-22 01:47:51 +00:00
David Mudrak
ec70045cf8
NOBUG: Missing comma in SQL
2010-06-21 21:57:24 +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
2c9bb9c327
registration MDL-22662 display explicit error message when ws communication fail when trying to retrieve hub listing from hub directory
2010-06-21 09:42:53 +00:00
jerome mouneyrac
7399bcef68
course publication MDL-19315 display better error message if web service communication with the hub failed
2010-06-21 09:33:57 +00:00
Dongsheng Cai
db954abaa6
MDL-22712, added admin options to enable/disable comments in blog, and a switch to show/hide comments count
2010-06-21 08:57:59 +00:00
David Mudrak
c31aa73c70
MDL-22812 Do not change dataroot path passed as argument
...
Because PARAM_SAFEPATH was applied on dataroot argument, directories
containing dots (eg. /var/www/data/moodle.tld.com) were silently
renamed. The patch removes the input validation on the argument. If the
enemy is executing scripts at the server, you are doomed anyway.
2010-06-17 15:40:07 +00:00
Eloy Lafuente
68949e5d5f
MDL-22140 backup default settings - anonymize defaulting to no
2010-06-17 09:52:41 +00:00
Sam Hemelryk
61ebef8f6e
backup MDL-22140 Added conf settings to control the default general backup settings
2010-06-17 08:57:00 +00:00
Petr Skoda
536fc0b535
mnet is not going to bork my sites with disabled mnet, sorry - preventing loading of mnet setting stuff into settings tree when it is disabled
2010-06-16 07:21:57 +00:00
Martin Dougiamas
dc5ba628f3
Typos in comments
2010-06-15 04:10:56 +00:00
jerome mouneyrac
94788de2a4
course publication MDL-19315 split /lib/hublib.php into admin/registration/lib.php and course/publish/lib.php
2010-06-11 03:24:09 +00:00
jerome mouneyrac
139978e50c
registration MDL-19313 increase registration text fields width and add help icons
2010-06-09 06:44:50 +00:00
Dongsheng Cai
2bed95e962
MDL-22574, fixed file type
2010-06-08 08:02:14 +00:00
Dongsheng Cai
669a9e56a8
MDL-22574, use file picker to select user picture file
2010-06-08 06:09:04 +00:00
David Mudrak
2fcf41e6c0
MDL-21695 Replaced grade/keephigh.html
...
AMOS BEGIN
MOV [keephighhelp,core_grades],[keephigh_help,core_grades]
HLP grade/keephigh.html,[keephigh_help,core_grades]
AMOS END
2010-06-07 16:35:35 +00:00
Dongsheng Cai
1eda38ee34
MDL-22574, use filepicker to impot users in admin
2010-06-04 04:08:56 +00:00
Martin Dougiamas
1974b3153a
Make the description field bigger
2010-06-03 09:38:46 +00:00
Petr Skoda
8496eeb3bc
MDL-22040 converting username to html entities before outputting
2010-06-03 08:18:38 +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
jerome mouneyrac
a6ada9598a
registration MDL-19313 delete old registration page
2010-06-02 07:07:27 +00:00
Petr Skoda
12d77d4db4
MDL-20204 prevent distractions (such as blocks) on the upgrade settings page
2010-05-29 18:11:42 +00:00
David Mudrak
c64c959733
MDL-21695 Dropped grade/gradeexportdisplaytype.html and renamed configgradeexportdisplaytype
...
AMOS BEGIN
MOV [configgradeexportdisplaytype,core_grades],[gradeexportdisplaytype_desc,core_grades]
AMOS END
2010-05-27 21:10:47 +00:00
David Mudrak
56f9c6ceb9
MDL-21695 Replaced grade/gradedisplaytype.html
...
AMOS BEGIN
HLP grade/gradedisplaytype.html,[gradedisplaytype_help,core_grades]
AMOS END
2010-05-27 21:04:11 +00:00
Martin Dougiamas
d0f9f92c9d
MDL-22595 Fix registration link to old script
2010-05-27 09:34:18 +00:00
David Mudrak
c4f8fd0c3d
MDL-18797 The selected language pack fetched during install
2010-05-27 06:57:21 +00:00
David Mudrak
af8d4d9128
MDL-18797 current language pack updated during upgrade
...
Also fixes langimport.php to use the new function to get parent language
of a given language.
2010-05-26 00:29:33 +00:00
David Mudrak
a9e41d3e92
MDL-18797 admin/langimport.php works again for Moodle 2.0 language packs
...
I have prepared language packs at
http://download.moodle.org/langpack/2.0 manually for now. To be
automated once the production AMOS server is up and running.
2010-05-26 00:03:56 +00:00
David Mudrak
5cefe4f1b5
MDL-21696 Temporarily hiding language editing feature from admin tree
...
To be replaced by the new tool.
2010-05-25 23:53:36 +00:00
Martin Dougiamas
89c510174e
navigation MDL-22425 Moved 'defaulthomepage' to navigation settings from user policy page
2010-05-25 07:40:24 +00:00
Andrew Davis
54caa598ee
gradebook MDL-22522 fixed navigation issues around editing letters
2010-05-25 07:03:06 +00:00
jerome mouneyrac
30a4fb1b97
webservice MDL-22562 add missing user profile custom fields to external create_users function + update test client
2010-05-25 03:44:29 +00:00
David Mudrak
662672602e
MDL-21695 grade/exportdecimalpoints.html (not used) and overall decimal points fix
...
AMOS BEGIN
MOV [configexportdecimalpoints,core_grades],[gradeexportdecimalpoints_desc,core_grades]
AMOS END
2010-05-24 16:10:18 +00:00
David Mudrak
b37760fcf8
MDL-21695 Replaced grade/droplow.html
...
AMOS BEGIN
HLP grade/droplow.html,[droplow_help,core_grades]
AMOS END
2010-05-24 15:41:05 +00:00
David Mudrak
6e2d05aeb8
MDL-21695 grade/aggregationposition.html
...
AMOS BEGIN
HLP grade/aggregationposition.html,[aggregationposition_help,core_grades]
AMOS END
2010-05-24 09:51:50 +00:00
David Mudrak
f89b71eb4b
MDL-21695 Tranferred grade/aggregation.html into the help string
...
AMOS BEGIN
HLP grade/aggregation.html,[aggregation_help,core_grades]
AMOS END
2010-05-24 09:51:22 +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