skodak
d926630485
MDL-11504 fixed defaults in grade_items/display; added decimals and display to grade_items_history
2007-09-28 21:00:31 +00:00
skodak
284abb0925
MDL-11495 grade letter setting improvements:
...
* in_null for decimals defaults checks
* store letter settings only in database - no cfg settings
* separate configuration page for letters only - pluginselector+admin tree
* new capability to manage grade letters - similar to scales and outcomes
* added grade_letters db index
* grade letters related minor bugfixing
2007-09-28 20:12:43 +00:00
nicolasconnault
b39b58fe45
MDL-11433 Correcting non-null and default value (Default will be NULL)
2007-09-25 09:47:40 +00:00
nicolasconnault
52cb2e4716
MDL-11433 Added decimals field to grade_items table
2007-09-25 08:35:16 +00:00
stronk7
28271c7205
Second pass. Some more default comments are out. MDL-11385
2007-09-24 22:10:13 +00:00
stronk7
7529139a8d
First pass. Deleting some default comments. MDL-11385
2007-09-24 19:08:00 +00:00
skodak
3f2b0c8aba
MDL-11363 merged tables grade_grades with grade_grades_text - it is now possible to define fields as required and optional
...
finally fixed formula validation in calculation edit form
2007-09-22 11:39:59 +00:00
stronk7
d5d2f8a6f0
Adding the new context_temp permanet table to be used
...
by build_context_path() . MDL-11347
2007-09-21 08:48:51 +00:00
nicolasconnault
e480c18cf1
MDL-11312 Added new grade_letters table, and new grade_items.display field.
2007-09-18 14:26:15 +00:00
stronk7
4a039315d7
Dropping one UNIQUE index over NULLable columns. It isn't
...
cross-db at all. So we make the composite index not unique
to get speed benefits but the unique constraint is
controlled programatically.
2007-09-06 18:31:13 +00:00
skodak
c2efb50142
MDL-11130 added aggregation inside all subcategories + added graded/all aggregation option
2007-09-05 19:15:21 +00:00
stronk7
abd3025272
Fix a bunch of SIGNED fileds that should be UNSIGNED. Credit goes to Petr.
...
Part of MDL-11038
2007-08-31 19:27:04 +00:00
skodak
61c6071f40
MDL-10984 support for user private keys when accession scripts without normal sessions
2007-08-28 08:29:40 +00:00
toyomoyo
c4956945c1
MDL-11016, MDL-11015 improvements to the tag, tag_instance and tag_correlation tables
2007-08-28 04:11:58 +00:00
toyomoyo
0e80ffb293
dropping tables in xml
2007-08-27 09:14:19 +00:00
toyomoyo
a4232e9500
adding timemodified to tag_instance table (to get blog blocks working)
2007-08-27 04:21:59 +00:00
moodler
1acd661d07
Committing Luiz's code for MDL-10968 to add ordering for the tags
2007-08-24 03:20:12 +00:00
skodak
2524b0f24c
MDL-10383 - major groups patch - see bug i ntracker for more details - authors: Nick, Matt, Enrique and me
2007-08-14 00:50:00 +00:00
skodak
6c9f672529
MDL-10757 adding some more table indexes for grades code
2007-08-09 12:29:05 +00:00
skodak
90274c7329
MDL-10757 adding some more table indexes for grades code
2007-08-09 12:07:16 +00:00
skodak
173403cf4f
MDL-10757 adding table indexes needed in grade cron
2007-08-09 11:11:56 +00:00
skodak
45d670f7ab
adding forgotten aggregateoutcomes changes
2007-08-09 07:34:56 +00:00
martinlanghoff
c7c57cfbf2
Add context.path and context.depth fields for accesslib optimisation
2007-08-09 06:14:21 +00:00
moodler
32ef914951
Recreate index as unique
2007-08-02 14:20:37 +00:00
toyomoyo
1f496dedfe
enforcing unique constraint on (courseid, shortname) pair on outcomes
2007-08-01 03:17:00 +00:00
skodak
678a79caa5
adding grade_outcomes description;
...
fixing field lengths in outcome and scale forms
2007-07-31 21:10:20 +00:00
moodler
705789bda6
Upgrades to tag tables
2007-07-31 07:34:03 +00:00
moodler
7964206412
Added tables for new tags
2007-07-31 05:59:32 +00:00
moodler
521d54ecea
Replaced the grade_outcomes_courses table that was deleted by accident
2007-07-31 02:28:51 +00:00
skodak
173a9d21ea
various grade outcomes and scales improvements, fixes, changes and refactoring
...
added new favoutcomes plugin settings page - to be used later, this replaces the grade_outcomes_grades table
admin settings - outcomes and scales both have settings page now
2007-07-30 22:56:45 +00:00
toyomoyo
e99c48d856
adding a new key
2007-07-25 03:14:17 +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
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
stronk7
e9371f46d1
Most probable default value for applicationid is 1 (moodle).
2007-07-14 22:40:41 +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
98353ff194
MDL-9137 new grade_grades field overridden
2007-07-10 08:55:06 +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
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
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
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