37 Commits

Author SHA1 Message Date
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
vyshane
fb38540df5 Renamed data "templates defaults" action to "templates def" because the db
column has a limit of 20 characters.
2006-03-07 08:47:26 +00:00
vyshane
6977f32079 Updated logging support. Added version upgrade. 2006-03-07 08:11:19 +00:00
moodler
735a795229 A few small changes for Vy to continue working on (logs, mostly) 2006-02-27 04:13:03 +00:00
toyomoyo
8e24bfe7e8 adding date created and date modified for comments 2006-02-27 02:06:35 +00:00
toyomoyo
f841494c62 see changes for admin/utfdbmigrate.php 2006-02-24 08:20:13 +00:00
toyomoyo
0e64ba2852 adding 3 new fields 2006-02-08 04:35:23 +00:00
moodler
bbccd611cb fixing for 4695 2006-02-06 05:02:38 +00:00
moodler
83b4f772d9 fixing 4681 2006-02-06 02:41:59 +00:00
moodler
a6d122f7a7 fix for 4615 2006-02-06 02:31:32 +00:00
moodler
cf3e199bce changes in search, sort etc 2006-02-03 08:11:36 +00:00
moodler
136b6ab33f changed to use utfconvert function 2006-01-31 02:15:21 +00:00
moodler
d22f58a2d7 bug fix for 4615 2006-01-20 01:19:33 +00:00
moodler
dfe9354f2e db changes to data_content table 2006-01-19 09:06:22 +00:00
moodler
5054fba2cc fixing some typos 2006-01-19 03:32:47 +00:00
moodler
f6691427d9 Added default values where needed for columns in the MySQL creation script mysql.sql.
Added default values to migrate2utf8.xml, for any varchar and text field types, if the default values for these fields were not defined as '' in the MySQL table creation script.

Committed by vyshane
2006-01-17 07:37:29 +00:00
toyomoyo
7c5406967d some bug fixes 2006-01-12 02:39:13 +00:00
toyomoyo
1e4d9ff6dc utf8 migration support scripts 2006-01-09 06:06:49 +00:00
martinlanghoff
11eb0ee62c mod/data: tidyup of Postgres schema -- thanks to Nigel McNie 2005-12-12 03:32:55 +00:00
moodler
3d4b223a85 NEW MODULE FROM MOODLE.COM - DATABASE !
Finally, we have an early version good enough for everyone to
start banging on to help us polish it up and find bugs.

Please take a look and file bugs in the bug tracker under "Database module".

We urgently need
    - new icons for existing field types
    - testing on PostgreSQL install


Coming soon (?):

    - Many more field types:  calculation, checkbox, relation, date, datetime,
                              time, email, group, list, user, number, richtext
      (Please let us know if you are interested in developing any of these)

    - A way to save and restore "presets", which are field/template sets

    - Backup/Restore support

    - Groups Support

    - RSS support

Many thanks to Yu for all the hard work under my whip.
2005-12-02 07:50:26 +00:00