]> git.mjollnir.org Git - moodle.git/log
moodle.git
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

19 years agoMerged from MOODLE_15_STABLE: Since there was no pg support for enrol/authorize until...
mjollnir_ [Sun, 26 Mar 2006 22:59:23 +0000 (22:59 +0000)]
Merged from MOODLE_15_STABLE: Since there was no pg support for enrol/authorize until later, the versioning was screwey in postgres, so check the table exists first before trying to add columns to it, create it if it is not there

19 years agoStripped out an unnecessary line in pg_dump output which causes error.
patrickslee [Sun, 26 Mar 2006 21:47:49 +0000 (21:47 +0000)]
Stripped out an unnecessary line in pg_dump output which causes error.
Also deletes the last temp file while duplicating database to save space

19 years agoFixed false course category move when searching courses in editing mode
patrickslee [Sun, 26 Mar 2006 20:58:54 +0000 (20:58 +0000)]
Fixed false course category move when searching courses in editing mode

19 years agoLittle tidyings, I should be in bed watching Scrubs!
moodler [Sun, 26 Mar 2006 16:19:57 +0000 (16:19 +0000)]
Little tidyings, I should be in bed watching Scrubs!

19 years agoOld test code
moodler [Sun, 26 Mar 2006 16:16:06 +0000 (16:16 +0000)]
Old test code

19 years agoInclude course in RSS feed name
moodler [Sun, 26 Mar 2006 15:57:37 +0000 (15:57 +0000)]
Include course in RSS feed name

19 years agoBetter looking form for preferences and more accessible
moodler [Sun, 26 Mar 2006 15:54:41 +0000 (15:54 +0000)]
Better looking form for preferences and more accessible

19 years agoShortanswers can now be '0'
moodler [Sun, 26 Mar 2006 15:03:08 +0000 (15:03 +0000)]
Shortanswers can now be '0'

19 years agoMoved detailed responses report into contrib
gustav_delius [Sun, 26 Mar 2006 12:02:46 +0000 (12:02 +0000)]
Moved detailed responses report into contrib

19 years agoRenamed the question style class from question to que, see bug 4904
gustav_delius [Sun, 26 Mar 2006 11:11:29 +0000 (11:11 +0000)]
Renamed the question style class from question to que, see bug 4904

19 years agoTook out the restriction of the question styles to the quiz module only.
gustav_delius [Sun, 26 Mar 2006 10:48:47 +0000 (10:48 +0000)]
Took out the restriction of the question styles to the quiz module only.

19 years agofixed "tablink text" visibility.
mits [Sun, 26 Mar 2006 10:06:27 +0000 (10:06 +0000)]
fixed  "tablink text" visibility.

19 years agoMoved the code for basing new attempts on previous attempts from questions to quiz...
gustav_delius [Sun, 26 Mar 2006 07:59:43 +0000 (07:59 +0000)]
Moved the code for basing new attempts on previous attempts from questions to quiz and fixed the bug reported at http://moodle.org/mod/forum/discuss.php?d=42029#194212 in the process

19 years agoimproved "tablink text" visibility.
mits [Sun, 26 Mar 2006 07:40:30 +0000 (07:40 +0000)]
improved  "tablink text" visibility.

19 years agoFIlter wasn't using site databases globally
moodler [Sun, 26 Mar 2006 06:28:50 +0000 (06:28 +0000)]
FIlter wasn't using site databases globally

19 years agoAdded string for the filter
moodler [Sun, 26 Mar 2006 06:06:00 +0000 (06:06 +0000)]
Added string for the filter

19 years agoTidy messages and display
moodler [Sun, 26 Mar 2006 06:00:28 +0000 (06:00 +0000)]
Tidy messages  and display

19 years agoNew strings
moodler [Sun, 26 Mar 2006 05:59:52 +0000 (05:59 +0000)]
New strings

19 years agoMore tidying up
moodler [Sun, 26 Mar 2006 05:36:34 +0000 (05:36 +0000)]
More tidying up

19 years agoProperly fixed page flow for approvals and deletions
moodler [Sun, 26 Mar 2006 05:22:16 +0000 (05:22 +0000)]
Properly fixed page flow for approvals and deletions

19 years agoVarious little fixes.
moodler [Sun, 26 Mar 2006 05:03:10 +0000 (05:03 +0000)]
Various little fixes.

19 years agoNew generaltable styles added...
stronk7 [Sun, 26 Mar 2006 01:31:46 +0000 (01:31 +0000)]
New generaltable styles added...

19 years ago[Added] two new lang entries for import.php
mark-nielsen [Sun, 26 Mar 2006 00:13:37 +0000 (00:13 +0000)]
[Added] two new lang entries for import.php

19 years ago[Fixed] Import. Updated code to work with /question instead of /mod/quiz. Lead...
mark-nielsen [Sun, 26 Mar 2006 00:10:39 +0000 (00:10 +0000)]
[Fixed] Import.  Updated code to work with /question instead of /mod/quiz.  Lead to a few interal bug fixes.  Also moved two hard coded strings to the lang file.

19 years agoFixed typo.
stronk7 [Sat, 25 Mar 2006 23:43:14 +0000 (23:43 +0000)]
Fixed typo.

19 years ago[Removed] Tree view setting has been removed. Its functionality has been replaced...
mark-nielsen [Sat, 25 Mar 2006 21:43:10 +0000 (21:43 +0000)]
[Removed] Tree view setting has been removed.  Its functionality has been replaced with the tabs.

19 years ago[New Feature] Tabbed navigation added to lesson (similar to quiz)
mark-nielsen [Sat, 25 Mar 2006 21:38:57 +0000 (21:38 +0000)]
[New Feature] Tabbed navigation added to lesson (similar to quiz)
[Added] Graceful fails added to view.php, essay grading, and reports
[Changed] got rid of a lot of references to $_POST/GET/REQUEST
[Fixed] In reports, it required teacheredit, should only be teacher
[Changed] High scores - teachers can actually see them!  Also, improved output by using print_table and print_heading
[Changed] Grade essays now uses fullname() to print user names

19 years agoUse existing language string for correct answer
gustav_delius [Sat, 25 Mar 2006 21:36:00 +0000 (21:36 +0000)]
Use existing language string for correct answer

19 years ago[New] lang entries for tabs
mark-nielsen [Sat, 25 Mar 2006 21:29:20 +0000 (21:29 +0000)]
[New] lang entries for tabs
[Changed] old lang entries to help bring consistancy and unity to the different lesson pages

19 years agoShortened and simplified a string, so that it fits better onto the quiz editing form.
gustav_delius [Sat, 25 Mar 2006 21:28:41 +0000 (21:28 +0000)]
Shortened and simplified a string, so that it fits better onto the quiz editing form.

19 years agoRemoved warning when deleting questions with no states
gustav_delius [Sat, 25 Mar 2006 21:07:11 +0000 (21:07 +0000)]
Removed warning when deleting questions with no states

19 years agoFixed typo
gustav_delius [Sat, 25 Mar 2006 21:04:44 +0000 (21:04 +0000)]
Fixed typo

19 years agoFixed some mistakes
moodler [Sat, 25 Mar 2006 17:19:42 +0000 (17:19 +0000)]
Fixed some mistakes

19 years agoReturn to the record you edited after editing
moodler [Sat, 25 Mar 2006 16:29:35 +0000 (16:29 +0000)]
Return to the record you edited after editing

19 years agoFixed some bung security logic
moodler [Sat, 25 Mar 2006 16:19:06 +0000 (16:19 +0000)]
Fixed some bung security logic

19 years agoImprovements to RSS . it could be better
moodler [Sat, 25 Mar 2006 16:12:42 +0000 (16:12 +0000)]
Improvements to RSS . it could be better

19 years agoRemovced the "generate all" button and just made it a default action for
moodler [Sat, 25 Mar 2006 14:58:14 +0000 (14:58 +0000)]
Removced the "generate all" button and just made it a default action for
new databases

19 years agoUpdate the passed-in data object when generating new templates
moodler [Sat, 25 Mar 2006 14:57:36 +0000 (14:57 +0000)]
Update the passed-in data object when generating new templates

19 years agoSmarter links for the templates tab
moodler [Sat, 25 Mar 2006 14:56:27 +0000 (14:56 +0000)]
Smarter links for the templates tab

19 years agoiChanged strings
moodler [Sat, 25 Mar 2006 14:20:00 +0000 (14:20 +0000)]
iChanged strings

19 years agoFixes for fields display
moodler [Sat, 25 Mar 2006 14:00:54 +0000 (14:00 +0000)]
Fixes for fields display

19 years agoBump! Now we support Win32 locales. B-)
stronk7 [Sat, 25 Mar 2006 12:26:33 +0000 (12:26 +0000)]
Bump! Now we support Win32 locales. B-)

Anyway some "holes" remain. See:

http://docs.moodle.org/en/Table_of_locales

19 years agoEnglish_Australia is our root Windows locale! :-P
stronk7 [Sat, 25 Mar 2006 12:21:35 +0000 (12:21 +0000)]
English_Australia is our root Windows locale! :-P

See: http://docs.moodle.org/en/Table_of_locales

19 years agoRename a string
moodler [Sat, 25 Mar 2006 08:49:20 +0000 (08:49 +0000)]
Rename a string

19 years agoBetter-looking add fields
moodler [Sat, 25 Mar 2006 08:46:35 +0000 (08:46 +0000)]
Better-looking add fields

19 years agoDon't prefix add filed with label
moodler [Sat, 25 Mar 2006 08:46:02 +0000 (08:46 +0000)]
Don't prefix add filed with label

19 years agoFixing call to upgrade_plugins since questiontypes moved to question/type
mjollnir_ [Sat, 25 Mar 2006 07:55:56 +0000 (07:55 +0000)]
Fixing call to upgrade_plugins since questiontypes moved to question/type

19 years agoAdded support for Yahoo and MSN Search
moodler [Sat, 25 Mar 2006 07:09:40 +0000 (07:09 +0000)]
Added support for Yahoo and MSN Search

19 years agoAdded question type that is used if a question of unknown type is encountered.
gustav_delius [Fri, 24 Mar 2006 21:21:59 +0000 (21:21 +0000)]
Added question type that is used if a question of unknown type is encountered.
Also removed some of the unnecessary calls to name()

19 years agoThese are no longer needed because the backup functions are part of the questiontype...
gustav_delius [Fri, 24 Mar 2006 20:44:13 +0000 (20:44 +0000)]
These are no longer needed because the backup functions are part of the questiontype classes now.

19 years agoMore time fixes for stats - under certain dst situations there could have been an...
mjollnir_ [Fri, 24 Mar 2006 20:43:38 +0000 (20:43 +0000)]
More time fixes for stats - under certain dst situations there could have been an infinite loop. Please someone who is clever about timezones & dst review this

19 years agoSetting title attribute on questiontype icons so that tooltips show the question...
gustav_delius [Fri, 24 Mar 2006 20:02:42 +0000 (20:02 +0000)]
Setting title attribute on questiontype icons so that tooltips show the question type name

19 years agoRenaming question/questiontypes/ to question/types/ as requested by Martin
gustav_delius [Fri, 24 Mar 2006 19:54:13 +0000 (19:54 +0000)]
Renaming question/questiontypes/ to question/types/ as requested by Martin

19 years agoRenaming question/questiontypes/ to question/types/ as requested by Martin
gustav_delius [Fri, 24 Mar 2006 19:31:46 +0000 (19:31 +0000)]
Renaming question/questiontypes/ to question/types/ as requested by Martin