Dan Poltawski
9e5680f100
MDL-34648 - increment version number
2012-08-21 14:40:51 +08:00
Petr Škoda
704533fca7
MDL-34960 drop deprecated Google Maps API V2
2012-08-19 20:07:27 +02:00
Eloy Lafuente (stronk7)
c92d6f417c
weekly release 2.4dev
2012-08-16 17:27:40 +02:00
Eloy Lafuente (stronk7)
76b97631b0
Merge branch 'MDL-25012' of git://github.com/danpoltawski/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-08-15 00:41:04 +02:00
Dan Poltawski
3542e01a0c
MDL-34741 yui - version bump for 2in3 and upgrade.txt note
2012-08-14 15:33:32 +08:00
Eloy Lafuente (stronk7)
87e9331d93
weekly release 2.4dev
2012-08-09 20:52:43 +02:00
Dan Poltawski
850d2db82a
MDL-25012 - blogs: introduce a specific 'enabled' config setting
...
Rather than overloading the $CFG->bloglevel setting which had a
confusing UI in the appearance subsystem.
In order to achieve this we modify take the defaults from the existing
bloglevel setting and set that for $CFG->enableblogs. Note that in order
to prevent a bad default settings from being set we also set
$CFG->bloglevel to a valid 'enabled' setting.
2012-08-06 11:25:22 +08:00
Petr Škoda
237f05cfdd
MDL-34600 fix question table to match install.xml
...
The oldquestiontextformat was used during previous upgrade and is not necessary any more.
Next time we should add these temporary upgrade columns to install.xml files.
2012-08-02 09:48:09 +02:00
Dan Poltawski
470d47f512
weekly release 2.4dev
2012-08-02 14:38:14 +08:00
Ankit Agarwal
3713514b08
MDL-32827 calendar: Fixining calender entries with no eventtype
2012-07-27 10:06:37 +08:00
Aparup Banerjee
55a568fa7d
weekly release 2.4dev
2012-07-26 14:23:09 +08:00
Sam Hemelryk
61e93a4c08
Merge branch 'MDL-27083-master' of git://github.com/FMCorz/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-07-25 09:20:44 +12:00
Dan Poltawski
b7db7803bc
Merge branch 'w30_MDL-34299_m24_html5' of git://github.com/skodak/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-07-24 14:07:26 +08:00
Frederic Massart
67e3dd2c95
MDL-27083 Questions: Orphaned questions are adopted on upgrade
2012-07-23 11:37:09 +08:00
Sam Hemelryk
9e50c8d1e7
Merge branch 'w30_MDL-33180_m24_simpletest' of git://github.com/skodak/moodle
...
Conflicts:
version.php
2012-07-23 13:39:11 +12:00
Sam Hemelryk
409300ad42
MDL-34205 modchooser: Bumped version number after new setting added
2012-07-23 12:53:11 +12:00
Petr Škoda
13725b3797
MDL-34299 remove xmlstrictheaders setting and switch to html5 doctype by default
...
This fixes WCAG 2.0 compliance because we were already using HTML5 markup.
The strict XML headers setting never worked for production servers, developers
used browser validators for compliance testing. XHTML 5 option is relatively
similar to this obsolete option, but still it can not be used on production servers.
XHTML Strict 1.x was a standardised dead end, HTML5 is the new de-facto-standard
supported by all major browsers including latest versions of IE.
Please note nothing changes in our coding style because HTML5 is a superset of
several previous standards, it is recommended to use only features that are
already implemented in all our supported browsers.
2012-07-21 19:23:44 +02:00
Petr Škoda
c8b3346cfd
MDL-33180 delete the last traces of SimpleTest - ciao and thanks
2012-07-21 10:11:50 +02:00
Dan Poltawski
3294034b80
weekly release 2.4dev
2012-07-19 13:45:13 +08:00
Sam Hemelryk
c1483c9c6c
Merge branch 'MDL-32919-core_course_import_course' of git://github.com/jleyva/moodle
...
Conflicts:
version.php
2012-07-17 17:38:16 +12:00
Dan Poltawski
904673dd20
weekly release 2.4dev
2012-07-12 15:54:31 +08:00
Sam Hemelryk
f0d6e53c11
Merge branch 'w28_MDL-33617_m24_roleenrolindex' of git://github.com/skodak/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-07-10 15:47:33 +12:00
Dan Poltawski
00142ce553
MDL-34237 - fix version number mistake
2012-07-10 11:20:33 +08:00
Dan Poltawski
e1980f8bb9
Merge branch 'w28_MDL-8249_m24_roletranslations' of git://github.com/skodak/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-07-10 09:43:23 +08:00
Dan Poltawski
b40eca11d9
Merge branch 'w28_MDL-33018_m24_pgindex2' of git://github.com/skodak/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-07-10 09:17:23 +08:00
Sam Hemelryk
a2a2e7fb4a
Merge branch 'MDL-32119' of git://github.com/srynot4sale/moodle
...
Conflicts:
lib/db/upgrade.php
version.php
2012-07-09 16:02:49 +12:00
Sam Hemelryk
141d3c86d3
MDL-29538 condition: Tidied up user field condition code post merge
2012-07-09 11:45:44 +12:00
Petr Skoda
c52551dc3c
MDL-8249 localise standard role names and descriptions if empty
2012-07-06 08:22:34 +02:00
Petr Skoda
bd991d03cf
MDL-33018 add general index type hints and use PostgreSQL varchar_pattern_ops index type for context.path
...
This significantly improves performance of accesslib queries,
credit for the discovery of this solution goes to Andrew Masterton from OU.
2012-07-06 08:19:39 +02:00
Petr Škoda
79a471435b
MDL-33617 add new index to improve perf of enrol related role_assignments
2012-07-06 08:08:45 +02:00
Sam Hemelryk
2cbdaa77ea
weekly release 2.4dev
2012-07-06 10:03:44 +12:00
Eloy Lafuente (stronk7)
44cb29a063
MDL-34121 bump versions to efectively get the upgrade performed.
2012-07-02 18:15:47 +02:00
Eloy Lafuente (stronk7)
d71b79a406
weekly release 2.4dev
2012-07-02 00:55:18 +02:00
Eloy Lafuente (stronk7)
6be7840ce6
weekly release 2.4dev
2012-06-25 17:54:28 +02:00
Eloy Lafuente (stronk7)
a5f6ea2e88
Moodle release 2.3
2012-06-25 17:51:17 +02:00
Eloy Lafuente (stronk7)
ba3e7df265
Moodle release 2.3rc1
2012-06-24 18:37:12 +02:00
Sam Hemelryk
088c374a6d
Merge branch 'MDL-33430-reference-restore' of git://github.com/mudrd8mz/moodle
...
Conflicts:
lib/db/install.xml
lib/db/upgrade.php
version.php
2012-06-22 11:56:49 +12:00
David Mudrák
38ca2f1a83
MDL-33430 Add newcontextid and newitemid to backup_files_template
...
These new fields will be used to hold the new location of the file once
it is sent to the filepool during the restore.
2012-06-21 02:29:42 +02:00
Dan Poltawski
a80b5a0cf0
MDL-32908 - drop $USER->ajax
...
Its not been respected for some time and is just confusing
2012-06-19 15:07:18 +08:00
Eloy Lafuente (stronk7)
f4a9bf65da
Moodle release 2.3beta
2012-06-18 10:36:52 +02:00
Eloy Lafuente (stronk7)
c5e783e512
MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700
2012-06-18 02:37:00 +02:00
Eloy Lafuente (stronk7)
85c4758c5a
on-demand release 2.3dev
2012-06-15 20:29:04 +02:00
Dan Poltawski
d21a98a633
MDL-27156 - version bump for new capability
2012-06-14 12:12:39 +08:00
Eloy Lafuente (stronk7)
f8dfdb524b
on-demand release 2.3dev
2012-06-12 03:01:04 +02:00
Dan Poltawski
ec3d3ede80
MDL-33465 - bump version number for new log entry defintion
2012-06-08 15:54:31 +08:00
Dan Poltawski
79c2b50980
Merge branch 'MDL-33330-files-reference' of git://github.com/mudrd8mz/moodle
...
Conflicts:
version.php
lib/db/upgrade.php
2012-06-06 16:18:30 +08:00
David Mudrak
6bbf31c395
MDL-33330 Create new unique index in files_reference
...
The combination of repositoryid and reference field is supposed to be a
unique identification of an external file. Because the reference is a
TEXT field, we can't use it to compose the index. So we use the
referencehash instead and the file API is responsible to keep it
up-to-date.
2012-06-05 14:07:24 +02:00
David Mudrak
8f47a60e4e
MDL-33330 Remap all instances of an external file to a single record in files_reference
2012-06-05 14:07:24 +02:00
David Mudrak
dccba8bcc9
MDL-33330 Populate referencehash field values
2012-06-05 14:07:24 +02:00
David Mudrak
5100365347
MDL-33330 Add referencehash field to the files_reference table
2012-06-05 14:07:19 +02:00