patrickslee
|
cb8229d0a8
|
UTF8 migration - now supporting PostgreSQL
|
2006-03-10 03:43:33 +00:00 |
|
patrickslee
|
6442124426
|
Add update_record() postgres bytea support
To get ready for the postgres utf8 migration script
|
2006-03-10 03:32:48 +00:00 |
|
stronk7
|
2489a6f6fe
|
Non-admins can use the component-install class
|
2006-03-09 23:55:46 +00:00 |
|
stronk7
|
c1f6779fac
|
If $CFG->running_installer is set, we force to retrieve
all the strings from installer.php to allow multi-lang
installations.
|
2006-03-09 17:43:14 +00:00 |
|
stronk7
|
e05fc498ea
|
Avoid some minor notices and warnings (reported as bug 2814 to Typo3 team)
(http://bugs.typo3.org/view.php?id=2814)
|
2006-03-09 17:29:58 +00:00 |
|
stronk7
|
7dc2cdd405
|
Reverted latest changes. We are going to continue faithful to
Typo3 versions. We can solve this ourselves in textlib.php
|
2006-03-09 17:18:15 +00:00 |
|
sam_marshall
|
c0381e22da
|
Added way to get a textual description of a file (e.g. 'Word document') based on its MIME type.
|
2006-03-09 13:14:33 +00:00 |
|
sam_marshall
|
3ce73b147f
|
filelib - Added support for looking up icons via MIME type as well as via extension
|
2006-03-09 12:07:11 +00:00 |
|
moodler
|
52af9a3544
|
Logs have moved
|
2006-03-09 09:47:53 +00:00 |
|
toyomoyo
|
1917efb2b2
|
added default for blogs
|
2006-03-09 09:01:40 +00:00 |
|
moodler
|
883fdc5241
|
Added newline
|
2006-03-09 08:45:45 +00:00 |
|
moodler
|
8c5ea8d5ce
|
Look for languages in report directories too
|
2006-03-09 08:27:53 +00:00 |
|
moodler
|
7064007f5b
|
Fixing the logic for the enrol upgrade
|
2006-03-09 06:54:31 +00:00 |
|
martinlanghoff
|
ed8365d9c2
|
[multienrol]Set default enrol_plugins_enabled if the variable is not set
|
2006-03-09 03:58:08 +00:00 |
|
martinlanghoff
|
4af1efecf7
|
[multienrol]Fixed a typo in database upgrade script. Bug #4528
|
2006-03-09 03:47:54 +00:00 |
|
martinlanghoff
|
29f8533223
|
[multienrol]More changes to the internal->manual transition
|
2006-03-09 03:46:53 +00:00 |
|
martinlanghoff
|
908c1ae7ac
|
[multienrol]DB upgrade script to clean up enrol field for user_students and user_teachers
|
2006-03-09 03:23:07 +00:00 |
|
martinlanghoff
|
e90737c7fe
|
[multienrol]More changes to the internal->manual transition
|
2006-03-09 03:22:20 +00:00 |
|
martinlanghoff
|
6a2c524ca9
|
[multienrol]DB upgrade script to clean up enrol field for user_students and user_teachers
|
2006-03-09 03:20:30 +00:00 |
|
martinlanghoff
|
a51e2a7f3b
|
[multienrol]Renamed "internal" enrolment plugin to "manual"
|
2006-03-09 03:19:10 +00:00 |
|
martinlanghoff
|
c02fdda12d
|
[multienrol]Made upgrade script more intelligent about setting enrol_plugins_enabled
|
2006-03-09 03:16:17 +00:00 |
|
martinlanghoff
|
54e9516e59
|
[multienrol]Some database upgrade to preserve the default enrolment plugin
|
2006-03-09 03:02:37 +00:00 |
|
martinlanghoff
|
f9667a5aea
|
[multienrol]Initial commit for multi enrolment plugin feature
|
2006-03-09 02:48:29 +00:00 |
|
patrickslee
|
613c1fcf49
|
Corrected calls to user table migration functions back to course table ones
|
2006-03-09 01:39:51 +00:00 |
|
skodak
|
acc26080d6
|
fixed notices, the last one is quite hacky :-(
|
2006-03-08 21:53:53 +00:00 |
|
tjhunt
|
09481160db
|
Refactor course deletion code to eliminate about 70 lines of duplication.
|
2006-03-08 16:10:24 +00:00 |
|
nfreear
|
9a477f9024
|
Accessibility: function print_navigation now uses <ul> list, replaced » with image, fixed print_side_block using $block_id.
|
2006-03-08 12:33:21 +00:00 |
|
vyshane
|
748e0925c2
|
Added attribute $linkedwhenselected to tabobject class. Basically defines
whether the tab should be linked even if it is selected.
|
2006-03-08 04:53:48 +00:00 |
|
mjollnir_
|
fb3ea05cc3
|
Adding more indexes to the log table - bug 4112 + version bump
|
2006-03-07 22:14:40 +00:00 |
|
skodak
|
107e7612b5
|
short php tags once more
|
2006-03-07 21:46:34 +00:00 |
|
skodak
|
38b7336ed1
|
short php tags
|
2006-03-07 21:35:13 +00:00 |
|
skodak
|
8f0fba5ce0
|
nasty empty line at the end of file ....
|
2006-03-07 20:26:27 +00:00 |
|
skodak
|
038ba6aa30
|
change value of PARAM_RAW from 0 to 666, becasue we need to detect incorrect param types (such as PARAM_IND) and incorrect order - optional_param('xx', PARAM_INT, 0)
This might break faulty code...
|
2006-03-07 19:20:23 +00:00 |
|
skodak
|
1ccc4867c5
|
comment improvement
|
2006-03-06 21:17:10 +00:00 |
|
skodak
|
c07549b6e2
|
fixed coding style of unicode db detection
|
2006-03-06 20:30:00 +00:00 |
|
nfreear
|
9aa4592e79
|
Accessibility: moved H2 from weblib.php: print_side_block_start, to moodleblock.class.php: _title_html (validate, <span>s revert to <div>); skip block link - replaced pixel image with 'accesshide' text.
|
2006-03-06 12:49:07 +00:00 |
|
julmis
|
57e0348ae0
|
Statusbar was missing from default configuration.
|
2006-03-06 12:38:14 +00:00 |
|
tjhunt
|
c0b5b31a48
|
Addition to locallib.php to notify local code when a course is deleted.
|
2006-03-06 12:19:58 +00:00 |
|
julmis
|
1452f9e11b
|
And more readme updates.
|
2006-03-06 09:44:57 +00:00 |
|
julmis
|
127907098c
|
Removing old editor scripts. These are found at /lib/editor/htmlarea from now on.
|
2006-03-06 07:57:41 +00:00 |
|
julmis
|
515e6eccbe
|
Adding support for new GetHtml plugin
|
2006-03-06 07:44:35 +00:00 |
|
julmis
|
4773034906
|
Adding new GetHtml plugin.
|
2006-03-06 07:15:13 +00:00 |
|
julmis
|
f2214522d8
|
Fixing comma problem.
|
2006-03-06 07:12:04 +00:00 |
|
julmis
|
5d816150cd
|
Writing more readme...
|
2006-03-06 07:11:35 +00:00 |
|
skodak
|
96e98ea67f
|
Fixed error in my previous commit, unknown parametery type 0.
|
2006-03-06 06:25:33 +00:00 |
|
ikawhero
|
70070c1f88
|
Changes to custom script code. Credit to Gordon Bateson. Bug 4827.
|
2006-03-06 01:45:11 +00:00 |
|
mjollnir_
|
2e05b22ab6
|
Fixing the parse error in moodlelib! Do I get a prize for being first after sf.net came back up? ;)
|
2006-03-06 00:39:51 +00:00 |
|
mjollnir_
|
74ffb569c6
|
Added a useful function in moodlelib to resolve filename collisions when moving files around. Perhaps useful for backup or importing or files/index.php
|
2006-03-06 00:36:06 +00:00 |
|
julmis
|
988f9ddff0
|
Changing tiny to use gzip compressed version.
|
2006-03-05 10:36:24 +00:00 |
|
julmis
|
07f37ebca2
|
Removing advanced theme docs...
|
2006-03-05 10:28:01 +00:00 |
|