1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-22 16:40:07 +01:00

19456 Commits

Author SHA1 Message Date
moodler
f07fa64418 Of $COURSE you can't redefine constants :) 2006-03-29 17:56:35 +00:00
moodler
20e294eeda Added field for CSS for database templates 2006-03-29 17:42:42 +00:00
moodler
3387cc5c3f New strings 2006-03-29 17:37:25 +00:00
moodler
52373fe74d Fixes for comments 2006-03-29 17:36:20 +00:00
stronk7
447ed99612 Bump! 2006-03-29 17:27:29 +00:00
nfreear
52309a36da Bug 4995, 'Calendar, colour combinations give poor contrast'. Fix: increase contrast, darker link/weekend colors, lighter event backgrounds, original duration borders. 2006-03-29 16:46:30 +00:00
stronk7
063716bad9 Now new lang packs won't be available until UTF-8
migration was performed. Until then, only "en" and
old lang packs will be available.

The opposite is also true: only new lang packs will be available
once the UTF-8 migration was performed.
2006-03-29 16:18:46 +00:00
moodler
004bd0cc39 Some cleanups to the flow 2006-03-29 16:03:05 +00:00
moodler
00a67d879c Just removing a space 2006-03-29 15:39:21 +00:00
moodler
8a58a8e17f Starting the global COURSEID.
require_login seems to be the best place to capture this, however
I'm sure there are a few little places where it won't work.

We need to hunt these places down and fix them, because I would
like to rely on COURSEID and remove all the "global $course" hacks
that are floating around.

Probably later we need the full object $COURSE as well (to match $SITE)
2006-03-29 15:38:29 +00:00
moodler
688e209c5c Language fixes (capitalisation) 2006-03-29 15:06:36 +00:00
moodler
2eb27f07f3 Fixed some output 2006-03-29 15:03:58 +00:00
moodler
ba6b47d3bf Small fix to prevent a notice, seems to still work 2006-03-29 15:00:47 +00:00
moodler
c452097e15 Slightly fixing some bodgy boxes 2006-03-29 14:52:14 +00:00
nfreear
72a877f8c9 Bugtracker 5023, fixes 'Database upgrade issue: 'relation "backup_files_u" already exists in...' Added, {$CFG->prefix} 2006-03-29 11:33:59 +00:00
ikawhero
b0aea051fc Added string for tabs. Cleaned up some others. 2006-03-29 10:07:21 +00:00
ikawhero
d095e22f4a Smart add entry tab 2006-03-29 10:05:03 +00:00
moodler
5b3c8a00ce New string 2006-03-29 08:51:00 +00:00
moodler
3d45b8e557 Bunch of fixes including:
- separate browse / detail tabs
   - cleaner logic
   - proper sorting in all scenrios
   - settings stored in the sessions
   - better cleaner URLs
2006-03-29 08:49:28 +00:00
gustav_delius
3082b744ac Moving <td>, fixing bug 5019 2006-03-29 08:45:36 +00:00
patrickslee
08e1fad13f Completed postgres binary upgrade block for wiki module 2006-03-29 05:16:59 +00:00
gbateson
a83f9d2264 fix SQL query that didn't work in PG (bug 4989) 2006-03-29 05:14:49 +00:00
patrickslee
e989c7699a Convert fields refs and content in wiki_pages to binary for postgres 2006-03-29 04:48:30 +00:00
moodler
c6f32032ea added ['confirmstartattemptnotimelimit'] 2006-03-29 03:05:27 +00:00
stronk7
2070370cfa Typo. 2006-03-28 23:31:12 +00:00
stronk7
1f1e3288ca Only decode from utf8 if we aren't running under utf8.
Please test it. Thanks!
2006-03-28 19:22:35 +00:00
stronk7
107919b0d6 Only decode from utf8 if we aren't running under utf8.
Please, test it. Thanks!
2006-03-28 19:18:38 +00:00
stronk7
5c30945a81 Only decode from utf8 if we aren't running under utf8.
(anyway we need a setting to decide the original encoding
and to be perfect)
2006-03-28 19:14:23 +00:00
stronk7
ef138cea77 Only convert to UTF8 if we aren't running under UTF8.
Please, test this is correct, thanks!
2006-03-28 18:53:16 +00:00
stronk7
1d5a7c4b0a Some changes to make proper UTF-8 encoding only if necesary.
We need to move all the **_tag functions to a central place ASAP
(backup are better to be used as central)
Also, I don't know why the author is now out from the feeds...
2006-03-28 18:46:07 +00:00
tjhunt
ee35e0b855 Allow the display of course logs to be filtered by type of action. 2006-03-28 17:33:40 +00:00
stronk7
5db97a46a5 We don't need to convert to Unicode if Moodle is running under Unicode.
(anyway, we need a new field inside each authentication system to be
able to define the external encoding!)
2006-03-28 17:13:09 +00:00
nfreear
957aa5b93b Fix bug 5014, 'nameweekscss' language string. 2006-03-28 15:46:48 +00:00
gustav_delius
8cc274defc Changed the get_actual_responses() method to truncate at 40 characters, contributed by Jean-Michel. 2006-03-28 08:27:56 +00:00
gustav_delius
223ad0b94b Better fix for bug 3225 that is reading the precision setting from php.ini, contributed by Paulo 2006-03-28 07:39:36 +00:00
stronk7
187db9ddfe Adding "ca" to the array of encodings... 2006-03-28 07:37:58 +00:00
gustav_delius
66125eda14 Fixed incorrect use of quiz_get_renderoptions. This quiz-specific function should in future be removed from this question code 2006-03-28 07:37:51 +00:00
moodler
29d218ce2f Added GUI for $CFG->sessioncookiepath 2006-03-28 05:31:21 +00:00
moodler
1ae655b17c Support for $CFG->sessioncookiepath 2006-03-28 05:26:18 +00:00
moodler
98691349b1 Regenerate course caches after UTF upgrade (bug 5002) 2006-03-28 02:14:12 +00:00
michaelpenne
a7ae1ad3fd [BugFix] Multiple essays were not showing for grading: http://moodle.org/mod/forum/discuss.php?d=41999#195580 2006-03-28 00:30:24 +00:00
gustav_delius
bc2feba364 Some preparation for manual grading 2006-03-27 17:38:30 +00:00
nfreear
ad525445c0 Accessibility: tidied commented code. 2006-03-27 16:54:34 +00:00
gustav_delius
5eae68aa2a Fixed tolerance problem, see bug 3225 2006-03-27 16:38:44 +00:00
nfreear
c6a553710d Accessibility: Bug tracker 4997, replaced table with list - low risk! 2006-03-27 16:21:56 +00:00
nfreear
149097cee3 Accessibility: Bug tracker 4997, "Unnecessary table for course sections/activities". 2006-03-27 16:08:26 +00:00
stronk7
44eee4e2b3 FPDF class credits added. 2006-03-27 15:42:38 +00:00
nfreear
05c5dc6a53 Accessibility: Bug tracker 4994, "Need skip navigation link..." 2006-03-27 15:05:35 +00:00
moodler
5989d186ed Hiding TinyMCE settings for now, deferring this to 1.7 2006-03-27 14:09:03 +00:00
moodler
9955754227 Remove the tinymce option until 1.7 2006-03-27 14:05:40 +00:00