Helen Foster
abd9a3d106
MDL-21302 lang string rewording
2010-01-28 22:08:26 +00:00
Penny Leach
de260e0f7b
mnet MDL-21261 large overhaul. This commit changes:
...
- The way that mnet rpc functions are registered. Plugins must now
create db/mnet.php which is an array, similar to services.php. This
*replaces* the old mnet_publishes() functions. version.php must be
bumped to trigger this.
- More information about each rpc-available function is stored in the
database, including the class it belongs to, the file it is found in,
and whether or not it is static. Methods that are not static must be
in a class with a constructor that takes no arguments (this can easily
be achieved with a small wrapper if necessary)
- The xmlrpc dispatcher has been rewritten to remove all the
dependencies on hardcoded information about auth,mnet,portfolio and
repository, and just use the information in the database.
- The old hardcoded hidden mnet/testclient.php has been moved to the
Admin menu under "Development" and rewritten.
- The xmlrpc introspection method profiling is now using php and zend
reflection - which is a lot nicer than the old way, which was using a
php-based php parser. This fixes some inconsistent handling of
methods without arguments that were advertising their return value as
the only method parameter. While this is a *fix*, it breaks BC
slightly - the old 1.9 broken mnet/testclient.php will now not work
properly with 2.0
- Dangerous mode is still supported, but old mod/*/rpclib.php is
now unsupported, due to the fact that any plugin can export mnet
functions with db/mnet.php. This is a slight BC break.
Still TODO:
- TEST TEST TEST
- Document the two small BC breaks in release notes
- Document the contract for db/mnet.php
2010-01-28 05:25:50 +00:00
Rossiani Wijaya
8fed14f4d8
MDL-21440 - replacing hardcoded string with language string.
2010-01-28 02:12:30 +00:00
David Mudrak
852a1f66cf
MDL-20717 GPL version 3 at the Copyright notice during the installation
...
The new string 'gpl3' replaces the legacy string 'gpl'. Once we have
proper lang branching, 'gpl' string should be removed from 2.0/HEAD.
2010-01-25 09:40:05 +00:00
Martin Dougiamas
35e064659e
block/config MDL-21375 Restrict options on the front page, and use better human-readable names
2010-01-25 05:29:51 +00:00
jerome mouneyrac
1e29fe3f35
webservice MDL-21127 add log for Zend server and when authentication (token or simple) failed and when the IP checking failed too.
2010-01-25 02:45:56 +00:00
jerome mouneyrac
69b3a0215f
webservice MDL-21351 change Web services authentication title string
2010-01-22 03:59:41 +00:00
jerome mouneyrac
d85a1c177b
webservice MDL-21351 change some auth help description texts
2010-01-22 03:56:05 +00:00
jerome mouneyrac
a7e2d6fef9
webservice MDL-21351 add a help icon to required capability option (when create/edit a service)
2010-01-22 03:39:30 +00:00
jerome mouneyrac
3e6161fb1c
webservice MDL-21351 add an overview page to facilitate the web service administration
2010-01-22 02:04:12 +00:00
Eloy Lafuente
4f42e4663d
MDL-21293 tag_youtube block - migratin from YouTube API to Google one
...
TODO: fix the configuration form to use the new stuff...
2010-01-21 18:54:50 +00:00
Martin Dougiamas
1ad20d6dda
theme/base MDL-20204 Added default language strings for the base theme regions.
2010-01-21 06:11:02 +00:00
jerome mouneyrac
8399c714d7
webservice MDL-21351 remove Save Changes button from token/service/protocol page, relabel some Save Changes button into more explicit label, add help text to service page
2010-01-20 10:01:03 +00:00
Martin Dougiamas
0aed347fd1
blocks config MDL-21375 Usability improvements for editing block stickiness, especially when dealing with frontpage and system blocks.
2010-01-20 09:08:04 +00:00
jerome mouneyrac
a3103a10b3
webservice MDL-21351 fix navigation bar (add link to make the navigation easier)
2010-01-20 07:20:03 +00:00
jerome mouneyrac
3a17a7a352
webservice MDL-21351 add function page: use multiple searchable selector
2010-01-20 02:44:19 +00:00
jerome mouneyrac
b24b55eb24
webservice MDL-21351 trivial text changes on the admin Manage protocol page
2010-01-19 08:36:16 +00:00
jerome mouneyrac
94e90ab7b7
webservice MDL-21351 web service token profil page become security keys page, the tokens are now automatically generated.
2010-01-19 08:16:57 +00:00
jerome mouneyrac
3785c9e221
webservice MDL-21351 token error message more explicit
2010-01-18 07:41:53 +00:00
Dongsheng Cai
99eaca9d3d
"MDL-21170, major update to filepicker, complete rewrote filepicker javascript code to use YUI3, need furthur polish"
2010-01-15 07:48:38 +00:00
Sam Hemelryk
8568b24ff4
NOBUG: fixed typo
2010-01-15 03:06:54 +00:00
Sam Hemelryk
d2c394f3c3
javascript-dock MDL-21329 Added $CFG->allowblockstodock(true by default) and $THEME->enable_dock (false by default)
...
Also moved blocks/blocks.js to javascript-static,js so there is one less file to load
2010-01-14 06:56:12 +00:00
Sam Hemelryk
9d89733132
javascript-dock MDL-21329 Several major changes to the underlying navigation and dock code
...
The following changes have been made in this commit:
1. Renamed the side bar thing to dock, this is consistent through all code/css now.
2. Converted everything to YUI 3 except the panel which docked items are shown in, this iwll be converted once YUI 3 overlay is no longer beta.
3 Redisigned the dock, all blocks can now make use of it, and theme code within JS can override it so they can make it look as they want.
More changes are coming
2010-01-14 05:35:23 +00:00
Rossiani Wijaya
07ed083e4e
MDL-16919 - Allow username to contain alphanumeric lowercase characters, underscore (_), hyphen (-), period (.) or at symbol (@)
2010-01-13 06:23:54 +00:00
jerome mouneyrac
8c594bbb11
webservice MDL-20805 add missing exception string message
2010-01-13 04:03:52 +00:00
Sam Hemelryk
d145a62e5b
enrol-mnet MDL-21297 Fixed another syntax error
2010-01-13 02:12:34 +00:00
Penny Leach
4416da02db
enrol/mnet MDL-21297 added error handling
2010-01-13 01:08:56 +00:00
jerome mouneyrac
5eacbd4be4
webservice MDL-20805 added token creation page in user profil (with service required capability check and moodle/webservice:createtoken capibility check)
2010-01-12 10:34:52 +00:00
Penny Leach
5f08e124da
mnet MDL-18759 detect the case where a user profile is not fully set up for a remote user more elegantly
2010-01-12 02:58:53 +00:00
Penny Leach
050449b68f
mnet MDL-18758 slightly corrected a misleading language string
2010-01-12 02:48:00 +00:00
Penny Leach
aa8027110b
mnet: MDL-18758 check user_not_fully_set_up before creating user record in auth/mnet
2010-01-12 02:25:31 +00:00
Penny Leach
62bb387c30
mnet: MDL-20059 fix up login/mnet_email.php in a few places
2010-01-11 22:34:02 +00:00
Penny Leach
98dbda9590
mnet: MDL-21298 fixed a very unhelpful error message (and saved a db query)
...
this just modifies the nolocaluser string, rather than adding nolocaluser2 like I did in stable.
Merged from MOODLE_19_STABLE
2010-01-11 22:20:11 +00:00
jerome mouneyrac
15e417fe1f
webservice MDL-20805 added token creation page
2010-01-11 08:23:39 +00:00
jerome mouneyrac
5ae9f53976
webservice MDL-20805 add admin token page. To do: create and delete operation + context support
2010-01-06 09:33:05 +00:00
Rossiani Wijaya
851481dcef
MDL-20949 printing out password policy requirements on signup, change password and edit user profile.
2010-01-06 06:49:16 +00:00
Helen Foster
d8ada21339
moodle lang string: MDL-16658 small rewording
2010-01-05 21:58:43 +00:00
Penny Leach
82e8d268de
portfolio MDL-21156 added a missing lang string and removed a too strict exception
2010-01-04 03:20:48 +00:00
Eloy Lafuente
5e934890c9
MDL-16658 restore - new restore:createuser cap + pre-check users before restoring; merged from 19_STABLE
2009-12-30 17:35:36 +00:00
Helen Foster
48a67d9f01
moodle.org lang string: MDLSITE-846 thanks to Mauno
2009-12-30 14:09:22 +00:00
Helen Foster
bf5fa4f99d
moodle.org lang strings: MDLSITE-297 thanks to MD
2009-12-30 12:38:06 +00:00
Petr Skoda
84d6e8323d
MDL-21189 yui combined file loading admin setting
2009-12-25 22:47:41 +00:00
Sam Hemelryk
92059c7ee5
mod MDL-21169 Removed update this module button and ensured there was a link in the settings block for it.
2009-12-23 01:57:55 +00:00
Sam Hemelryk
0a1f8f8ffe
mod-scorm MDL-20261 Added functions to extend navigation and removed update this module buttons
2009-12-23 01:47:57 +00:00
Sam Hemelryk
86bf47458e
mod-hotpot MDL-20258 Added skeleton functions to extend navigation and removed update this module buttons
2009-12-23 01:47:01 +00:00
Sam Hemelryk
7a7e209df0
navigation MDL-20649 Revised the way in which navigation works for users
...
When logged in there is a my moodle dashboard branch, when viewing a site profile there is a users branch, and when viewing a course profile there the user is shown under the participants branch
2009-12-23 01:22:48 +00:00
jerome mouneyrac
f897719fda
webservice MDL-20803 fix bad english
2009-12-22 07:09:28 +00:00
jerome mouneyrac
cdb0bd6afc
webservice MDL-20803 add "Print All" button
2009-12-22 03:52:28 +00:00
jerome mouneyrac
7886efc41e
webservice MDL-20803 add switch to disable documentation, fix renderer call on login page, fix xhtml strict, add css file. TODO: use output render function to display tag, move all css style into the css file
2009-12-21 04:01:02 +00:00
Dongsheng Cai
cf98da1a48
"MDL-15502, added a filter to selec users who have never logged in, merged from 1.9, credits to Anthony Borrow"
2009-12-18 05:37:41 +00:00