Adrian Greeve
0c5bd8349d
MDL-36551 - mod_data: Onsite presets now retain the advanced search template.
...
Presets that were saved to the site would lose the advanced search template when being used.
The previous check was put in place to see if the advanced search template existed or not (presets pre 1.9),
This checked external files properly but not onsite files.
Now checks are being done on both internal and external preset files.
2012-11-21 10:03:00 +08:00
Adrian Greeve
9b025da732
MDL-35558 mod_data: Show only own entries while there are required pending.
2012-11-07 19:50:15 +01:00
Adrian Greeve
768a2ceafd
MDL-34448 - mod/data - Fixing separate groups viewing all entries.
2012-10-08 14:50:27 +08:00
David Monllao
108dd3376c
MDL-31496 mod_data Replacing inline styles for CSS classes in search containers
2012-08-21 10:49:03 +08:00
David Monllao
a415852d2b
MDL-31496 mod_data Replacing inline styles for CSS classes in textarea elements
2012-08-21 10:49:03 +08:00
Rossiani Wijaya
dc5d4f435a
MDL-34563 - change string firstname to lastname and add accesshide class
2012-08-16 14:18:04 +08:00
Rossiani Wijaya
8309268b42
MDL-34563 - removed double labeling and add label for input text
2012-08-16 14:17:50 +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
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
Adrian Greeve
0a498686c0
MDL-32126 replaced _order with sortorder to make sorting work in oracle
2012-05-18 11:37:21 +02:00
Dan Poltawski
7e89cbe0ac
Merge branch 'MDL-31675-file-browsing' of git://github.com/mudrd8mz/moodle
2012-05-18 10:30:22 +08:00
Sam Hemelryk
ba94f1d503
Merge branch 'MDL-32889-master' of https://github.com/mackensen/moodle
2012-05-16 13:09:32 +12:00
Adrian Greeve
0ba303e85f
MDL-32126 - data - Fix of an error when sorting by other criteria.
2012-05-14 07:27:01 +08:00
Sam Hemelryk
5ba2e3150f
Merge branch 'wip-MDL-31763-master' of git://github.com/abgreeve/moodle
2012-05-10 14:11:24 +12:00
Adrian Greeve
541685ec20
MDL-31763 - data - users can only override their own presets unless they have manage presets permission.
2012-05-10 10:04:30 +08:00
Charles Fulton
66969d5004
MDL-32889 lib: escape filename in Content-Disposition header
2012-05-09 16:03:33 -04:00
David Mudrak
386b67d100
MDL-31675 File browsing support for the Database module
...
AMOS BEGIN
CPY [fields,mod_data],[areacontent,mod_data]
AMOS END
2012-05-09 04:03:34 +02:00
Ankit Agarwal
d5f7468eca
MDL-31940 data: Removing deprecated function data_get_participants
2012-05-08 15:04:53 +08:00
Sam Hemelryk
bc0be2fb80
Merge branch 'MDL-19391-master-1' of git://git.luns.net.uk/moodle
2012-04-30 12:16:35 +12:00
Aparup Banerjee
aed560a197
MDL-19391 Database : fixed icon size
2012-04-24 16:00:38 +01: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
Petr Skoda
6b04fdc0b6
MDL-32400 improve module generators
...
Module generators are using standard *_add_instance() methods which helps with testing, it also updates grades and calendar events if used.
2012-04-15 14:16:59 +02:00
Aparup Banerjee
c197d5f028
MDL-17327 database : fixed comparisions in sql to be cross db compatible in data_get_advanced_search_sql()
...
This was failing under the MSSQL database drivers.
2012-04-03 15:06:09 +08:00
adrian@moodle.com
db546510a1
MDL-17327 - data - improved the sql query for very large advanced searches
2012-03-30 13:18:23 +08:00
Aparup Banerjee
a72996fe71
Revert "MDL-17327 - data - improved the sql query for very large advanced searches"
...
This reverts commit 72d4340a0e .
Testing cross db compatibility failed.
2012-03-22 09:21:25 +08:00
adrian@moodle.com
72d4340a0e
MDL-17327 - data - improved the sql query for very large advanced searches
2012-03-21 09:41:48 +08:00
Sam Hemelryk
d9fc82157b
Merge branch 'MDL-31811-master-2' of git://git.luns.net.uk/moodle
2012-03-12 15:15:23 +13:00
Andrew Robert Nicols
e8027a40cd
MDL-31811 Add/Correct checks on activity read-only periods
2012-03-06 09:30:32 +00:00
Adrian Greeve
901d58dfd3
MDL-29086 - data - Fix for allowing the deletion of database activity presets.
...
Thank you to Matthias Hunstock for providing the patch for this.
2012-03-02 14:18:32 +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
Eloy Lafuente (stronk7)
ec93cd94e8
Merge branch 's17_MDL-30984_comment_docblock_master' of git://github.com/dongsheng/moodle
2012-02-16 02:07:48 +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
Sam Hemelryk
ac87f25829
Merge branch 'wip-MDL-25185-master' of git://github.com/abgreeve/moodle
2012-02-13 17:34:50 +13:00
Adrian Greeve
834686037c
MDL-25185 - data - Allowing data from the database to be exported according to group roles.
2012-02-09 09:26:08 +08:00
Adrian Greeve
c6c15daf81
wip-MDL-31396 - data - Exporting a preset as a zip code changed to remove errors.
2012-02-06 09:46:20 +08:00
Tom Lanyon
af9b14446d
MDL-28701 Change uses of make_upload_directory(temp) to make_temp_directory().
2011-09-10 10:43:49 +02:00
Tom Lanyon
7aa06e6ded
MDL-28701 Change all uses of $CFG->dataroot/temp to $CFG->tempdir
2011-09-10 10:35:39 +02: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
Rajesh Taneja
ea2052ab8e
MDL-27954 mod_database - fixed search navigation link
2011-07-11 10:09:44 +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
Andrew Davis (andyjdavis)
b38e2e28a1
MDL-27829 blocks: altered the algorithm used to find plugin page types
2011-06-27 12:27:41 +08:00
Sam Hemelryk
6708a1f525
MDL-27810 portfolio: Added ->portfolioenabled checks before creating portfolio buttons to avoid initialising portfolio requirements
2011-06-21 10:35:53 +08:00
Dongsheng Cai
b1627a92e5
MDL-26105 Block settings should contains less options, and be more user friendly
...
AMOS BEGIN
MOV [page-blog-index, pagetype], [page-blog-index, blog]
MOV [page-blog-x, pagetype], [page-blog-x, blog]
MOV [page-tag-x, pagetype], [page-tag-x, tag]
MOV [page-course-view-weeks, pagetype], [page-course-view-weeks, format_weeks]
MOV [page-course-view-weeks-x, pagetype], [page-course-view-weeks-x, format_weeks]
MOV [page-course-view-topics, pagetype], [page-course-view-topics, format_topics]
MOV [page-course-view-topics-x, pagetype], [page-course-view-topics-x, format_topics]
AMOS END
2011-06-09 13:51:14 +08:00
Eloy Lafuente (stronk7)
5b52ce19c5
Merge branch 'MDL-27625_master' of git://github.com/stronk7/moodle
...
Conflicts:
mod/forum/lib.php
2011-05-25 16:37:43 +02:00
Eloy Lafuente (stronk7)
5693d56cd8
MDL-27625 rating - consider RATING_UNSET_RATING a valid rating value
2011-05-25 12:00:16 +02:00
Sam Hemelryk
2b04c41c58
MDL-27471 Adding mandatory component & ratingarea to the ratings API + other fixes
...
* Added the component and ratingarea fields and implemented it throughout
the rating API as mandatory fields
* Cleanup rating indexes
* Upgrade forum/data/glossary ratings
* Moved the logic in the render_rating method to methods of the rating object.
* Added new callback for checking ratingareas
* Cleaned comments here and there
* Mark the xxx_get_participants methods as deprecated
* Refactor rate_ajax and ratingsuser_can_view_aggregate methods
* Cleaned up rating/index.php to use html_table object and moved inline styles to CSS.
* Added missing properties of the rating object that were being set throughout the rating
API.
2011-05-23 12:35:39 +02:00