]>
git.mjollnir.org Git - moodle.git/log
scyrma [Wed, 27 Feb 2008 04:49:28 +0000 (04:49 +0000)]
MDL-13633 - This is a first step toward integrating all "tag blocks" together. (merge from 1.9)
moodler [Wed, 27 Feb 2008 04:38:39 +0000 (04:38 +0000)]
Merged MDL-90 partial patch for the new webdav_locks table from Martin Langhoff
moodlerobot [Wed, 27 Feb 2008 03:24:04 +0000 (03:24 +0000)]
Automatic installer.php lang files by installer_builder (
20080227 )
martinlanghoff [Wed, 27 Feb 2008 03:01:56 +0000 (03:01 +0000)]
MDL-90 PEAR/HTTP/WebDAV: fix file name encoding ... for real this time?
Cherry picked from upstream.
martinlanghoff [Wed, 27 Feb 2008 02:57:33 +0000 (02:57 +0000)]
MDL-90 moodlelib: Introducing get_cache_flag() - gets a row from cache_flags table
Useful if you intend to use cache_flags as a session
table. (Oops! Did I reveal my cunning plans?)
martinlanghoff [Wed, 27 Feb 2008 02:56:48 +0000 (02:56 +0000)]
MDL-90 authenticate_user_login() - don't accidentally return a bogus $user
While I don't quite understand why we need that $user->id=0, at
_least_ make double sure we don't return it! Callers assume
that if we return an object===success and a user acct that just does
not exist will return an dummy object.
martinlanghoff [Wed, 27 Feb 2008 02:55:36 +0000 (02:55 +0000)]
MDL-90 lib/setup: extend include_path to cover the PEAR libs we distribute
Almost no cost - most of our require/include calls are with
absolute paths, which will skip the include_path. The few
that are not absolute are usually to include PEAR libs -
so this is appropriate and avoids having to change the
PEAR libs themselves when they make references to other
PEAR libs.
Using the include path does mean that OS-installed PEAR libs
will override ours. There's a small compat risk here - if you
need to ensure a particular version, use an absolute path.
martinlanghoff [Wed, 27 Feb 2008 02:52:28 +0000 (02:52 +0000)]
MDL-90 weblib: Introducing mdie() - close sibling of Perl's die()
So that commandline scripts can die with a message and
a nonzero errorcode
martinlanghoff [Wed, 27 Feb 2008 02:51:49 +0000 (02:51 +0000)]
MDL-90 Introducing MOODLE_SANE_INPUT and MOODLE_SANE_OUTPUT to setup.php
These two constants indicate that the Moodle core should not mangle
input (magic quotes of any kind verboten!) and should not spit odd stuff
in the output (displaydebug verboten!). Both are needed for WebDAV
support.
MOODLE_SANE_INPUT is tricky - it means that the codepaths _must_ use
$db->qstr() (or addslashes() - but that has its own problems).
martinlanghoff [Wed, 27 Feb 2008 02:50:59 +0000 (02:50 +0000)]
MDL-90 lib/pear: Included System.php - used by WebDAV libs
We need to resolve the dual-licensing of this if we are going to
distribute it with Moodle - see MDL-6693
martinlanghoff [Wed, 27 Feb 2008 02:49:20 +0000 (02:49 +0000)]
MDL-90 Imported PEAR's HTTP_WebDAV_Server from HEAD @ 28-01-2008
This is a very strict import - did not include any of the
sample files (which are quite dangerous!). See the
README_MOODLE.txt for details.
skodak [Tue, 26 Feb 2008 23:19:58 +0000 (23:19 +0000)]
MDL-13158 choice/index.php only return values for choices in the current course.; merged from MOODLE_19_STABLE
skodak [Tue, 26 Feb 2008 22:48:16 +0000 (22:48 +0000)]
MDL-10990 2) added event table index for calendar block/view ; merged from MOODLE_19_STABLE
skodak [Tue, 26 Feb 2008 22:04:23 +0000 (22:04 +0000)]
MDL-10990 4) added missing indexes into data module; merged from MOODLE_19_STABLE
martinlanghoff [Tue, 26 Feb 2008 21:48:08 +0000 (21:48 +0000)]
MDL-11180 datalib: get_courses() - grab the course context as part of the select
This speeds up course & category listing enormously - cutting 2500 DB queries
for a site with 2500 courses. It's the power of the JOIN...
skodak [Tue, 26 Feb 2008 21:36:48 +0000 (21:36 +0000)]
MDL-10990 5) eliminated reply related cap queries for guests and not-logged-in users because they can not post anyway, removed reply link for guests from news posts, they did not see Add discussion link already; merged from MOODLE_19_STABLE
skodak [Tue, 26 Feb 2008 21:24:10 +0000 (21:24 +0000)]
fixed broken lang string with incorrect "; merged from MOODLE_19_STABLE
skodak [Tue, 26 Feb 2008 20:01:07 +0000 (20:01 +0000)]
MDL-10990 1) fixed slow guest query with no mnethostid; merged from MOODLE_19_STABLE
skodak [Tue, 26 Feb 2008 19:51:13 +0000 (19:51 +0000)]
MDL-12927 installer should detect the magic quotes settings and undo the slashes if necessary; merged from MOODLE_19_STABLE
skodak [Tue, 26 Feb 2008 19:27:43 +0000 (19:27 +0000)]
MDL-6591 inverted checkbox for email notification; MDL-9657 - fixed date issues in drafts; merged from MOODLE_19_STABLE
skodak [Tue, 26 Feb 2008 18:35:30 +0000 (18:35 +0000)]
MDL-13623 proper version detection; merged from MOODLE_19_STABLE
nicolasconnault [Tue, 26 Feb 2008 16:27:24 +0000 (16:27 +0000)]
MDL-13663 Docs updated. Merging from MOODLE_19_STABLE
nicolasconnault [Tue, 26 Feb 2008 13:02:59 +0000 (13:02 +0000)]
Missing string, merging from MOODLE_19_STABLE
moodler [Tue, 26 Feb 2008 12:46:51 +0000 (12:46 +0000)]
Merged MDL-13672 tag name function was not updated when tag/lib.php changed
sam_marshall [Tue, 26 Feb 2008 10:34:51 +0000 (10:34 +0000)]
MDL-13660: Allow admin reports to have db tables, cron
nicolasconnault [Tue, 26 Feb 2008 10:00:10 +0000 (10:00 +0000)]
MDL-13663 Docs updated. Merging from MOODLE_19_STABLE
moodler [Tue, 26 Feb 2008 09:05:51 +0000 (09:05 +0000)]
Merged MDL-13569 Mark N patch for notice
moodler [Tue, 26 Feb 2008 08:43:31 +0000 (08:43 +0000)]
Merged MDL-12634 - fixed back link
moodler [Tue, 26 Feb 2008 08:34:53 +0000 (08:34 +0000)]
Merged MDL-12294 Fixed some strings
moodler [Tue, 26 Feb 2008 08:27:19 +0000 (08:27 +0000)]
Merged MDL-12294 Fixed more missing strings
moodler [Tue, 26 Feb 2008 08:07:39 +0000 (08:07 +0000)]
Merged MDL-12294 FIxed some wrong string
moodler [Tue, 26 Feb 2008 08:02:16 +0000 (08:02 +0000)]
MDL-12294 Merged language fixes from stable
scyrma [Tue, 26 Feb 2008 07:30:34 +0000 (07:30 +0000)]
MDL-10639 - Removed "Export" column - export all available outcomes (merge from 1.9)
moodler [Tue, 26 Feb 2008 07:29:09 +0000 (07:29 +0000)]
MDL-12294 merge parentlang
moodler [Tue, 26 Feb 2008 07:16:31 +0000 (07:16 +0000)]
Merged MDL-12248 custom_corners people can now use roles ;-)
moodler [Tue, 26 Feb 2008 07:02:01 +0000 (07:02 +0000)]
MDL-11809 Fixed broken headline
scyrma [Tue, 26 Feb 2008 06:54:45 +0000 (06:54 +0000)]
MDL-13669 - Editing now only lists the manually added tags
scyrma [Tue, 26 Feb 2008 06:51:12 +0000 (06:51 +0000)]
MDL-13404 - Missing part of previous commit : args to tag_get_related_tags have changed (merge from 1.9)
scyrma [Tue, 26 Feb 2008 06:43:54 +0000 (06:43 +0000)]
MDL-13404 - Modification to all tag_get_tags_* calls needing an array & other improvements (merge from 1.9)
skodak [Tue, 26 Feb 2008 06:26:55 +0000 (06:26 +0000)]
MDL-13623 fixed regression in PHP < 5.2.0; merged from MOODLE_19_STABLE
moodler [Tue, 26 Feb 2008 05:51:11 +0000 (05:51 +0000)]
MDL-9367 Merged auth doc fixes from 1.8 and 1.9
scyrma [Tue, 26 Feb 2008 05:08:53 +0000 (05:08 +0000)]
MDL-13642 - re-added the proper query limits
scyrma [Tue, 26 Feb 2008 02:39:29 +0000 (02:39 +0000)]
MDL-13404 - Fix to a few queries, to prevent problems, as suggested by Eloy
skodak [Mon, 25 Feb 2008 21:55:43 +0000 (21:55 +0000)]
MDL-13626 fixed mssql compatibility issue in stats upgrade; merged from MOODLE_19_STABLE
skodak [Mon, 25 Feb 2008 20:39:42 +0000 (20:39 +0000)]
MDL-13665 HTML editor is loaded as non-secure on the secure "Add new user" form, patch by Steve Bond; merged from MOOODLE_19_SATBLE
skodak [Mon, 25 Feb 2008 20:22:59 +0000 (20:22 +0000)]
MDL-13661 - fixing incorrect use of array_shift; merged from MOODLE_19_STABLE
skodak [Mon, 25 Feb 2008 15:15:36 +0000 (15:15 +0000)]
MDL-13237, MDL-13661 - fixing rcache regression, sorry :-(; merged from MOODLE_19_STABLE
skodak [Mon, 25 Feb 2008 14:30:45 +0000 (14:30 +0000)]
MDL-13483 adding noemailever info; merged from MOODLE_19_STABLE
skodak [Mon, 25 Feb 2008 14:05:06 +0000 (14:05 +0000)]
MDL-13483 found two more native php mail() commands; merged from MOODLE_19_STABLE
skodak [Mon, 25 Feb 2008 13:34:17 +0000 (13:34 +0000)]
MDL-9657 advanced upload assignment draft tracking now available as activity setting; merged from MOODLE_19_STABLE
skodak [Mon, 25 Feb 2008 12:39:48 +0000 (12:39 +0000)]
MDL-9657 better dealing with drafts in assignment; merged from MOODLE_19_STABLE
skodak [Mon, 25 Feb 2008 12:17:46 +0000 (12:17 +0000)]
MDL-13653 droplow not ignoring ungraded items un sum aggregation; merged from MOODLE_19_STABLE
poltawski [Mon, 25 Feb 2008 11:58:12 +0000 (11:58 +0000)]
MDL-9667 - convert_tree_to_html doesn't set css class properly if
$tab->linkedwhenselected is set
Patch from Jeff Graham
merged from MOODLE_19_STABLE
ethem [Mon, 25 Feb 2008 09:34:18 +0000 (09:34 +0000)]
This plugin requires Moodle version
2007101507 . moodlelib::is_enabled_enrol()
scyrma [Mon, 25 Feb 2008 08:21:21 +0000 (08:21 +0000)]
MDL-13624 - Use bigint(10), not bigint(11). This update doesn't change the schema on a site that's already installed.
scyrma [Mon, 25 Feb 2008 08:11:07 +0000 (08:11 +0000)]
MDL-13643 - Missing constant definition
scyrma [Mon, 25 Feb 2008 08:05:01 +0000 (08:05 +0000)]
MDL-13404 - merge from 1.9
skodak [Mon, 25 Feb 2008 07:48:24 +0000 (07:48 +0000)]
MDL-13644 permanent typos; merged from MOODLE_19_STABLE
moodler [Mon, 25 Feb 2008 07:17:04 +0000 (07:17 +0000)]
Merged MDL-13643 from 1.9
scyrma [Mon, 25 Feb 2008 07:10:42 +0000 (07:10 +0000)]
MDL-13636 - merge from 1.9
moodler [Mon, 25 Feb 2008 06:29:12 +0000 (06:29 +0000)]
MDL-13635 name editing merged from stable
moodler [Mon, 25 Feb 2008 06:28:47 +0000 (06:28 +0000)]
Trivial code shuffle merged
scyrma [Mon, 25 Feb 2008 05:48:53 +0000 (05:48 +0000)]
MDL-13404 - merge from 1.9
moodler [Mon, 25 Feb 2008 05:32:10 +0000 (05:32 +0000)]
MDL-13632 Merged from 1.9
moodler [Mon, 25 Feb 2008 05:04:46 +0000 (05:04 +0000)]
Merged MDL-13640 to move "Manage tags" link
moodler [Mon, 25 Feb 2008 04:57:48 +0000 (04:57 +0000)]
MDL-13638 Merged from stable
moodler [Mon, 25 Feb 2008 03:50:18 +0000 (03:50 +0000)]
Merged MDL-13637 from 1.9
scyrma [Mon, 25 Feb 2008 03:32:59 +0000 (03:32 +0000)]
MDL-13404 - merge from 1.9
scyrma [Mon, 25 Feb 2008 03:26:50 +0000 (03:26 +0000)]
MDL-13632 - merge from 1.9
scyrma [Mon, 25 Feb 2008 03:23:41 +0000 (03:23 +0000)]
MDL-13404 - merge from 1.9
moodler [Mon, 25 Feb 2008 03:21:49 +0000 (03:21 +0000)]
Merged blog_tags fixlet MDL-13632 from 1.9
scyrma [Mon, 25 Feb 2008 03:16:31 +0000 (03:16 +0000)]
MDL-13634 - merge from 1.9
scyrma [Mon, 25 Feb 2008 03:09:53 +0000 (03:09 +0000)]
MDL-13632 - merge from 1.9
scyrma [Mon, 25 Feb 2008 02:50:21 +0000 (02:50 +0000)]
MDL-13630 - merge from 1.9
moodler [Mon, 25 Feb 2008 02:37:04 +0000 (02:37 +0000)]
MDL-13631 Removed a pass-by-reference that was causing a notice in PHP5
scyrma [Mon, 25 Feb 2008 01:58:17 +0000 (01:58 +0000)]
MDL-13404 - Merge from 1.9 (re-commit, including missing file)
scyrma [Mon, 25 Feb 2008 01:16:46 +0000 (01:16 +0000)]
MDL-13590 - adding locallib.php for HEAD
urs_hunkler [Sun, 24 Feb 2008 21:16:07 +0000 (21:16 +0000)]
merged from 1.9 :: MDL-13418, MDL-13422, MDL 13597 :: corrected CSS issues
skodak [Sun, 24 Feb 2008 20:15:12 +0000 (20:15 +0000)]
MDL-13625 improve perf and fixed groups code on forum index page; merged from MOODLE_19_STABLE
skodak [Sun, 24 Feb 2008 20:05:54 +0000 (20:05 +0000)]
MDL-13303 fixed regression in forum recent activity; merged from MOODLE_19_STABLE
urs_hunkler [Sun, 24 Feb 2008 19:29:31 +0000 (19:29 +0000)]
merged from 1.9 :: MDL-13453 :: corrected typo
skodak [Sun, 24 Feb 2008 13:29:55 +0000 (13:29 +0000)]
MDL-13605 use userdate() instead of date() when printing next cron execution time; merged from MOODLE_19_STABLE
skodak [Sun, 24 Feb 2008 12:46:37 +0000 (12:46 +0000)]
MDL-11494 MDL-13623 - support for secure and httponly cookies; merged from MOODLE_19_STABLE
skodak [Sun, 24 Feb 2008 10:54:21 +0000 (10:54 +0000)]
MDL-13565 Tracking forum fixes; merged from MOODLE_19_STABLE
skodak [Sun, 24 Feb 2008 10:32:59 +0000 (10:32 +0000)]
MDL-13274 label grouping identification; merged from MOODLE_19_STABLE
skodak [Sat, 23 Feb 2008 22:55:15 +0000 (22:55 +0000)]
MDL-13520, MDL-13604, MDL-13620 stats - better simplified parent context join, administrator now counted too, optimised processing when no day logs present; merged from MOODLE_19_STABLE
arborrow [Sat, 23 Feb 2008 20:24:41 +0000 (20:24 +0000)]
added missing migratinggrades string (called from /backup/restorelib.php); merged from MOODLE_19_STABLE
skodak [Sat, 23 Feb 2008 19:29:25 +0000 (19:29 +0000)]
MDL-13399, MDL-13614 fixed regression caused by last commit; merged from MOODLE_19_STABLE
skodak [Sat, 23 Feb 2008 19:22:23 +0000 (19:22 +0000)]
MDL-13615 course edit settings - improved metacourse compatible detection; merged from MOODLE_19_STABLE
skodak [Sat, 23 Feb 2008 18:42:00 +0000 (18:42 +0000)]
MDL-13613 added better detection for outdated course modinfo; merged from MOODLE_19_STABLE
skodak [Sat, 23 Feb 2008 12:26:35 +0000 (12:26 +0000)]
MDL-13525 role name aliases used in stat reports; merged from MOODLE_19_STABLE
skodak [Sat, 23 Feb 2008 12:17:52 +0000 (12:17 +0000)]
MDL-13192 minor cleanup; merged from MOODLE_19_STABLE
skodak [Sat, 23 Feb 2008 12:13:47 +0000 (12:13 +0000)]
MDL-13603 fixed course_setup() minor problem with $course in $SITE; merged from MOODLE_19_STABLE
skodak [Sat, 23 Feb 2008 12:10:27 +0000 (12:10 +0000)]
MDL-13526 fixed site stats report language; merged from MOODLE_19_STABLE
skodak [Sat, 23 Feb 2008 11:55:18 +0000 (11:55 +0000)]
MDL-13532 removed incorrect coalesce+count combination; merged from MOODLE_19_STABLE
moodlerobot [Sat, 23 Feb 2008 03:12:08 +0000 (03:12 +0000)]
Automatic installer.php lang files by installer_builder (
20080223 )
skodak [Fri, 22 Feb 2008 19:53:48 +0000 (19:53 +0000)]
MDL-13404 reverted - missing file and other minor problems
skodak [Fri, 22 Feb 2008 14:54:39 +0000 (14:54 +0000)]
MDL-13590 fixed fatal incorrect require; merged from MOODLE_19_STABLE
wildgirl [Fri, 22 Feb 2008 11:48:41 +0000 (11:48 +0000)]
MDL-12759 help file grammar fix
scyrma [Fri, 22 Feb 2008 10:25:36 +0000 (10:25 +0000)]
MDL-13404 - Merge from 1.9