19500 Commits

Author SHA1 Message Date
vyshane
edc13d625b Fixed Bug #5080 - admin/environment.php use a new and different class for the
list table
2006-04-05 05:43:19 +00:00
ethem
ece1fbeeb2 Use consts when an user performs an action. 2006-04-05 05:28:56 +00:00
ethem
4440d7a432 Some indexes were added in 15_STABLE. So, don't show a warning message if index already exists. 2006-04-05 05:20:59 +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
960beea394 Merging fixes from stable 2006-04-05 03:19:36 +00:00
moodler
980a5b3a63 Fix the log graphs which had been broken by the reports move 2006-04-05 03:17:20 +00:00
moodler
8820365c74 Make the links more robust (index.php) 2006-04-05 03:02:57 +00:00
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