]>
git.mjollnir.org Git - moodle.git/log
stronk7 [Mon, 21 Sep 2009 11:32:45 +0000 (11:32 +0000)]
MDL-19057 added hack for oracle testing (random oci bug) and some missing close() statements.
stronk7 [Mon, 21 Sep 2009 11:28:42 +0000 (11:28 +0000)]
MDL-17491 oci native driver: preparing to support transactions, oracle dirty hack and others. WIP
samhemelryk [Mon, 21 Sep 2009 08:22:52 +0000 (08:22 +0000)]
groups MDL-19559 Just a little pre-tidy up before I clean up the group selection interface
samhemelryk [Mon, 21 Sep 2009 07:22:57 +0000 (07:22 +0000)]
navigation MDL-14632 Added and implemented course report callback function
nicolasconnault [Mon, 21 Sep 2009 03:31:18 +0000 (03:31 +0000)]
MDL-19754 MDL-19676 Reverted blog tables in install.xml
nicolasconnault [Mon, 21 Sep 2009 03:25:25 +0000 (03:25 +0000)]
MDL-19754 MDL-19676 Reverted blog upgrade code
moodler [Mon, 21 Sep 2009 02:52:34 +0000 (02:52 +0000)]
adminlib whitespace fixes
moodlerobot [Mon, 21 Sep 2009 00:38:18 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090921
poltawski [Sun, 20 Sep 2009 15:28:28 +0000 (15:28 +0000)]
blog MDL-20319 - Fix postgres incompatible syntax
moodlerobot [Sun, 20 Sep 2009 00:37:37 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090920
moodlerobot [Sat, 19 Sep 2009 00:39:01 +0000 (00:39 +0000)]
Updated the HEAD build version to
20090919
tjhunt [Fri, 18 Sep 2009 13:42:23 +0000 (13:42 +0000)]
quiz reports: MDL-20316 per-question averages not shown with the quiz only allows one attempt.
Problem found thanks to OU testing. Fix thanks to Mahmoud Kassaie.
nicolasconnault [Fri, 18 Sep 2009 07:49:56 +0000 (07:49 +0000)]
MDL-19754 MDL-8776 MDL-19678 MDL-20314 Reverting an uninentional table delete from install.xml
nicolasconnault [Fri, 18 Sep 2009 06:57:52 +0000 (06:57 +0000)]
MDL-19754 MDL-8776 MDL-19678 MDL-20314 Converting old post table to blog_entries, upgrading blog code accordingly, and tags in tag_instance table
samhemelryk [Fri, 18 Sep 2009 06:24:42 +0000 (06:24 +0000)]
navigation MDL-20297 Fixed bug whereby ajax events wern't be detached leading to over population of the tree
samhemelryk [Fri, 18 Sep 2009 05:50:37 +0000 (05:50 +0000)]
overlib MDL-19735 Duplicate overlib.js, please use the lib/overlib/overlib.js file instead
nicolasconnault [Fri, 18 Sep 2009 05:44:00 +0000 (05:44 +0000)]
MDL-19787 Added missing globals
samhemelryk [Fri, 18 Sep 2009 05:12:45 +0000 (05:12 +0000)]
overlib MDL-19735 Touched up panel replacement of overlib calendar
* Created delay ContainerEffect and set some nice delays
* Added set_url calls to calendar
dongsheng [Fri, 18 Sep 2009 04:05:49 +0000 (04:05 +0000)]
"MDL-16597, filemanager, fixed language string"
ashleyholman [Fri, 18 Sep 2009 03:52:50 +0000 (03:52 +0000)]
MDL-15897: Changed admin_setting_configtext.validate() check to not treat all strings as custom regex's (since PARAM_* constants are now strings).
Instead require them to have '/' at the beginning and end of the pattern.
The only setting that appears to use a custom regex is scorm/apidebugmask - now updated to contain surrounding slashes.
dongsheng [Fri, 18 Sep 2009 03:50:46 +0000 (03:50 +0000)]
"MDL-14706, move javascript code to javascript-static.js"
moodlerobot [Fri, 18 Sep 2009 00:37:26 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090918
moodlerobot [Fri, 18 Sep 2009 00:27:11 +0000 (00:27 +0000)]
Automatic installer.php lang files by installer_builder (
20090918 )
dongsheng [Thu, 17 Sep 2009 08:47:23 +0000 (08:47 +0000)]
" MDL-16597, ajax file manager element"
samhemelryk [Thu, 17 Sep 2009 07:46:20 +0000 (07:46 +0000)]
overlib MDL-19735 Overlib is now included only where it is used
At the same time I have converted the calendar block to use YUI instead of overlib, this introduces one regression in that the panel is shown immediatly but should really have a minimal delay for usability.
This will be fixed once the theme changes for 2.0 have been commited
nicolasconnault [Thu, 17 Sep 2009 07:16:51 +0000 (07:16 +0000)]
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
moodler [Thu, 17 Sep 2009 06:54:01 +0000 (06:54 +0000)]
filemanager MDL-16597 Removed TODO notices in preparation for Dongsheng's checkin soon
samhemelryk [Thu, 17 Sep 2009 06:42:54 +0000 (06:42 +0000)]
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
samhemelryk [Thu, 17 Sep 2009 06:17:05 +0000 (06:17 +0000)]
chat MDL-16673 Clean up inline script and output calls
samhemelryk [Thu, 17 Sep 2009 04:17:40 +0000 (04:17 +0000)]
question MDL-19820 Added set_url call
samhemelryk [Thu, 17 Sep 2009 04:11:46 +0000 (04:11 +0000)]
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
samhemelryk [Thu, 17 Sep 2009 04:08:35 +0000 (04:08 +0000)]
navigation MDL-14632 Fixed bug when viewing participants list and incorrect navbar
moodler [Thu, 17 Sep 2009 02:59:41 +0000 (02:59 +0000)]
blog_external MDL-20219 Remove blog external reference from admin
moodlerobot [Thu, 17 Sep 2009 00:37:46 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090917
danmarsden [Wed, 16 Sep 2009 22:28:44 +0000 (22:28 +0000)]
message/lib.php MDL-20303 remove rogue semicolon in sql
skodak [Wed, 16 Sep 2009 19:03:21 +0000 (19:03 +0000)]
MDL-12886 moved WS related stuff to webservice lib instead of external lib
skodak [Wed, 16 Sep 2009 19:00:12 +0000 (19:00 +0000)]
MDL-12886 improved external API
skodak [Wed, 16 Sep 2009 18:49:16 +0000 (18:49 +0000)]
MDL-12886 api improvments - adding new descriptions functions - for now without the implemenatation, we need to decide first
skodak [Wed, 16 Sep 2009 18:39:42 +0000 (18:39 +0000)]
MDL-12886 api improvments - adding new descriptions functions - for now without the implemenatation, we need to decide first
skodak [Wed, 16 Sep 2009 18:36:44 +0000 (18:36 +0000)]
MDL-12886 api improvments - adding new descriptions functions - for now without the implemenatation, we need to decide first
skodak [Wed, 16 Sep 2009 18:06:31 +0000 (18:06 +0000)]
MDL-12886 api improvments - the actuall validation implementation is missing - we need to finalize the param description first
skodak [Wed, 16 Sep 2009 17:44:28 +0000 (17:44 +0000)]
MDL-12886 the param and return descriptions will be in static methods together with the implementation :-)
moodler [Wed, 16 Sep 2009 14:21:28 +0000 (14:21 +0000)]
webservices MDL-12886 Correct services.php function description for create_users
moodler [Wed, 16 Sep 2009 13:52:16 +0000 (13:52 +0000)]
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.
agrabs [Wed, 16 Sep 2009 12:21:47 +0000 (12:21 +0000)]
MDL-19773 - Cannot have code like $SESSION->feedback = new object(); in mod/feedback/lib.php
danmarsden [Wed, 16 Sep 2009 11:40:05 +0000 (11:40 +0000)]
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
danmarsden [Wed, 16 Sep 2009 11:15:18 +0000 (11:15 +0000)]
blackboard import MDL-15725 filenames from blackboard come through in hex instead of correct names.
skodak [Wed, 16 Sep 2009 10:08:37 +0000 (10:08 +0000)]
MDL-12886 fixed regression, wrongtable name,sorry
skodak [Wed, 16 Sep 2009 10:06:05 +0000 (10:06 +0000)]
MDL-12886 fixed regression, missing include
nicolasconnault [Wed, 16 Sep 2009 10:05:34 +0000 (10:05 +0000)]
MDL-19676 Put association section in advanced items for edit form, corrected bug in group listing, enabled commenting
nicolasconnault [Wed, 16 Sep 2009 09:29:37 +0000 (09:29 +0000)]
MDL-19756 Fixed link to help.php
samhemelryk [Wed, 16 Sep 2009 09:17:25 +0000 (09:17 +0000)]
weblib MDL-20276 Reverted fix to deal with relative URLs
samhemelryk [Wed, 16 Sep 2009 09:07:39 +0000 (09:07 +0000)]
navigation MDL-14632 Moved course participants and reports from settings navigation to global navigation
samhemelryk [Wed, 16 Sep 2009 08:19:22 +0000 (08:19 +0000)]
questions MDL-19820 Added set_url calls
samhemelryk [Wed, 16 Sep 2009 08:16:44 +0000 (08:16 +0000)]
group MDL-19798 Added set_url calls
samhemelryk [Wed, 16 Sep 2009 08:04:59 +0000 (08:04 +0000)]
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
samhemelryk [Wed, 16 Sep 2009 07:52:36 +0000 (07:52 +0000)]
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
moodler [Wed, 16 Sep 2009 07:27:33 +0000 (07:27 +0000)]
user/externallib.php MDL-12886 fixed a typo in function name
skodak [Wed, 16 Sep 2009 07:22:22 +0000 (07:22 +0000)]
MDL-12886 we need to use static methods to make these descriptions work
samhemelryk [Wed, 16 Sep 2009 07:13:04 +0000 (07:13 +0000)]
course MDL-19794 Fixed up notices on course/loginas.php
moodler [Wed, 16 Sep 2009 06:50:31 +0000 (06:50 +0000)]
Checking in proposed new externallib.php for Petr to look at.
samhemelryk [Wed, 16 Sep 2009 06:22:12 +0000 (06:22 +0000)]
mod-lesson MDL-20259 Created callback methods to expand navigation and settings blocks
Also fixed up minor bugs and added calls set_url
samhemelryk [Wed, 16 Sep 2009 05:15:22 +0000 (05:15 +0000)]
mod-quiz MDL-20276 Created callback methods to expand navigation and settings blocks
samhemelryk [Wed, 16 Sep 2009 02:59:20 +0000 (02:59 +0000)]
questions MDL-20276 Fixed minor issue with URL handling within the paging bar for the question bank
samhemelryk [Wed, 16 Sep 2009 02:43:58 +0000 (02:43 +0000)]
questions MDL-20276 Fixed minor issue with URL handling within the paging bar for the question bank
moodlerobot [Wed, 16 Sep 2009 00:37:20 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090916
moodlerobot [Wed, 16 Sep 2009 00:26:55 +0000 (00:26 +0000)]
Automatic installer.php lang files by installer_builder (
20090916 )
skodak [Tue, 15 Sep 2009 22:52:49 +0000 (22:52 +0000)]
MDL-12886 converting user/external.php to externallib.php - work in progress
stronk7 [Tue, 15 Sep 2009 22:14:54 +0000 (22:14 +0000)]
Fix incorrect var name and unnecessary (object) cast
skodak [Tue, 15 Sep 2009 20:31:08 +0000 (20:31 +0000)]
MDL-20293 strict param validation support - fixed group external lib methods
skodak [Tue, 15 Sep 2009 20:14:07 +0000 (20:14 +0000)]
MDL-20293 strict param validation support
skodak [Tue, 15 Sep 2009 20:08:47 +0000 (20:08 +0000)]
MDL-20293 strict param validation support
nicolasconnault [Tue, 15 Sep 2009 07:57:54 +0000 (07:57 +0000)]
MDL-20219 Deleted external blog block, and preferences link from blog_menu block. Placed these as links in settings block instead
nicolasconnault [Tue, 15 Sep 2009 07:19:03 +0000 (07:19 +0000)]
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
moodlerobot [Tue, 15 Sep 2009 00:37:25 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090915
skodak [Mon, 14 Sep 2009 23:52:08 +0000 (23:52 +0000)]
MDL-12886 new design of external service functions, groups api improved and known problems fixed - still work in progress with lots of todos - sorry
tjhunt [Mon, 14 Sep 2009 17:48:51 +0000 (17:48 +0000)]
questions: MDL-20280 oracle compatibility in question backup.
Problem and fix thanks to Sara Arjona
tjhunt [Mon, 14 Sep 2009 17:23:03 +0000 (17:23 +0000)]
forgotten password: MDL-19441 Oops, I changed a language string by mistake. Undoing.
mudrd8mz [Mon, 14 Sep 2009 07:26:54 +0000 (07:26 +0000)]
MDL-20278 moodle_paging_bar - no link for the current page number
samhemelryk [Mon, 14 Sep 2009 04:19:28 +0000 (04:19 +0000)]
quiz-report-overview MDL-20260 Fixed misnamed upgrade function and bumped version number
jerome [Mon, 14 Sep 2009 03:53:08 +0000 (03:53 +0000)]
webservice MDL-12886 update user core function => remove commit_sql / rollback call
jerome [Mon, 14 Sep 2009 03:45:37 +0000 (03:45 +0000)]
webservice MDL-12886 include => include_once (zend lib)
jerome [Mon, 14 Sep 2009 03:43:38 +0000 (03:43 +0000)]
webservice MDL-12886 fix doc
samhemelryk [Mon, 14 Sep 2009 02:49:51 +0000 (02:49 +0000)]
questions-type-calculated MDL-20275 Fixed bug causing error when upgrading
Bug was caused because $result was being set by database_manager::create_table which does not return a value
moodlerobot [Mon, 14 Sep 2009 00:37:32 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090914
skodak [Sun, 13 Sep 2009 21:26:51 +0000 (21:26 +0000)]
MDL-20274 upgrade and install support for db/services.php
skodak [Sun, 13 Sep 2009 20:05:44 +0000 (20:05 +0000)]
MDL-20273 updated web services and functions description tables , includes indexes and foreign keys - oops forgot unique service name index
skodak [Sun, 13 Sep 2009 19:09:16 +0000 (19:09 +0000)]
MDL-20273 updated web services and functions description tables , includes indexes and foreign keys
pichetp [Sun, 13 Sep 2009 13:49:50 +0000 (13:49 +0000)]
MDL-19519 , MDL-1728 setting correctly synchonize value when saving question
from datasetdefinitions_form.php
moodlerobot [Sun, 13 Sep 2009 00:37:29 +0000 (00:37 +0000)]
Updated the HEAD build version to
20090913
mudrd8mz [Fri, 11 Sep 2009 19:54:11 +0000 (19:54 +0000)]
MDL-20268 Significant performance improvement of generate_id()
Using the PHP's built-in generator instead of the current
implementation. See the issue description more details.
danmarsden [Fri, 11 Sep 2009 10:01:14 +0000 (10:01 +0000)]
MNET MDL-13503 allow path to openssl.cnf to be set in config so that windows installs and packages can reliably enable networking.
jerome [Fri, 11 Sep 2009 09:46:01 +0000 (09:46 +0000)]
webservice MDL-12886 fix bad database manual generation by xmleditor generation + update web services database
stronk7 [Fri, 11 Sep 2009 09:38:42 +0000 (09:38 +0000)]
MDL-17491 oci native driver - improve exception/error handling to know what the hell is happening. ;-)
samhemelryk [Fri, 11 Sep 2009 08:26:36 +0000 (08:26 +0000)]
navigation MDL-14632 Fixed bug whereby if someone called PAGE->set_course() on a page outside of a course and then a user browsed to it they would be shown the course content in the navigation
dongsheng [Fri, 11 Sep 2009 08:15:58 +0000 (08:15 +0000)]
"MDL-13766, add savepath parameter to html editor when launch filepicker"
nicolasconnault [Fri, 11 Sep 2009 08:13:50 +0000 (08:13 +0000)]
Removed rogue GROUP BY
moodler [Fri, 11 Sep 2009 07:58:09 +0000 (07:58 +0000)]
course/info MDL-14632 Added header, links and nav. No longer a poopup window.
nicolasconnault [Fri, 11 Sep 2009 07:01:14 +0000 (07:01 +0000)]
Temporary fix with set_url to remove annoying notices
nicolasconnault [Fri, 11 Sep 2009 07:00:43 +0000 (07:00 +0000)]
MDL-19792 Fixed proper display of headers for Site Blog entries page (index.php, no params)