]>
git.mjollnir.org Git - moodle.git/log
Petr Skoda [Wed, 4 Nov 2009 08:49:22 +0000 (08:49 +0000)]
MDL-20601 bumping up redirect version after major changes
Petr Skoda [Wed, 4 Nov 2009 08:11:02 +0000 (08:11 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Sam Hemelryk [Wed, 4 Nov 2009 07:23:19 +0000 (07:23 +0000)]
navigation MDL-20651 Added config setting to hide course categories on the navigation
As requested and voted on admin can now choose not to include course categories within the navbar and global navigation block.
At the same time I also introduced a second setting, showallcourses, which ensures all of the courses a user is registered in are shown on the navigation at all times.
Sam Hemelryk [Wed, 4 Nov 2009 06:14:06 +0000 (06:14 +0000)]
files MDL-20601 Conversion of many of the uses of print_textarea, and the mforms htmleditor to the new editor
Please forgive me if I have missed converting any output statements. If you do find an output statement that is not formatting correctly please refere to the table I added to this bug in regards to how it should be formatted.
Sam Hemelryk [Wed, 4 Nov 2009 06:11:32 +0000 (06:11 +0000)]
files MDL-20635 Added support for cleaning up files associated with a context when it is deleted
Note: This is a temporary solution until we have a patch to clean them up in a cron run
Sam Hemelryk [Wed, 4 Nov 2009 03:29:04 +0000 (03:29 +0000)]
gradebook MDL-19797 Fixed missing global
Sam Hemelryk [Wed, 4 Nov 2009 03:22:26 +0000 (03:22 +0000)]
forum MDL-20739 Fixed bad conversion of html_select component
Sam Hemelryk [Wed, 4 Nov 2009 03:15:09 +0000 (03:15 +0000)]
forum MDL-20739 Fixed bad conversion of html_select component
Sam Hemelryk [Wed, 4 Nov 2009 02:46:18 +0000 (02:46 +0000)]
forum MDL-20737 Fixed bug causing exception in forum move to drop down
Sam Hemelryk [Wed, 4 Nov 2009 01:45:55 +0000 (01:45 +0000)]
navigation MDL-20735 Fixed bug that caused exception when modules were added to the front page
Moodle Robot [Wed, 4 Nov 2009 00:32:28 +0000 (00:32 +0000)]
Updated the HEAD build version to
20091104
Moodle Robot [Wed, 4 Nov 2009 00:21:29 +0000 (00:21 +0000)]
Automatic installer.php lang files by installer_builder (
20091104 )
Eloy Lafuente [Tue, 3 Nov 2009 23:34:43 +0000 (23:34 +0000)]
MDL-20734 empties and zeros - implemented the normalise_value() function in
mysql and postgres to perform central normalisation of values for insert/
update/set_field. Now all DB drivers cast empty strings to 0 when working
with numeric columns (integer and decimal)
Dan Poltawski [Tue, 3 Nov 2009 21:02:36 +0000 (21:02 +0000)]
lib/phpmailer MDL-20701 - Convert to moodle_phpmailer class
Stage 2 - We now extend phpmailer and do our customisations in our subclass
rather than directly in the original file.
Previously we modified SetLanguage(), but I have not carried that change over
because I could not see code paths where this gets executed.(See bug)
I tested the header/content of the old class vs this one and think the changes
are all carried over. (If anyone has clever thoughts for how to unit test this
mailing out it would be useful, especially for upgrading phpmailer).
Dan Poltawski [Tue, 3 Nov 2009 21:01:50 +0000 (21:01 +0000)]
lib/phpmailer MDL-20701 - Import new phpmailer (php5 only)
Stage one of converting our existing customisations into an extended class.
This makes it easier for us to keep up to date, see our changes and remove
the bundled libraries for distros (e.g. debian).
Eloy Lafuente [Tue, 3 Nov 2009 19:53:11 +0000 (19:53 +0000)]
MDL-20734 Changed tests behaviour so insert/update/set_field will be expected to cast
empty strings (in numeric columns) to 0
Eloy Lafuente [Tue, 3 Nov 2009 18:11:18 +0000 (18:11 +0000)]
NOBUG: Added some tests with empty strings in insert_record/update_record/set_field
that reveal inconsistencies between DBs
Petr Skoda [Tue, 3 Nov 2009 14:55:30 +0000 (14:55 +0000)]
MDL-20168 we need a lot more memory in 64bit PHP
Eloy Lafuente [Tue, 3 Nov 2009 11:02:07 +0000 (11:02 +0000)]
Added missing global that was causing perfinfo and others not to be respected.
Eloy Lafuente [Tue, 3 Nov 2009 10:20:56 +0000 (10:20 +0000)]
Added missing PK causing problems in MySQL. Will test that later in
proper DDL tests...
Moodle Robot [Tue, 3 Nov 2009 00:32:47 +0000 (00:32 +0000)]
Updated the HEAD build version to
20091103
Tim Hunt [Mon, 2 Nov 2009 17:16:56 +0000 (17:16 +0000)]
blocks: MDL-20710 prevent XSRF.
Uses new require_sesskey function from MDL-20702.
Tim Hunt [Mon, 2 Nov 2009 17:16:28 +0000 (17:16 +0000)]
blocks: MDL-20711 prevent XSRF.
Uses new require_sesskey function from MDL-20702.
Tim Hunt [Mon, 2 Nov 2009 17:15:18 +0000 (17:15 +0000)]
question bank: MDL-20707 prevent XSRF.
Uses new require_sesskey function from MDL-20702.
Tim Hunt [Mon, 2 Nov 2009 17:10:31 +0000 (17:10 +0000)]
quiz: MDL-20706 prevent XSRF.
Uses new require_sesskey function from MDL-20702.
Tim Hunt [Mon, 2 Nov 2009 17:01:02 +0000 (17:01 +0000)]
lesson: MDL-20705 Fix XSRF issues.
Uses new require_sesskey funciton from MDL-20702.
Tim Hunt [Mon, 2 Nov 2009 16:41:00 +0000 (16:41 +0000)]
moodlelib: MDL-20702 New require_sesskey function.
Also improve PHPdoc comments to fix my misconceptions.
Petr Skoda [Mon, 2 Nov 2009 16:13:22 +0000 (16:13 +0000)]
MDL-20720 fixed notices when deleting modules
Petr Skoda [Mon, 2 Nov 2009 14:33:46 +0000 (14:33 +0000)]
MDL-20715 fixed notice from dml native oci driver when php driver not installed
Dongsheng Cai [Mon, 2 Nov 2009 07:18:38 +0000 (07:18 +0000)]
"MDL-20602, support FILE_INTERNAL and FILE_EXTERNAL in moodle form elements"
jerome mouneyrac [Mon, 2 Nov 2009 06:59:07 +0000 (06:59 +0000)]
mnet MDL-16305 a mnet host is now never really deleted from the database but marked as deleted.
Dongsheng Cai [Mon, 2 Nov 2009 06:45:12 +0000 (06:45 +0000)]
"MDL-20602, add support for FILE_INTERNAL and FILE_EXTERNAL"
Martin Dougiamas [Mon, 2 Nov 2009 06:38:52 +0000 (06:38 +0000)]
forum rating ajax MDL-20119 Enable ajax to work on single-discussion forum (and blog forum)
Sam Hemelryk [Mon, 2 Nov 2009 03:50:56 +0000 (03:50 +0000)]
calendar MDL-20601 Conversion of calendar to mforms and new html editor + file API
Moodle HQ git importer [Mon, 2 Nov 2009 00:32:03 +0000 (00:32 +0000)]
Fixing drift between CVS and git
Moodle Robot [Mon, 2 Nov 2009 00:32:03 +0000 (00:32 +0000)]
Updated the HEAD build version to
20091102
Petr Skoda [Sun, 1 Nov 2009 20:04:25 +0000 (20:04 +0000)]
MDL-20708 fixed CSRF and missing require_login in delete comments (not in stable branches)
Petr Skoda [Sun, 1 Nov 2009 16:48:45 +0000 (16:48 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Sun, 1 Nov 2009 15:39:15 +0000 (15:39 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Sun, 1 Nov 2009 15:32:33 +0000 (15:32 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Sun, 1 Nov 2009 15:24:58 +0000 (15:24 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Sun, 1 Nov 2009 15:17:21 +0000 (15:17 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Sun, 1 Nov 2009 15:03:12 +0000 (15:03 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Sun, 1 Nov 2009 15:03:10 +0000 (15:03 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Sun, 1 Nov 2009 14:55:15 +0000 (14:55 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Sun, 1 Nov 2009 13:17:47 +0000 (13:17 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Sun, 1 Nov 2009 13:10:07 +0000 (13:10 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Sun, 1 Nov 2009 12:51:40 +0000 (12:51 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Sun, 1 Nov 2009 12:34:33 +0000 (12:34 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Sun, 1 Nov 2009 12:29:18 +0000 (12:29 +0000)]
MDL-14679 notes do not use version.php!
Petr Skoda [Sun, 1 Nov 2009 12:22:45 +0000 (12:22 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Sun, 1 Nov 2009 12:11:29 +0000 (12:11 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Sun, 1 Nov 2009 12:05:04 +0000 (12:05 +0000)]
MDL-19676 blog does not use version.php file for a long time
Petr Skoda [Sun, 1 Nov 2009 12:00:47 +0000 (12:00 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Sun, 1 Nov 2009 11:55:14 +0000 (11:55 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Sun, 1 Nov 2009 11:42:23 +0000 (11:42 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Sun, 1 Nov 2009 11:31:16 +0000 (11:31 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Sun, 1 Nov 2009 11:14:50 +0000 (11:14 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Sun, 1 Nov 2009 10:57:00 +0000 (10:57 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Sun, 1 Nov 2009 10:57:00 +0000 (10:57 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Sun, 1 Nov 2009 10:55:58 +0000 (10:55 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Sun, 1 Nov 2009 10:55:31 +0000 (10:55 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Sun, 1 Nov 2009 10:42:45 +0000 (10:42 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Sun, 1 Nov 2009 10:32:02 +0000 (10:32 +0000)]
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
Petr Skoda [Sun, 1 Nov 2009 10:16:45 +0000 (10:16 +0000)]
MDL-20697 get_site() replaced by proper installation time test
Petr Skoda [Sun, 1 Nov 2009 10:13:38 +0000 (10:13 +0000)]
MDL-20693 fixed debug output problems of WS protocol servers
Petr Skoda [Sun, 1 Nov 2009 10:07:58 +0000 (10:07 +0000)]
MDL-20699 fixed ws protocol servers to use new abort transactiosn function
Petr Skoda [Sun, 1 Nov 2009 10:05:07 +0000 (10:05 +0000)]
MDL-20699 fixed typos
Petr Skoda [Sun, 1 Nov 2009 10:00:30 +0000 (10:00 +0000)]
MDL-20699 more abstraction in default exception handler
Petr Skoda [Sun, 1 Nov 2009 09:58:04 +0000 (09:58 +0000)]
MDL-20699 more abstraction in default exception handler
Petr Skoda [Sun, 1 Nov 2009 09:44:11 +0000 (09:44 +0000)]
MDL-20698 fixed comment typos
Petr Skoda [Sun, 1 Nov 2009 09:38:38 +0000 (09:38 +0000)]
MDL-20698 cleaning up old ugprade hacks in setup.php
Petr Skoda [Sun, 1 Nov 2009 09:31:09 +0000 (09:31 +0000)]
MDL-14679 fixing old TODO, get_record now throws exception on error
Petr Skoda [Sun, 1 Nov 2009 09:25:47 +0000 (09:25 +0000)]
MDL-20697 fixed whitespace and coding style
Petr Skoda [Sun, 1 Nov 2009 09:21:41 +0000 (09:21 +0000)]
MDL-20697 removing duplicate error string cannotfindsite, fixing get_site() which is now using exceptions
Petr Skoda [Sun, 1 Nov 2009 09:10:09 +0000 (09:10 +0000)]
MDL-20697 removing duplicate error string, fixing get_site() which is now using exceptions
Petr Skoda [Sun, 1 Nov 2009 09:05:59 +0000 (09:05 +0000)]
MDL-20697 get_site() now throws exception in case of any problems (except during installation) - the problem is we can not recover from this automatically
Moodle Robot [Sun, 1 Nov 2009 00:31:53 +0000 (00:31 +0000)]
Updated the HEAD build version to
20091101
Petr Skoda [Sat, 31 Oct 2009 22:55:17 +0000 (22:55 +0000)]
MDL-20695 do not use trigger_error together with echo, it just duplicates info when debugdisplay on
Petr Skoda [Sat, 31 Oct 2009 22:53:27 +0000 (22:53 +0000)]
MDL-20695 set_field does not return false any more, instead throws exception
Petr Skoda [Sat, 31 Oct 2009 22:47:34 +0000 (22:47 +0000)]
MDL-20695 print_error() now loges probems too, no need to use trigger_error() separately
Petr Skoda [Sat, 31 Oct 2009 22:37:16 +0000 (22:37 +0000)]
MDL-20696 noting zend libs are incomplete and are not guaranteed to be there in future
Petr Skoda [Sat, 31 Oct 2009 22:35:06 +0000 (22:35 +0000)]
MDL-20696 fixed coding style: lib/setup.php is the first file people start reading when hacking moodle, it has to use the best coding style possible ;-)
Petr Skoda [Sat, 31 Oct 2009 22:22:08 +0000 (22:22 +0000)]
MDL-20695 no need to log prefetch attempts, we can not prevent them
Petr Skoda [Sat, 31 Oct 2009 22:11:16 +0000 (22:11 +0000)]
MDL-20695 can not use trigger_error() for informing users about problems in config.php, no need to log these
Petr Skoda [Sat, 31 Oct 2009 22:02:05 +0000 (22:02 +0000)]
MDL-20693 new NO_DEBUG_DISPLAY define
Petr Skoda [Sat, 31 Oct 2009 15:01:25 +0000 (15:01 +0000)]
MDL-20691 "Fatal error: Exception thrown without a stack frame in Unknown on line 0" workaround in $OUTPUT->print_error()
Petr Skoda [Sat, 31 Oct 2009 14:17:44 +0000 (14:17 +0000)]
MDL-20676 whitespeace and other minor cleanup+fixes
Petr Skoda [Sat, 31 Oct 2009 14:12:16 +0000 (14:12 +0000)]
MDL-20577 fixed print error did not work outside of developer mode, output buffer content not discarded any more (significant debugging regression fix)
Petr Skoda [Sat, 31 Oct 2009 13:52:39 +0000 (13:52 +0000)]
MDL-20676 refactoring and cleanup in default exception handler
Petr Skoda [Sat, 31 Oct 2009 13:23:29 +0000 (13:23 +0000)]
MDL-20677 print_error() now throws exception + adding support for debug info parameter
Petr Skoda [Sat, 31 Oct 2009 13:20:18 +0000 (13:20 +0000)]
MDL-20676, MDL-20678 error page fixes
Moodle Robot [Sat, 31 Oct 2009 00:32:46 +0000 (00:32 +0000)]
Updated the HEAD build version to
20091031
Moodle Robot [Sat, 31 Oct 2009 00:21:50 +0000 (00:21 +0000)]
Automatic installer.php lang files by installer_builder (
20091031 )
Dan Poltawski [Fri, 30 Oct 2009 22:10:45 +0000 (22:10 +0000)]
enrol/paypall MDL-16782 - Default cost is not used
When a course level cost is not set, the global setting is not used.
Dan Poltawski [Fri, 30 Oct 2009 22:10:25 +0000 (22:10 +0000)]
Missing global $OUTPUT decleration
Dan Poltawski [Fri, 30 Oct 2009 21:13:31 +0000 (21:13 +0000)]
mod/assignment: MDL-16796 Support non-core assignment type titles
Without this patch, the add actvitiy drop down displays ugly
broken lang strings.
This is ugly - hopefully in Moodle 2.0 we will eventually support fully
pluggable architecture in a clean way.
Eloy Lafuente [Fri, 30 Oct 2009 17:07:21 +0000 (17:07 +0000)]
MDL-20288 add_to_log() - No need for any check in 2.0 as far as
insert_record_raw() already hadles that for Oracle on binding.
Merged from 19_STABLE
Dan Poltawski [Fri, 30 Oct 2009 16:24:45 +0000 (16:24 +0000)]
admin/process_email MDL-20682 Incorrect file handled closed
Thanks to Andrew Nicols for the patch
Petr Skoda [Fri, 30 Oct 2009 13:44:07 +0000 (13:44 +0000)]
MDL-20676 improved output buffer workaround when printing fatal errors