toyomoyo
e99c48d856
adding a new key
2007-07-25 03:14:17 +00:00
stronk7
b264019bcb
Drop the latest TEXT default existing since XMLDB debut. MDL-6218
2007-07-23 23:28:26 +00:00
stronk7
7229af7890
Re-applying one fix that was fixed some time ago (rev 1.52) and
...
lost 2 revisions later (rev 1.54). It's only HEAD and not critical.
Now there aren't TEXT columns with DEFAULT clauses at all in xml files!
2007-07-23 19:58:06 +00:00
skodak
2a55410b18
MDL-10576 two new lang pack editing capabilities
2007-07-23 19:50:20 +00:00
skodak
dd45888a24
MDL-9511 adding/renaming grading capabilities
2007-07-23 19:22:48 +00:00
skodak
42ff9ce68b
MDL-10111 migration of data into new gradebook; added new lib/db/upgradelib.php file (should be used by new groups upgrade code too)
2007-07-22 21:43:47 +00:00
skodak
23207a1a6a
MDL-10563 item excluding implemented;
...
improved/fixed grade edit page;
some other improvements and cleanup
2007-07-21 14:24:39 +00:00
toyomoyo
2717b64523
adding the grade_outcomes_courses table
2007-07-19 07:35:21 +00:00
skodak
cea2542bfe
MDL-10111 aggragationcof for weighted categories and extra items in old gradebook
2007-07-17 07:24:35 +00:00
tjhunt
efe256e4a9
Stop the 'remove rqp' environment message from appearing after the question type is gone.
2007-07-16 13:23:13 +00:00
skodak
76a50d1767
fix for upgrade trouble caused by recen grade import table changes - it was IMO easier to recreate the tables instead of fixing the upgrade code
2007-07-15 13:38:39 +00:00
stronk7
e9371f46d1
Most probable default value for applicationid is 1 (moodle).
2007-07-14 22:40:41 +00:00
stronk7
3fd7eae4c9
Deleting duplicate applicationid field, adding one missing fk and
...
minor reordering of logic of mnet stuff.
2007-07-14 22:38:35 +00:00
stronk7
6392a62dad
Moving mnet_application somewhere before mnet_host
...
and creating missing FK in mnet_host
2007-07-14 22:29:17 +00:00
stronk7
d3f31bf2d9
Big reordering of table creation, following all dependencies (FKs)
...
Small fix in some FKs pointing to wrong tables. Nothing else changed.
2007-07-14 19:20:43 +00:00
stronk7
0f3fcb64b4
Reordering a bit mnet_application table and fixing missing tag that
...
was preventing installation of head.
2007-07-14 18:46:03 +00:00
mjollnir_
2520258128
Merged Donal's changes to MNET to allow moodle to also network with mahara.
...
changelog follows
[MNET-manual] added version.php, install.xml and upgrade.php patches
Route remote users back to their home server without going through jump.php and land.php
Display app-specific strings in the user view
Display the application icon in the Remote Host block
Hide the 'logs' tab if the application under review is not Moodle
Hide the 'logs' tab if the application under review is not Moodle
Update user record to note that picture == 1 once a picture has been
transferred.
Change 2 to uri - is this fluid?
Add application paramter to bootstrap function
Find the application
Workaround for PHP5.2.2 bug: http://bugs.php.net/bug.php?id=41293
$HTTP_RAW_POST_DATA was not being populated
Ensure we get an application for our Peer
Update the URI to use for MNET
The default 'wantsurl' should be empty
Use the appropriate 'land' url for the remote application
Add hidden form elements for 'application'
Add awareness of new Application concept
Add awareness of new Application concept
Add awareness of new Application concept
Add awareness of new Application concept
Add awareness of new Application concept
Add awareness of new Application concept
Add awareness of new Application concept
2007-07-14 03:00:12 +00:00
toyomoyo
85c7bd5bcd
adding feedback to grade import temp table and rename rawgrade to
...
finalgrade
2007-07-13 05:01:32 +00:00
skodak
68d2023487
MDL-10433 Upgrade: undo_groupings() causes warnings (before groupings exist)
2007-07-12 15:31:49 +00:00
skodak
98353ff194
MDL-9137 new grade_grades field overridden
2007-07-10 08:55:06 +00:00
skodak
f3d528cf43
removing settings upgrade code that is not needed
2007-07-10 08:09:44 +00:00
skodak
8c6c185a1c
do not use role functions in upgrade scripts if roles not setup yet
2007-07-10 07:46:19 +00:00
skodak
197ba19cae
MDL-6855 fixing id in new event and grade tables to be unsigned
2007-07-10 07:35:43 +00:00
skodak
bc7afe29c3
fixed loggeduser foreign keys
2007-07-09 13:58:17 +00:00
Martin Langhoff
08103c9364
cvsimport fixups
2007-07-07 14:18:30 +12:00
skodak
aaff71daf4
MDL-10365 Improved handling of history when inserting/updating/deleting in new grade reports;first part
2007-07-06 12:49:28 +00:00
toyomoyo
eca3af25cb
MDL-7077, MDL-10181, adding notes for students
2007-07-05 06:53:17 +00:00
nicolasconnault
4a129c473b
MDL-12010 Added preferences to config table
2007-07-03 18:41:31 +00:00
skodak
f13002d53e
MDL-9629 fixed regressions in grade reports caused by my previous commits, added unfinished forms for category and item edit
2007-06-30 21:12:47 +00:00
skodak
82bf496e9c
MDL-10224 finishing the commit, grrr
2007-06-28 19:18:52 +00:00
skodak
b3ac6c3ef0
MDL-10224 total course grade implemented + lots of other changes and improvements; there are still some regressions and bugs - going to fix them ASAP; some unit tests still missing too
2007-06-28 13:20:30 +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
61c33818d5
MDL-10231 merge grade_calculations and grade_items table + calculation improvements
...
MDL-10233 fixed grade_*::fetch() - does not modify $this anymore, we can now use it from normal methods to fetch other objects of the same class.
2007-06-23 16:33:17 +00:00
skodak
578075c615
MDL-10202 fixed locktime trouble
2007-06-21 07:30:30 +00:00
skodak
ac9b080524
MDL-10202 merge raw and final grade tables
2007-06-20 23:06:29 +00:00
skodak
89a792abac
MDL-10057 XSS risk flag for Add/update course category
2007-06-10 19:35:05 +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
43a8e6aa49
fixing a typo
2007-06-06 02:45:39 +00:00
skodak
612607bd47
MDL-9516 new central grading function update_grade(); to be improved/tested more tomorrow
2007-06-05 22:58:37 +00:00
toyomoyo
4d40aa144a
grade import temporary buffer tables and encoding/import form changes
2007-06-05 09:28:15 +00:00
nicolasconnault
210611f6ee
MDL-9629 Changed grade_item.gradetype default to 1, added GRADE_TYPE_NONE constant = 0, incrementing existing constants by 1. Set up auto-generation of idnumber for grade_item if itemmodule and iteminstance are set, only a temporary stub if they are not set (must be replaced by correct generation code). New category form now has server-side validation (not using formslib)
2007-06-05 08:50:24 +00:00
toyomoyo
1b63e57388
adding a usermodified field to post table
2007-06-05 05:40:10 +00:00
nicolasconnault
ec4560cc58
MDL-9137 Removed hidden field from grade_categories and added deleted field to grade_items. Also added 2 images in pix/i
2007-06-01 04:46:24 +00:00
nicolasconnault
de420c11c5
MDL-9317 Applying Petr's second patch
2007-05-29 00:56:44 +00:00
skodak
d46306de6a
MDL-9848 eventslib improvements and cleanup
2007-05-22 10:26:29 +00:00
jmg324
282c169549
MDL-9802 added my:manageblocks capability so admins can define whether users can add/remove blocks from myMoodle page
2007-05-18 11:57:46 +00:00
skodak
93759defcf
MDL-9842 Groups from groupings not moved to "Not in a grouping"; merged from MOODLE_18_STABLE
2007-05-18 09:20:52 +00:00
moodler
ca4bcf58ec
Event handler for new grades
2007-05-14 09:30:56 +00:00
ikawhero
9aaa214e0c
Addng two new options to the custom profile fields:
...
1. Force unique - force the field data to be unique
2. Signup - display the field on the signup page
MDL-9702
2007-05-11 12:16:44 +00:00
toyomoyo
ec19392b06
changing grade book db so that grade_grades_text can be referenced from grade_grades_final
2007-05-09 07:52:00 +00:00