ethem
f0e2d8b3d4
Merged from MOODLE_15_STABLE.
2006-03-27 12:21:13 +00:00
stronk7
7104d80dbc
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.
2006-03-27 11:24:14 +00:00
moodler
4431d2e036
Fixed no- display when not logged in (bug 4990)
2006-03-27 09:50:23 +00:00
ikawhero
763e8d61f4
Tidying up
2006-03-27 09:08:09 +00:00
ikawhero
7592c7467d
Added new string for default sort
2006-03-27 09:07:57 +00:00
ethem
d414c46183
Some descriptions was added
2006-03-27 08:49:43 +00:00
gustav_delius
3a58ad11bc
The "Reports" tab is now a "Results" tab so that the grading fits in better.
2006-03-27 08:45:02 +00:00
ikawhero
e0279f63d7
Added default sort
2006-03-27 08:42:25 +00:00
moodler
95d6f2e47d
Added fpdf for use by modules
2006-03-27 08:42:07 +00:00
gustav_delius
31e95855b8
Improved quiz report plugin mechanism and converted the manual grading script into a report plugin
2006-03-27 08:41:20 +00:00
gustav_delius
ffa1f07890
Removed notices caused by empty responses
2006-03-27 08:38:55 +00:00
ikawhero
616ae6d5fe
Added default sort.
2006-03-27 08:37:17 +00:00
ethem
c7dac7f5a9
index.php & lib.php
...
Payment management functions moved to lib.php
2006-03-27 08:31:16 +00:00
moodler
5f0b05fbbb
Er more fixes
2006-03-27 08:03:18 +00:00
moodler
80d810be76
Added a missing fileld for direction
2006-03-27 07:54:42 +00:00
ethem
6972506e99
Tabs are out
2006-03-27 07:53:27 +00:00
ikawhero
70fe1b0534
Oops, getting my SQL right.
2006-03-27 07:44:12 +00:00
ikawhero
f1d49973ac
Making the defaultsort field signed to indicate sort direction
2006-03-27 07:42:33 +00:00
moodler
8179046dd5
Sort the sort menu
2006-03-27 07:24:26 +00:00
ikawhero
649a83ffb6
Version bump - added 2 new fields to data table
2006-03-27 06:52:50 +00:00
moodler
505d3123d9
Misc fixes
2006-03-27 06:52:50 +00:00
ikawhero
bc1ab28226
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
2006-03-27 06:52:11 +00:00
vyshane
b395a1e44a
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.
2006-03-27 06:19:34 +00:00
vyshane
cb3689b917
We now mark records as approved if the data activity is set to not require
...
approval of new records.
2006-03-27 05:36:47 +00:00
moodler
ec21b13ebb
New string
2006-03-27 05:30:48 +00:00
moodler
b023ec4dda
Fixed index page
2006-03-27 05:28:26 +00:00
vyshane
58e167c3f4
Added 2 columns for number of records and number of records not approved yet.
2006-03-27 05:20:50 +00:00
gbateson
887df2db79
modified newlines for Windows (perhaps?)
2006-03-27 05:18:50 +00:00
gbateson
d80aef713a
modified README.txt to download zip, lang and question/format files from CVS
2006-03-27 05:16:15 +00:00
moodler
1a161a7041
Removed silly date string
2006-03-27 05:14:51 +00:00
moodler
e8184755f3
New strings for Date field
2006-03-27 04:38:55 +00:00
moodler
7054c0e4d6
New field plugin for dates
2006-03-27 04:37:05 +00:00
vyshane
7ddda9dbcf
Fixed Bug #4985 - Guest rights to the database module.
2006-03-27 04:13:32 +00:00
mjollnir_
34f4ff351d
WHERE 1 is NOT valid postgres syntax. Just pass empty string instead!
2006-03-27 04:04:40 +00:00
mjollnir_
fa10cafe61
Fixing blocks upgrade in postgres (my fault)
2006-03-27 04:03:19 +00:00
vyshane
9e5537eb3f
Replaced <br /> with <hr /> for default list template.
2006-03-27 04:02:48 +00:00
vyshane
4d423a0b00
Removed the unneeded ORDER BY clauses for the queries that are COUNTing.
...
Fix for Bug #4979 - Errror in Browse Page.
2006-03-27 03:43:27 +00:00
moodler
a05653a0b2
Improvements to print_date_selector, print_time_selector etc to allow them
...
to be returned as strings
2006-03-27 03:42:44 +00:00
vyshane
1ef46cbeaa
Fixed javascript for cases where htmleditor is not available.
2006-03-27 03:02:26 +00:00
mjollnir_
173fc40f56
Added missing language string for statsoff
2006-03-27 02:22:34 +00:00
mjollnir_
742104c531
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
2006-03-26 22:59:23 +00:00
patrickslee
8cf1d8949e
Stripped out an unnecessary line in pg_dump output which causes error.
...
Also deletes the last temp file while duplicating database to save space
2006-03-26 21:47:49 +00:00
patrickslee
40b4a063d4
Fixed false course category move when searching courses in editing mode
2006-03-26 20:58:54 +00:00
moodler
dbdfc3dbab
Little tidyings, I should be in bed watching Scrubs!
2006-03-26 16:19:57 +00:00
moodler
0cdb296458
Old test code
2006-03-26 16:16:06 +00:00
moodler
fe350f8564
Include course in RSS feed name
2006-03-26 15:57:37 +00:00
moodler
c8505cacd5
Better looking form for preferences and more accessible
2006-03-26 15:54:41 +00:00
moodler
6be88c6af0
Shortanswers can now be '0'
2006-03-26 15:03:08 +00:00
gustav_delius
5f9ef821df
Moved detailed responses report into contrib
2006-03-26 12:02:46 +00:00
gustav_delius
a239d1d92c
Renamed the question style class from question to que, see bug 4904
2006-03-26 11:11:29 +00:00