Adrian Greeve
c600a85c5e
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 09:57:34 +08:00
Frederic Massart
ae41a70b40
MDL-36634 usability: Minor CSS fixes in Wiki and Blog
2012-11-20 13:06:09 +08:00
Mark Nelson
3774324174
MDL-33791 Portfolio: Fixed security issue with passing file paths.
2012-11-08 00:26:13 +01:00
Adrian Greeve
e2c5f38605
MDL-35558 mod_data: Show only own entries while there are required pending.
2012-11-07 19:43:42 +01:00
Adrian Greeve
76fb0443b6
MDL-34448 - mod/data - Fixing separate groups viewing all entries.
2012-10-05 08:11:11 +08:00
Sam Hemelryk
c367e7fe4e
Merge branch 'MDL-31496_master' of git://github.com/dmonllao/moodle
2012-09-03 12:20:38 +12: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
David Monllao
0d284a8bd6
MDL-31496 mod_data Replacing inline styles for CSS classes in search containers
2012-08-20 17:16:15 +08:00
David Monllao
b859dc533f
MDL-31496 mod_data Replacing inline styles for CSS classes in textarea elements
2012-08-20 16:44:01 +08:00
Rossiani Wijaya
1b2bd9768d
MDL-34563 - change string firstname to lastname and add accesshide class
2012-08-16 14:16:57 +08:00
Rossiani Wijaya
3a5543d43b
MDL-34563 - removed double labeling and add label for input text
2012-08-16 14:15:13 +08:00
Aparup Banerjee
6e12c2156e
MDL-22773 Database : fixed whitespace.
2012-08-15 10:04:24 +08:00
Aparup Banerjee
dbf2c5bfef
Merge branch 'MDL-22773' of git://github.com/bostelm/moodle
2012-08-15 10:01:46 +08:00
Henning Bostelmann
4f304eeb3d
MDL-22773 Database module export: include internal fields
...
Fields included:
* User details (fullname, username, email)
* Time added/modified
* Approval status
2012-08-14 11:14:07 +01:00
Sam Hemelryk
6869060218
Merge branch 'wip-MDL-34074-master' of git://github.com/abgreeve/moodle
2012-08-06 13:36:44 +12:00
Adrian Greeve
9a5abd1b70
MDL-34074 - lib - Creation of a csv upload class which is FRC 4180 compliant and the alteration of various files around Moodle to use this class.
2012-08-02 13:18:57 +08:00
David Monllao
0b3b8c30e2
MDL-34464 mod_data Replace all instances of get_context_instance() with respective context_XXXX class in mod/data
2012-07-27 09:13:57 +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