Aparup Banerjee
fb87c4c96c
Merge branch 'MDL-31599' of git://github.com/danpoltawski/moodle
2012-08-06 16:43:19 +08: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
Dan Poltawski
f534c1c0c0
MDL-31599 block_news - incorrect RSS feed for guest user
...
Was previously using the userid 0, rather than guest to use
authenticated RSS feed.
Thanks to Paul Verrall at LUNS for helping me debug this.
2012-08-02 11:11:11 +08:00
Rossiani Wijaya
5b711b3e99
MDL-34554 accessibility compliance for blocks: Add forform input text and select tag
2012-07-31 17:04:15 +08:00
Andrew Robert Nicols
d2a27ab01b
MDL-29007 Rename moodle-enrol-notification to moodle-core-notification
2012-07-25 16:22:18 +01:00
Sam Hemelryk
d5a81fadbf
Merge branch 'wip-mdl-19430' of git://github.com/rajeshtaneja/moodle
2012-07-25 16:25:04 +12:00
Rajesh Taneja
405e14f246
MDL-19430 My Moodle: Fixed spacer icon to align move icons
2012-07-25 10:28:32 +08:00
Dan Poltawski
5237103a99
Merge branch 'MDL-34456-master-integration' of git://github.com/FMCorz/moodle
2012-07-24 16:53:45 +08: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
fe2fdd11e4
MDL-34456 Librairies: Replaced deprecated get_context_instance()
2012-07-24 09:49:47 +08:00
Dan Poltawski
a5c8e33122
Merge branch 'wip-mdl-32945' of git://github.com/rajeshtaneja/moodle
2012-07-23 13:35:24 +08:00
Dan Poltawski
ed25f64642
Merge branch 'wip-mdl-30651' of git://github.com/rajeshtaneja/moodle
2012-07-23 11:22:06 +08:00
Sam Hemelryk
27ceaf09cc
MDL-19430 block_course_overview: Fixed up whitespace
2012-07-23 14:02:27 +12:00
Sam Hemelryk
f3c3a84280
MDL-19430 block_course_overview: post integration clean up
2012-07-23 13:36:46 +12:00
Sam Hemelryk
4c21d0da95
Merge branch 'wip-mdl-19430' of git://github.com/rajeshtaneja/moodle
2012-07-23 13:36:45 +12:00
Sam Hemelryk
df49074771
Merge branch 'MDL-24298-master' of git://github.com/micaherne/moodle
2012-07-23 12:48:46 +12:00
Sam Hemelryk
d9416fba03
Merge branch 'MDL-34322-master-1' of git://git.luns.net.uk/moodle
2012-07-23 09:43:17 +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
Rajesh Taneja
071e68f93e
MDL-32945 libraries: Replaced deprecated PARAM_MULTILANG with PARAM_TEXT
2012-07-19 15:44:40 +08:00
Rajesh Taneja
1e12c1203b
MDL-30651 libraries: Replaced deprecated PARAM_INTEGER with PARAM_INT
2012-07-19 15:37:46 +08:00
Rajesh Taneja
37b5e8fee8
MDL-19430 My Moodle: Polished course_over view code of netspot
2012-07-19 15:30:37 +08:00
Adam Olley
83ea0cc17e
MDL-19430 My Moodle: Merged Netspot My Course Overview Block for Moodle 2
2012-07-19 15:30:37 +08:00
Michael Aherne
7edfa373fd
MDL-24298 news block Remove "more" link for improved accessibility
2012-07-17 09:53:46 +01:00
Dan Poltawski
0af076a215
Merge branch 'wip-mdl-30798' of git://github.com/rajeshtaneja/moodle
2012-07-16 14:26:01 +08:00
Rajesh Taneja
8450069ad4
MDL-30798 Blog: link param for entries about this course link is fixed
2012-07-16 14:10:27 +08:00
Andrew Robert Nicols
65dcd906e3
MDL-34322 Don't display empty navigation nodes which have no link
2012-07-13 15:01:39 +01:00
Aaron Barnes
eb8f89a976
MDL-22259 completion: Rename "Course Prerequisites" to "Completion Dependencies"
2012-07-12 15:55:34 +12:00
Eloy Lafuente (stronk7)
f1d9ceb0e4
Merge branch 'wip-MDL-33521-m24' of git://github.com/samhemelryk/moodle
2012-07-03 01:58:48 +02:00
Sam Hemelryk
bbfa552c7b
Merge branch 'MDL-33627_master' of git://github.com/grabs/moodle
2012-07-02 14:06:14 +12:00
Sam Hemelryk
d75e8e3ac8
MDL-33521 css: Fixed invalid CSS in core CSS and plugin styles.css files
2012-07-02 11:34:44 +12:00
Sam Hemelryk
abb98b8881
Merge branch 'MDL-34044' of git://github.com/srynot4sale/moodle
2012-07-02 08:22:45 +12:00
Aparup Banerjee
99c3c503e0
MDL-34096 Installation : Added 2.3 upgrade line to db upgrade scripts.
2012-06-29 11:41:09 +08:00
Aaron Barnes
42b2110657
MDL-34044 completion: Fix regression caused by MDL-26626
2012-06-27 11:19:16 +12:00
Andreas Grabs
131e1d4b41
MDL-33627 - feedback block now show all feedbacks
2012-06-25 21:44:30 +02:00
Eloy Lafuente (stronk7)
f98973c2ff
Merge branch 'MDL-33294' of git://github.com/danpoltawski/moodle
2012-06-19 02:59:46 +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
Dan Poltawski
15ea1c9105
MDL-33294 - block_blog_recent: fix E_STRICT error
...
Default object from empty value
2012-06-16 12:46:07 +08:00
Dan Poltawski
7f3b68a892
MDL-33294 - block_blog_tags: fix E_STRICT error
...
Default object from empty value
2012-06-16 12:45:41 +08:00
Frederic Massart
4c88645920
MDL-33173 Filepicker: renamed private files edit page to main page
2012-05-25 09:24:39 +08:00
Marina Glancy
559276b153
MDL-32247,MDL-32831,MDL-32900 Use correct url building of file type icons
...
- function get_mimetypes_array() now contains also information about filetype groups and language strings
- use 'smart' human-readable mimetype description
- never determine filetype group based on filetype icon image! remove function mimeinfo_from_icon()
- get rid of class filetype_parser and file lib/filestorage/file_types.mm, replaced with functions file_get_typegroup(), file_extension_in_typegroup() and file_mimetype_in_typegroup()
- support multiple icon sizes, not only 16 and 32
- retrieve filetype icon only using proper functions file_..._icon() from lib/filelib.php throughout the code
- increase size of repository thumbnails to 90 and icons to 24 (will take effect when new icons exist)
2012-05-21 16:01:04 +08:00
Dongsheng Cai
6723372514
MDL-28666 Extends repository to support references
...
1. Allow repository to create references to external contents
2. Extends files API to handle file references
3. Generic file caching
4. Backup/restore file references
5. Download external contents if repository uninstalled
6. Allow filepicker to display iframe
7. PHPUnit test suits
2012-05-21 11:57:51 +08:00
Dan Poltawski
d5bf8f0ba3
Merge branch 'MDL-32689' of git://github.com/jrchamp/moodle
2012-05-03 13:10:56 +08:00
Dan Poltawski
3246428b95
MDL-32505/MDL-32508 course: fix section_links block
...
Now course_display has gone
2012-05-04 10:53:03 +08:00
Jonathan Champ
0885166fcc
MDL-32689 Allow Blocks to decide whether they are collapsible.
2012-05-02 10:23:07 -04:00
Eloy Lafuente (stronk7)
d7f84a2962
Merge branch 'MDL-32471-thumbnails' of git://github.com/mudrd8mz/moodle
2012-04-25 15:14:27 +02:00
David Mudrak
957fc845b6
MDL-32471 preview thumbnails support for blocks
...
block_xxx_pluginfile() now accepts the $options parameter that is to be passed
to the send_stored_file() function.
2012-04-24 14:01:53 +02:00
Petr Skoda
b3aad0a25a
MDL-32451 fix block edit strict issue
2012-04-21 11:21:21 +02:00
Sam Hemelryk
3211569a6a
Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag"
...
This reverts commit f9f281b8fe
.
2012-04-11 17:18:58 +12:00
Dan Poltawski
7a1ed64587
Merge branch 'w15_MDL-32323_m23_phpunit3' of git://github.com/skodak/moodle
2012-04-11 09:32:58 +08:00
Petr Skoda
9bb2b515ce
MDL-32323 fix generator file name typos
2012-04-10 15:27:12 +02:00