stronk7
40c287b095
Added support for "choose" and "choose again" action logs. :-)
2004-02-17 16:19:58 +00:00
moodler
abcc3a17b9
Fixed up some logging
2004-02-17 14:39:15 +00:00
stronk7
0f318c26b4
Now logs from:
...
- Assignments
- Choices
- Workshops
are restored too.
2004-02-15 21:18:52 +00:00
moodler
b6ee2d82ea
Groups support for choice module
2004-02-15 08:17:45 +00:00
moodler
bd115b3f82
Caters for the case when nothing was selected
2004-02-04 13:40:20 +00:00
moodler
a7f4452d11
Updating version numbers of all Modules to make things a bit clearer
2004-02-01 04:42:39 +00:00
moodler
9423833cd9
All modules now require the very latest because of the changes to add_to_log
2004-01-31 15:25:00 +00:00
moodler
037f99aa2d
Upgraded add_to_log to send cm->id
2004-01-31 15:22:04 +00:00
moodler
83f007bf39
Define minimum required versions of Moodle
2004-01-28 04:27:57 +00:00
moodler
9328530195
Added dividers and improved display of section
2004-01-26 12:27:11 +00:00
gustav_delius
d7143408df
replaced incorrectly closed html tags, see bug 365
2004-01-25 20:34:54 +00:00
moodler
263a473593
New setting makes it optional to show column of people who didn't answer
2004-01-01 06:35:22 +00:00
moodler
b3679ca436
Display names using fullname function
2003-11-28 15:41:18 +00:00
moodler
fb7a194e6b
Removed blank lines at the end (!)
2003-11-03 02:59:09 +00:00
stronk7
0585509135
Simply, move the XXXX_get_participants() function from
...
bottom to the common function area.
See bug 807
2003-09-29 15:27:30 +00:00
les_kopari
39cb14779b
Initial add for Oracle.
2003-09-25 01:11:22 +00:00
les_kopari
96c1e116e6
Oracle tables, etc converted from mysql, plus test transactions.
2003-09-13 08:05:21 +00:00
stronk7
8033a70237
Included choice_get_participants() function.
2003-09-04 22:18:14 +00:00
moodler
5884d4e2fd
Fixed some array indices
2003-08-25 02:48:09 +00:00
stronk7
902142c079
Added language support
2003-07-28 19:32:51 +00:00
moodler
cccb016ae4
When displaying index lists of a particular module's activities,
...
ensure that the order they are displayed in is always the same as the
order they have been defined in. See bug 553.
This involved API changes to the function get_all_instances_in_course()
2003-07-12 05:19:18 +00:00
moodler
d7c93ec8fa
Moving the backup libraries for each module into their new homes.
...
There's some beer and pies in the fridge, guys, settle in.
2003-07-09 04:40:35 +00:00
moodler
51600d9dab
Fixed some accidental lowercasing
2003-07-07 11:52:05 +00:00
moodler
717f40c6d8
Some fixes to avoid pointless uses of $ME
2003-06-16 14:40:51 +00:00
moodler
353d033843
get_course_users now calls get_site_users if the course is a site.
...
There is something wrong with this SQL still though ... it mostly works
but I'm still getting wierd behaviour with small numbers of users.
Need some help here ... for example just look at get_site_users()
on your test site.
It's supposed to return a list of users who are admins, creators,
teachers or students
2003-05-20 09:33:30 +00:00
moodler
11697b48ea
Minor code cleanups
...
- lowercasing
- removing short php tags
- adding some emoticon help here and there
2003-05-20 08:03:12 +00:00
moodler
8b50d2a76e
Some fixes to make choice reports work better when used at site level.
...
PLus some HTML lowercasing
2003-05-17 06:17:10 +00:00
moodler
3a4c2fd089
I knew there was something else I'd forgotten!
...
Added a check to all modules (well view.php anyway) to check whether a
module is hidden or not. If it is, then students get a message.
2003-05-15 18:03:22 +00:00
stronk7
5094d166b7
Changed to show the hidden choices dimmed (bug #364 )
2003-04-24 16:47:06 +00:00
moodler
dcde9f020a
Displayed time formats are now stored in lang files
...
(see the new strftime* strings) so they can be customised per language
2003-01-15 10:55:54 +00:00
moodler
f8c898243d
Editing with Richtext wasn't working ... fixed now (typo)
2003-01-10 13:07:41 +00:00
moodler
c897eac5e4
Some small robustness things, and a new style for quiz feedback text
2003-01-08 09:08:05 +00:00
moodler
ce78926df0
Small robustness fixes
2003-01-06 13:55:37 +00:00
moodler
58d6d79145
Default values
2003-01-06 08:44:03 +00:00
moodler
b0e3a92523
Clean sweep through all the important changing all include(), include_once()
...
and require() to require_once()
2003-01-05 14:19:20 +00:00
moodler
36b4f9852e
buggy_referer is dead! Long live buggy_referer!
...
Should be fixed now. As a bonus, I've removed all the uses of
HTTP_POST_VARS from all scripts.
All forms should use the new data_submitted() function to collect
form data (it does the match_referer thing internally now).
Much nicer.
2003-01-02 14:49:23 +00:00
moodler
6d6c938999
New feature: choices can now be published (like polls) with names
...
or without.
2003-01-01 06:34:13 +00:00
moodler
366287b705
Old file
2003-01-01 05:39:30 +00:00
moodler
a3eea09cc9
More fixes for postgreSQL etc
2002-12-23 11:47:17 +00:00
moodler
ebc3bd2b24
Changes throughout Moodle to remove any reserved words from the
...
Moodle tables.
ie user -> userid in many tables, plus in user_students
start -> starttime and end -> endtime
I've just done all this as carefully as I could ... I don't think
I missed anything but it's pretty intensive work and I'd be fooling myself
if I didn't think I'd missed a couple.
Note that this version should pretty much be able to bootstrap itself
using PostgreSQL now ... but this is untested
2002-12-23 09:39:26 +00:00
moodler
9fa49e22ab
Many many changes lumped in here ... not finished yet either.
...
Basically all the Database functions are in lib/datalib.php
and the web functions are all in lib/weblib.php, so
moodlelib.php is much thinner than it was.
Data functions have been extended ... most old calls will
still work, but now many more SQL commands can be performed
using the datalib functions rather than using SQL. I'm
currently moving through the whole tree replacing SQL
calls or at least concentrating them in one section of
mod/xxx/lib.php
Still working on forums, quizzes, surveys, resources.
The tree is currently not full working ... some things are
half-completed ... will resume tomorrow.
2002-12-20 14:44:14 +00:00
moodler
fd790dfb55
Database and upgrade files for PostgreSQL 7 support!
2002-12-15 02:41:07 +00:00
moodler
7be475f601
New consistent help buttons for textarea fields throughout all modules
2002-12-13 09:06:30 +00:00
moodler
dfc9ba9bbe
Added navmenu in more places
2002-11-10 08:43:44 +00:00
moodler
d897cae419
Changes to enable jumping between activity modules, using a new menu in
...
the upper-right corner. Caution: Not well tested at this stage.
2002-11-10 07:37:15 +00:00
moodler
23877f9407
never upgraded choice tables to six choices!
2002-10-24 03:43:37 +00:00
moodler
417e6821bd
Removed some blank lines that were causing output
2002-10-17 10:33:13 +00:00
moodler
09aebc9468
Cleaned up some buttons ...
2002-10-16 04:51:55 +00:00
moodler
c0d6bcc508
Moved upgrade functions into db/mysql.sql
2002-10-05 17:20:24 +00:00
moodler
b4ab71a6db
Fixed links in navigation
2002-10-02 02:24:19 +00:00