Commit Graph

478 Commits

Author SHA1 Message Date
toyomoyo 8b034b6ddb string fix and empty lines 2006-02-20 03:15:38 +00:00
vyshane af25f45e1a Cleaning up xhtml markup. Code now validates for xhtml 1.0 transitional. 2006-02-20 02:15:45 +00:00
vyshane a684d28b29 Fixed notice in picture field edit view.
Made the field type icons clickable to edit the field.
2006-02-16 08:15:00 +00:00
toyomoyo e51d9eb4bf changed some strings 2006-02-15 06:38:32 +00:00
toyomoyo 4d3d87f0a4 adding ratings and comments functionality 2006-02-14 03:17:21 +00:00
vyshane a593aeee92 Added RSS support for data module. 2006-02-13 07:57:54 +00:00
vyshane bbe39b6ca9 Updated lang/en/data.php.
Removed hard coded message strings from scripts and moved them to the language file.
Fixed a display bug in multimenu field.
Removed rounded help buttons from fields, made the fields use html title to
display the descriptions instead.
2006-02-09 04:44:56 +00:00
toyomoyo d6af3cfab9 add_instance change too 2006-02-08 04:58:21 +00:00
toyomoyo 17e5f3fc9d adding 3 more fields to mod.html, and modified data_update_instance 2006-02-08 04:56:44 +00:00
vyshane f9eab7b0c9 Fixed bug in /mod/data/filter.php - content list for autolinking was not being
generated properly.

Updated /mod/data/fields.php - deletion of a field now also deletes
data_contents and any files associated as well.

Add/update/delete fields - template now gets updates in the following cases:
1) Deletion: remove template tags for the field from all templates
2) Edit: search and replace template tags for the field in all templates
3) Add: append template tag for field into the signe and rss templates, but
only if these templates are not empty. Otherwise we'd rather the user uses the
automatic template generation facility, which produces better display.
2006-02-06 09:13:37 +00:00
toyomoyo f4e101bd08 adding group support 2006-02-06 06:13:34 +00:00
ikawhero d6f0e247b4 I'm really having issues getting this one line right! 2006-02-06 05:36:34 +00:00
ikawhero 12fe91c401 Oops, missing semicolon 2006-02-06 05:33:26 +00:00
ikawhero 5782be6b0a Recommiting lost changes. 2006-02-06 05:31:52 +00:00
moodler 6e0119dd30 Various small XHTML fixes, language fixes 2006-02-06 05:24:02 +00:00
ikawhero 6f4e039994 Tidying up. 2006-02-06 05:18:37 +00:00
moodler cd2f695055 Added a parameter to display_browse_field() to pass the template name
to the fields, so they can return different output for different templates.

Picture now has two heights/widths for different templates
2006-02-06 02:49:46 +00:00
ikawhero 1f697b99aa Remove para tags 2006-02-03 10:42:14 +00:00
vyshane 173b1b1261 Input field size cleanups. 2006-02-03 09:22:23 +00:00
moodler cf3e199bce changes in search, sort etc 2006-02-03 08:11:36 +00:00
vyshane 0bbc6f5700 Added autolinking. 2006-02-03 08:04:40 +00:00
vyshane bad7f9e00a Removed debugging output from /mod/data/lib.php
New icons for field types
2006-02-02 10:12:30 +00:00
vyshane c87fbb27e1 Removed autolink support from radio button field (not needed).
Fixed bug for empty muti menu and multi checkbox fields.
Added "Choose..." as first item in single selection menu. Added relevant
string in en language.
Updated /mod/data/lib.php, function store_data_content() so that we store
empty content for fields too.
2006-02-02 06:28:17 +00:00
vyshane 5f5bcda8b4 Added richtext support for textarea, plus relevant help buttons. Made fields
use column content1, content 2, etc. instead of packing everything into
content.
2006-01-31 03:58:42 +00:00
vyshane c91c24d7e3 Modifications to bring in line with the changes to database structure.
Vy-Shane
2006-01-25 09:10:14 +00:00
moodler 176e5c6c8e Made updating a field use PARAM_NOTAG instead of PARAM_ALPHA
Committed by Vy-Shane Sin Fat <vyshane@moodle.com>
2006-01-19 08:51:34 +00:00
moodler 27b219f16c fix for XSS exploit in search 2005-12-05 03:11:32 +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