moodler
ad3fba9c0d
Added a missing string
2006-03-30 04:02:00 +00:00
moodler
02024106fa
more years in the list
2006-03-30 03:55:24 +00:00
moodler
a2f96d3e55
Use better variable names in file class
2006-03-30 03:54:39 +00:00
gbateson
c20b623804
make compatible with PHP 5.1.2 by removing variable assignments in calls to functions e.g. myfunction($a=1); Micro-incremented version number to 2.1.15
2006-03-30 03:17:51 +00:00
stronk7
475e9de86f
SITE and SITEID were calculated *before* 'set names' so they weren't
...
fetched properly from DB. Moving such block of code from datalib.php
to setup.php to execute it *after* 'set names'. Credit goes to Skodak B-)
2006-03-29 23:38:46 +00:00
stronk7
dfa76a46e3
Automatic installer.php by installer_builder (20060329)
2006-03-29 21:20:18 +00:00
moodler
353bbad47a
Let's call it this, tomorrow. :-)
2006-03-29 18:52:42 +00:00
moodler
cc6b0be44b
Whoops, wrong line, I am tired. :-)
2006-03-29 18:38:18 +00:00
moodler
5f04c615d7
Template order makes more sense this way :-)
2006-03-29 18:36:31 +00:00
moodler
c4e576f1ff
Some new strings for CSS
2006-03-29 18:30:03 +00:00
moodler
68635e6f6d
Support for a new CSS template, allowing you to use CSS in the other templates
2006-03-29 18:29:16 +00:00
moodler
01fe47f640
Fixed a notice
2006-03-29 18:00:58 +00:00
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