Commit graph

37997 commits

Author SHA1 Message Date
nicolasconnault
bb55642327 MDL-19407 Defaulting all grade items to non-extra-credit when moving to a SWM category, except if they originally come from a SWM category and were set as extra credit there. Merged from MOODLE_19_STABLE 2009-09-17 07:16:51 +00:00
moodler
438c2bfa68 filemanager MDL-16597 Removed TODO notices in preparation for Dongsheng's checkin soon 2009-09-17 06:54:01 +00:00
samhemelryk
ac310b3a7e lib-cookies MDL-19737 Removed need to include cookies.js on every page
Is only been used by SCORM and the chameleon theme so they include it locally when required
2009-09-17 06:42:54 +00:00
samhemelryk
0eaf2f249d chat MDL-16673 Clean up inline script and output calls 2009-09-17 06:17:05 +00:00
samhemelryk
e2c803396d question MDL-19820 Added set_url call 2009-09-17 04:17:40 +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
samhemelryk
785669995e navigation MDL-14632 Fixed bug when viewing participants list and incorrect navbar 2009-09-17 04:08:35 +00:00
moodler
6248ce6384 blog_external MDL-20219 Remove blog external reference from admin 2009-09-17 02:59:41 +00:00
moodlerobot
23409b4abb Updated the HEAD build version to 20090917 2009-09-17 00:37:46 +00:00
danmarsden
bbe973dad5 message/lib.php MDL-20303 remove rogue semicolon in sql 2009-09-16 22:28:44 +00:00
skodak
893d7f0f11 MDL-12886 moved WS related stuff to webservice lib instead of external lib 2009-09-16 19:03:21 +00:00
skodak
d4e133554a MDL-12886 improved external API 2009-09-16 19:00:12 +00:00
skodak
5b658d18ad MDL-12886 api improvments - adding new descriptions functions - for now without the implemenatation, we need to decide first 2009-09-16 18:49:16 +00:00
skodak
2e13b91672 MDL-12886 api improvments - adding new descriptions functions - for now without the implemenatation, we need to decide first 2009-09-16 18:39:42 +00:00
skodak
0c96468c73 MDL-12886 api improvments - adding new descriptions functions - for now without the implemenatation, we need to decide first 2009-09-16 18:36:44 +00:00
skodak
1bea0c27d9 MDL-12886 api improvments - the actuall validation implementation is missing - we need to finalize the param description first 2009-09-16 18:06:31 +00:00
skodak
8adaba4258 MDL-12886 the param and return descriptions will be in static methods together with the implementation :-) 2009-09-16 17:44:28 +00:00
moodler
2896b96c49 webservices MDL-12886 Correct services.php function description for create_users 2009-09-16 14:21:28 +00:00
moodler
03b31ea332 params MDL-15897 Tidy up PARAM_XXXX defines to use strings instead of numbers, sort alphabetically and segregate the aliases and deprecated definitions
The numbers were used orginally because we planned to use them as bitmasks, but that never happened.  Strings are much simpler.
2009-09-16 13:52:16 +00:00
agrabs
f1b9e2df43 MDL-19773 - Cannot have code like $SESSION->feedback = new object(); in mod/feedback/lib.php 2009-09-16 12:21:47 +00:00
danmarsden
3a5c7d825c blackboard import MDL-20302 imported blackboard backups set all resources/files to open in a frame - which isn't moodle default behaviour and causes confusion 2009-09-16 11:40:05 +00:00
danmarsden
00f952afda blackboard import MDL-15725 filenames from blackboard come through in hex instead of correct names. 2009-09-16 11:15:18 +00:00
skodak
b18e25d541 MDL-12886 fixed regression, wrongtable name,sorry 2009-09-16 10:08:37 +00:00
skodak
b7e8cfb6ec MDL-12886 fixed regression, missing include 2009-09-16 10:06:05 +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
nicolasconnault
ac06c0a371 MDL-19756 Fixed link to help.php 2009-09-16 09:29:37 +00:00
samhemelryk
36c3a49955 weblib MDL-20276 Reverted fix to deal with relative URLs 2009-09-16 09:17:25 +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
fa040aacc6 questions MDL-19820 Added set_url calls 2009-09-16 08:19:22 +00:00
samhemelryk
af333695f4 group MDL-19798 Added set_url calls 2009-09-16 08:16:44 +00:00
samhemelryk
152fdf934d navigation MDL-14632 Gave Front page settings a named key so that it can be closed if someone ever wants to close it by default 2009-09-16 08:04:59 +00:00
samhemelryk
a6e34701cb navigation MDL-14632 Added prepend method to settings navigation class to allow for the addition of branches to the top of the settings navigation block 2009-09-16 07:52:36 +00:00
moodler
42d4579123 user/externallib.php MDL-12886 fixed a typo in function name 2009-09-16 07:27:33 +00:00
skodak
625f0a24d6 MDL-12886 we need to use static methods to make these descriptions work 2009-09-16 07:22:22 +00:00
samhemelryk
555776675e course MDL-19794 Fixed up notices on course/loginas.php 2009-09-16 07:13:04 +00:00
moodler
5de592b124 Checking in proposed new externallib.php for Petr to look at. 2009-09-16 06:50:31 +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
samhemelryk
5c5d514046 questions MDL-20276 Fixed minor issue with URL handling within the paging bar for the question bank 2009-09-16 02:59:20 +00:00
samhemelryk
b0f4e4e442 questions MDL-20276 Fixed minor issue with URL handling within the paging bar for the question bank 2009-09-16 02:43:58 +00:00
moodlerobot
587132ef27 Updated the HEAD build version to 20090916 2009-09-16 00:37:20 +00:00
moodlerobot
829eb6a11b Automatic installer.php lang files by installer_builder (20090916) 2009-09-16 00:26:55 +00:00
skodak
ef22c1b664 MDL-12886 converting user/external.php to externallib.php - work in progress 2009-09-15 22:52:49 +00:00
stronk7
df5f916570 Fix incorrect var name and unnecessary (object) cast 2009-09-15 22:14:54 +00:00
skodak
ab9a01f2b7 MDL-20293 strict param validation support - fixed group external lib methods 2009-09-15 20:31:08 +00:00
skodak
d80e74fb8e MDL-20293 strict param validation support 2009-09-15 20:14:07 +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
nicolasconnault
ca497f4f7c MDL-19676 Properly hiding blog_menu from block dropdown when blogs are disabled. Also showing "Blogs are disabled" in existing blog_menu blocks and removing old bloglevel options from subsystems settings 2009-09-15 07:19:03 +00:00
moodlerobot
0352a31904 Updated the HEAD build version to 20090915 2009-09-15 00:37:25 +00:00