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
mjollnir_
4820a99e87
New report - course participation. Integrated with messaging system, same as participants list.
2005-11-28 20:50:15 +00:00
moodler
ae5c975ac3
changed 'People not in a group' to 'People in the course'
2005-11-25 03:00:11 +00:00
defacer
4baeb9b028
Removing the <a name="2"></a> anchors from course sections (used with links,
...
e.g. /course/view.php?id=2#4). We already have elements with id="section-XXX",
so I made all links I could possibly grep for point to those.
All this for XHTML (won't Tidy ever be content?)
2005-11-23 23:14:25 +00:00
defacer
4d4e738f7c
Fixing line endings
2005-11-23 22:47:35 +00:00
stronk7
a35ae3ef8c
Now the section "jumpto" menu (showed in collapse mode), supports
...
the multilang filter. Bug 4341.
(http://moodle.org/bugs/bug.php?op=show&bugid=4341 )
Merged from MOODLE_15_STABLE
2005-11-19 20:13:33 +00:00
skodak
d5f8920f04
xxx_param() fix; merged from MOODLE_15_STABLE
2005-11-18 10:57:36 +00:00
moodler
2c242af5fe
Language string tidy up (SE)
2005-11-17 06:47:52 +00:00
moodler
4f8f216f6b
Merged from stable
2005-11-17 06:40:12 +00:00
stronk7
533229c481
Now courses are viewable by idnumber. Credits to Paolo Oprandi.
...
(http://moodle.org/mod/forum/discuss.php?d=18442 )
Merged from MOODLE_15_STABLE
2005-11-16 23:21:36 +00:00
skodak
3ce42559d3
added basic validation of jump parameter; merged from MOODLE_15_STABLE
2005-11-16 16:47:17 +00:00
moodler
d8f4ca20cd
Adding the LAMS integration code. Can everyone please test thoroughly.
...
Cheers, Shane.
2005-11-16 08:21:19 +00:00
patrickslee
9edf8e04e5
More restrictions on enrol/unenrol of meta courses. Thanks to Bug #4057
...
Merged from MOODLE_15_STABLE
2005-11-15 21:55:13 +00:00
skodak
91dcec3e79
temporary fix for XSS SC#189; merged from MOODLE_15_STABLE
2005-11-14 00:12:04 +00:00
skodak
2b38a593f0
fixed simple header bug #3406 , patch submitted by samulik; merged from MOODLE_15_STABLE
2005-11-11 01:25:38 +00:00
skodak
cca4a82f8c
fixed loglive paging related bug #4116 , patch submitted by samulik; merged from MOODLE_15_STABLE
2005-11-10 22:22:52 +00:00
skodak
c851eb9411
fixed paging related bug #2715 , based on patch submitted by samulik; merged from MOODLE_15_STABLE
2005-11-10 22:08:35 +00:00
patrickslee
d7bd3f2991
Added contextual help for meta course (Merged from MOODLE_15_STABLE)
2005-11-10 20:44:47 +00:00
mjollnir_
7d5258795c
(re)fixing bug #4199 : import course activities offering non taught courses to import from. got lost in the course import rewrite
2005-11-08 20:51:27 +00:00
moodler
fa22fd5fff
BIG FEATURE - MULTIPLE GROUPS
...
Users can now be assigned to multiple groups. Thanks Yu!
Break out the Bob Marley!!
Otherwise groups work more or less like they did before.
This has been pretty well tested by Yu and myself, but since Yu started
uncovering lots of existing groups bugs it's possible there may be still
a few corner cases still lurking here and there.
Please help test this thoroughly for 1.6!!
2005-11-08 07:19:27 +00:00
moodler
f8b3c0f484
New plugin structure for code that imports stuff into a course
...
Old import.php is now import/activities and we've added a new plugin
for importing groups from an external file
2005-11-05 08:06:36 +00:00
mjollnir_
723d3fb591
Further to bug 4199: just select courses we're an editing teacher in, not just all courses we're a teacher in
2005-11-02 21:26:10 +00:00
mjollnir_
0b3d293737
Fixing bug 4199: course import offering courses not a teacher in to import from. Will merge to stable after confirmation from bug reporter.
2005-11-02 21:09:12 +00:00
skodak
9cc78ee196
Fixed course searching with quotes - SC#180; merged from MOODLE_15_STABLE + other fixes in HEAD only
2005-11-02 15:36:57 +00:00
mjollnir_
f6a5aa18f2
Merged from MOODLE_15_STABLE: Fixing warning in course import (part of bug 4199)
2005-11-02 02:26:53 +00:00
skodak
7c13eb5c8f
fixed course ID and quoting of the search string SC#179; merged from MOODLE_15_STABLE
2005-11-01 15:59:20 +00:00
skodak
93eb1250c2
fixed slashing of javascript strings SC#174; merged from MOODLE_15_STABLE
2005-10-31 22:13:23 +00:00
patrickslee
56144efaac
Block normal users to gain access to meta courses (Merged from MOODLE_15_STABLE)
2005-10-31 20:38:54 +00:00
skodak
454727f6c1
fixed warnings/errors in latest PHP versions; merge from MOODLE_15_STABLE
2005-10-30 22:16:41 +00:00
skodak
870e3cad2c
fix for preferred_width_xx initialization SC#169; merged from MOODLE_15_STABLE
2005-10-29 16:36:15 +00:00
skodak
8871ccdce4
cleaning of parameter, initialized variable SC#168; merged from MOODLE_15_STABLE
2005-10-29 16:18:18 +00:00
mjollnir_
404fe839d6
Stats date display should use moodle timezone and not show time of day, date is enough
2005-10-28 01:36:59 +00:00
mjollnir_
6e5620607f
Fixing merging issue with stats: userfields that only exist in our branch removed
2005-10-27 22:14:53 +00:00
defacer
c2c194eeaf
Fixing all incoming parameters when editing course groups as per SC#171.
2005-10-26 13:44:56 +00:00
mjollnir_
81a5d9ca41
Fixing small bug that adds Label to add activity module dropdown all the time. should only be added to activity module when resource is restricted and label is not
2005-10-26 02:05:08 +00:00
mjollnir_
65f05987fd
Merged from MOODLE_15_STABLE: 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:42 +00:00
mjollnir_
1217708363
My moodle sticky block config now generic, can be used for any pagetype.
...
Currently implemented: course-view (and my moodle, of course)
2005-10-16 22:34:25 +00:00
mjollnir_
3eb9babc71
Some fixes to stats (performance) and new reports for ranking courses based on usage/particpation
2005-10-16 20:55:40 +00:00
patrickslee
5390cbb7fc
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 (Merged from MOODLE_15_STABLE)
2005-10-14 03:12:41 +00:00
mjollnir_
3a317277b6
Many small fixes to stats, including aggregate activity across all courses when querying for SITEID
2005-10-13 03:16:11 +00:00
patrickslee
23c690efce
Fixed a small paging problem in course search page
2005-10-12 22:00:14 +00:00
patrickslee
fa18e81b12
Course search page now handles course show/hide actions itself so that user can stay at the same page after action is performed
2005-10-12 03:11:49 +00:00
patrickslee
ee0378bdb8
Fixed some paging bar problems in course search page
2005-10-12 02:35:58 +00:00
mjollnir_
56eb871c39
Added enrolment key to course requests - fixes wishlist bug 4170
2005-10-12 01:17:03 +00:00
mjollnir_
5ed4dd5a76
Stats: many bug fixes found while running over a very large dataset...
2005-10-11 01:20:37 +00:00
skodak
bf8dd2d2d4
fixed parameter use SC#157; merge from MOODLE_15_STABLE
2005-10-09 19:51:14 +00:00
skodak
bdc04ca9e1
fixed indent - SC#158; merged from MOODLE_15_STABLE
2005-10-09 19:41:34 +00:00
skodak
1adf55c5cd
better input validation - SC#165; merged from MOODLE_15_STABLE
2005-10-09 07:12:58 +00:00
moodler
4a7948ce16
Ported handy button from 1.5 that somehow didn't get merged before
2005-10-05 08:21:50 +00:00