19492 Commits

Author SHA1 Message Date
moodler
30bb54dc0e New strings 2006-04-05 02:53:10 +00:00
moodler
a5aef8f1ce Latest tags 2006-04-05 02:47:17 +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
d2fa35a80d FIxed a typo from long time ago in popup windows from logs 2006-04-05 02:45:13 +00:00
moodler
cb342045ec The globals hack is history! 2006-04-05 02:44:33 +00:00
moodler
a9924bb134 Fix for sites not using proxies 2006-04-05 02:43:41 +00:00
moodler
c9a0f50828 Smaller, cleaner images 2006-04-05 02:42:54 +00:00
moodler
ba76a8f5cf Fixing some Javascript errors on IE 2006-04-05 02:40:34 +00:00
moodler
9bdedea400 Changed how the "edited by" message appears in the posts edited by admin 2006-04-05 02:15:10 +00:00
moodler
a5a9cd99b4 News items on home page should be sorted by date of first post 2006-04-05 01:54:41 +00:00
moodler
da0cfb95de FIxed resizable icons in CSS 2006-04-05 01:53:59 +00:00
moodler
53dc0dfb6a Fixed a string name 2006-04-05 01:40:24 +00:00
moodler
7c05ae7aa8 Various fixes 2006-04-05 01:40:02 +00:00
moodler
64452eb438 Various fixes that have accumulated 2006-04-05 01:38:06 +00:00
gbateson
a3d40ea8ae define PARAM_SAFEDIR (constant) and clean_param (function) if required for compatibility with Moodle 1.3 or earlier 2006-04-05 01:28:12 +00:00
danmarsden
3e11b9f44a missed one. 2006-04-04 23:36:13 +00:00
danmarsden
acaf7b86e3 Bug Fixes for:
Bug 5042
Bug 4600
Bug 4021
Bad code - need to check vars aren't empty b4 using them!
2006-04-04 23:03:15 +00:00
moodler
382671bbdf Fixed tabs logic flow 2006-03-30 07:54:31 +00:00
moodler
4c2dab47a0 Fixed up some tabs names 2006-03-30 07:45:40 +00:00
moodler
0f2178550e Had to change some strings 2006-03-30 07:45:22 +00:00
bobopinna
a2464082c4 Fixed two problems in AICC import 2006-03-30 06:19:52 +00:00
moodler
1d8a829a54 Better pages for hidden activities 2006-03-30 04:46:12 +00:00
moodler
3d1c33ef01 Some better security when database is hidden 2006-03-30 04:37:16 +00:00
moodler
b9957ccb1d Changes to match file class changes 2006-03-30 04:26:50 +00:00
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