463 Commits

Author SHA1 Message Date
vyshane
65d169680c Merged fix from 1.6 (missing lang string) 2006-06-01 04:08:45 +00:00
skodak
4df627dfbf Bug #5582 - sort by numerical field doesn't work properly with decimals; merged from MOODLE_16_STABLE 2006-05-25 15:57:20 +00:00
vyshane
fafbcc51b5 Merged fix for bug: when a student tries to add an entry and no fields are
defined, the foreach barfs since the value of $fields is false.
2006-05-25 05:19:24 +00:00
toyomoyo
7dbc6b5891 merged backup-restore/db migrate for rsstitletemplate field 2006-05-25 02:31:15 +00:00
toyomoyo
ea6a834533 added rsstitle, merged 2006-05-24 07:03:14 +00:00
toyomoyo
6fe661e879 added rsstitletemplate field 2006-05-24 06:16:10 +00:00
stronk7
cf0403002e Solving one SQL error in data_get_participants()
plus some improved readability.

Merged from MOODLE_16_STABLE
2006-05-23 22:33:01 +00:00
skodak
c65d1af557 fixed file backup and converted other forgotten "assignments"; merged from MOODLE_16_STABLE 2006-05-23 18:38:24 +00:00
skodak
4bb6c2563b fixed broken SQL that was throwing errors in backup; merged from MOODLE_16_STABLE 2006-05-23 18:15:52 +00:00
skodak
ebb63815f8 fixed register globals issues for $sort SC #256; merged from MOODLE_16_STABLE 2006-05-22 16:54:11 +00:00
tjhunt
450a0a7db7 Merge from stable branch: Convert tabs to spaces in files where there were only a few rogue tabs. 2006-05-17 16:47:44 +00:00
toyomoyo
0376cc2fab merged 2006-05-16 08:22:42 +00:00
toyomoyo
82326fc1d3 merged fix for 5513 2006-05-16 07:58:47 +00:00
toyomoyo
a1e3e9894b merged fix for 5465 2006-05-15 02:03:03 +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
skodak
d2b23346c9 block editing now uses PARAM_BOOL 2006-04-23 20:58:06 +00:00
skodak
54bb46f55b fixed undefined $course 2006-04-22 17:25:37 +00:00
moodler
20a730762f No need for noapprovalrequired string 2006-04-20 07:55:07 +00:00
moodler
ec536d7a48 Make sure the number is stored as a proper number 2006-04-20 04:07:50 +00:00
moodler
59f3b71781 New number field type 2006-04-20 04:02:30 +00:00
skodak
7282d18cf0 isguest() must be checked AFTER require_login() because the user may not be logged in yet ;-) 2006-04-19 19:42:47 +00:00
vyshane
feb00a54d0 Setting $data->listtemplateheader and $data->listtemplatefooter to '' if we
are resetting the listtemplate.
2006-04-19 04:21:23 +00:00
vyshane
8d4a31bd3c Removed javascript for resetting templates. We reload the page to reset
templates.
2006-04-19 02:54:07 +00:00
toyomoyo
8f23f49004 fix for 5209 2006-04-18 06:43:29 +00:00
vyshane
d553ae9f74 "Reset template" button now only resets the template textarea with the default
template. User needs to hit "Save template" to save the changes.
2006-04-18 06:11:38 +00:00
moodler
9e08cf6ed1 DOn't show intro on first page of single view 2006-04-15 06:02:21 +00:00
moodler
3f9672d37c FIxes for bug 5197 2006-04-15 02:41:27 +00:00
moodler
f852d652cf FIx for bug 5188 - seach with no results -> dead end 2006-04-13 10:41:12 +00:00
moodler
499ed21564 FIxed a typo 2006-04-13 08:49:31 +00:00
moodler
de89899b1d Was trying Eloy's suggestion here http://moodle.org/mod/forum/discuss.php?d=43041
but wasn't working for some reason ... checking in as commented to work on later.
The lkudge seems to be working pretty well for now.
2006-04-13 01:34:26 +00:00
moodler
bc739a0104 Don't save empty comments 2006-04-11 13:10:30 +00:00
moodler
edaa546ad5 Don't clean final HTML template output, the input should be sanitised. 2006-04-11 13:00:13 +00:00
moodler
702424ae72 Fix language strings (records -> Entries) 2006-04-11 12:37:29 +00:00
moodler
7ebb0d488f Guests should not see comment boxes 2006-04-11 12:32:23 +00:00
moodler
198c27b376 Submit button was causing bug 4986 2006-04-11 12:29:19 +00:00
moodler
de251840b4 Added some feedback to the picture thumbnail regneneration bug 5011 2006-04-10 16:46:52 +00:00
vyshane
56253c2d66 Fixing bug (Postgres related):
ERROR: for SELECT DISTINCT, ORDER BY expressions must appear in select list
2006-04-10 05:59:48 +00:00
toyomoyo
25dbd2ff64 convertion to unicode data_content -> content(1 to 4) 2006-04-10 05:03:38 +00:00
moodler
3dec563cec Fix for bug 5132, search now no longer prevents display of
arbitrary single records
2006-04-08 16:33:16 +00:00
moodler
63701c7802 FIxed activity reporting for database activities 2006-04-07 07:02:53 +00:00
moodler
0143db5788 More clean ups 2006-04-06 17:12:55 +00:00
moodler
b4f3e56cc1 Fixes from Dan Stowell to support thumbnail images, with some modifications
from me to remove unnecessary messages.    bug 5011
2006-04-06 16:20:50 +00:00
moodler
236d839ff1 Fixed some pretty major HTML errors :-) bug 5089 2006-04-05 08:19:09 +00:00
moodler
202a96d2c8 HTML fixes for bug 5092 2006-04-05 07:37:48 +00:00
moodler
a9ac269967 FIxed some warnings bug 5091 2006-04-05 07:27:58 +00:00
moodler
53dc0dfb6a Fixed a string name 2006-04-05 01:40:24 +00:00
moodler
64452eb438 Various fixes that have accumulated 2006-04-05 01:38:06 +00:00
moodler
382671bbdf Fixed tabs logic flow 2006-03-30 07:54:31 +00:00
moodler
4c2dab47a0 Fixed up some tabs names 2006-03-30 07:45:40 +00:00