moodler
012ba8e53d
FIxed a notice
2005-04-26 11:59:29 +00:00
moodler
cd30e6a32c
workshop_user_complete now prints out something meaningful. Bug 2931.
...
General tidy up.
CSS styles added. (SE)
2005-04-21 07:19:41 +00:00
mjollnir_
a1c63c86a0
Fixes for workshop upgrade in postgres
2005-04-19 01:34:37 +00:00
gustav_delius
a0b30329ef
This should fix bug 2938
2005-04-15 11:32:44 +00:00
stronk7
85b9471fb4
Now all the wiki formated texts are converted to markdown
...
by the restore process. Such conversion is performed for
every backup file prior to 2005041100.
Wiki internal links are dinamically changed and then,
converted to Markdown. Bye, Wiki! ;-)
2005-04-12 23:42:56 +00:00
thepurpleblob
59787e1894
Update wiki-like text format to Markdown.
2005-04-12 07:53:02 +00:00
thepurpleblob
2e38720c21
Update wiki-like text format to markdown.
2005-04-12 07:15:17 +00:00
stronk7
b79aa685fb
Finally we have to use the 'nomatch' because we can come
...
from other script (assess.php).
filterall work in progress.
2005-04-10 18:22:18 +00:00
stronk7
95c67e2fe1
Now xxx_print_recent_mod_activity() supports filterall.
...
(assignment, forum, quiz and workshop)
2005-04-02 23:19:01 +00:00
stronk7
6a2c151a9e
Replacing some HTTP_POST_VARS uses because it doesn't work always!
...
Using data_submitted() or $_POST
Merged form MOODLE_14_STABLE
2005-04-02 17:45:29 +00:00
stronk7
ac21ad392d
Now course/recent.php works under PHP5.
...
See bug 2828
(http://moodle.org/bugs/bug.php?op=show&bugid=2828 )
Merged from MOODLE_14_STABLE
2005-04-02 11:32:22 +00:00
moodler
b846ac39ff
Standardise the intro box using an ID
2005-03-13 16:17:55 +00:00
stronk7
b16d48b04e
Workshop module backup & restore now working completely. Upgrade
...
logic added.
2005-03-13 00:12:28 +00:00
stronk7
33743651c2
Solved one problem causing the redirect to framed view not sending all the
...
variables to the script, so the agree system, wasn't working at all.
Bug 2724 (http://moodle.org/bugs/bug.php?op=show&bugid=2724 )
2005-03-11 18:38:28 +00:00
stronk7
5861ae7589
"graphical" structure updated plus some minor indent in XML
2005-03-10 17:39:25 +00:00
moodler
e3f4c26c93
Some layout fixes
2005-03-10 14:11:45 +00:00
moodler
8f7dc7f1c7
Variety of small fixes, but mostly related to how the recent activity
...
block is constructed. A new function exists to pump these notes out
in a standard way : print_recent_activity_note.
Module dependencies also updated because of this.
2005-03-10 13:30:57 +00:00
stronk7
75549f039a
HTTP_POST_VARS present some problems under PHP5 (deprecated,
...
configuration needed). Used $_POST (with data_submitted(), if
possible) instead.
NOTE: Detected in a lot of places!
2005-03-10 00:28:42 +00:00
stronk7
956b17ed8c
Some minor changes. Backup tested and seems ok (restore remaining).
2005-03-10 00:15:37 +00:00
moodler
f1e0649c1c
Removed files/mimetype.php and put it into lib/filelib.php instead
...
where it always should have been.
2005-03-07 11:32:03 +00:00
gustav_delius
1ee55c41d9
Give groupmode selection to mod.html for all modules that use groupmode. Also fix bug 2576
2005-02-17 19:19:21 +00:00
gustav_delius
ec81373f50
In order to ensure that when a teacher hides a resource or an activity that students really can't get at it, even if they know the direct links to its pages, I have given an optional third argument $cm to the functions require_login() and require_course_login(). Pages showing information about a particular course module now pass the course module object in this third argument. The login functions will then test if either the course module is visible or the user is a teacher. If neither is the case then the user is redirected to the course homepage after being shown a message "Sorry, this activity is currently hidden".
...
(While I was at it I also turned the autologinguests off for most module pages, except on the index.php pages and the view.php pages for those modules that allow guests)
2005-02-16 10:40:48 +00:00
gustav_delius
17db65ef3f
Added visibility check to all workshop pages, see bug 2450.
2005-02-13 13:12:03 +00:00
stronk7
95e72c12d0
Now retrieving only needed fields!
2005-02-13 00:42:29 +00:00
gustav_delius
48e535bc35
Activities can now be hidden/shown from the activity editing page. Also for modules that know about groups the groupmode can be set from there. See bug 2533. This required adding to the mod.html files calls to new functions print_visible_setting() and print_groupmode_setting() which are combined in print_standard_coursemodule_settings().
...
The visibility of coursemodules is now always set through the function set_coursemodule_visible() in order to make sure that the associated events get updated in the calendar appropriately.
If moving a coursemodule to a hidden section then the module is set to hidden as well and its events are hidden in the calendar.
If deleting a coursemodule its events are deleted from the calendar.
The function choose_from_menu() has an extra optional argument $disabled which, when set to true, will disable the menu.
For the sake of consistency the function set_groupmode_for_module has been renamed to set_coursemodule_groupmode and the functions show_course_module() and hide_course_module() have been combined to set_coursemodule_visible().
2005-02-12 21:41:22 +00:00
moodler
f1c1d2f166
Removing the THEME variable and adding in classes where appropriate
2005-02-10 10:41:22 +00:00
stronk7
e09087bc76
Some minor changes to each module to XHTMLise the restore process
2005-02-07 23:33:17 +00:00
stronk7
1082105205
Modify sesskey behaviour. SC#73
2005-01-22 18:53:44 +00:00
moodler
21b69d1c4d
Removed some old docs
2005-01-12 07:53:50 +00:00
moodler
def6a51c37
Removing some old icons
2005-01-12 07:52:06 +00:00
moodler
a7b32ed3b6
Changes for XHTML and accessibility compatibility
2005-01-11 08:38:27 +00:00
moodler
bb774ac1d5
Fixed typo
2005-01-11 07:07:57 +00:00
skodak
ae68eb9c15
fixed typos
2005-01-10 21:31:41 +00:00
defacer
ccb42b9a70
Fixed some warnings for foreach() on empty array, when upgrading a site
...
with no workshops in it.
2004-12-13 18:32:20 +00:00
gustav_delius
eb89027f5b
More changes to the user interface. See http://moodle.org/mod/forum/view.php?id=740 .
2004-12-12 11:20:07 +00:00
gustav_delius
1c4e73b614
Now teachers can again grade assessments. Also various tweaks of admin interface. This is work in progress. Heavy testing and further development will take place during the coming days, so consider this code as unstable.
2004-12-09 09:34:43 +00:00
gustav_delius
47162a5b59
fixed cutoffime misprint
2004-12-08 10:39:06 +00:00
gustav_delius
9e5b9a2084
fixed missing ) and undefined $timenow
2004-12-08 10:09:25 +00:00
gustav_delius
9a41fb44c0
removed duplicated sentences from emails
2004-12-08 08:29:11 +00:00
gustav_delius
2317a9f3b0
Fixed date check
2004-12-07 07:41:49 +00:00
gustav_delius
5e5b03eba0
use filter_text instead of text_to_html
2004-12-06 20:20:27 +00:00
gustav_delius
ab98918f09
Workshop module now works with dates rather than phases, see http://moodle.org/mod/forum/discuss.php?d=15541 .
2004-12-05 11:49:18 +00:00
moodler
b64dab0e5d
Changes for XHTML and accessibility compatibility
2004-11-26 09:33:02 +00:00
rkingdon
693f6eb5cf
Cron routine does not send "graded" emails until releasegrades date;
...
grades are "not available" in index page until after the relaesegrades
date; phasing of three phase workshop tidied up.
2004-11-23 20:52:54 +00:00
rkingdon
03371565eb
Fixes teacher's view of 3 phase workshops.
2004-11-22 19:09:06 +00:00
mjollnir_
eb46f6a322
Merged from MOODLE_14_STABLE: Indexes for workshop and version bump (honoring partial freeze)
2004-11-21 22:03:48 +00:00
paca70
706552f038
Updates for postgres
2004-11-21 15:01:33 +00:00
rkingdon
ee3dddc1c9
Allow student submissions to be edited/deleted in the Submission phase of
...
workshops.
2004-11-18 04:24:31 +00:00
mjollnir_
17c88613b4
Bug fix for sql for new workshop tables for mysql
2004-11-17 03:17:05 +00:00
rkingdon
0446243690
Stock comments can now contain single quotes.
2004-11-16 20:49:25 +00:00