Commit graph

19861 commits

Author SHA1 Message Date
ethem
0bf8ea6aa0 Show errors in original language.
You can't do this action: native_action
2006-04-05 08:28:12 +00:00
moodler
236d839ff1 Fixed some pretty major HTML errors :-) bug 5089 2006-04-05 08:19:09 +00:00
vyshane
3014ee9ccf Fixed bug: Bug #5081 - meta courses - teacher can't add child courses 2006-04-05 08:12:08 +00:00
gustav_delius
87b18f4ab7 Fixed call to required_param() 2006-04-05 07:46:52 +00:00
vyshane
a1b85c9ba5 Added isset($course) test to get rid of notice 2006-04-05 07:41:12 +00:00
gustav_delius
20d6d84d43 Fixed call to required_param() 2006-04-05 07:39:32 +00:00
moodler
202a96d2c8 HTML fixes for bug 5092 2006-04-05 07:37:48 +00:00
moodler
a9ac269967 FIxed some warnings bug 5091 2006-04-05 07:27:58 +00:00
moodler
9ee20a32f6 FIxed blank trailing lines (bug 5095) 2006-04-05 06:14:28 +00:00
gustav_delius
7baa9c8016 Fixing the name of the PostgreSQL files 2006-04-05 06:11:40 +00:00
gustav_delius
0a5b58af89 Many bugfixes accummulated during CVS outage, more to come. 2006-04-05 05:53:18 +00:00
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