]> git.mjollnir.org Git - moodle.git/log
moodle.git
19 years agoSITE and SITEID were calculated *before* 'set names' so they weren't
stronk7 [Wed, 29 Mar 2006 23:38:46 +0000 (23:38 +0000)]
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-)

19 years agoAutomatic installer.php by installer_builder (20060329)
stronk7 [Wed, 29 Mar 2006 21:20:18 +0000 (21:20 +0000)]
Automatic installer.php by installer_builder (20060329)

19 years agoLet's call it this, tomorrow. :-)
moodler [Wed, 29 Mar 2006 18:52:42 +0000 (18:52 +0000)]
Let's call it this, tomorrow.  :-)

19 years agoWhoops, wrong line, I am tired. :-)
moodler [Wed, 29 Mar 2006 18:38:18 +0000 (18:38 +0000)]
Whoops, wrong line, I am tired.  :-)

19 years agoTemplate order makes more sense this way :-)
moodler [Wed, 29 Mar 2006 18:36:31 +0000 (18:36 +0000)]
Template order makes more sense this way :-)

19 years agoSome new strings for CSS
moodler [Wed, 29 Mar 2006 18:30:03 +0000 (18:30 +0000)]
Some new strings for CSS

19 years agoSupport for a new CSS template, allowing you to use CSS in the other templates
moodler [Wed, 29 Mar 2006 18:29:16 +0000 (18:29 +0000)]
Support for a new CSS template, allowing you to use CSS in the other templates

19 years agoFixed a notice
moodler [Wed, 29 Mar 2006 18:00:58 +0000 (18:00 +0000)]
Fixed a notice

19 years agoOf $COURSE you can't redefine constants :)
moodler [Wed, 29 Mar 2006 17:56:35 +0000 (17:56 +0000)]
Of $COURSE you can't redefine constants  :)

19 years agoAdded field for CSS for database templates
moodler [Wed, 29 Mar 2006 17:42:42 +0000 (17:42 +0000)]
Added field for CSS for database templates

19 years agoNew strings
moodler [Wed, 29 Mar 2006 17:37:25 +0000 (17:37 +0000)]
New strings

19 years agoFixes for comments
moodler [Wed, 29 Mar 2006 17:36:20 +0000 (17:36 +0000)]
Fixes for comments

19 years agoBump!
stronk7 [Wed, 29 Mar 2006 17:27:29 +0000 (17:27 +0000)]
Bump!

19 years agoBug 4995, 'Calendar, colour combinations give poor contrast'. Fix: increase contrast...
nfreear [Wed, 29 Mar 2006 16:46:30 +0000 (16:46 +0000)]
Bug 4995, 'Calendar, colour combinations give poor contrast'. Fix: increase contrast, darker link/weekend colors, lighter event backgrounds, original duration borders.

19 years agoNow new lang packs won't be available until UTF-8
stronk7 [Wed, 29 Mar 2006 16:18:46 +0000 (16:18 +0000)]
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.

19 years agoSome cleanups to the flow
moodler [Wed, 29 Mar 2006 16:03:05 +0000 (16:03 +0000)]
Some cleanups to the flow

19 years agoJust removing a space
moodler [Wed, 29 Mar 2006 15:39:21 +0000 (15:39 +0000)]
Just removing a space

19 years agoStarting the global COURSEID.
moodler [Wed, 29 Mar 2006 15:38:29 +0000 (15:38 +0000)]
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)

19 years agoLanguage fixes (capitalisation)
moodler [Wed, 29 Mar 2006 15:06:36 +0000 (15:06 +0000)]
Language fixes (capitalisation)

19 years agoFixed some output
moodler [Wed, 29 Mar 2006 15:03:58 +0000 (15:03 +0000)]
Fixed some output

19 years agoSmall fix to prevent a notice, seems to still work
moodler [Wed, 29 Mar 2006 15:00:47 +0000 (15:00 +0000)]
Small fix to prevent a notice, seems to still work

19 years agoSlightly fixing some bodgy boxes
moodler [Wed, 29 Mar 2006 14:52:14 +0000 (14:52 +0000)]
Slightly fixing some bodgy boxes

19 years agoBugtracker 5023, fixes 'Database upgrade issue: 'relation "backup_files_u" already...
nfreear [Wed, 29 Mar 2006 11:33:59 +0000 (11:33 +0000)]
Bugtracker 5023, fixes 'Database upgrade issue: 'relation "backup_files_u" already exists in...'  Added, {$CFG->prefix}

19 years agoAdded string for tabs. Cleaned up some others.
ikawhero [Wed, 29 Mar 2006 10:07:21 +0000 (10:07 +0000)]
Added string for tabs. Cleaned up some others.

19 years agoSmart add entry tab
ikawhero [Wed, 29 Mar 2006 10:05:03 +0000 (10:05 +0000)]
Smart add entry tab

19 years agoNew string
moodler [Wed, 29 Mar 2006 08:51:00 +0000 (08:51 +0000)]
New string

19 years agoBunch of fixes including:
moodler [Wed, 29 Mar 2006 08:49:28 +0000 (08:49 +0000)]
Bunch of fixes including:

   - separate browse / detail tabs
   - cleaner logic
   - proper sorting in all scenrios
   - settings stored in the sessions
   - better cleaner URLs

19 years agoMoving <td>, fixing bug 5019
gustav_delius [Wed, 29 Mar 2006 08:45:36 +0000 (08:45 +0000)]
Moving <td>, fixing bug 5019

19 years agoCompleted postgres binary upgrade block for wiki module
patrickslee [Wed, 29 Mar 2006 05:16:59 +0000 (05:16 +0000)]
Completed postgres binary upgrade block for wiki module

19 years agofix SQL query that didn't work in PG (bug 4989)
gbateson [Wed, 29 Mar 2006 05:14:49 +0000 (05:14 +0000)]
fix SQL query that didn't work in PG (bug 4989)

19 years agoConvert fields refs and content in wiki_pages to binary for postgres
patrickslee [Wed, 29 Mar 2006 04:48:30 +0000 (04:48 +0000)]
Convert fields refs and content in wiki_pages to binary for postgres

19 years agoadded ['confirmstartattemptnotimelimit']
moodler [Wed, 29 Mar 2006 03:05:27 +0000 (03:05 +0000)]
added ['confirmstartattemptnotimelimit']

19 years agoTypo.
stronk7 [Tue, 28 Mar 2006 23:31:12 +0000 (23:31 +0000)]
Typo.

19 years agoOnly decode from utf8 if we aren't running under utf8.
stronk7 [Tue, 28 Mar 2006 19:22:35 +0000 (19:22 +0000)]
Only decode from utf8 if we aren't running under utf8.

Please test it. Thanks!

19 years agoOnly decode from utf8 if we aren't running under utf8.
stronk7 [Tue, 28 Mar 2006 19:18:38 +0000 (19:18 +0000)]
Only decode from utf8 if we aren't running under utf8.

Please, test it. Thanks!

19 years agoOnly decode from utf8 if we aren't running under utf8.
stronk7 [Tue, 28 Mar 2006 19:14:23 +0000 (19:14 +0000)]
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)

19 years agoOnly convert to UTF8 if we aren't running under UTF8.
stronk7 [Tue, 28 Mar 2006 18:53:16 +0000 (18:53 +0000)]
Only convert to UTF8 if we aren't running under UTF8.

Please, test this is correct, thanks!

19 years agoSome changes to make proper UTF-8 encoding only if necesary.
stronk7 [Tue, 28 Mar 2006 18:46:07 +0000 (18:46 +0000)]
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...

19 years agoAllow the display of course logs to be filtered by type of action.
tjhunt [Tue, 28 Mar 2006 17:33:40 +0000 (17:33 +0000)]
Allow the display of course logs to be filtered by type of action.

19 years agoWe don't need to convert to Unicode if Moodle is running under Unicode.
stronk7 [Tue, 28 Mar 2006 17:13:09 +0000 (17:13 +0000)]
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!)

19 years agoFix bug 5014, 'nameweekscss' language string.
nfreear [Tue, 28 Mar 2006 15:46:48 +0000 (15:46 +0000)]
Fix bug 5014, 'nameweekscss' language string.

19 years agoChanged the get_actual_responses() method to truncate at 40 characters, contributed...
gustav_delius [Tue, 28 Mar 2006 08:27:56 +0000 (08:27 +0000)]
Changed the get_actual_responses() method to truncate at 40 characters, contributed by Jean-Michel.

19 years agoBetter fix for bug 3225 that is reading the precision setting from php.ini, contribut...
gustav_delius [Tue, 28 Mar 2006 07:39:36 +0000 (07:39 +0000)]
Better fix for bug 3225 that is reading the precision setting from php.ini, contributed by Paulo

19 years agoAdding "ca" to the array of encodings...
stronk7 [Tue, 28 Mar 2006 07:37:58 +0000 (07:37 +0000)]
Adding "ca" to the array of encodings...

19 years agoFixed incorrect use of quiz_get_renderoptions. This quiz-specific function should...
gustav_delius [Tue, 28 Mar 2006 07:37:51 +0000 (07:37 +0000)]
Fixed incorrect use of quiz_get_renderoptions. This quiz-specific function should in future be removed from this question code

19 years agoAdded GUI for $CFG->sessioncookiepath
moodler [Tue, 28 Mar 2006 05:31:21 +0000 (05:31 +0000)]
Added GUI for $CFG->sessioncookiepath

19 years agoSupport for $CFG->sessioncookiepath
moodler [Tue, 28 Mar 2006 05:26:18 +0000 (05:26 +0000)]
Support for $CFG->sessioncookiepath

19 years agoRegenerate course caches after UTF upgrade (bug 5002)
moodler [Tue, 28 Mar 2006 02:14:12 +0000 (02:14 +0000)]
Regenerate course caches after UTF upgrade   (bug 5002)

19 years ago[BugFix] Multiple essays were not showing for grading: http://moodle.org/mod/forum...
michaelpenne [Tue, 28 Mar 2006 00:30:24 +0000 (00:30 +0000)]
[BugFix] Multiple essays were not showing for grading: http://moodle.org/mod/forum/discuss.php?d=41999#195580

19 years agoSome preparation for manual grading
gustav_delius [Mon, 27 Mar 2006 17:38:30 +0000 (17:38 +0000)]
Some preparation for manual grading

19 years agoAccessibility: tidied commented code.
nfreear [Mon, 27 Mar 2006 16:54:34 +0000 (16:54 +0000)]
Accessibility: tidied commented code.

19 years agoFixed tolerance problem, see bug 3225
gustav_delius [Mon, 27 Mar 2006 16:38:44 +0000 (16:38 +0000)]
Fixed tolerance problem, see bug 3225

19 years agoAccessibility: Bug tracker 4997, replaced table with list - low risk!
nfreear [Mon, 27 Mar 2006 16:21:56 +0000 (16:21 +0000)]
Accessibility: Bug tracker 4997, replaced table with list - low risk!

19 years agoAccessibility: Bug tracker 4997, "Unnecessary table for course sections/activities".
nfreear [Mon, 27 Mar 2006 16:08:26 +0000 (16:08 +0000)]
Accessibility: Bug tracker 4997, "Unnecessary table for course sections/activities".

19 years agoFPDF class credits added.
stronk7 [Mon, 27 Mar 2006 15:42:38 +0000 (15:42 +0000)]
FPDF class credits added.

19 years agoAccessibility: Bug tracker 4994, "Need skip navigation link..."
nfreear [Mon, 27 Mar 2006 15:05:35 +0000 (15:05 +0000)]
Accessibility: Bug tracker 4994, "Need skip navigation link..."

19 years agoHiding TinyMCE settings for now, deferring this to 1.7
moodler [Mon, 27 Mar 2006 14:09:03 +0000 (14:09 +0000)]
Hiding TinyMCE settings for now, deferring this to 1.7

19 years agoRemove the tinymce option until 1.7
moodler [Mon, 27 Mar 2006 14:05:40 +0000 (14:05 +0000)]
Remove the tinymce option until 1.7

19 years agoAt installation time we *always* are going to show release notes
stronk7 [Mon, 27 Mar 2006 12:46:27 +0000 (12:46 +0000)]
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...).

19 years agoNow $CFG->unicodedb is sent to DB everytime we arrive to the
stronk7 [Mon, 27 Mar 2006 12:32:51 +0000 (12:32 +0000)]
Now $CFG->unicodedb is sent to DB everytime we arrive to the
admin/index.php script (installation, upgrade...). This will
stop the encoding introspection code present in setup.php

19 years agoMerged from MOODLE_15_STABLE.
ethem [Mon, 27 Mar 2006 12:21:13 +0000 (12:21 +0000)]
Merged from MOODLE_15_STABLE.

19 years agoNow setup.php detects is CFG->unicode is not set and examines
stronk7 [Mon, 27 Mar 2006 11:24:14 +0000 (11:24 +0000)]
Now setup.php detects is CFG->unicode is not set and examines
DB to detect such value dinamically. Useful for installations
not using the standard installer but manually edited config.php
files.
Little TODO: modify a bit the initial config tables insets to
insert this value, avoiding to call it for each request. Coming
soon (although not mandatory for 1.6beta). Tested against both
MySQL and PostgreSQL with unicode and non-unicode DBs.

19 years agoFixed no- display when not logged in (bug 4990)
moodler [Mon, 27 Mar 2006 09:50:23 +0000 (09:50 +0000)]
Fixed no- display when not logged in  (bug 4990)

19 years agoTidying up
ikawhero [Mon, 27 Mar 2006 09:08:09 +0000 (09:08 +0000)]
Tidying up

19 years agoAdded new string for default sort
ikawhero [Mon, 27 Mar 2006 09:07:57 +0000 (09:07 +0000)]
Added new string for default sort

19 years agoSome descriptions was added
ethem [Mon, 27 Mar 2006 08:49:43 +0000 (08:49 +0000)]
Some descriptions was added

19 years agoThe "Reports" tab is now a "Results" tab so that the grading fits in better.
gustav_delius [Mon, 27 Mar 2006 08:45:02 +0000 (08:45 +0000)]
The "Reports" tab is now a "Results" tab so that the grading fits in better.

19 years agoAdded default sort
ikawhero [Mon, 27 Mar 2006 08:42:25 +0000 (08:42 +0000)]
Added default sort

19 years agoAdded fpdf for use by modules
moodler [Mon, 27 Mar 2006 08:42:07 +0000 (08:42 +0000)]
Added fpdf for use by modules

19 years agoImproved quiz report plugin mechanism and converted the manual grading script into...
gustav_delius [Mon, 27 Mar 2006 08:41:20 +0000 (08:41 +0000)]
Improved quiz report plugin mechanism and converted the manual grading script into a report plugin

19 years agoRemoved notices caused by empty responses
gustav_delius [Mon, 27 Mar 2006 08:38:55 +0000 (08:38 +0000)]
Removed notices caused by empty responses

19 years agoAdded default sort.
ikawhero [Mon, 27 Mar 2006 08:37:17 +0000 (08:37 +0000)]
Added default sort.

19 years agoindex.php & lib.php
ethem [Mon, 27 Mar 2006 08:31:16 +0000 (08:31 +0000)]
index.php & lib.php

Payment management functions moved to lib.php

19 years agoEr more fixes
moodler [Mon, 27 Mar 2006 08:03:18 +0000 (08:03 +0000)]
Er more fixes

19 years agoAdded a missing fileld for direction
moodler [Mon, 27 Mar 2006 07:54:42 +0000 (07:54 +0000)]
Added a missing fileld for direction

19 years agoTabs are out
ethem [Mon, 27 Mar 2006 07:53:27 +0000 (07:53 +0000)]
Tabs are out

19 years agoOops, getting my SQL right.
ikawhero [Mon, 27 Mar 2006 07:44:12 +0000 (07:44 +0000)]
Oops, getting my SQL right.

19 years agoMaking the defaultsort field signed to indicate sort direction
ikawhero [Mon, 27 Mar 2006 07:42:33 +0000 (07:42 +0000)]
Making the defaultsort field signed to indicate sort direction

19 years agoSort the sort menu
moodler [Mon, 27 Mar 2006 07:24:26 +0000 (07:24 +0000)]
Sort the sort menu

19 years agoVersion bump - added 2 new fields to data table
ikawhero [Mon, 27 Mar 2006 06:52:50 +0000 (06:52 +0000)]
Version bump - added 2 new fields to data table

19 years agoMisc fixes
moodler [Mon, 27 Mar 2006 06:52:50 +0000 (06:52 +0000)]
Misc fixes

19 years agoAdded 2 new fields:
ikawhero [Mon, 27 Mar 2006 06:52:11 +0000 (06:52 +0000)]
Added 2 new fields:
1. editany - flag to allow any user to edit any entry
2. defaultsort - set the default sort field for list view

19 years agoFix for Bug #4978 - Every time I add one field in one DB activity...
vyshane [Mon, 27 Mar 2006 06:19:34 +0000 (06:19 +0000)]
Fix for Bug #4978 - Every time I add one field in one DB activity...
Added AS df in SQL query in data_fieldname_exists(). Reformatted the strings
to use single quotes when quoting in SQL. These changes might solve PostgreSQL
problems.

19 years agoWe now mark records as approved if the data activity is set to not require
vyshane [Mon, 27 Mar 2006 05:36:47 +0000 (05:36 +0000)]
We now mark records as approved if the data activity is set to not require
approval of new records.

19 years agoNew string
moodler [Mon, 27 Mar 2006 05:30:48 +0000 (05:30 +0000)]
New string

19 years agoFixed index page
moodler [Mon, 27 Mar 2006 05:28:26 +0000 (05:28 +0000)]
Fixed index page

19 years agoAdded 2 columns for number of records and number of records not approved yet.
vyshane [Mon, 27 Mar 2006 05:20:50 +0000 (05:20 +0000)]
Added 2 columns for number of records and number of records not approved yet.

19 years agomodified newlines for Windows (perhaps?)
gbateson [Mon, 27 Mar 2006 05:18:50 +0000 (05:18 +0000)]
modified newlines for Windows (perhaps?)

19 years agomodified README.txt to download zip, lang and question/format files from CVS
gbateson [Mon, 27 Mar 2006 05:16:15 +0000 (05:16 +0000)]
modified README.txt to download zip, lang and question/format files from CVS

19 years agoRemoved silly date string
moodler [Mon, 27 Mar 2006 05:14:51 +0000 (05:14 +0000)]
Removed silly date string

19 years agoNew strings for Date field
moodler [Mon, 27 Mar 2006 04:38:55 +0000 (04:38 +0000)]
New strings for Date field

19 years agoNew field plugin for dates
moodler [Mon, 27 Mar 2006 04:37:05 +0000 (04:37 +0000)]
New field plugin for dates

19 years agoFixed Bug #4985 - Guest rights to the database module.
vyshane [Mon, 27 Mar 2006 04:13:32 +0000 (04:13 +0000)]
Fixed Bug #4985 - Guest rights to the database module.

19 years agoWHERE 1 is NOT valid postgres syntax. Just pass empty string instead!
mjollnir_ [Mon, 27 Mar 2006 04:04:40 +0000 (04:04 +0000)]
WHERE 1 is NOT valid postgres syntax. Just pass empty string instead!

19 years agoFixing blocks upgrade in postgres (my fault)
mjollnir_ [Mon, 27 Mar 2006 04:03:19 +0000 (04:03 +0000)]
Fixing blocks upgrade in postgres (my fault)

19 years agoReplaced <br /> with <hr /> for default list template.
vyshane [Mon, 27 Mar 2006 04:02:48 +0000 (04:02 +0000)]
Replaced <br /> with <hr /> for default list template.

19 years agoRemoved the unneeded ORDER BY clauses for the queries that are COUNTing.
vyshane [Mon, 27 Mar 2006 03:43:27 +0000 (03:43 +0000)]
Removed the unneeded ORDER BY clauses for the queries that are COUNTing.
Fix for Bug #4979 - Errror in Browse Page.

19 years agoImprovements to print_date_selector, print_time_selector etc to allow them
moodler [Mon, 27 Mar 2006 03:42:44 +0000 (03:42 +0000)]
Improvements to print_date_selector, print_time_selector etc to allow them
to be returned as strings

19 years agoFixed javascript for cases where htmleditor is not available.
vyshane [Mon, 27 Mar 2006 03:02:26 +0000 (03:02 +0000)]
Fixed javascript for cases where htmleditor is not available.

19 years agoAdded missing language string for statsoff
mjollnir_ [Mon, 27 Mar 2006 02:22:34 +0000 (02:22 +0000)]
Added missing language string for statsoff