stronk7
fcdea90774
Second pass. Modules. Some more default comments are out. MDL-11385
2007-09-24 22:17:05 +00:00
moodler
7db989230f
Added "notification" field, currently unused, to allow MDL-8377
2007-08-14 04:13:58 +00:00
skodak
42ff9ce68b
MDL-10111 migration of data into new gradebook; added new lib/db/upgradelib.php file (should be used by new groups upgrade code too)
2007-07-22 21:43:47 +00:00
Martin Langhoff
08103c9364
cvsimport fixups
2007-07-07 14:18:30 +12:00
skodak
612607bd47
MDL-9516 new central grading function update_grade(); to be improved/tested more tomorrow
2007-06-05 22:58:37 +00:00
skodak
04366d79cf
MDL-10012 Implement grade_updated event triggers in Database
2007-06-03 19:36:20 +00:00
skodak
7bf579b243
MDL-9821 incorrect permission to modify templates for non-editing teacher in db module; merged from MOODLE_18_STABLE
2007-05-15 16:58:05 +00:00
skodak
606361b9c2
MDL-5958 reverting the permission change in db/lib/access.php - course creator permissions must be defined only above the course level!
...
they must not be enabled at module level
2007-05-15 16:45:53 +00:00
skodak
efe12f6c22
MDL-8524 general roles cleanup; MDL-8373 authenticated user role now created during upgrade from 1.7.x, xhtml and CSS cleanup in roles GUI; accesslib inline docs cleanup; risk bitmask fixes
2007-03-05 11:27:01 +00:00
toyomoyo
7900ecb02c
MDL-5958, code for advanced search for db module from Elijah (HSU)
2007-02-26 06:56:05 +00:00
vyshane
2585a68d54
Merged from 1.8.
2007-02-16 08:46:55 +00:00
Martin Langhoff
f3f7610c90
cvsimport fixups -- cvshead had strayed from upstream
2007-01-04 13:15:04 +13:00
skodak
40b6dd0116
MDL-5964 need html editor for comments in database mod + added format sql table field
...
MDL-7813 accessiblity fixes in comments
2006-12-13 23:09:34 +00:00
skodak
aab98aaff1
data mod whitespace cleanup - there are already many accessibility related changes and fixes that are not backportable anyway and merging from previous versions is not expected
2006-12-13 20:26:11 +00:00
stronk7
5d0fc5c33d
Deprecating old "upgrade" files. MDL-7214
...
Merged from MOODLE_17_STABLE
2006-10-26 22:46:02 +00:00
stronk7
3aac1dc9a0
Deprecating old "upgrade" files. MDL-7214
...
Merged from MOODLE_17_STABLE
2006-10-26 22:39:10 +00:00
stronk7
b8a342d7ac
New upgrade.php file added for this module. MDL-7214
2006-10-26 17:33:40 +00:00
skodak
8e9eebe629
fixed risks associated with capabilitites in modules MDL-7174; merged from MOODLE_17_STABLE
2006-10-24 08:06:56 +00:00
moodler
0d6d38f11a
MERGED:
...
Changed default capability for database to allow guests to view by default
MDL-7118
2006-10-20 06:59:24 +00:00
moodler
2d5a4f255b
Merged fixes for MDL-6907 from stable
2006-10-11 06:21:58 +00:00
toyomoyo
1b19e8107e
fix for MDL-6859, MDL-6860
2006-10-06 06:04:32 +00:00
moodler
8303eb8447
Fixes related to presets and MDL-6755.
...
The original code was shocking once I started reviewing it, and even
after heavy editing I'm still not happy with it, but at least it works
more like it was supposed to.
Needs more cleaning up to make it clearer and probably safer.
Also, presets can now contain langage packs and they'll be used.
The image gallery is an example.
2006-10-02 17:24:54 +00:00
stronk7
b8547480b7
Moving a bunch of database module fields to NULLable
...
(http://docs.moodle.org/en/XMLDB_Problems#NOT_NULL_fields_using_a_DEFAULT_.27.27_clause )
2006-09-23 09:37:53 +00:00
vyshane
9ae965d379
Removed column ratings from data table
2006-09-21 04:10:36 +00:00
skodak
eef868d17d
major whitespace cleanup - fixed trailng whitespace in new files and admin area
2006-09-20 21:00:45 +00:00
vyshane
36acdd6df9
Updated to reflect changes to data table
2006-09-20 18:08:30 +00:00
vyshane
741c4d0b04
Upgrade to roles code for data module.
2006-09-20 17:46:20 +00:00
vyshane
7f2586640e
Upgrade to roles code, as well as restoring from 1.6 on a 1.7 install code.
2006-09-20 16:57:01 +00:00
skodak
21b6db6eff
added capabilty risks into access.php and GUI for define role and override; minor fixes for capability types in forum
2006-09-18 21:32:49 +00:00
vyshane
20821a1266
Added new capabilities, renamed mod/data:readentry to mod/data:viewentry to make capability name more consistent with the rest of moodle.
2006-09-18 13:46:09 +00:00
moodler
00adf177ad
Changed some default permissions for the guest role
2006-09-12 05:58:42 +00:00
stronk7
b7bc9446a9
Added JS template field for JavaScript if needed.
2006-08-17 16:40:46 +00:00
moodler
8ac4971405
Added JS template field for JavaScript if needed
2006-08-17 09:02:56 +00:00
stronk7
9c642ecacb
Initial XMLDB schema for data tables. Using FKs where they are obvious.
2006-08-08 17:00:44 +00:00
toyomoyo
e6723f80dc
these tables should not be there,,
2006-08-08 08:04:01 +00:00
moodler
bbbf2d4015
ROLES AND PERMISSIONS - FIRST CHECK-IN
...
=======================================
WARNING: DEV IS CURRENTLY VERY UNSTABLE.
This is a mega-checkin of the new Roles system. A lot of changes have
been made in core and modules.
Currently there are a lot of rough edges and known problems. We are
working hard on these .. .the reason for getting this into HEAD at this
stage is enable us to move faster (our branch was diverging from HEAD
too much).
Please keep an eye on http://docs.moodle.org/en/Roles for current status
and information for developers on how to use the new Roles system.
2006-08-08 05:13:06 +00:00
toyomoyo
7dbc6b5891
merged backup-restore/db migrate for rsstitletemplate field
2006-05-25 02:31:15 +00:00
toyomoyo
6fe661e879
added rsstitletemplate field
2006-05-24 06:16:10 +00:00
toyomoyo
9023bc7f71
merged fix for 5428
2006-05-05 05:15:18 +00:00
vyshane
cf29432dcd
Fixing inserts for log_display table.
2006-04-24 08:09:00 +00:00
toyomoyo
8f23f49004
fix for 5209
2006-04-18 06:43:29 +00:00
toyomoyo
25dbd2ff64
convertion to unicode data_content -> content(1 to 4)
2006-04-10 05:03:38 +00:00
moodler
20e294eeda
Added field for CSS for database templates
2006-03-29 17:42:42 +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
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
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
patrickslee
cb8229d0a8
UTF8 migration - now supporting PostgreSQL
2006-03-10 03:43:33 +00:00
skodak
38b7336ed1
short php tags
2006-03-07 21:35:13 +00:00