13480 Commits

Author SHA1 Message Date
stronk7
09972dd340 Some minor things:
- Clean filename.
  - Applied format_string to choice->name and answers.
  - Better parameter handling.
Remaining:
  - A lot of notices in line 148, breaking output with debug enabled!
2005-04-14 19:00:23 +00:00
moodler
560811bbc9 Header and footer need to come from current_theme Always 2005-04-14 18:27:48 +00:00
moodler
55fcc21e4d Forgot some debugging 2005-04-14 17:59:25 +00:00
moodler
be86672db2 Better updating of the parent page when grading, now works even when
columns are closed
2005-04-14 17:56:03 +00:00
moodler
0ce8ba58e8 Store flextable session cache in an independent way so they don't reset each other 2005-04-14 17:43:18 +00:00
moodler
df5e748b63 Same color as "unread" posts 2005-04-14 17:11:58 +00:00
moodler
9437c85446 Shane and I have been working on this vastly improved grading interface :-D 2005-04-14 17:10:40 +00:00
moodler
c70fa20146 New function shorten_text to truncate text neatly 2005-04-14 17:03:11 +00:00
moodler
0792e9a8af nothingtodisplay string 2005-04-14 15:37:29 +00:00
moodler
68ffc100fa Don't just print nothing - print "nothing to display" 2005-04-14 15:35:27 +00:00
moodler
d59269cfa6 Better updating of table from popup 2005-04-14 15:23:48 +00:00
gustav_delius
1452ca7b0b Added explanation about editing quizzes that have already been attempted by students, in response to bug 2924 2005-04-14 15:08:54 +00:00
moodler
14a4e0283a Fixed a typo 2005-04-14 14:13:50 +00:00
ikawhero
5eefbc3b3c Oops! Removed debug echo line. 2005-04-14 14:13:19 +00:00
ikawhero
306dc7e5c5 SQL update to use JOIN rather than seperate queries 2005-04-14 14:09:06 +00:00
moodler
dc28eedec4 button_to_popup_window can now return a string 2005-04-14 13:56:29 +00:00
moodler
6b6435db47 LOnger caching options 2005-04-14 13:49:38 +00:00
fiedorow
380e47f50b Check slasharguments setting in algebradebug.php too 2005-04-14 13:39:54 +00:00
moodler
1017b8a5c6 Fixed the assignment upgrade 2005-04-14 13:37:06 +00:00
moodler
36a3ed4ce1 Some new strings from the refactoring ... 2005-04-14 13:25:21 +00:00
fiedorow
781cac7273 Added link to admin/config.php for slasharguments 2005-04-14 13:24:51 +00:00
moodler
b0f2597e17 Refactored Assignment Module
============================

This new assignment module allows Plugin Assignment types.  This should
allow a whole lot of new stuff to easily be placed in Moodle without
making the modules list longer for no good reason.

This checkin is still a really rough version that needs work on it.
Normally I would want it better than this to check in, but I need
to collaborate with Shane on the remaining code and CVS is the best
way.

Give it a day or two to settle in.  :-)

This is the last thing I wanted to get into 1.5.  Getting close now!!

Cheers!
Martin
2005-04-14 13:24:40 +00:00
defacer
4f2dbde9f8 Fix for bug 2916, silly silly named constant mistake.
Since we 're at it, fixed another bug: automatic recalculation of DST table
without having to logout if the user changes his timezone now works correctly.
2005-04-14 12:20:09 +00:00
ethem
1dfa369bd3 time zones 2005-04-14 12:01:23 +00:00
mits
6263776a8d fixed, based on standard theme. 2005-04-14 09:40:53 +00:00
moodler
be9d2980eb Some styles for messaging 2005-04-14 09:29:25 +00:00
moodler
5d6b319bd4 Some serious performance improvements to messaging!
Scripts have been split up and trimmed down.

If a discussion window is left open then updates happen on a slower
and slower rate (exponentially increasing delay) to help keep
load low on a server.
2005-04-14 09:28:07 +00:00
fiedorow
9dd9a4267a texdebug.php now checks slasharguments setting 2005-04-14 04:27:32 +00:00
mits
d71409c387 sorted based on /lang/en/choice.php. 2005-04-14 03:23:34 +00:00
moodler
cb525e6ef0 Sorting the file :-) 2005-04-14 03:04:45 +00:00
moodler
4febb58f71 Slightly more correct version ;-) 2005-04-14 02:13:47 +00:00
mits
03c93c3d74 polished. 2005-04-13 23:59:19 +00:00
danmarsden
149c7b63e5 new limit feature in choice. 2005-04-13 23:14:38 +00:00
mits
f9550ffc9b polished. 2005-04-13 23:13:17 +00:00
danmarsden
2404a1a4f8 There isn't a limit of 6 choice's anymore. 2005-04-13 23:04:04 +00:00
danmarsden
8b9e98bc8a 1 more for new limit feature. 2005-04-13 23:02:22 +00:00
stronk7
35d07065fc Avoid one debug 2005-04-13 17:04:26 +00:00
gustav_delius
99eb4d955c forgot something in the last commit 2005-04-13 16:05:46 +00:00
gustav_delius
983a7390df Random questions should be hidden 2005-04-13 16:02:20 +00:00
thepurpleblob
4c0fdc283f Added strings for new choice limit feature. 2005-04-13 15:11:44 +00:00
mits
ec4b6e7919 fixed, based on standard theme. 2005-04-13 12:22:37 +00:00
thepurpleblob
c4aa4e8ff6 Added direct link to download exported file rather than having
to search for it.
2005-04-13 10:32:45 +00:00
thepurpleblob
94dae5f108 Added strings download and downloadextra 2005-04-13 10:28:59 +00:00
gustav_delius
1e42af2786 added paging bar also at the bottom of the table 2005-04-13 09:57:10 +00:00
moodler
63e20b8854 Merge fix from stable 2005-04-13 09:19:48 +00:00
gustav_delius
c3a69c9233 Closed some <input> tags for xhtml compliance 2005-04-13 09:07:53 +00:00
gustav_delius
fdf49de1ca Fixed the problem reported in bug 2900 that the question count on the category page also counted old questions. 2005-04-13 08:48:23 +00:00
thepurpleblob
33b3562d00 Fixed a few minor(ish) points that Eloy spotted:
Broken non-slasharguments link format. <hr /> translation broken.
2005-04-13 08:27:18 +00:00
moodler
af3014b489 Merged logic fix for replying from STABLE 2005-04-13 08:27:09 +00:00
moodler
ad2520c77e Align report links to the right 2005-04-13 07:47:09 +00:00