Rajesh Taneja
37b5e8fee8
MDL-19430 My Moodle: Polished course_over view code of netspot
2012-07-19 15:30:37 +08:00
Sam Hemelryk
78f15d33bb
Merge branch 'MDL-28155_master' of git://github.com/dmonllao/moodle
2012-07-16 11:50:35 +12:00
Sam Hemelryk
cbbdc7db2a
Merge branch 'master_MDL-32228_add_plagiarism_api_support_to_online_assignment_type' of git://github.com/kanikagoyal/moodle
2012-07-16 10:35:34 +12:00
Kanika Goyal
93d52d84ec
MDL-32228: Plagiarism API - add support for plagiarism api to online assignment type
2012-07-11 23:04:56 +05:30
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
Rossiani Wijaya
df70d008f7
MDL-31987 Assignment module: fixed upgrade version
2012-07-02 14:46:43 +08:00
Dan Poltawski
74fc24a916
MDL-31987 Assignment module: fix sql for postgres.
2012-07-02 14:45:46 +08:00
Rossiani Wijaya
b8ba23ca23
MDL-31987 Assignment module: Assignment count submissions correctly.
...
For advanced upload assignment, store file count of each submission
into assignment_submissions.numfiles
When counting submissions, if the assignment is open and tracking
drafts, only submissions which has send for marking are counted.
Otherwise, submissions which has numfiles > 0 are counted.
Also change a hardcoded 'submitted' to ASSIGNMENT_STATUS_SUBMITTED.
This patch was originally written by: Sunner Sun <sunner@gmail.com>.
I made some modifation to fixed count_real_submissions() query (ref: MDL-32207) in /mod/assignment/type/upload/assignment.class.php file
2012-07-02 14:26:45 +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
Eloy Lafuente (stronk7)
c5e783e512
MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700
2012-06-18 02:37:00 +02:00
Dan Poltawski
760c063bc0
Merge branch 'wip-MDL-33446-master' of git://github.com/marinaglancy/moodle
2012-06-12 13:45:10 +08:00
Marina Glancy
c469b3963b
MDL-33446 Editor form field can filter return types
...
- Added possibility for editor form field to specify return_types (default FILE_INTERNAL | FILE_EXTERNAL | FILE_REFERENCE)
- For assignment, workshop, quiz essay submissions and form posts do not allow FILE_REFERENCE
- Fixed mod_resource return_types, reset them to default, because filemanager does not know how to work with FILE_EXTERNAL links
2012-06-12 11:03:43 +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
Dan Poltawski
d6c94cf4eb
MDL-33069 assignment: change pluralname to (2.2)
2012-05-17 17:28:26 +08:00
Petr Skoda
d59ef9c5ab
MDL-32926 exorcise setUser(2) evil from phpunit
2012-05-12 21:42:07 +02:00
Sam Hemelryk
6bfa88103d
Merge branch 'master-MDL-31028_2' of git://github.com/chtombleson/moodle
2012-05-10 13:52:31 +12:00
Christopher Tombleson
4447223b38
MDL-31028: Added pathname hashes to eventdata
...
Also fix strict standard warning
2012-05-09 13:46:20 +12: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
Ankit Agarwal
8bb7fb7008
MDL-31940 assignment: Removing deprecated function assignment_get_participants
2012-05-08 14:59:23 +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
David Mudrak
b861b60932
MDL-32471 fixed strict standards in the declaration of send_file() in assignment types
...
All subtypes declaration should be compatible with that of assignment_base::send_file()
2012-04-25 13:48:12 +02:00
Eloy Lafuente (stronk7)
2c6dbf4a54
MDL-32490 Offline assignment: phpdocs and whitespace fixes
2012-04-25 02:40:35 +02:00
Eloy Lafuente (stronk7)
2ae4f3849a
Merge branch 'MDL-32490' of git://github.com/bostelm/moodle
2012-04-25 02:28:50 +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
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
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
Dan Poltawski
7a1ed64587
Merge branch 'w15_MDL-32323_m23_phpunit3' of git://github.com/skodak/moodle
2012-04-11 09:32:58 +08:00
Petr Skoda
9bb2b515ce
MDL-32323 fix generator file name typos
2012-04-10 15:27:12 +02:00
Petr Skoda
b0429d0073
MDL-32323 add basic mod_assignment data generator
2012-04-10 15:27:09 +02:00
Sam Hemelryk
5bfeb5ffd3
Merge branch 'MDL-30843_b' of git://github.com/rwijaya/moodle
2012-04-10 12:34:37 +12:00
Petr Skoda
b60d21747f
MDL-32149 remove empty tests and outdated/disabled portfolio tests
2012-04-03 22:31:02 +02: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
Dan Poltawski
17e2b27d31
MDL-29400 assignment: Require a file to be uploaded in form
...
Don't display 'File uploaded successfully' when no file uploaded for
both upload and uploadsingle
2012-03-26 11:19:57 +13:00
Sam Hemelryk
ef844d0a15
Merge branch 'w12_MDL-32094_m23_phpstrict' of git://github.com/skodak/moodle
2012-03-20 16:47:17 +13:00
Petr Skoda
e7755fc627
MDL-32094 fix E_STRICT issues in assignment
2012-03-18 18:32:17 +01:00
Tim Hunt
88eca3cd26
MDL-19125 module restrictions: addinstance capabilities for all mods
2012-03-15 17:13:43 +00:00
Sam Hemelryk
db6d54c337
Merge branch 'MDL-31808-master-1' of git://git.luns.net.uk/moodle
2012-03-13 14:10:00 +13: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
Petr Skoda
bb88a54d06
MDL-31985 remove text sizes from all install.xml files
2012-03-11 15:55:37 +01: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
Petr Skoda
c3dd6b01fe
MDL-27982 drop UNSIGNED attributes from all install.xml files
2012-03-06 12:01:10 +01:00
Sam Hemelryk
48c6ebebbf
MDL-30724 mod_assignment: Minor fixes during integration
2012-03-05 16:09:55 +13:00