tjhunt
7409013e79
moodlelib: MDL-19764 change get_list_of_countries so admins can more easily control the list.
...
* New admin setting $CFG->allcountrycodes - on Location page.
* Same rules used to translate country names as any other string.
* With unit tests.
2009-10-02 11:30:11 +00:00
nicolasconnault
50569ba3ac
MDL-15262 Added a two capabilities to prevent certain users from changing a course's fullname and shortname. merged from MOODLE_19_STABLE
2009-10-02 07:05:02 +00:00
tjhunt
7d4dfc481e
quiz: MDL-19145 Safe Exam Browser integration.
...
This is a better alternative to 'secure' mode.
It needs to be enabled by the administrator.
2009-09-30 10:57:57 +00:00
samhemelryk
cac0c3ef3d
grade MDL-19797 Upgraded deprecated function calls
2009-09-30 07:20:31 +00:00
samhemelryk
e25b7ded61
filter MDL-19796 Upgraded deprecated function calls
2009-09-30 07:03:52 +00:00
skodak
39ccd06b59
MDL-20371 improved warning string
2009-09-29 07:25:56 +00:00
skodak
5f05358d4b
MDL-20371 backups should never be in site files, let's create the secure backupdata in site files automatically
2009-09-28 18:59:40 +00:00
skodak
ebb621f6a9
MDL-11896 added hint if entry awaits approval
2009-09-27 18:08:27 +00:00
dongsheng
22f6b8df6e
"MDL-16597, trim filemanager UI"
2009-09-24 09:05:41 +00:00
moodler
31282b6808
repository/local MDL-16597 Some wording changes local -> server (more user-centric)
2009-09-22 08:25:41 +00:00
dongsheng
5b8d3feb63
"MDL-16597, filemanager, fixed language string"
2009-09-18 04:05:49 +00:00
samhemelryk
a5cb6242ae
mod-survey MDL-20262 Upgraded survey module in the following ways
...
* Upgraded legacy code to use PAGE and OUTPUT methods
* Added integration with the new navigation blocks
* Fixed up several bugs within the download script
2009-09-17 04:11:46 +00:00
nicolasconnault
b73d1ca4f2
MDL-19676 Put association section in advanced items for edit form, corrected bug in group listing, enabled commenting
2009-09-16 10:05:34 +00:00
samhemelryk
4881edc9d2
navigation MDL-14632 Moved course participants and reports from settings navigation to global navigation
2009-09-16 09:07:39 +00:00
samhemelryk
c69499369e
mod-lesson MDL-20259 Created callback methods to expand navigation and settings blocks
...
Also fixed up minor bugs and added calls set_url
2009-09-16 06:22:12 +00:00
samhemelryk
55f599f00e
mod-quiz MDL-20276 Created callback methods to expand navigation and settings blocks
2009-09-16 05:15:22 +00:00
skodak
ef22c1b664
MDL-12886 converting user/external.php to externallib.php - work in progress
2009-09-15 22:52:49 +00:00
skodak
a3f7cbf64e
MDL-20293 strict param validation support
2009-09-15 20:08:47 +00:00
nicolasconnault
2367726155
MDL-20219 Deleted external blog block, and preferences link from blog_menu block. Placed these as links in settings block instead
2009-09-15 07:57:54 +00:00
skodak
9a0df45a01
MDL-12886 new design of external service functions, groups api improved and known problems fixed - still work in progress with lots of todos - sorry
2009-09-14 23:52:08 +00:00
tjhunt
95e88597ea
forgotten password: MDL-19441 Oops, I changed a language string by mistake. Undoing.
2009-09-14 17:23:03 +00:00
samhemelryk
0961861e63
mod-glossary MDL-20256 Upgraded module to use the new navigation blocks
2009-09-11 05:38:44 +00:00
samhemelryk
29b64a2272
mod-data MDL-20253 Updated database activity module to make use of the new navigation structure
2009-09-11 03:14:42 +00:00
samhemelryk
ab5bd34d18
mod-feedback MDL-20254 Upgrade feedback module to make use of new navigation blocks
...
At the same time I also took the oppertunity to fix up the bugs within the feedback module that were making it un-usable
2009-09-11 02:04:38 +00:00
samhemelryk
97011c648c
mod-choice MDL-20248 Upgraded choice module to use the new navigation blocks
2009-09-10 07:51:53 +00:00
samhemelryk
b14ae498b9
mod-chat MDL-20243 Upgrade chat module to make use of the two navigation callbacks
...
Note: I also took the oppertunity to extend navigation_node action handling, so that navigation nodes can accepts
moodle_url, html_link, or strings for actions
2009-09-10 03:50:51 +00:00
samhemelryk
47c96a774e
mod-assignment MDL-20241 Upgraded assignment to use new navigation blocks
2009-09-09 08:23:41 +00:00
jerome
9baf682518
webservice MDL-12886 web service administration
2009-09-09 07:55:03 +00:00
samhemelryk
3175908906
navigation MDL-20235 Added ignore_active method for navbar and corrected user/view
2009-09-08 08:43:44 +00:00
dongsheng
17295e0b03
"MDL-16597, support set primary file in resource module, add a parameter to filemanager element"
2009-09-08 07:55:22 +00:00
dongsheng
4aa9147a5e
"MDL-14651, fixed duplicate users in list, add language string"
2009-09-06 09:24:57 +00:00
dongsheng
af804e3e0f
"MDL-16596, make non-js filemanager identical to ajax filemanager, added more language strings"
2009-09-04 06:48:26 +00:00
nicolasconnault
cae837087a
MDL-19676 Blog improvements
2009-09-04 00:36:43 +00:00
dongsheng
f0e5f031c7
"MDL-16596, imporve non-javascript file manager, add useful functions to filelib"
2009-09-03 06:53:40 +00:00
nicolasconnault
c1c0cecf3a
MDL-14632 Improved the output code of the settings block and fixed typo of toogle to toggle.
2009-08-28 10:28:16 +00:00
samhemelryk
7d2a049292
navigation MDL-14632 Very significant navigation commit
...
This patch introduces two new blocks global_navigation_tree and settings_navigation_tree
both of which have been designed to make full use of the new navigation objects available through
the $PAGE object.
Bulk of this code is within lib/navigationlib.php
2009-08-28 08:47:31 +00:00
nicolasconnault
319770d747
MDL-19797 Upgraded most output code in grader report
2009-08-28 05:29:05 +00:00
tjhunt
d9d481aac7
forgot password form: MDL-19441 Make it clearer you should enter username or password.
...
Credit to Olli as part of his GSOC project.
2009-08-25 20:18:42 +00:00
nicolasconnault
7ade8443e1
MDL-11790 Added missing lang strings, merged from MOODLE_19_STABLE
2009-08-17 14:51:18 +00:00
skodak
58a27a7467
MDL-20069 new URL module, includes migrate from old mod/resource; remaining issues to be listed in tracker as sub-tasks
2009-08-13 20:49:37 +00:00
skodak
1ad9ff57ff
MDL-20068 new Page module, includes migrate from old mod/resource; remaining issues to be listed in tracker as sub-tasks
2009-08-13 20:49:07 +00:00
skodak
2ff648fb97
MDL-20067 new IMS Content package module, includes migrate from old mod/resource; remaining issues to be listed in tracker as sub-tasks
2009-08-13 20:48:32 +00:00
skodak
0e16b939e8
MDL-20066 new folder module, includes migrate from old mod/resource; remaining issues to be listed in tracker as sub-tasks
2009-08-13 20:47:43 +00:00
skodak
aa54ed7b02
MDL-20065 new implementation of File module, modules sub-types are being migrated to separate modules; remaining issues to be listed as sub-tasks in tracker
2009-08-13 20:45:50 +00:00
dongsheng
c86dde2ec5
"MDL-19181, display plugin instances based on capabilities"
2009-08-07 10:02:47 +00:00
skodak
0646607098
MDL-19962 automatic regeneration of the sessio nid during each login; merging unused lang strings
2009-08-06 13:25:21 +00:00
poltawski
28dd2513a2
block/rss_client: MDL-19990 Make feed discovery configurable
...
Simplepie will try quite aggresively to autodiscover rss feeds by
default. Make this configurable when adding a feed and also store
the autodiscovered location rather than the input location.
I also removed the feed validator as this doesn't make much sense with
feed autodiscovery, and I think we can improve simplepie integration to
do this instead
2009-08-03 16:56:53 +00:00
skodak
0a127169fe
MDL17980 reverting last commit - other devs agreed, to be explained in tracker
2009-08-03 07:35:41 +00:00
peterbulmer
1b509b3699
MDL17980 mnet improvements
...
* Allow multiple roles to be allocated by identity provider
* Allow existing enrolment plugins to manage mnet enrolments
Author: Peter Bulmer <peter.bulmer@catalyst.net.nz>
2009-08-03 03:38:23 +00:00
tjhunt
2cdb8d8452
blocks: MDL-19893 move blocks on page UI - part 2
...
This updates the DB.
I beleive this is correct, but it is very hairy and badly needs unit tests.
2009-07-30 10:29:14 +00:00