]>
git.mjollnir.org Git - moodle.git/log
samhemelryk [Thu, 24 Sep 2009 08:36:06 +0000 (08:36 +0000)]
mod-scorm MDL-19816 Added set_url calls, replaced deprecated functions
samhemelryk [Thu, 24 Sep 2009 08:28:51 +0000 (08:28 +0000)]
mod-scorm MDL-19815 Added set_url calls, replaced deprecated functions
samhemelryk [Thu, 24 Sep 2009 08:09:08 +0000 (08:09 +0000)]
mod-page MDL-19799 Added set_url calls, replaced deprecated functions
samhemelryk [Thu, 24 Sep 2009 08:07:16 +0000 (08:07 +0000)]
mod-feedback MDL-19807 Added set_url calls, replaced deprecated functions
samhemelryk [Thu, 24 Sep 2009 08:05:55 +0000 (08:05 +0000)]
mod-lesson MDL-19812 Added set_url calls, replaced deprecated functions
dongsheng [Thu, 24 Sep 2009 08:04:22 +0000 (08:04 +0000)]
"MDL-16597, read subdirs parameters from moodleform"
samhemelryk [Thu, 24 Sep 2009 07:51:37 +0000 (07:51 +0000)]
mod-label MDL-19799 Added set_url calls, replaced deprecated functions
samhemelryk [Thu, 24 Sep 2009 07:47:50 +0000 (07:47 +0000)]
mod-hotpot MDL-19810 Added set_url calls, replaced deprecated functions
samhemelryk [Thu, 24 Sep 2009 07:29:14 +0000 (07:29 +0000)]
mod-glossary MDL-19809 Added set_url calls, replaced deprecated functions
samhemelryk [Thu, 24 Sep 2009 06:41:04 +0000 (06:41 +0000)]
mod-forum MDL-19808 Added set_url calls, replaced deprecated functions
samhemelryk [Thu, 24 Sep 2009 06:16:35 +0000 (06:16 +0000)]
mod-folder MDL-19799 Added set_url calls, replaced deprecated functions
samhemelryk [Thu, 24 Sep 2009 06:11:39 +0000 (06:11 +0000)]
mod-feedback MDL-19807 Added set_url calls, replaced deprecated functions
samhemelryk [Thu, 24 Sep 2009 04:25:40 +0000 (04:25 +0000)]
mod-data MDL-19806 Added set_url calls, replaced deprecated functions, and added boilerplates
samhemelryk [Thu, 24 Sep 2009 02:30:56 +0000 (02:30 +0000)]
output MDL-20327 Made moodle_core_renderer::link set a target attribute if CFG->frametarget is not empty
This only occurs if the administrator sets the frame name setting for Moodle to something other than default _top
or if frametarget has been overriden manually
moodlerobot [Thu, 24 Sep 2009 00:38:22 +0000 (00:38 +0000)]
Updated the HEAD build version to
20090924
stronk7 [Wed, 23 Sep 2009 13:42:31 +0000 (13:42 +0000)]
MDL-17020 pgsql native driver: use same solution than mssql and oci to disable driver verbosity
stronk7 [Wed, 23 Sep 2009 13:35:59 +0000 (13:35 +0000)]
MDL-17969 mssql native driver: better solution to avoid driver verbosity
stronk7 [Wed, 23 Sep 2009 13:33:42 +0000 (13:33 +0000)]
MDL-17491 oracle native driver: prevent verbosity of the driver
samhemelryk [Wed, 23 Sep 2009 09:32:03 +0000 (09:32 +0000)]
navigation MDL-20324 Frame busting now occurs for every nav link if framename is not _top
dongsheng [Wed, 23 Sep 2009 09:04:43 +0000 (09:04 +0000)]
"MDL-16597, improve primary file selecting in filemanager"
samhemelryk [Wed, 23 Sep 2009 07:08:43 +0000 (07:08 +0000)]
mod-chat MDL-19804 Added PAGE->set_url calls and removed deprecated functions
samhemelryk [Wed, 23 Sep 2009 06:34:39 +0000 (06:34 +0000)]
mod-choice MDL-19805 Added PAGE->set_url calls and removed deprecated functions
samhemelryk [Wed, 23 Sep 2009 06:28:12 +0000 (06:28 +0000)]
navigation MDL-20324 Fixed typo
samhemelryk [Wed, 23 Sep 2009 06:24:14 +0000 (06:24 +0000)]
navigation MDL-20324 Quick fix to a regression caused by last update
samhemelryk [Wed, 23 Sep 2009 06:17:52 +0000 (06:17 +0000)]
navigation MDL-20324 Quick fix to a regression caused by last update
samhemelryk [Wed, 23 Sep 2009 06:05:36 +0000 (06:05 +0000)]
navigation MDL-20332 MDL-20324 Modifications to fix the following issues:
* If no active node is found when the navigation is called upon then we attempt to find a best match active node
* Links are now produced with frame breakout actions
* Links ending with / are presumed index.php for matching purposes
samhemelryk [Wed, 23 Sep 2009 02:46:55 +0000 (02:46 +0000)]
mod-assignment MDL-19803 Upgraded deprecated functions and added set_url calls
moodlerobot [Wed, 23 Sep 2009 00:39:39 +0000 (00:39 +0000)]
Updated the HEAD build version to
20090923
mudrd8mz [Tue, 22 Sep 2009 21:18:29 +0000 (21:18 +0000)]
MDL-20334 re-fix - small performance improvement
As Petr suggested, is_array() is faster than empty() so it makes sense
to check it first.
mudrd8mz [Tue, 22 Sep 2009 21:03:38 +0000 (21:03 +0000)]
MDL-20334 get_in_or_equal() does not accept empty array
stronk7 [Tue, 22 Sep 2009 20:26:23 +0000 (20:26 +0000)]
Properly truncating temp tables before dropping them.
stronk7 [Tue, 22 Sep 2009 17:57:08 +0000 (17:57 +0000)]
Added some DDL tests to check for proper empty defaults.
stronk7 [Tue, 22 Sep 2009 17:26:40 +0000 (17:26 +0000)]
MDL-14679, MDL-17491 empty defaults: when passing empty ('') default to char/clob columns
apply correct $default_for_char, so each DB will get its correct empty value
stronk7 [Tue, 22 Sep 2009 16:44:27 +0000 (16:44 +0000)]
MDL-17491 oracle native driver: normalise empty behaviour (dirty hack) to
work with all CHAR/CLOB columns and implemente oracle transactions support.
stronk7 [Tue, 22 Sep 2009 16:26:14 +0000 (16:26 +0000)]
MDL-17491 dml tests4oracle empties/null/hack added.
stronk7 [Tue, 22 Sep 2009 08:58:22 +0000 (08:58 +0000)]
MDL-17491 oracle native driver: LOB handling near finished + some helper functions
moodler [Tue, 22 Sep 2009 08:25:41 +0000 (08:25 +0000)]
repository/local MDL-16597 Some wording changes local -> server (more user-centric)
moodler [Tue, 22 Sep 2009 08:15:58 +0000 (08:15 +0000)]
course/modedit MDL-19794 Add missing heading from module editing page
moodler [Tue, 22 Sep 2009 01:53:39 +0000 (01:53 +0000)]
paypal MDL-20322 Make sure the currency is set correctly.
moodlerobot [Tue, 22 Sep 2009 00:39:27 +0000 (00:39 +0000)]
Updated the HEAD build version to
20090922
moodlerobot [Tue, 22 Sep 2009 00:29:15 +0000 (00:29 +0000)]
Automatic installer.php lang files by installer_builder (
20090922 )
tjhunt [Mon, 21 Sep 2009 16:53:45 +0000 (16:53 +0000)]
quiz: MDL-19786 - Un-break the quiz edit page following the OUTPUT changes.
skodak [Mon, 21 Sep 2009 16:08:26 +0000 (16:08 +0000)]
fixing reverting mess
stronk7 [Mon, 21 Sep 2009 11:43:58 +0000 (11:43 +0000)]
MDL-17491 oci native driver: reverting 2 debug-like bits I left in previous commit
stronk7 [Mon, 21 Sep 2009 11:38:04 +0000 (11:38 +0000)]
MDL-17491 Better fetching this way :-)
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