Commit graph

225 commits

Author SHA1 Message Date
Petr Skoda
64f93798d4 MDL-22950 adding new component column to the files table, unfortunately this change requires changes in all 2.0dev code, please review all custom code that was already upgraded to 2.0; fixing multiple problems and regressions in mod/assignment 2010-07-03 13:37:13 +00:00
Eloy Lafuente
8bf1e5295e MDL-22151 assignment backup - added backup for assignment with subplugin support MDL-22245 2010-07-02 11:24:56 +00:00
Martin Dougiamas
d992f53d8c mod/assignment MDL-22609 Checking in Aparup's patch fixing the file upgrade (itemid now is submission->id, not user->id). Also fixed some buggy uses of $OUTPUT->notification in uploadsingle->upload() (redirect works better) 2010-07-01 09:41:06 +00:00
Petr Skoda
1628ba8bbe fixed recent regression + simplified code a bit 2010-06-28 13:15:03 +00:00
Petr Skoda
f8ffb97e3c fixed recent regression + simplified code a bit 2010-06-28 13:14:01 +00:00
aparup
d2b6ee29f2 Assignment MDL-22611 a few changes to the assignment section, Changes include
- display grading as a main page navigation sequence rather than a popup (this addressed a few navigation issues with popup)
- grading forms now use moodle form. swapped grading form button positions to reduce human error.
- fixed file area issues with assignment submissions. (see MDL-22608)
- other minor changes : headings, titles
2010-06-28 02:38:53 +00:00
Rossiani Wijaya
8ceabede81 MDL-20486 - modify button's label when there is no assignment has been submitted. 2010-06-23 10:05:48 +00:00
Sam Hemelryk
7487c85699 course formats MDL-22647 Course format names are now properly supported and used. Big thanks to Brandon Turner for the patch. 2010-06-08 06:21:25 +00:00
Penny Leach
6afa598183 portfolio & online assignment MDL-22485 require portfoliolib & check portfolios enabled before trying to add buttons 2010-05-17 08:48:54 +00:00
David Mudrak
27d1a27c21 MDL-21695 Migrating the usage of root help files so far re-worded
AMOS BEGIN
 HLP forcepasswordchange.html,[forcepasswordchange_help,core]
 HLP interestslist.html,[interestslist_help,core]
 HLP newpassword.html,[newpassword_help,core]
 HLP permissions.html,[permissions_help,core_role]
 HLP picture.html,[newpicture_help,core]
 HLP picture.html,[newpicture_help,core_group]
 HLP roles.html,[roles_help,core_role]
AMOS END
2010-05-06 21:27:58 +00:00
Patrick Malley
a6e1750ae3 Added additional div classes to generalboxes for additional styling 2010-05-02 02:10:54 +00:00
Patrick Malley
15b45bdcb9 Added class to upload file when no file is present. 2010-05-01 14:49:04 +00:00
Patrick Malley
610b5fde69 Added id to uploaded file userfiles generalbox for specific styling 2010-05-01 14:17:30 +00:00
David Mudrak
e66841b9e6 MDL-21695 Assignment module now uses new help strings
AMOS BEGIN
 HLP assignment/allowdeleting.html,[allowdeleting_help,mod_assignment]
 HLP assignment/allowmaxfiles.html,[allowmaxfiles_help,mod_assignment]
 HLP assignment/allownotes.html,[allownotes_help,mod_assignment]
 HLP assignment/commentinline.html,[commentinline_help,mod_assignment]
 HLP assignment/emailnotification.html,[enableemailnotification_help,mod_assignment]
 HLP assignment/emailteachers.html,[emailteachers_help,mod_assignment]
 HLP assignment/hideintro.html,[hideintro_help,mod_assignment]
 HLP assignment/mods.html,[modulename_help,mod_assignment]
 HLP assignment/pagesize.html,[pagesize_help,mod_assignment]
 HLP assignment/quickgrade.html,[quickgrade_help,mod_assignment]
 HLP assignment/resubmit.html,[allowresubmit_help,mod_assignment]
 HLP assignment/trackdrafts.html,[trackdrafts_help,mod_assignment]
AMOS END
2010-04-29 23:12:13 +00:00
Moodle HQ git importer
873750c2df Fixing drift between CVS and git 2010-04-29 11:26:40 +00:00
Dan Marsden
d1eb4c8600 remove debug 2010-04-28 02:53:37 +00:00
Dan Marsden
675be221e4 Plagiarism Lib MDL-13680 - reverting commit for now. 2010-04-28 02:52:54 +00:00
Dan Marsden
2c35de0ffb Plagiarism Lib MDL-13680 - reverting commit for now. 2010-04-28 02:47:26 +00:00
Dan Marsden
30b5ee6b06 Plagiarism Lib MDL-13680 - reverting commit for now. 2010-04-28 02:47:25 +00:00
Dan Marsden
cc3b3fae5d Plagiarism Lib MDL-13680 - add Plagiarism lib support for modules. - initially including the assignment module and Turnitin service - Backup deliberately excluded at this stage and I expect some of the file handling to change slightly before 2.0 release. 2010-04-27 21:52:07 +00:00
Dan Marsden
6db1124204 Assignment MDL-7206 - zip_packer allows passing of file objects - doesn't need real path 2010-04-25 07:20:17 +00:00
Dan Marsden
b37ce778c6 Assignment MDL-7206 - download all submissions as a zip - finally pushing this into head. 2010-04-22 11:33:17 +00:00
Sam Hemelryk
3406acdef9 navigation MDL-22044 Major navigation structure changes.
Navigation has now been re-ordered in accordance with http://docs.moodle.org/en/Development:Navigation_2.0_structure.
This has led to several changes in the way in which navigation is generated included API changes, most notably using the
navigation_nodes add method now returns the newly added node rather than the key.
At the same time the global_navigation_tree block has been renamed to navigation and settings_navigation_tree to settings.
2010-04-19 06:30:30 +00:00
Dan Marsden
76b79f2f88 MDL-21655 fix typo 2010-04-08 09:40:38 +00:00
Petr Skoda
4f0c2d0009 MDL-21655 big scary enrolment and roles improvements - see tacker for list of changes, includes other minor fixes too 2010-03-31 07:41:31 +00:00
Dan Marsden
48d628c032 Assignment Events MDL-21861 - remove bad call to depreceated function 2010-03-25 00:23:22 +00:00
Dan Marsden
1c5517a5a6 Assignment Events MDL-21861 - trigger events when files are uploaded in assignment to allow further handling - particularly for plagiarism prevention 2010-03-19 06:20:12 +00:00
Petr Skoda
cc27235e44 MDL-21769 fixed input validation 2010-03-07 15:24:37 +00:00
Sam Hemelryk
2caec08a8f mod-assignment MDL-20204 Regression, converted two broken icons to use pix_icon 2010-02-17 03:58:13 +00:00
Petr Skoda
3ea5951efb MDL-20204 converting some more html_links 2010-02-16 15:27:16 +00:00
Petr Skoda
9bf163146b MDL-20204 more html_link converstions 2010-02-11 18:50:55 +00:00
Petr Skoda
a685593466 MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions 2010-01-16 15:39:56 +00:00
Petr Skoda
5c2ed7e215 MDL-21198 $OUTPUT->single_button() resurrection, hopefully much easier to use than $OUTPUT->button(); fixed some regressions and code style improvements 2010-01-03 15:46:14 +00:00
Petr Skoda
812dbaf7d5 MDL-21198 improved/simplified $OUTPUT->user_picture() + regression fixes, performance fixes and detected performance problems when printing user avatars 2009-12-27 19:47:21 +00:00
Penny Leach
df3466045c portfolio/assignment MDL-21035 added updated & published fields to leap2a.
also fixed files support in online type
2009-12-18 14:38:22 +00:00
Sam Hemelryk
007772d65d mod-assignment MDL-21106 Changed user->id to submission->id, big thanks Penny for spotting 2009-12-18 08:45:00 +00:00
Petr Skoda
4454447d56 MDL-20700 whitespace terror returns 2009-12-16 22:14:17 +00:00
Petr Skoda
b5d0cafc6f MDL-20787 final switch to new $OUTPUT->pix_url() - yay! 2009-12-16 21:50:45 +00:00
Petr Skoda
78946b9bdb MDL-20204 first batch of major theme changes, some regressions are still there, expect more changes and improvements soon; see tracker for details and list of subtasks 2009-12-16 18:00:58 +00:00
Sam Hemelryk
fb1ee4d548 mod-assignment MDL-21106 Changed itemid for online assignment from assignment->id to user->id 2009-12-16 01:48:48 +00:00
Penny Leach
5fb2911515 portfolio MDL-21079 updated a few more portfolio_callers
fixed a few more that were pointing to lib.php rather than locallib.php
2009-12-15 12:37:06 +00:00
Penny Leach
ff284987c7 online assignment / send_file: MDL-21104 fixed two missing variables 2009-12-14 10:18:31 +00:00
Penny Leach
59dd457e4b portfolio: MDL-21030 - leap2a portfolio format support.
This commit includes:

- leap2a portfolio format, and xml writer
- proof of concept implementation in forum and assignment modules
- a lot of refactoring of the portfolio formats in general:
    - addition of "abstract" formats - this is necessary for plugins to be able to support groups of formats
    - addition of the idea of portfolio formats conflicting with eachother - eg richhtml & plainhtml

it touches modules other than assignment and forum, because the format api
changed and now each place in moodle that exports portfolio content has to deal
with the formats it supports slightly differently.

At the moment the Mahara portfolio still doesn't support this format, because I
haven't done the Mahara side yet. The "file download" plugin supports it
though.

Still todo:

- Add support for the other places in Moodle (glossary, data, etc)
- Write tests, once the rest of the portfolio tests have been updated to use the new DB mocking stuff
- Fix a bunch of TODOs
2009-12-03 14:26:37 +00:00
Petr Skoda
a19dffc021 MDL-20901 fixed input validation, unfortunately the assignment in HEAD is borked in several places 2009-11-20 08:25:11 +00:00
Sam Hemelryk
9e6b608fcb assignment MDL-15904 Tidied up unused globals and removed reliance on $PAGE->course->maxbytes 2009-11-20 07:21:42 +00:00
Sam Hemelryk
c561f44c4e assignment MDL-15904 Converted final htmleditor elements and fixed a couple of VERY minor regressions 2009-11-20 06:57:03 +00:00
Penny Leach
887160c7cb portfolio MDL-20896 added mimetype checking for portfolio plugins for single-file exports 2009-11-18 15:34:58 +00:00
Petr Skoda
e7521559ed MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup 2009-11-01 13:17:47 +00:00
samhemelryk
816250281e mod-assignment MDL-19803 Upgraded deprecated functions and added set_url calls 2009-09-23 02:46:55 +00:00
nicolasconnault
5f4d4d801c MDL-19676 Removed blog assignment code 2009-09-11 01:45:16 +00:00