Rajesh Taneja
1c4d953cef
MDL-31405 Assignment: removed type in time shift reset status
...
Assignment reset shifts time for all assignments and not specific to
assignment type, hence removed type string from reset status
2013-10-22 11:10:32 +08:00
Rajesh Taneja
e63515ba93
MDL-31405 Assignment: Fixed date in reset to be called for every assignment
2013-10-14 12:34:55 +08:00
Damyon Wiese
3d27180e94
MDL-40493 User preference: Allow users to set their preferred text editor.
...
This changes the setting htmleditor in the user table from a 0 or 1 column
to a user preference for the name of their preferred html editor.
2013-10-02 12:49:30 +08:00
Mark Nielsen
79547e52dd
MDL-32690: Restore 1.9 backup into 2.X fails on missing assignment type
...
Solution is as follows:
* Allow unsupported subplugins to convert from Moodle1 to Moodle2
* On Moodle2 restore hide unsupported subplugins
* Graceful error message in assignment of unsupported subplugins
2013-08-29 08:47:35 -07:00
Tim Hunt
3c620d7f7c
MDL-40867 fix misleading PHPdocs for _get_coursemodule_info
2013-07-26 10:40:39 +01:00
Marina Glancy
73f0d9b638
Merge branch 'MDL-40701-master' of git://github.com/danpoltawski/moodle
2013-07-17 12:45:18 +10:00
Dan Poltawski
f7d8f38e21
MDL-40701 mod_assignment: fix refresh events
...
It was getting the cm event with the wrong id and calling
deprecated functions
2013-07-17 10:29:25 +08:00
Petr Škoda
bd3b3bba9f
MDL-40220 use new core_component::get_plugin_list()
2013-07-16 22:36:11 +02:00
Petr Škoda
a9cda870ba
MDL-38109 use always get_plugin_list() to get list of plugins
...
get_list_of_plugins() is NOT intended for real plugins, only plugin like directories.
2013-06-11 10:22:45 +02:00
Petr Škoda
0ac97084fa
MDL-34674 use browser built-in spell checking in all browsers except < IE10
2013-04-12 11:33:23 +02:00
Dan Poltawski
a96eb3a55f
Revert "MDL-38254 Assignment Module: add avaialble message to all assignment types"
...
This reverts commit 2612e21bd4
.
2013-04-11 16:52:25 +08:00
Rossiani Wijaya
2612e21bd4
MDL-38254 Assignment Module: add avaialble message to all assignment types
2013-04-04 11:04:22 +08:00
Rajesh Taneja
45281abcfa
MDL-30144 Assignmnet 2.2: fixed context retrival
2013-02-06 12:36:25 +08:00
Michael Hughes
127d66f183
MDL-30144 Assignment 2.2: Download all as zip should only contain submission from active enroled users
2013-02-01 17:08:22 +08:00
Damyon Wiese
1e4bd9fe25
MDL-30700 Assignment 2.2: Added text_sorting function to tablelib
...
Allows oracle to sort by text (clob) columns (should be used sparingly).
2012-12-11 15:42:24 +08:00
Mark Nelson
3774324174
MDL-33791 Portfolio: Fixed security issue with passing file paths.
2012-11-08 00:26:13 +01:00
Rajesh Taneja
deba4dc328
MDL-29689 Assignment 2.2: A student can see feedback for assignments with no-grades
2012-10-04 16:23:18 +08:00
Jean-Philippe Gaudreau
7f40888801
Fixing feedback's view when assignment is set to no grade. Also refactoring the use of method view_feedback for upload (single and advenced) assignments
...
Conflicts:
mod/assignment/type/upload/assignment.class.php
mod/assignment/type/uploadsingle/assignment.class.php
2012-10-03 14:41:32 +08:00
Kanika Goyal
50da4ddd56
MDL-34382: Plagiarism API - add new option to flag modules that support the use of plagiarism plugins
2012-08-13 11:02:34 +05:30
Rossiani Wijaya
5d2b1e5eec
MDL-34561 accessibility compliance for assignment module: add accesshide class
2012-08-06 15:19:51 +08:00
Rossiani Wijaya
3695494fc3
MDL-34561 accessibility compliance for assignment module: Add forform input text and select tag
2012-08-03 11:53:51 +08:00
David Monllao
01a67102e6
MDL-34466 mod_assignment Replace all instances of get_context_instance() with respective context_XXXX class in mod/assignment
2012-07-27 13:25:05 +08:00
Aparup Banerjee
90310b1b4f
MDL-26969 assignment : clarified phpdoc and fixed whitespace.
2012-07-24 16:40:05 +08:00
Rossiani Wijaya
75cf84ac25
MDL-26969 Assignment module - upload: fixed get_submission() return value to nothing when param is set to false.
2012-07-23 11:19:30 +08:00
David Monllao
0652b34fde
MDL-28155 mod_assignment Using the this object instead of a string
2012-07-11 15:10:17 +08:00
Sun Zhigang
b5b7d9d91a
MDL-28155 mod_assignment - Fix an ugly hack
...
Show download all link for any assignment types which implement
the download_submissions() method
2012-07-10 12:57:54 +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
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
Ankit Agarwal
8bb7fb7008
MDL-31940 assignment: Removing deprecated function assignment_get_participants
2012-05-08 14:59:23 +08:00
Damyon Wiese
bbd0e548c3
MDL-31270 mod_assign: introducing the assignment module
...
* Includes an assignment upgrade tool to convert from the old mod_assignment.
* Hides mod_assignment on new installs
2012-05-03 14:44:06 +08:00
Eloy Lafuente (stronk7)
e97eefd8c8
Merge branch 'MDL-19263-master' of https://github.com/mackensen/moodle
2012-04-26 02:46:21 +02:00
Eloy Lafuente (stronk7)
d7f84a2962
Merge branch 'MDL-32471-thumbnails' of git://github.com/mudrd8mz/moodle
2012-04-25 15:14:27 +02:00
Eloy Lafuente (stronk7)
2c6dbf4a54
MDL-32490 Offline assignment: phpdocs and whitespace fixes
2012-04-25 02:40:35 +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
Charles Fulton
d402ee1c56
MDL-19263 assignment: only notify users enrolled in course
2012-04-20 06:10:33 -07:00
Henning Bostelmann
2159c1eaed
MDL-32490 Offline assignment: do not display lateness information
2012-04-19 19:27:11 +01: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
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
Petr Skoda
e7755fc627
MDL-32094 fix E_STRICT issues in assignment
2012-03-18 18:32:17 +01:00
Sam Hemelryk
fd9dbadb15
Merge branch 'MDL-31917-master-1' of git://git.luns.net.uk/moodle
2012-03-13 14:04:44 +13:00
Sam Hemelryk
595dc849dd
Merge branch 'MDL-31919-master-2' of git://git.luns.net.uk/moodle
2012-03-13 14:00:41 +13:00
Ruslan Kabalin
8ef93c7029
MDL-31919 Fix assignment overview output to respect gradebook grading.
...
Currenly, if assigment has been graded in gradebook only, in the assigment
overview it is listed as not graded.
2012-03-06 16:55:29 +00:00
Ruslan Kabalin
7761e7b39a
MDL-31917 Improve assigment submission usability
...
Say 'View' if assignment has been graded via gradebook and changing
grades via submissions interface is not possible.
2012-03-06 15:43:07 +00:00
Sam Hemelryk
48c6ebebbf
MDL-30724 mod_assignment: Minor fixes during integration
2012-03-05 16:09:55 +13:00
Sam Hemelryk
29747783e2
Merge branch 'm_MDL-30724_count_real_submissions_eloy_suggests' of git://github.com/gerrywastaken/moodle
2012-03-05 16:08:19 +13: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
Gerard (Gerry) Caulfield
8caba22968
MDL-30724 Limit assignment_count_real_submissions() to only select real
...
submissions
I've also refactored some code so that it is more structured and allows
for easier overriding of function associated with counting submissions
and updated associated doc blocks.
2012-02-27 12:24:48 +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
Gerard (Gerry) Caulfield
ad2d5eba0b
MDL-30957 Adding a new method "is_complete" to assignment lib for
...
testing if a submission has actually been submitted and then adding a
call to it before displaying the the assignment submission date header
As recommended I've simplified the functions and split the logic out into appropriate upload classes.
2012-02-20 11:34:38 +08:00