Andrew Davis
88852071b5
MDL-33829 mod_glossary: added some smarts so glossary entries with an image in their description are classed as richhtml instead of plainhtml
2012-09-30 11:11:29 +08:00
Rossiani Wijaya
08e03a695a
MDL-34566 accessibility compliance for glossary module: Add forform input text and select tag
2012-08-03 12:01:43 +08:00
Aparup Banerjee
7cacb2ef08
Merge branch 'wip-MDL-33297-master' of git://github.com/abgreeve/moodle
2012-06-21 17:34:57 +08:00
Dan Poltawski
b1c43c3f64
Merge branch 'w25_MDL-33831_m23_glossestrict' of git://github.com/skodak/moodle
2012-06-20 13:57:26 +08:00
Adrian Greeve
35ca63c166
MDL-33297 - forum - workshop - glossary - data - Updated the check for files to allow students to see files they recently uploaded.
2012-06-20 10:49:18 +08:00
Petr Škoda
9bba13089d
MDL-33831 fix E_STRICT issues in glossary
2012-06-19 13:57:11 +02:00
Andrew Robert Nicols
48e6de1c34
MDL-33821 Fix SQL syntax for recent glossary activity
2012-06-18 16:02:02 +01:00
Dan Poltawski
555099c666
Merge branch 'MDL-33400' of git://github.com/nebgor/moodle
2012-06-12 13:03:42 +08:00
Aparup Banerjee
6b8b0b2e68
MDL-34400 Libraries : maintained naming rule by removing stray mod_ function and class prefixes from activity modules.
...
This rule @ http://docs.moodle.org/dev/Activity_modules still stands for now.
2012-06-11 13:34:47 +08:00
Sam Hemelryk
5874cc6aab
Merge branch 'MDL-32325-master' of git://github.com/FMCorz/moodle
2012-06-08 10:20:43 +12:00
Frederic Massart
a8608cba3f
MDL-33088 Glossary: disabled filtering on concepts in recent activity block
2012-06-06 12:57:02 +08:00
Frederic Massart
50d24a3c85
MDL-32325 Glossary: Entrylist print version is XHTML compliant
2012-06-06 09:55:36 +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
Dan Poltawski
7e89cbe0ac
Merge branch 'MDL-31675-file-browsing' of git://github.com/mudrd8mz/moodle
2012-05-18 10:30:22 +08:00
Frederic Massart
50a8374ef8
MDL-30649 Glossary : Fixed floating element breaking HTML
2012-05-11 10:53:22 +08:00
Sam Hemelryk
efd412dda9
MDL-30649 Fixed up whitespace
2012-05-10 11:57:59 +12:00
Sam Hemelryk
320b4deb6a
Merge branch 'wip-MDL-30649-master' of git://github.com/phalacee/moodle
2012-05-10 11:56:58 +12:00
David Mudrak
7978d5dc31
MDL-31675 File browsing support for the Glossary module
...
AMOS BEGIN
CPY [attachments,mod_forum],[areaattachment,mod_glossary]
CPY [definitions,mod_glossary],[areaentry,mod_glossary]
AMOS END
2012-05-09 03:01:46 +02:00
Jason Fowler
486a138bf1
MDL-30649 - Glossary - Adding functions so recent glossary activity shows up in the activity reports
2012-05-04 10:11:50 +08:00
Jason Fowler
58cc51ee15
MDL-31947 - Glossary - Removing the deprecated glossary_get_participants function
2012-05-08 14:33:42 +08:00
David Mudrak
261cbbacc1
MDL-32471 preview thumbnails support for activity modules
...
Activity module's xxx_pluginfile() now accepts the $options parameter
that is to be passed to the send_stored_file() function.
2012-04-24 12:09:45 +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
Rossiani Wijaya
f9f281b8fe
MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag
2012-03-30 16:26:58 +08:00
Jason Fowler
bcab2b21b3
MDL-30482 - Glossary - Fixing the capability controls for the recent activity block
2012-03-22 16:19:38 +08:00
Aparup Banerjee
5599f2062c
Merge branch git://github.com/phalacee/moodle.git wip-MDL-30482-master
...
- resolved conflicts
- fixed up tab --> spaces
2012-03-21 10:50:51 +08:00
Jason Fowler
c3963fbd9b
MDL-30482 - Glossary - Adding capability to other areas using glossary
2012-03-21 10:22:53 +08:00
Aparup Banerjee
0e5c50e29a
MDL-29848 glossary: fixed whitespace
2012-03-20 16:12:02 +08:00
Aparup Banerjee
aa4edcf614
Merge branch 'MDL-29848-master' of https://github.com/mackensen/moodle
2012-03-20 16:06:40 +08:00
Petr Skoda
6f3451e540
MDL-31301 remove all uses of moodle_strtolower() and deprecated it
2012-03-03 11:46:26 +01:00
Charles Fulton
464ee7577d
MDL-29848 glossary: get proper context for comments on exported entry
2012-03-02 07:46:51 -08:00
Eloy Lafuente (stronk7)
d8c9ff403b
Merge branch 's17_MDL-30973_file_docblock_master' of git://github.com/dongsheng/moodle
2012-03-01 00:25:18 +01:00
Marina Glancy
00ecac7295
MDL-31738: added functions mod_xxx_get_file_info() to glossary and data modules
2012-02-27 14:20:00 +08:00
Eloy Lafuente (stronk7)
2a5fa9e64a
Merge branch 'MDL-30999_grade_phpdocs' of git://github.com/andyjdavis/moodle
2012-02-20 12:02:18 +01:00
Dongsheng Cai
d2b7803e5a
MDL-30973 Files API, check and update DocBlock
2012-02-15 12:48:57 +08:00
Dongsheng Cai
35453657a2
MDL-30984 comment API, check and update DocBlock
2012-02-15 11:21:35 +08:00
Andrew Davis
a153c9f2fe
MDL-30999 grade: updated Grade API phpdocs
2012-02-14 14:04:19 +07:00
Eloy Lafuente (stronk7)
a464253f15
Merge branch 'w04_MDL-31183_m23_gloscounts' of git://github.com/skodak/moodle
2012-01-24 12:24:46 +01:00
Petr Skoda
2e099772d9
MDL-31183 fix non-functional glossary_count_unrated_entries()
2012-01-21 16:47:03 +01:00
Petr Skoda
b310a86e49
MDL-31184 fix multiple problems when reseting individual glossary types
2012-01-21 16:31:04 +01:00
Aparup Banerjee
22154a3187
Revert "MDL-30482 - Glossary - Adding capability to other areas using glossary" (test failed)
...
This reverts commit aa423bd0e6 .
2011-12-15 15:47:46 +08:00
Jason Fowler
aa423bd0e6
MDL-30482 - Glossary - Adding capability to other areas using glossary
2011-12-14 15:00:30 +08:00
Aparup Banerjee
d4f2755206
Revert "MDL-30482 - Glossary - Adding capability to other areas using glossary"
...
This reverts commit d79de196c9 .
2011-12-14 14:59:16 +08:00
Jason Fowler
d79de196c9
MDL-30482 - Glossary - Adding capability to other areas using glossary
2011-12-12 10:46:10 +08:00
Sam Hemelryk
eb7ee15659
MDL-30376 mod_glossary: Integration tidy up
2011-12-01 14:17:10 +13:00
Jason Fowler
1a9528e010
MDL-30376 - Glossary - Fixing ability to see the RSS feed for a glossary
2011-11-30 14:43:08 +08:00
sam marshall
3e4c243500
MDL-27001 'Show description' feature part 3: Implementation for all modules
...
For modules that still used the 'old' generic object return from _get_coursemodule_info instead of returning a cached_cm_info object, I changed them to use the new format as part of this. This made a few areas of code regarding onclick links slightly nicer.
2011-09-06 11:03:06 +01:00
Eloy Lafuente (stronk7)
bce3e3dca5
MDL-28048 glossary - add multilang support to categories
2011-07-11 01:02:06 +02:00
Eloy Lafuente (stronk7)
67fcc9989a
Merge branch 'MDL-27829_block_pagetype_master' of git://github.com/andyjdavis/moodle
2011-07-01 11:51:26 +02:00
Andrew Davis (andyjdavis)
346a32a75b
MDL-27829 blocks: added some more page types to some _page_type_list() functions
2011-07-01 15:43:26 +08:00
Sam Hemelryk
f86e19b1ee
Merge branch 'MDL-27829_block_pagetype_master' of git://github.com/andyjdavis/moodle
2011-06-29 17:04:13 +08:00