Sam Hemelryk
2bbf03ce3b
Merge branch 'wip-MDL-33857-master' of git://github.com/marinaglancy/moodle
2012-10-16 13:31:44 +08:00
Marina Glancy
722e6ba947
MDL-35339 Deprecate add_mod_to_section(), create new function course_add_cm_to_section()
...
Function add_mod_to_section() has very confusing arguments when object looks like record from
table course_modules but field ->section refers to relative section number (course_sections.section).
In table course_modules the field section refers to course_sections.id.
Also add_mod_to_section() does not update table course_modules and does not call rebuild_course_cache()
which developer can forget to do afterwards.
- Added function course_add_cm_to_section()
- In the core code add_mod_to_section() is replaced with course_add_cm_to_section()
- Function add_mod_to_section() is deprecated
2012-10-15 14:08:13 +08:00
Marina Glancy
71a56e08c8
MDL-35339 avoid using get_all_sections(), get_all_mods() and field section.sequence directly
2012-10-15 14:08:13 +08:00
Marina Glancy
43aadf0401
MDL-33857 Increase performance of queries for Server files repository (small improvements)
2012-10-10 15:21:27 +08:00
Marina Glancy
b8de262139
MDL-33857 Increase performance of queries for Server files repository
...
- file_info class now has new methods get_non_empty_children and count_non_empty_children; added default implementation;
- all core classes extending file_info have their implementation of those methods;
- class repository_local_file used for caching get_children() results is removed;
- class repository_local rewritten to use new methods from file_info;
- added caching of retrieved modules in file_browser::get_file_info_context_module() - this query is slow and executed multiple times on big servers
2012-10-10 15:21:26 +08:00
Andrew Davis
2403ea411c
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 10:54:52 +08:00
Jason Fowler
06b53930ab
MDL-33829 - Glossary - Adding Rich Portfolio Export support
2012-09-30 10:54:52 +08:00
Ankit Agarwal
d197ea4300
MDL-34549 libraries: Replace get_context_instance_by_id() by context::instance_by_id()
2012-08-24 11:30:10 +08:00
Rossiani Wijaya
656eb8139e
MDL-34566 accessibility compliance for glossary module: Add forform input text and select tag
2012-08-03 11:53:57 +08:00
Ankit Agarwal
703a2c2e3f
MDL-34467 glossary: Changing strictness of new context_xxx::instances() calls
2012-07-27 14:27:09 +08:00
Ankit Agarwal
e0a91e119a
MDL-34467 glossary: Repalce all instances of get_context_instanc() with respective context_XXX::instance()
2012-07-27 13:25:24 +08:00
Rajesh Taneja
405aca3532
MDL-32942 libraries: Replaced deprecated PARAM_ACTION and PARAM_FORMAT with PARAM_ALPHANUMEXT
2012-07-19 15:46:10 +08:00
Eloy Lafuente (stronk7)
5d16ab2bba
Merge branch 'MDL-33796-master' of git://github.com/FMCorz/moodle
2012-07-03 01:04:47 +02:00
Dan Poltawski
ba17a42133
Merge branch 'MDL-9073-master' of github.com:FMCorz/moodle
2012-07-02 15:33:31 +08:00
Aparup Banerjee
99c3c503e0
MDL-34096 Installation : Added 2.3 upgrade line to db upgrade scripts.
2012-06-29 11:41:09 +08:00
Frederic Massart
50f4e23fc9
MDL-33796 Glossary: removed unused missing string
2012-06-26 14:54:56 +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
Frederic Massart
f97aee76e7
MDL-9073 Glossary: uncategorised entries are printable
2012-06-20 12:24:44 +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
3248a1e1e4
Merge branch 'MDL-33794' of git://github.com/stronk7/moodle
...
Conflicts:
mod/assign/version.php
2012-06-18 16:08:39 +08:00
Aparup Banerjee
341d989d63
Merge branch 'MDL-30337_no_risk' of git://github.com/nebgor/moodle
2012-06-18 16:03:08 +08:00
Nadav Kavalerchik
0a1617e23f
MDL-32479 - RTL Theme fixes for Moodle 2 (theme/base)
...
Right align item's content (when viewing a Glossary activity in RTL mode)
Conflicts:
mod/glossary/styles.css
2012-06-18 11:26:07 +08: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
Andrew Robert Nicols
8635302e54
MDL-33675 Add updated help texts for modules to appear in activity chooser
2012-06-12 13:38:17 +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
Jason Fowler
d508e71d4c
MDL-33594 - Glossary - fixing portfolio exports
2012-06-08 13:32:44 +08:00
Sam Hemelryk
5874cc6aab
Merge branch 'MDL-32325-master' of git://github.com/FMCorz/moodle
2012-06-08 10:20:43 +12:00
Andrew Robert Nicols
7ccec1e2cf
MDL-33535 Correct typo in glossary documentation link
2012-06-07 09:17:40 +01: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
Dan Poltawski
c86d6be226
Merge branch 'MDL-29924-master' of git://github.com/FMCorz/moodle
2012-05-25 11:14:22 +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
Helen Foster
2e6b68f4a8
MDL-32925 lang: Add extended help texts for all modules
...
Thanks to Mary Cooch & Martin Dougiamas who contributed to this
rewording.
AMOS BEGIN
REM These module help texts are going to be displayed more prominently in the Moodle interface
AMOS END
2012-05-18 00:27:04 +08:00
Frederic Massart
096d4d8767
MDL-29924 Glossary: Entry attachments displayed in Moodle dialogue
2012-05-17 15:12: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
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
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
Eloy Lafuente (stronk7)
3e0b0ae59b
Merge branch 'wip-MDL-26500' of git://github.com/danpoltawski/moodle
2012-04-24 00:03:36 +02:00
Petr Skoda
cdbea7eed1
MDL-31607 use full course object for require_login() if already available
...
This eliminates 1 db query.
2012-04-22 17:41:47 +02:00
Dan Poltawski
20d1c739dd
MDL-26500 mod/glossary: Rewrite pluginfile urls in RSS
2012-04-17 17:47:11 +08:00