10501 Commits

Author SHA1 Message Date
moodler
9ae3253e6e $ME is not always reliable in this case 2005-01-05 07:22:08 +00:00
stronk7
04ad0d91e8 Now text sent to PayPal can be 'sanitised' to avoid
some diacritics (spanish for now) break the enrol process.
Only German and French diacritics are supported for now by PayPal.
Functionality can be easily expanded to other characters.
It make the sanitity when $CFG->sanitise_for_paypal is enabled.

Merged from MOODLE_14_STABLE
2005-01-05 00:28:26 +00:00
martinlanghoff
559027a76c Merged from MOODLE_14_STABLE
Fixes bug 2334 http://moodle.org/bugs/bug.php?op=show&bugid=2334

Courses will sometimes fail to be moved across categories if there are collisions in the sortorder field, due to a combined unique index.

With this fix, the 'category move' logic is aware of sortorder and will do The Right Thing(tm) putting the course at the beginning of the category: MIN(sortorder)-1 WHERE category=$destcategory->id .

Also added further cleanup patches.
2005-01-04 22:52:29 +00:00
defacer
0f256abc0c Fix for bug 2336:
I accidentally removed the editing button from courses when fixing bug 2328.
Fortunately, Gustav was on the lookout.
2005-01-04 19:43:09 +00:00
martignoni
c50e95d4b3 Corrected file encoding 2005-01-04 09:39:56 +00:00
mits
6b586d7de6 translated some. 2005-01-03 21:54:05 +00:00
moodler
2973ec1879 History links with context now scroll directly to the message, not
just the day.

Must go to bed.  :-)
2005-01-03 17:05:30 +00:00
moodler
e6ca691237 SMall fixes 2005-01-03 16:29:59 +00:00
koenr
ee4c7d6216 already first tweaks 2005-01-03 16:21:16 +00:00
koenr
e60a037ca9 initial translation of new message function 2005-01-03 16:17:26 +00:00
koenr
860a2ac912 filling in missing strings 2005-01-03 16:16:28 +00:00
moodler
0125a71bb9 Improved offline/online logic and display 2005-01-03 15:41:13 +00:00
moodler
973cda9d96 Fixed some bugs in my last checkin 2005-01-03 15:27:32 +00:00
moodler
f520438cf1 Some tidy up of some code and the information display in a discussion window.
The online status of the other user is now more accurate, and will not
keep updating once the user has gone offline.
2005-01-03 15:20:56 +00:00
moodler
38c6a92809 Big improvements on message searching. It now highlights the results, and
shows you the fragment containing the results (not just a shortened version)
2005-01-03 12:16:06 +00:00
moodler
fd7006f6b4 Some tweaks here and there to the display 2005-01-03 10:49:40 +00:00
koenr
e4eb5a273d new Hungarian help files by Karoly Fabricz [kfabricz@vnet.hu] 2005-01-03 09:03:31 +00:00
kaipe
d70ccc495c New feature:
Maximum-number-of-questions-per-page
2005-01-03 00:41:33 +00:00
defacer
edb42f0924 Fix for bug 2328:
* When configuring a block instance, "Turn editing off" button is not
  shown anymore.

* When configuring a block instance, the breadcrumbs are now better,
  providing a link to the course page. This could be done in a much
  better way if we had a comprehensive template system but it will
  suffice for now.
2005-01-02 15:20:15 +00:00
gustav_delius
ac27e47dc4 Hierarchical question categories from mediagonal, see http://moodle.org/bugs/bug.php?op=show&bugid=1947 2005-01-02 15:10:50 +00:00
moodler
e3a40eb6f5 Trying a better log icon 2005-01-02 14:39:56 +00:00
moodler
e59437f5bd Some new strings 2005-01-02 14:33:55 +00:00
moodler
ce2d60ad59 Some tidy-ups and some styles 2005-01-02 14:33:17 +00:00
moodler
f857e7de93 New log icon 2005-01-02 14:14:28 +00:00
martignoni
cd183d4850 New string 'editingteachershort' 2005-01-02 10:56:01 +00:00
martignoni
e7dc2ee3e7 Changed user interface for adding multiple random questions, see http://moodle.org/mod/forum/discuss.php?d=16531#78785 2005-01-02 10:52:31 +00:00
martignoni
fb3f94c020 Improved an error message, see http://moodle.org/bugs/bug.php?op=show&bugid=504&pos=0 2005-01-02 10:50:22 +00:00
martignoni
44551ca5d4 Fixed form error checking for cloze questions, see bug http://moodle.org/bugs/bug.php?op=show&bugid=697 2005-01-02 10:48:31 +00:00
martignoni
984f2d25d4 New strings for Messaging facility 2005-01-02 10:43:33 +00:00
martignoni
8196326e46 Latest update for rss client block localization 2005-01-02 10:25:27 +00:00
gustav_delius
15939a2fc9 Introduced the language string 'editingteachershort' and set it to 'Editor'. Also fixed a typo. This closes bug 1949 2005-01-02 07:42:24 +00:00
gustav_delius
34283aa87d The teacher now can choose whether to see the advanced quiz
options or not. This is handled as in the resource module. The
"Show advanced options" button is only shown if the admin has
chosen to declare some of the options as advanced.

There are now 4 review options as suggested by Martin in
http://moodle.org/mod/forum/discuss.php?d=16709

Provides separate buttons "Update this quiz" and "Edit questions",
see http://moodle.org/mod/forum/discuss.php?d=16708. To make this
possible edit.php can now be called with a quiz id and it saves
its data itself rather than relying on mod.php.

mod.html now has a "Save changes" and a "Save changes and edit questions" button.

"Attempt quiz now" button gets a different language string for
re-attempts. This is currently set to "Re-attempt quiz".

After viewing the feedback for an attempt the "Continue" button
leads back to the course homepage, as requested in bugs 1224 and
1976. If there is no feedback the user is brought straight to quiz/view.php.
2005-01-02 07:15:19 +00:00
moodler
405f01ee2d Emailing is now working well, and more GUI cleanups 2005-01-01 16:00:35 +00:00
moodler
e520509acb Tidying up icons and layout 2005-01-01 11:47:18 +00:00
moodler
36f01e7b1b New log display stuff for message contacts 2005-01-01 08:41:13 +00:00
moodler
de8647f8f7 Transparent user face 2005-01-01 08:01:03 +00:00
moodler
2358b66461 Stop and Go icons 2005-01-01 07:42:11 +00:00
mits
2768bbf725 translated some. 2005-01-01 07:25:19 +00:00
moodler
5fb86983dd Typo in popup params 2005-01-01 04:39:01 +00:00
moodler
62119d659d Fixed up some history linking 2005-01-01 04:37:40 +00:00
moodler
b9ee063899 Added access to discussion histories 2005-01-01 04:23:09 +00:00
moodler
f66e1977bb Added parameter to print_user_picture to allow links with target windows 2005-01-01 04:22:19 +00:00
moodler
8fc8e7ed84 Smaller text window for typing and safer display of first names 2005-01-01 02:49:03 +00:00
gustav_delius
3cebccea7b defined $timeago 2004-12-31 20:42:53 +00:00
gustav_delius
444f6252dd fixed some small bugs 2004-12-31 20:02:45 +00:00
fiedorow
84b3c159df Merging /admin/ fix 2004-12-31 18:46:59 +00:00
fiedorow
34417488cf Merging forum search fix 2004-12-31 18:42:27 +00:00
defacer
a2017e62da Latest updated guide. The Appendixes need more work but up till there
it's pretty much final.
2004-12-31 16:35:29 +00:00
fiedorow
98c872b63e add closing tag, see bug #2324 2004-12-31 16:20:05 +00:00
fiedorow
06870aa324 fixing a couple of instances of hardcoded /admin/ 2004-12-31 16:12:58 +00:00