Commit Graph

1113 Commits

Author SHA1 Message Date
skodak 0e3a277b02 fixed simple header bug #3406, patch submitted by samulik 2005-11-11 01:24:38 +00:00
skodak 6c10695f24 fixed loglive paging related bug #4116, patch submitted by samulik 2005-11-10 22:21:40 +00:00
skodak 26a6d6db3e fixed paging related bug #2715, based on patch submitted by samulik 2005-11-10 22:03:51 +00:00
patrickslee afb39ad0c4 Added contextual help for meta course 2005-11-10 20:40:56 +00:00
skodak 11889a8466 Fixed course searching with quotes - SC#180 - minor related fix 2005-11-02 15:40:59 +00:00
skodak e0dbbecedb Fixed course searching with quotes - SC#180 2005-11-02 15:25:38 +00:00
mjollnir_ f253e2575f Fixing warning in course import (part of bug 4199) 2005-11-02 02:25:45 +00:00
skodak 682a3999d7 fixed course ID and quoting of the search string SC#179; typo :-( 2005-11-01 15:56:32 +00:00
skodak 393abfad48 fixed course ID and quoting of the search string SC#179 2005-11-01 15:53:17 +00:00
skodak 6d306766c9 fixed slashing of javascript strings SC#174 2005-10-31 22:12:06 +00:00
patrickslee df7f761f53 Block normal users to gain access to meta courses 2005-10-31 20:31:57 +00:00
skodak 25340ceab1 fixed warnings/errors in latest PHP versions 2005-10-30 22:14:03 +00:00
skodak e85a6623a1 fix for preferred_width_xx initialization SC#169 2005-10-29 16:33:19 +00:00
skodak f25f387188 cleaning of parameter, initialized variable SC#168 2005-10-29 16:15:22 +00:00
defacer 8b68aaf1f6 Merging from HEAD:
Fixing all incoming parameters when editing course groups as per SC#171.
2005-10-26 13:49:06 +00:00
mjollnir_ 96bf2d385f Fixing bug 4199: import course data should only allow you to import from a course that you're already a teacher in, unless you're at least a creator 2005-10-20 00:19:24 +00:00
patrickslee 2382dae103 On a rare case courses will have duplicate sections those have the same id. Added some code to re-order sections if this is found when moving sections 2005-10-14 03:10:21 +00:00
skodak 4bcb6f1043 fixed parameter use SC#157 2005-10-09 19:49:47 +00:00
skodak 82329ca01e fixed indent - SC#158 2005-10-09 19:38:57 +00:00
skodak 8e5cde5461 better input validation - SC#165 2005-10-09 07:09:26 +00:00
mjollnir_ 38f78e158c Fixing sortorder typo 2005-10-04 21:26:01 +00:00
mjollnir_ 681d95c495 Backported Martin's sortorder fix from HEAD. Apparently this is a better fix than the one from a few days ago 2005-09-23 04:33:47 +00:00
martinlanghoff a6349a6d1f courses/sortorder: syntax fix to cope with bad sortorder values 2005-09-22 03:12:14 +00:00
moodler 6549d34a38 Addition CSS id, merged from head 2005-09-09 16:24:41 +00:00
moodler 4498b48aee Don't diaplay zero dates at all in user reports 2005-09-09 16:15:20 +00:00
martinlanghoff 6cd6568f84 make_categories_list(): initialize variables correctly to cover up for broken call convention. Passing unset variables by ref to be populated is a BAD idea. Do The Right Thing and Return your function output or there'll be no dessert for you. 2005-09-06 22:24:31 +00:00
mjollnir_ fa1ce50ec8 Backing out a previous patch of mine - bad merge with our local copy 2005-09-06 21:23:09 +00:00
mjollnir_ c11d468cc1 Fixing up a bug in the log selector to do with optionally showing all users in the dropdown when over COURSE_MAX_USERS_PER_DROPDOWN 2005-09-04 21:07:23 +00:00
patrickslee 8585ef8726 Removed/added/moved redundant/missing/misplaced page headers/footers 2005-08-03 00:09:33 +00:00
mjollnir_ 84325f54bd Adding a length limit to input field in line with db field size 2005-08-02 22:39:49 +00:00
stronk7 a00cd5ad53 Take out one "white" use. Bug 3610. Credits are for Helen Foster.
(http://moodle.org/bugs/bug.php?op=show&bugid=3610)
2005-06-23 20:12:59 +00:00
moodler 903d01ccb4 Added extra CSS styles so Eloy can do cool stuff in Wood theme
Main sections now have added "main", and separator sections
have "separator".
2005-06-11 18:23:43 +00:00
moodler 014d8a9ab8 If no courses exist, then present a helpful button to make one. 2005-06-09 12:53:56 +00:00
gustav_delius e729020eda Improve alignment in table in mod.html for IE
Missing questions lead to notice rather than fatal error
Attempts report now moved to reports/overview
put in empty regrading page for Julian to complete
Moved some of the styles out of styles.php into standard style
Fixed error on reviewquestion.php
put infobox on reviewquestion.php
fixed <form> tag on item analysis report
2005-06-04 08:30:49 +00:00
ikawhero 9bb32eb744 Meaningful string shown in breadcrumb and heading when editing site topic.
Bug 3408.
2005-06-03 14:41:35 +00:00
moodler 73c1140d6a Fix for Bug 3036. (SE) 2005-06-03 08:15:38 +00:00
moodler 27437410f4 file survey.php was added on branch MOODLE_15_STABLE on 2006-03-10 07:27:54 +0000 2005-04-05 20:54:43 +00:00
mjollnir_ 185cfb095b Reworked the My Moodle course overview API to be MUCH more efficient.
Previously we were literally doing hundreds of database queries, now it's
very much faster.
This makes the API slightly more complicated, but it's definitely worth it!
Each module should implement modname_print_overview, which takes an array of courses
and an array to fill up indexed by [$courseid]['modname'] for the controller to loop through and print.
Each module should LIMIT the number of queries to use, all module instances can be fetched
with the new function get_all_instances_in_courses which is the same as get_all_instances_in_course
but takes an array of courses to fetch the instances for.  This means there is no need to loop
over the courses array and fetch the instances for each course (dramatically cutting down the number of queries!)
2006-01-17 20:49:43 +00:00
mjollnir_ 950c35a96c Changing the limit for drop down menus on the log page to something reasonable (1000) 2006-01-16 03:15:48 +00:00
moodler 7b0b5c14be added missing semicolon in &nbsp (bug#4592) 2006-01-16 03:01:28 +00:00
stronk7 7af4b62b57 Now OLD course grades page is using the new Excel generation API.
Should we delete this??????

Merged from MOODLE_16_UTF8. Abandoning the branch.
2006-01-05 13:32:04 +00:00
bobopinna c9cc211bd2 Fixed a bad function call 2006-01-05 08:24:53 +00:00
mjollnir_ cc17b250d8 Fixing bug #4496: strings to long in lang file 2005-12-20 20:19:17 +00:00
mjollnir_ f3815a9547 Participation report - check for course modules and print an error if there are none. 2005-12-20 00:21:38 +00:00
patrickslee e1638d616c Site frontpage now supports displaying of all avaliable options with ordering 2005-12-14 21:42:44 +00:00
patrickslee 0986271ba2 Moved the new functions added for Bug #4074 to datalib.php 2005-12-13 19:31:48 +00:00
patrickslee 7fb0fec757 Fixed courses and subcategories in an invisible category being visible (Bug #4074)
This patch is different from the one form MOODLE_15_STABLE as it used the stored path in category data.
2005-12-13 04:05:04 +00:00
toyomoyo cba644c902 merged fixed for #4455 2005-12-09 05:29:42 +00:00
defacer 1645749057 Correcting the way of setting lowbound <= $var <= highbound,
spotted by Petr (SC#203).
2005-12-03 13:12:09 +00:00
bobopinna b9749d4aa5 Fixed block size dimension 2005-11-29 14:42:54 +00:00