skodak
71b860de73
MDL-14499 backporting fix for missing data:uploadentries
2008-04-25 14:19:36 +00:00
stronk7
de09e4e445
Replace custom casting code by proper sql_cast_char2int() core function. MDL-12893 ; backported from HEAD
2008-04-21 18:12:01 +00:00
dongsheng
654689ef2d
MDL-14320, remove useless icon in edit entry page, merged from MOODLE_19_STABLE
2008-04-17 09:43:44 +00:00
dongsheng
5508ecf266
MDL-14320, improve coding style, thanks Petr, merged from MOODLE_19_STABLE
2008-04-16 02:44:43 +00:00
dongsheng
3854fcb9f6
MDL-14320, remove icon when no file in entry, Thanks Robert
2008-04-15 02:39:25 +00:00
skodak
1a92acfb1b
MDL-14342 fixed wrong quotes; merged from MOODLE_19_STABLE
2008-04-13 22:26:41 +00:00
dongsheng
87b8241498
MDL-9534, fix xmlize() call
2008-04-11 03:58:40 +00:00
nicolasconnault
f8d1a60893
MDL-13397 Fixed the language string. Merging from HEAD
2008-03-31 06:18:11 +00:00
nicolasconnault
1e51f8fa07
MDL-13397 Implemented the requiredentries parameter (previously not implemented). This includes a warning message and an SQL restriction on entries fetched for view.php
2008-02-12 15:54:20 +00:00
poltawski
99797689e6
MDL-9372 - only show RSS options in database module when RSS is enabled
...
backported from MOODLE_19_STABLE
2008-01-08 13:43:42 +00:00
toyomoyo
1ac5aabb2f
MDL-12439, templates not imported in database preset import
2007-12-06 00:45:31 +00:00
skodak
419b95d2ad
MDL-10729 Active tabs are now marked inactive; backported from HEAD (and fixed commit message :-( )
2007-09-24 17:15:31 +00:00
stronk7
c54982c11b
Interlinking from/to data module added. MDL-9576
...
Backported from HEAD
2007-09-17 22:08:31 +00:00
moodler
907e4a312d
MDL-10960 fix rss user names
2007-08-23 06:13:48 +00:00
Martin Langhoff
f5c39e0b23
cvsimport fixups
2007-08-29 13:13:58 +12:00
urs_hunkler
db8a7ac9d1
$thumbheigt was calculated instead of $thumbwidth
2007-08-05 16:40:05 +00:00
skodak
ce52f7c68c
MDL-10482 incorrect texarea height; backported from HEAD
2007-07-16 14:51:03 +00:00
nfreear
be76a35ac3
Part fix of bug MDL-10332 "Data module not filtering list by group on .." - restore bug. Merged.
2007-07-12 14:15:58 +00:00
skodak
c70adc397a
MDL-9696 used absolute path include in mod_forms; backported from HEAD
2007-06-10 23:28:44 +00:00
skodak
39954f4087
MDL-10011 cleanup xhtml and code in report.php - forum, glossary and data mod; backported from HEAD
2007-06-03 16:18:53 +00:00
skodak
190437b919
MDL-9780 Groups 181 cleanup - part 2
2007-05-15 18:26:48 +00:00
skodak
52abd5d7c4
MDL-9821 incorrect permission to modify templates for non-editing teacher in db module
2007-05-15 16:57:08 +00:00
Martin Langhoff
48cc1a0e6a
cvsimport fixups - remove obsolete files
2007-05-09 22:01:21 +12:00
mjollnir_
1bb8b3818f
MDL-9585 - mod/data: moved functions and classes out of preset.php into lib.php
2007-04-26 21:38:28 +00:00
nicolasconnault
c30e73badc
Fixed many XHTML errors
2007-04-20 07:49:39 +00:00
cataluke
2ba01076aa
MDL-8569 - mod/data sorting by numerical field now works with PostgreSQL
...
Author: Luke Hudson <luke@catalyst.net.nz >
2007-04-18 02:31:34 +00:00
cataluke
de06df20a4
MDL-7856 - make database search case-insensitive for PostgreSQL too.
...
Author: Andrew Walbran <andrew.walbran@catalyst.net.nz >
Committer: Luke Hudson <luke@catalyst.net.nz >
2007-04-17 05:49:21 +00:00
skodak
78a40f0c7f
MDL-9226 missing closing label tag - patch by Mark Scherfling
2007-04-15 17:18:50 +00:00
nicolasconnault
479206f6ff
MDL-9213 Corrected $forum->format to $forum->type
2007-04-11 01:03:42 +00:00
nicolasconnault
e8a2e5e491
Removed experimental Preset class, only in HEAD now
2007-04-03 04:10:42 +00:00
nicolasconnault
89a4886523
MDL-8774
2007-04-03 03:30:36 +00:00
skodak
86d1a59ede
MDL-9155 Error when creating an "image gallery" preset database when only some fields exist and do not remove existing data, comments and ratings when applying preset
2007-04-02 09:08:54 +00:00
nicolasconnault
831b76108a
MDL-8855 - Wrote additional GD code to support alpha transparency in PNG files.
2007-03-13 02:37:26 +00:00
skodak
011d1af528
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 - backported from HEAD
2007-03-05 11:37:54 +00:00
moodler
ecfecb994d
Fixed up tabs some more, to avoid silly tabs that don't exist
2007-03-05 07:27:10 +00:00
moodler
1a5c004e96
Whoops accidentally checked insome head stuff I shouldn have.
2007-03-05 07:21:10 +00:00
moodler
8730f7dd53
Alternate fix for tabs, make it like head
2007-03-05 07:19:11 +00:00
moodler
0b22495f37
Tidied up tabs and template display
2007-03-05 07:15:23 +00:00
donal72
ca4f8f38b3
XHTML Strict fix: # MDL-8754
2007-03-05 05:03:36 +00:00
skodak
a8ec259abf
MDL-8733 fixed approving logic when editing; merged from MOODLE_16_STABLE
2007-03-03 12:27:02 +00:00
toyomoyo
ed6df9192e
replacing fieldsets with divs in small forms
2007-03-01 06:32:35 +00:00
toyomoyo
727c9ec658
replacing fieldsets with divs in small forms
2007-03-01 06:26:30 +00:00
nicolasconnault
7c08ef3653
Fixed MDL-8582
...
Not sure if the hotpot module is converting ampersands correctly. $heading and $title are set up differently than in other modules: instead of outputting $course->title, a temporary $title variable is created and assigned that value. That made it difficult for me to decide whether it was already formatted elsewhere or not.
Also I didn't format_string() any of the variables included in $navigation rings, because I assume these strings get processed by print_navigation(), which includes format_string().
2007-02-28 05:36:13 +00:00
toyomoyo
4987fdbaef
fix for MDL-5736, retained search string problem
2007-02-23 03:54:49 +00:00
vyshane
ae21a6519b
Merged from 1.7.
2007-02-16 08:43:10 +00:00
skodak
4eefee9779
MDL-8469 increase memory limit everywhere due to changed calculation of used memory in PHP 5.2.x - the real memory useage is the same, but the reported size of used memory is now more accurate
2007-02-14 20:46:38 +00:00
moodler
1934b87667
Updated versions and requires (primarily because of formslib dependencies)
2007-02-02 13:02:24 +00:00
vyshane
38f169e25a
Fix for MDL-6966.
2007-01-23 05:42:15 +00:00
stronk7
73be66c7a8
Now all the modules global config pages are valid XML. Related to MDL-7861
2007-01-13 20:13:58 +00:00
stronk7
a4bad45c2c
Some more uses of $CFG->dbfamily. MDL-7061
2007-01-13 00:32:19 +00:00