mits
71cd1fa9f9
polished.
2005-04-13 07:12:38 +00:00
mits
758c63a608
polished.
2005-04-13 07:06:24 +00:00
moodler
535136bde7
Correct calls to require_course_login
2005-04-13 07:00:35 +00:00
moodler
1596edff55
Added general robustness to require_course_login
2005-04-13 06:59:13 +00:00
mits
5458c4e7c2
translated some.
...
Thanks Martin for lang.php fix!
2005-04-13 04:37:13 +00:00
moodler
1ce8d3f0bd
More robust at handling hyphens (bug 2899)
2005-04-13 04:18:24 +00:00
moodler
22e5761eb3
Minor formatting
2005-04-13 04:17:25 +00:00
moodler
85ed4448d3
FIxed a notice
2005-04-13 03:18:12 +00:00
mits
76cabcbd41
translated new string.
2005-04-13 01:38:23 +00:00
michaelpenne
0f2bff9d7b
FIXED: questiontypes help button was looking for the wrong help file
2005-04-13 00:01:43 +00:00
stronk7
9863d5149e
One new string to convert from wiki to markdown.
2005-04-12 23:59:13 +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
stronk7
75766456f9
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.
2005-04-12 23:40:40 +00:00
mits
fd6e7c1ac4
translated new string.
2005-04-12 22:58:05 +00:00
danmarsden
ae2f3b4cbc
output to excel and text now checks whether unanswered column should be shown before outputing data.
2005-04-12 22:53:22 +00:00
danmarsden
7b056dd39a
problem with "not answererd yet" column on anon responses page. - diplaying admins and hidden teachers.
2005-04-12 20:49:51 +00:00
koenr
b5cb367e32
Lot of new strings and new help files from Maryia.
...
Strings are XHTML compliant
2005-04-12 20:16:40 +00:00
thepurpleblob
f0e13cf157
Whoops - forgot the db prefix in the where clause
2005-04-12 20:04:50 +00:00
thepurpleblob
c5c36dac9f
Whoops! Forgot prefix on the DB where clauses
2005-04-12 19:57:51 +00:00
stronk7
8e4d01032a
Small (but important) typo solved. It was preventing coursesql to work.
2005-04-12 16:56:34 +00:00
stronk7
805788218b
Converting wiki to markdown in old (<2005041100) courses.
...
First step. Launcher created.
2005-04-12 16:10:47 +00:00
thepurpleblob
a8093758b1
Whoops - new strings now taken from correct lang file.
2005-04-12 15:26:57 +00:00
thepurpleblob
7b0272a78f
Fixed lots of dodgy html - unbalanced tags, missing quotes around attributes etc.
...
Much more to go - bad page this!
2005-04-12 15:20:57 +00:00
thepurpleblob
bb24a23941
Added string for the email subject ('mailsubject').
2005-04-12 14:11:43 +00:00
thepurpleblob
14333242e3
Made mail subject line text in language pack, not hardcoded.
2005-04-12 14:10:41 +00:00
gustav_delius
55a77c6c66
navigation bar now uses appropriate strings for editing quesitons or editing quiz.
2005-04-12 08:48:13 +00:00
gustav_delius
4f764fc4d3
Thanks to a suggestion by Martin published categories are printed with class="published" and unpublished ones with class="unpublished".
2005-04-12 08:15:47 +00:00
thepurpleblob
59787e1894
Update wiki-like text format to Markdown.
2005-04-12 07:53:02 +00:00
thepurpleblob
5d48f310a5
Update wiki-like text format to Markdown
2005-04-12 07:52:31 +00:00
thepurpleblob
2e38720c21
Update wiki-like text format to markdown.
2005-04-12 07:15:17 +00:00
gustav_delius
ad8394a6c5
Ordinary unpublished categories were greyed out. That was confusing and I have now removed it.
2005-04-12 06:50:47 +00:00
gustav_delius
4fe082e86c
quiz_decimalpoints now works correctly also as an advanced option.
2005-04-12 04:48:11 +00:00
moodler
ce50cc7018
Don't have a cow when a Wiki text is encountered
2005-04-12 03:14:29 +00:00
defacer
257e3f4c61
Utilize $CFG->calendar_adminseesall and part of Penny's patches (for bug 2804)
...
to improve performance: if the admin wants to see all events, there's no need
to make even one query for course groupmode.
2005-04-12 01:09:31 +00:00
defacer
b53f385b2c
More cleanups, some useless code thrown out and simplified.
2005-04-12 00:12:05 +00:00
defacer
39f899cd1c
More required_param and optional_param goodness.
2005-04-12 00:05:06 +00:00
defacer
3b723f3b1d
Simplify the code, use optional_param, fixed one more instance of literal 1 = SITEID
2005-04-11 23:54:20 +00:00
defacer
0ad072dea5
Simplify the code a bit and move the visible = 1 SQL check out of the main part of the WHERE
...
statement. This might be actually fixing an operator precedence logic bug.
2005-04-11 23:24:23 +00:00
defacer
6e957c415c
Better bracketing for event-selecting SQL (see bug 2804)
2005-04-11 23:21:29 +00:00
defacer
55d9c93a11
Reading some code carefully...
...
This small check is already done a couple lines above.
2005-04-11 23:13:41 +00:00
danmarsden
647396597a
now allows download of choice responses to excel or text file
2005-04-11 22:59:32 +00:00
defacer
e2aa618b77
Fix for bug 2821. I 'm not sure if it makes any difference, but it cannot hurt.
2005-04-11 22:58:10 +00:00
danmarsden
b9135eca2c
fix for Bug #2883 - Choice Mod, - can't delete an existing option
2005-04-11 20:34:13 +00:00
mits
0e33116216
translated some.
2005-04-11 19:04:26 +00:00
moodler
63c1418986
Groups are more sticky for students browsing participants
2005-04-11 18:25:09 +00:00
stronk7
60c2b9b35c
Minor changes:
...
- Costants are defined.
- Avoid some notices if records aren't found.
2005-04-11 17:12:47 +00:00
koenr
a36610048a
removing wiki-like reference
2005-04-11 16:54:14 +00:00
koenr
9ca4b42324
notice for discontinued function until the next time I open this document
2005-04-11 16:49:45 +00:00
koenr
7b17f90fb8
removing wiki-like reference
...
I keep wiki.html for a while for backwards comptibility
2005-04-11 16:47:38 +00:00
stronk7
fccc341d38
es Help files updated. Credits for Benito Arias.
...
(having some sort of problem with his CVS client) ;-)
2005-04-11 15:51:49 +00:00