27071 Commits

Author SHA1 Message Date
moodler
850e7ac564 Merged fix for full link to post in search results , from stable 2007-07-23 09:11:57 +00:00
toyomoyo
bdf3bbd198 if limit is specified on first call, ignore it, retrieve all, so that we can cache all entries, but only return the required number of entries at the end 2007-07-23 08:56:26 +00:00
toyomoyo
182c21f139 making get_my_courses() respect $limit 2007-07-23 08:38:07 +00:00
toyomoyo
4e67c97b7d link to outcome editting interface 2007-07-23 08:23:25 +00:00
moodler
e2008be287 Various language string fixes for grade reports 2007-07-23 08:13:59 +00:00
moodler
d0cdfa0f91 Language files for default grade plugins 2007-07-23 07:54:29 +00:00
toyomoyo
e7746cf4f8 adding some outcome files 2007-07-23 07:49:52 +00:00
toyomoyo
16108ca68a MDL-10565, removing wrongly placed duplicate language file 2007-07-23 06:29:04 +00:00
stronk7
e5797cd4ad Small improvement. Reducing the list of fields returned
by get_my_courses().

Merged from MOODLE_18_STABLE
2007-07-22 23:02:04 +00:00
stronk7
0315a841a3 some minor changes for better IE experience 2007-07-22 22:45:13 +00:00
poltawski
47f6428969 MDL-7835 - add emailstop to user upload 2007-07-22 21:56:04 +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
poltawski
63b1cf1fe2 MDL-10343 - abort early when can't create temporary tables when syning users
from LDAP
2007-07-22 21:33:31 +00:00
urs_hunkler
99daae0c7a MDL-10556 IE7 has CSS position absolute problems. Solved with IE inline JS expression. 2007-07-22 19:20:23 +00:00
urs_hunkler
8b992903d7 MDL-10556 IE has position absolute problems. set to relative 2007-07-22 19:18:56 +00:00
skodak
d049fd45a5 MDL-10566 do not redirect when dubug message printed; do not redirect also in DEBUG_ALL mode when error found - the DEBUG_DEVELOPER is not used by all developers all the time ;-) 2007-07-22 17:34:41 +00:00
skodak
31a170930d added proper rs_close($rs) 2007-07-22 16:02:57 +00:00
stronk7
993b052886 Small improvement. Reducing the list of fields returned
by get_my_courses() in this block.

Merged from MOODLE_18_STABLE
2007-07-22 10:30:28 +00:00
stronk7
ae7dc0d1e0 New cross-db version of the big union query used by get_my_courses() function.
I've tested both the "IN" subquery and the "FROM" subquery and, under sites
with more courses, the "FROM" one seems to perform slightly better. MDL-9381

Merged from MOODLE_18_STABLE
2007-07-22 00:56:42 +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
skodak
eacd3700f4 aggregation improvements; fixed aggregation of course category when changing type; old gradebook upgrade wip (untested) 2007-07-21 10:09:57 +00:00
skodak
9acbd7269c MDL-10364 improved internal formula format 2007-07-21 08:43:51 +00:00
thepurpleblob
713b2a2f71 MDL-10531:
GIFT now handles Essay and Description type questions. See help/docs.

Merged from STABLE_18
2007-07-21 07:48:56 +00:00
thepurpleblob
d53dd78ad1 MDL-10531:
GIFT now handles Essay and Description type questions. See help/docs.
2007-07-21 07:40:59 +00:00
thepurpleblob
e8825e724b MDL-10531:
GIFT now handles Essay and Description type questions. See help/docs.

Merged from STABLE_18
2007-07-21 07:39:22 +00:00
stronk7
4f8cf5bb5f Align properly buttons and drop-down in navigation menu. 2007-07-20 23:44:59 +00:00
stronk7
dd04665779 Final improvements for glossary. Seems ready for 1.9dev. 2007-07-20 23:38:24 +00:00
tjhunt
606f71c97d Fix whitespace. 2007-07-20 17:40:09 +00:00
tjhunt
bfbafdfe74 MDL-7925 - it happened again. Stupid bloodly forms lib. I have no idea what it was playing at. Merged from MOODLE_18_STABLE. 2007-07-20 17:10:35 +00:00
skodak
c186c7b2cb MDL-10524 minor simplification of median aggregation + fixed aggregation names in lang 2007-07-20 13:54:58 +00:00
thepurpleblob
61fbd0fb52 MDL-10396:
Add an option and a check to (optionally) prevent users being enrolled
in hidden courses.

Merged from STABLE_18
2007-07-20 13:03:19 +00:00
nicolasconnault
90d3960c6d MDL-9633 Fixed ranking in user report. Also enabled group mode on/off to alter total users. This required a refactoring of the grouping code into grade_report abstract class. 2007-07-20 09:34:35 +00:00
thepurpleblob
830ba6ea46 MDL-10157:
Turn the diagnostic prints into error_logs. The more normal "course skipped"
message now requires DEBUG_ALL or greater before it is generated at all.

Merged from STABLE_18
2007-07-20 08:57:05 +00:00
nicolasconnault
d5f0aa0196 MDL-9628 Fixed typos and added language strings. Corrected a bug that prevented a decimalpoints of 0 from being used (empty($decimalpoints)) -> is_null 2007-07-20 07:31:13 +00:00
nicolasconnault
5b508a08ae MDL-10345 Refactored grade_report_grader::get_groupavghtml() and grade_report_grader::get_gradeavghtml() into one method: grade_report_grader::get_avghtml($grouponly=false) 2007-07-20 05:53:55 +00:00
moodler
7a31d38fd8 Automatic installer.php lang files by installer_builder (20070720) 2007-07-20 05:39:50 +00:00
nicolasconnault
c0c1e7c2ad MDL-10414 Corrected tabindex order 2007-07-20 05:00:07 +00:00
mattc-catalyst
cd54510d42 lib/accesslib: Performance optimisation
- On postgres query time drops from ~600ms to ~35ms in some
  instances, in other instances performance is around the same
  as old the implementation.


Author: Matt Clarkson <mattc@catalyst.net.nz>
2007-07-20 04:05:34 +00:00
stronk7
06ec822832 Just fixing one comment 2007-07-19 21:33:21 +00:00
skodak
d14ae855a2 MDL-10524 fixed aggregation for course item + other minor improvements 2007-07-19 17:36:36 +00:00
stronk7
d18634d3fd Splitting white-wood backgroud into two different backgrounds,
one to be used with blocks (darker) and the other for
contents (brighter). Suggestion from Urs!
2007-07-19 17:20:38 +00:00
mchurch
09ba8e56a9 Adding 'get_coursemodule_info' to the standard available functions for assignment types. As a minimum, this allows assignment types to add their own icon (like resource does). 2007-07-19 16:59:51 +00:00
tjhunt
5d5ae618a8 MDL-8056 - one if statement was missed during Matt Clarkson's/Eloy's commit on 15th July 2007. Merged from MOODLE_18_STABLE 2007-07-19 16:51:17 +00:00
urs_hunkler
33762ff3da corrected display of blocks without title 2007-07-19 11:06:19 +00:00
tjhunt
e584e7c84e Improve display of preview attemtp summary on quiz view page. 2007-07-19 10:27:54 +00:00
skodak
29a5680ef7 MDL-10527 changed overridden UI logic 2007-07-19 10:04:08 +00:00
toyomoyo
f1117649bf adding enableoutcomes flag 2007-07-19 09:02:50 +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
toyomoyo
2717b64523 adding the grade_outcomes_courses table 2007-07-19 07:35:21 +00:00
toyomoyo
6ad71d66c8 merged fix for MDL-10445, adding of blocks on user blog page not possible 2007-07-19 06:06:28 +00:00