199 Commits

Author SHA1 Message Date
nicolasconnault
8ad36f4cc3 Added copyright notice 2007-10-10 06:34:20 +00:00
toyomoyo
f0b9c95bf7 MDL-11633, changing import to use $mform->getdata() instead of data_submitted() 2007-10-08 06:52:39 +00:00
moodler
4924f1d280 Removed some blank lines MDL-11632 2007-10-07 13:18:05 +00:00
skodak
8108909a60 MDL-9636 grade import fixes - allow null grades, no importcode collisions and stealing, more validation and other bugfixes 2007-10-07 13:04:49 +00:00
skodak
3405820739 MDL-11622, MDL-11623 xml import/export now uses user idnumber; feedback optional; related bugfixing 2007-10-07 10:22:21 +00:00
skodak
662a057c77 MDL-11451 adding default ipaddress restriction and 7 days lifetime for user key 2007-09-27 07:06:17 +00:00
skodak
d0cbeafbcb MDL-11451 fixing silly typo in cap name 2007-09-27 06:56:51 +00:00
skodak
0a3bdfaf79 MDL-11451 grade publishing security/privacy improved - new capabilities needed for publishing, by default allowed only for admins; added warning to publishing option 2007-09-27 06:51:54 +00:00
skodak
d7a61f65c1 MDL-10985 improved form validation in xml grade import 2007-09-26 19:34:54 +00:00
skodak
1843999a77 MDL-10985 merged the xml and xmlurl grade import plug-in 2007-09-26 18:11:48 +00:00
skodak
c22e335d80 MDL-9636 fixed many sql injections in grade import code 2007-09-26 11:02:36 +00:00
skodak
235b07fb64 MDL-9636 grade_items are now limited to current course only - can not import into other courses anymore 2007-09-26 10:54:09 +00:00
skodak
e9dea7af66 MDL-9636 corrected the creation of new manual grade items, added source parameter 2007-09-26 10:00:51 +00:00
skodak
a700b5deee MDL-10985 import from remote xml file with key login option 2007-09-26 09:42:28 +00:00
skodak
8e1ec6be58 MDL-11298 use textlib_get_instance() instead of new textlib() 2007-09-16 18:49:41 +00:00
nicolasconnault
0eeada790c MDL-10490 Implemented grade letters in export. Needs testing. 2007-08-13 04:19:01 +00:00
nicolasconnault
826c5f8635 MDL-9628 Refactoring the building of navigation array for gradebook pages 2007-08-01 06:47:35 +00:00
toyomoyo
268366744a adding jumpto menu for import and export 2007-07-30 06:28:41 +00:00
toyomoyo
bf4bb28d4f MDL-10557, adding format_string() to support multilang filter usage on grade item names 2007-07-27 02:28:59 +00:00
moodler
78091c4572 Bumping versions to fix capability upgrade 2007-07-25 07:09:12 +00:00
skodak
e77bcaa30d MDL-10579 capabilities for grade import plugins 2007-07-24 09:30:46 +00:00
skodak
dd45888a24 MDL-9511 adding/renaming grading capabilities 2007-07-23 19:22:48 +00:00
skodak
3ee5c20149 MDL-10525 renaming class grade_grades and grade_grades_text - singulars for all grade class names 2007-07-19 08:15:19 +00:00
skodak
ba74762bda regular whitespace cleanup in grade code 2007-07-18 19:56:07 +00:00
toyomoyo
5c2aa19894 adding capabilities check 2007-07-18 08:13:09 +00:00
toyomoyo
e4add64dff putting a space before { 2007-07-18 02:02:48 +00:00
toyomoyo
ffe8ee5506 allow comments, lock checking for xml plugin 2007-07-17 08:40:35 +00:00
toyomoyo
b263e53907 fixing broken headers 2007-07-17 03:32:10 +00:00
toyomoyo
b435527321 MDL-9363, some fixes for grade import, not finished! 2007-07-13 08:06:30 +00:00
toyomoyo
eff9c473a6 some grade import cleaning 2007-07-04 02:16:41 +00:00
skodak
f92dcad81a MDL-10233 improved static factory methods of grade obejcts fetch() and fetch_all(); implemented default values of grade objects, fixed null values for some properties that are not required - unit tests included, tested with PHP4 and PHP5 2007-06-24 22:26:33 +00:00
skodak
ac9b080524 MDL-10202 merge raw and final grade tables 2007-06-20 23:06:29 +00:00
toyomoyo
870a603f9c previews specified number of lines for grade imports 2007-06-13 09:07:39 +00:00
toyomoyo
f115f8c858 adding some strings and checks for grade book import/export 2007-06-12 09:12:07 +00:00
toyomoyo
741bde47c3 some fixes for gradebook imports 2007-06-11 09:00:17 +00:00
toyomoyo
ce40b7935e gradebook import fixes to use grade_update function 2007-06-08 09:01:19 +00:00
skodak
b67ec72f57 MDL-9516 update_grade(); now required $source of grading to allow modification of original grades in activities through grade_updated event 2007-06-06 23:04:24 +00:00
toyomoyo
b89ef1db2a fixes to use temp buffer table for gradebook import 2007-06-06 08:51:58 +00:00
skodak
e9c04db4ba fixed event name 2007-06-06 07:06:22 +00:00
toyomoyo
4d40aa144a grade import temporary buffer tables and encoding/import form changes 2007-06-05 09:28:15 +00:00
nicolasconnault
de420c11c5 MDL-9317 Applying Petr's second patch 2007-05-29 00:56:44 +00:00
toyomoyo
3f8bcf7c72 grade import/export fixes to use forms lib 2007-05-24 08:57:36 +00:00
toyomoyo
ce34ed3a76 fix for MDL-9137, adding support for gradebook plugins for db, cron, events, permission structures etc 2007-05-24 02:16:31 +00:00
skodak
d46306de6a MDL-9848 eventslib improvements and cleanup 2007-05-22 10:26:29 +00:00
toyomoyo
f5f4967e7d some clean ups for gradebook import/export 2007-05-22 02:05:00 +00:00
toyomoyo
d961705032 bug fixes for gradebook import/export 2007-05-18 08:49:00 +00:00
toyomoyo
85e287deaa development code, missing GUI and formslib for second form 2007-05-17 08:55:29 +00:00
toyomoyo
7f999ccbdc adding csv plug in code, with no event handler 2007-05-14 09:24:09 +00:00
moodler
a788917045 Added some dummy files to help define the export/import structure for grades 2007-04-23 06:52:07 +00:00