1013 Commits

Author SHA1 Message Date
stronk7
b6725eba9a Allowing also numbers and underscores in sessioncookie
Merged from MOODLE_16_STABLE
2006-05-22 17:55:38 +00:00
tjhunt
450a0a7db7 Merge from stable branch: Convert tabs to spaces in files where there were only a few rogue tabs. 2006-05-17 16:47:44 +00:00
vyshane
7eaf5045ce Fix for Bug #5441. 2006-05-08 03:56:26 +00:00
vyshane
1db34bf5fb Fix for bug #4805 2006-05-04 04:32:55 +00:00
toyomoyo
e44f4173b7 fix for 5003, 5302 2006-05-01 06:56:38 +00:00
toyomoyo
116bd4ec0d changes made to accomodate adodb_logsql table. bug 5003 2006-05-01 02:42:36 +00:00
gustav_delius
b59126298d Just a small comment to avoid problems in the future 2006-04-28 09:34:33 +00:00
moodler
92718cce32 Make sure we can see all installed languages regardless of langlist 2006-04-28 02:29:36 +00:00
toyomoyo
008060c43e fix for 5305 2006-04-28 01:55:12 +00:00
vyshane
137624c78d Fix for Bug #5022 - Hidden resource/activity modules still show up in jump
menu. Forced course catch rebuild if a module is hidden or shown.
2006-04-27 03:31:10 +00:00
skodak
eac8ac87c7 fixed notice and corrected the use of new s() and p() 2006-04-26 21:25:50 +00:00
toyomoyo
a2655f6527 make some variables global for 5305 2006-04-24 08:38:11 +00:00
toyomoyo
9a7f3cad99 fix for 5205 2006-04-24 02:20:06 +00:00
gustav_delius
1e7b7003f2 Deal with modules that are missing their language strings 2006-04-23 15:20:26 +00:00
skodak
ad497eea7b fixed undefined pg encoding in warning and undefined main teacher lang when no teacher in course 2006-04-22 15:51:00 +00:00
mjollnir_
9e3e6be8e7 Only force topic section in front page if ALL options are set to hide, not if we have news 2006-04-21 03:09:58 +00:00
toyomoyo
0459675f96 added a simple message to warn moodlers that if they are using contrib modules or blocks with no migration sript, the data will not be converted. 2006-04-20 07:35:36 +00:00
toyomoyo
8de65352a4 there's some changes, to accomodate 5194. More testing is needed on all versions of mysql 2006-04-20 06:57:26 +00:00
mjollnir_
60188cee2b assign admins page should respect MAX_USERS_PER_PAGE 2006-04-20 00:19:17 +00:00
martinlanghoff
04ddd06c1d admin/cron.php - fix typo
Nothing like being pedantic on a tuesday afternoon...
2006-04-18 21:22:04 +00:00
moodler
0b9e9783a3 Fixed bug #5230 and the hardcoded admin folder 2006-04-18 09:46:35 +00:00
toyomoyo
dec0d49c7e typo 2006-04-18 09:08:53 +00:00
toyomoyo
4e93938edb fix for 5204 2006-04-18 09:05:07 +00:00
toyomoyo
98ae4e63da block unicode migration bugs 2006-04-18 06:17:30 +00:00
moodler
d87a9d7338 Fixed the upgrade_plugins function so that it automatically
handles the .sql file for first installation (just like activities)
2006-04-16 16:50:55 +00:00
moodler
9bb4d21fa5 No agreement to license sends you to docs.moodle.org 2006-04-16 16:09:12 +00:00
moodler
37fa421efc FIx license display 2006-04-14 06:38:52 +00:00
skodak
2475a6c26d minor coding style fixes 2006-04-12 21:02:03 +00:00
vyshane
7477f2505b Fix for Bug #5021 - Unhiding an entire Module unhides all it's child
resources, even in hidden sections
2006-04-11 08:30:10 +00:00
stronk7
8e6184dc8e Strip the "_utf8" suffix in one more place. Thanks Mina!
(http://moodle.org/bugs/bug.php?op=show&bugid=4924)
2006-04-11 07:55:26 +00:00
stronk7
5a606b3944 Prevent edition of langconfig.php from Moodle editor. Part of 4924.
(http://moodle.org/bugs/bug.php?op=show&bugid=4924)
2006-04-10 22:15:57 +00:00
toyomoyo
19407a4274 agreelicence was not set 2006-04-10 06:35:10 +00:00
vyshane
0bcf4732fa Fixed Bug #5071 - The script uploaduser.php ignores the rest of records after
the first one
2006-04-10 04:54:34 +00:00
stronk7
ea07c59442 Add one space in the list of langs used to allow the text to flush. 2006-04-09 23:37:14 +00:00
skodak
a37b4c5b10 fixed double prefix bug 2006-04-09 21:25:30 +00:00
moodler
34b9ce2572 Removing unnecessary boxes 2006-04-09 07:50:19 +00:00
moodler
91555ae462 FIxed some box sizes, and added hooks for Matt Oquists portfolio stuff 2006-04-06 01:38:52 +00:00
patrickslee
faf2851fd9 Override doc link for postgresql migration 2006-04-05 23:41:59 +00:00
stronk7
03595aab1a Small change in MySQL. Seems to work better under any version
(tested over MySQL 4.1.12, 4.1.16, 5.0.18 and 5.0.19) Bug 5055.
(http://moodle.org/bugs/bug.php?op=show&bugid=5055)
2006-04-05 22:14:24 +00:00
vyshane
5723bc6f09 Fix for Bug #4910 - stringnames with - . and / don't show up in translation editor
Modified /admin/lang.php to allow us to still use periods in language string keys. The lang.php script just replaces the periods with ##46# for the form inputs and then puts the periods back in before saving to the language file.

This means that there is no need to update language files at all. They will just work even with periods in the string keys.
2006-04-05 04:07:16 +00:00
mjollnir_
9c9aeef15c Fixing postgres unicode migration for mac os x and multiple postgres installations 2006-04-05 03:54:12 +00:00
moodler
c4226e0dac Some fixes for links on admin page, and release notes now a link to Moodle Docs 2006-04-05 02:46:05 +00:00
moodler
004bd0cc39 Some cleanups to the flow 2006-03-29 16:03:05 +00:00
moodler
2eb27f07f3 Fixed some output 2006-03-29 15:03:58 +00:00
moodler
c452097e15 Slightly fixing some bodgy boxes 2006-03-29 14:52:14 +00:00
stronk7
187db9ddfe Adding "ca" to the array of encodings... 2006-03-28 07:37:58 +00:00
moodler
29d218ce2f Added GUI for $CFG->sessioncookiepath 2006-03-28 05:31:21 +00:00
moodler
98691349b1 Regenerate course caches after UTF upgrade (bug 5002) 2006-03-28 02:14:12 +00:00
moodler
5989d186ed Hiding TinyMCE settings for now, deferring this to 1.7 2006-03-27 14:09:03 +00:00
stronk7
039d4d5c2b At installation time we *always* are going to show release notes
from en_utf8. It's the only lang pack that includes such info
with the upgrade, independently of everything else (unicodedb...).
2006-03-27 12:46:27 +00:00