moodler
d1a673622a
Fixed the rest of the basic interface now
2005-03-30 18:33:56 +00:00
moodler
bfe97ca600
Report works
2005-03-30 18:17:58 +00:00
moodler
5550ae839e
Working view of choices (needs XHTML work yet)
2005-03-30 17:32:23 +00:00
moodler
864e30c968
Removed some unnecessary stuff
2005-03-30 17:07:09 +00:00
moodler
95836079dc
Small fix: not crucial, but prevents some empty fields
2005-03-30 17:06:20 +00:00
moodler
a77a600994
First cut at new lib.php
2005-03-30 16:26:36 +00:00
moodler
3a925837fe
Argh, typo in new field name
2005-03-30 16:24:19 +00:00
moodler
669dfa715a
An emergency checkin to prevent Choice dataloss for anyone who may
...
be upgrading.
The module itself currently doesn't work at all ... I'm going
through and re-writing it.
2005-03-30 16:14:49 +00:00
moodler
5a9726e7ab
This module is completely broken .... I'm working on it.
...
Here are some cleanups to start with
2005-03-30 04:32:36 +00:00
danmarsden
6fd87e3bc7
Improved coice mod, allows an unlimited number of choices.
2005-03-29 23:46:17 +00:00
stronk7
c61d50b800
Now choice->name and choice->answerxx work under filterall.
2005-03-27 17:33:16 +00:00
gustav_delius
cd8d4471c8
Print course in footer
2005-03-17 15:12:07 +00:00
moodler
646d5a0281
Strip and slash alt tags on input radio buttons
2005-03-17 11:37:31 +00:00
moodler
b846ac39ff
Standardise the intro box using an ID
2005-03-13 16:17:55 +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
bawjaws
4db5de0dfa
make Choice respect text formatting selection
2005-03-09 09:50:07 +00:00
moodler
2ef4dd5eb0
Merged format fix from stable
2005-02-25 14:21:37 +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
moodler
373d5f2083
Choice doesn't have groups
2005-02-13 06:31:37 +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
a9d5f810b2
Less $THEME, more white chocolate
2005-02-09 17:15:27 +00:00
stronk7
e09087bc76
Some minor changes to each module to XHTMLise the restore process
2005-02-07 23:33:17 +00:00
mjollnir_
f63a559570
Fixing bug #2419 - missing global $CFG in upgrade for choice resulting in missing prefix
2005-01-27 02:17:35 +00:00
moodler
d3c8056258
Changes for XHTML and accessibility compatibility.
...
Tidied up layout and other minor changes.
2005-01-25 09:39:29 +00:00
stronk7
1082105205
Modify sesskey behaviour. SC#73
2005-01-22 18:53:44 +00:00
moodler
f3f7d9e409
Changes for XHTML and accessibility compatibility. General tidy up.
2005-01-21 05:07:51 +00:00
mjollnir_
782fe16bbc
Replaced prefix_ with CFG->prefix for DROP of indexes before creation because of being inside execute_sql rather than modify_database - choice module
2004-11-18 02:39:16 +00:00
mjollnir_
15e0081234
Merged from MOODLE_14_STABLE: Indexes and version bump for choice
2004-11-17 23:03:56 +00:00
moodler
d526e68ee7
XHTML and accessibility compliance
2004-10-22 07:45:58 +00:00
gustav_delius
839f2456bb
XHTML compliance
...
- fixed (hopefully) all <img> tags
- global replace on <br> to <br />
- & in URLs
- got the forum module XHTML compliant
Julian Sedding
2004-09-16 17:13:57 +00:00
gustav_delius
b4510d5333
closed some input tags
2004-09-12 22:23:51 +00:00
gustav_delius
1c61c8d6bc
fixed capitalization and quoting of attribute values
2004-09-12 15:06:29 +00:00
gustav_delius
a9ef4a630a
closed <input /> <br /> <hr />
2004-09-12 14:41:49 +00:00
gustav_delius
8f6b80b90c
Merging from stable branch
2004-08-24 18:38:14 +00:00
gustav_delius
f950af3c43
All modules are now suitable for the site page. They now all follow the same rules, namely that any students enrolled in at least one course is considered to be a student on the site.
...
All the page headers work correctly also on the site course.
On the site page the modules don't require login unless necessary or required by $CFG->forcelogin.
2004-08-22 14:38:47 +00:00
gustav_delius
1ff45e740f
fixed breadcrumbs
2004-08-21 21:19:21 +00:00
gustav_delius
ff458eb5ad
removed some notices
2004-08-21 20:59:13 +00:00
gustav_delius
90fcc576ea
Removed notices by introducing new function print_header_simple() which works on site as well as in courses without extra logic.
2004-08-21 20:20:58 +00:00
stronk7
f77bdcc636
Added support to timeopen, timeclose, release and allowupdate
...
in backup and restore procedure.
Added some special checks to mantain backwards compatibility
whith pre-1.4 backup files, because the meaning of some settings
has changed just now. (I've applied the same differences executed
in the upgrade process). :-)
2004-07-01 19:44:55 +00:00
moodler
eeb2d76ee8
Whoops! Fixed one tiny upgrade thing ... this will make choices
...
with "publish" turned off upgrade predictably
2004-07-01 13:30:50 +00:00
moodler
d30772b256
Added new feature to restrict time for this activity.
...
Cleaned up logic by adding a separate menu for publishing vs privacy.
2004-07-01 12:52:15 +00:00
moodler
f9af7fd020
constant values changed to reflect changes in database
2004-07-01 09:20:51 +00:00
moodler
bcb5433d92
upgrading database with new values for the new fields
2004-07-01 09:17:37 +00:00
moodler
283009c259
Two new fields added to extend choice capabilities
2004-07-01 07:41:36 +00:00
moodler
b9080b73c7
Added two fields for time restrictions on choices
2004-07-01 07:01:26 +00:00
moodler
070528fc79
MOdules are dependent on this version of course/mod.php
2004-06-04 07:28:34 +00:00
moodler
7613890851
BRANCH MERGE
...
These are the changes from MOODLE_13_STABLE, merged into trunk
The tag MOODLE_13_MERGED on the MOODLE_13_STABLE branch now refers to this point
The biggest changes here are the fixes for HTML editor in all standard modules
2004-06-04 06:17:30 +00:00
stronk7
e47543451e
Avoid some division by 9 warnings when showing anonymously
...
and no answers have been introduced.
2004-03-14 01:22:28 +00:00