Commit graph

1958 commits

Author SHA1 Message Date
toyomoyo
3c1acb61bb printing user picture for comments 2006-03-01 06:51:06 +00:00
vyshane
0b3cfe8812 Fixed Bug #4552 2006-02-28 02:51:31 +00:00
toyomoyo
e95dddd7a9 added a line to prevent warning 2006-02-28 01:52:38 +00:00
moodler
735a795229 A few small changes for Vy to continue working on (logs, mostly) 2006-02-27 04:13:03 +00:00
vyshane
e045d2042c Removing the /mod/data/lang/ directory since the language strings will now be stored under /lang/ 2006-02-27 04:04:30 +00:00
toyomoyo
7c0af760aa comments, not comment, typo 2006-02-27 02:16:19 +00:00
toyomoyo
2232755c93 added time created and modified for comments 2006-02-27 02:13:48 +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
vyshane
4e53996865 Made script work with 1.5 2006-02-24 06:14:39 +00:00
toyomoyo
59a488e1aa prints the whole comment when displaying confirmation 2006-02-24 04:30:29 +00:00
toyomoyo
b754b2115c fixing bugs 2006-02-24 04:26:27 +00:00
toyomoyo
f055d14bed fix for string type sort error, bug 4823 2006-02-23 02:34:46 +00:00
toyomoyo
c19c05c400 security issues with dangerous template 2006-02-21 07:17:02 +00:00
toyomoyo
5af0b52558 changed data_submitted for secureform; added sesskey 2006-02-21 02:02:24 +00:00
toyomoyo
03b80ff60d real fix for secureforms 2006-02-20 09:34:13 +00:00
toyomoyo
ea6f999dc3 fix for secure forms 2006-02-20 09:31:29 +00:00
toyomoyo
850d05ce38 . 2006-02-20 06:07:09 +00:00
toyomoyo
310639ff8c keep comments to the left for IE 2006-02-20 05:50:45 +00:00
toyomoyo
b22bd6bc54 took out an extra echo 2006-02-20 05:40:26 +00:00
toyomoyo
bbf0379ca1 fixed navigation after deleting or editting data comment 2006-02-20 05:37:15 +00:00
toyomoyo
8b034b6ddb string fix and empty lines 2006-02-20 03:15:38 +00:00
vyshane
e5689267df Fixed bug in RSS xml file generation.
Fixed bug in file and picture links.
2006-02-20 03:02:32 +00:00
vyshane
af25f45e1a Cleaning up xhtml markup. Code now validates for xhtml 1.0 transitional. 2006-02-20 02:15:45 +00:00
moodler
b8d1372a7b Make Database RSS feed work on Moodle 1.5 as well ;-) 2006-02-19 17:39:59 +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
vyshane
a508f208ce RSS support 2006-02-16 03:35:10 +00:00
toyomoyo
e51d9eb4bf changed some strings 2006-02-15 06:38:32 +00:00
vyshane
de9b123967 Fixed typo for get_string call for 'rsshowmany' 2006-02-14 04:10:47 +00:00
toyomoyo
5ae56899ba backup and restore for comments and ratings 2006-02-14 04:02:19 +00:00
toyomoyo
d02cb0d006 new ratings functionality 2006-02-14 03:21:56 +00:00
toyomoyo
1f45ca1428 taking out the print_object 2006-02-14 03:19:19 +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
toyomoyo
256054828a adding 3 more fields 2006-02-08 04:35:43 +00:00
toyomoyo
0e64ba2852 adding 3 new fields 2006-02-08 04:35:23 +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
5d9a7c352e group 0 records are visible to all now 2006-02-06 06:30:18 +00:00
toyomoyo
27b00cd39b no page in groups, thanks 2006-02-06 06:19:00 +00:00
toyomoyo
f4e101bd08 adding group support 2006-02-06 06:13:34 +00:00
ikawhero
a0397e90da return to previous view after editing a record 2006-02-06 05:37:20 +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
toyomoyo
42e118badc templates and fields do not require group support 2006-02-06 05:31:49 +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