toyomoyo
b56d75dd00
fixing a typo
2006-08-23 05:52:39 +00:00
moodler
0468976c9a
SWEEPING CLEANUP
...
The API was changed slightly so that has_capability now takes the
whole $context object (we almost always have it anyway)
The $kill thing was removed. If you want to assert a capability
then use:
require_capability('capname', $context);
with optional variables to modify the error message
Misc bugs here and there also removed and code tidied
2006-08-14 05:55:40 +00:00
stronk7
2bf10cbf7b
XMLDB schema initial commit for the glossary module
2006-08-11 17:11:46 +00:00
moodler
dabfd0ed85
Removed tabs
2006-08-09 13:45:49 +00:00
skodak
f9d5371b28
new function get_coursemodule_from_id() is now used for obtaining of valid $cm from coursemodule id SC#283
2006-08-08 22:09:55 +00:00
moodler
bbbf2d4015
ROLES AND PERMISSIONS - FIRST CHECK-IN
...
=======================================
WARNING: DEV IS CURRENTLY VERY UNSTABLE.
This is a mega-checkin of the new Roles system. A lot of changes have
been made in core and modules.
Currently there are a lot of rough edges and known problems. We are
working hard on these .. .the reason for getting this into HEAD at this
stage is enable us to move faster (our branch was diverging from HEAD
too much).
Please keep an eye on http://docs.moodle.org/en/Roles for current status
and information for developers on how to use the new Roles system.
2006-08-08 05:13:06 +00:00
skodak
95d5682927
Bug #6170 - Glossary bug: it displays nothing when autolinking to non-ascii text and other minor cleanup; merged from MOODLE_16_STABLE
2006-07-30 22:22:22 +00:00
skodak
1b4035b074
Bug #6129 - Incorrect glossary import file size limit; merged from MOODLE_16_STABLE
2006-07-17 13:35:05 +00:00
stronk7
cd58557ae0
Close properly the showentry page. Bug 5986.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=5986 )
Merged from MOODLE_16_STABLE
2006-07-16 09:01:03 +00:00
skodak
afda6b5681
Bug #6087 - alphabetic problem in glossary; merged from MOODLE_16_STABLE
2006-07-12 20:29:18 +00:00
skodak
81b0eec894
Bug #6050 - import glossary entries to new glossary not creating new glossary; merged from MOODLE_16_STABLE
2006-07-07 19:54:22 +00:00
skodak
2af7f6e266
fixed warning in glossary export, merged from MOODLE_16_STABLE
2006-07-06 21:27:00 +00:00
skodak
24c1be8880
sanitize submitted numerical values; merged from MOODLE_16_STABLE
2006-05-26 11:39:12 +00:00
skodak
d33f282a5b
make sure variables are properly cleaned; merged from MOODLE_16_STABLE
2006-05-23 09:47:48 +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
skodak
54eca8f2a4
proper initialisation of sqlsortkey SC#258; merged from MOODLE_16_STABLE
2006-05-21 07:42:58 +00:00
stronk7
fbaea8f354
glossary print view is now valid XHTML.
...
Merged from MOODLE_16_STABLE
2006-05-07 10:49:28 +00:00
stronk7
f84b602b44
Too much restrictive optional_param was producing
...
some undesired efects with formats. Bug 4858.
(http://moodle.org/bugs/bug.php?op=show&bugid=4858 )
Merged from MOODLE_15_STABLE
2006-04-30 10:07:36 +00:00
stronk7
60b5242a53
entrylist format now show the 'send ratings' button. Bug 4915.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=4915 )
2006-04-30 09:41:19 +00:00
vyshane
5f672a4dd8
Fixed inserts for log_display.
2006-04-24 09:05:08 +00:00
vyshane
1b51a8ed9c
Fixed inserts for log_display table.
2006-04-24 08:23:19 +00:00
skodak
9cae379921
fixed typo, undefined $ents
2006-04-22 17:33:22 +00:00
toyomoyo
fd8d5ba75f
fix for 5207
2006-04-18 07:22:18 +00:00
stronk7
ff62d70dc6
Two more uses of format_string() agains entry->concept
2006-04-15 19:28:26 +00:00
stronk7
deb59b8f95
Filter one more string if filterall is enabled.
2006-04-15 19:24:44 +00:00
stronk7
1b1858d260
htmlentities() to s()
2006-04-11 16:09:52 +00:00
stronk7
c356bb409d
Suppress pivot output from Date view. It hasn't too much sense there.
2006-04-09 11:06:19 +00:00
stronk7
30691fc3c3
Solve some upperpivot notices and wrong behaviours. More coming...
2006-04-09 10:59:39 +00:00
stronk7
f7f735b877
Some defaults applied to paramenters was preventing defaults based
...
on formats to work properly.
2006-04-09 10:45:14 +00:00
stronk7
2cf1011b25
Now searchbox table is closed by hand, because print_simple_box_xxx()
...
methods (div based) were breaking things a bit here. Bug 5087)
(http://moodle.org/bugs/bug.php?op=show&bugid=5087 )
2006-04-09 09:11:18 +00:00
stronk7
2070370cfa
Typo.
2006-03-28 23:31:12 +00:00
stronk7
b51551e794
Some excess of security was causing Bug 4713.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=4713 )
Merged from MOODLE_15_STABLE
2006-03-21 20:08:51 +00:00
skodak
9bc78f8456
fixed typo PARAM_CLEAR
2006-03-15 18:08:24 +00:00
patrickslee
cb8229d0a8
UTF8 migration - now supporting PostgreSQL
2006-03-10 03:43:33 +00:00
skodak
9f79b50f05
fixed missing global $CFG - anyway it worked even without it :-D
2006-03-08 11:20:38 +00:00
skodak
0c0849cf5f
lots of incorrect required_param()'s - there MUST be only two parameters not three!!
2006-03-08 00:08:51 +00:00
skodak
38b7336ed1
short php tags
2006-03-07 21:35:13 +00:00
skodak
c07549b6e2
fixed coding style of unicode db detection
2006-03-06 20:30:00 +00:00
skodak
1b1d34225b
incorrect usage of clean_filename() replaced with clean_param($text, PARAM_SAFEDIR)
2006-03-04 12:37:29 +00:00
skodak
904d60d4d3
table tag typo
2006-03-03 20:12:31 +00:00
skodak
212039c0d8
utf8 related cleanup in glossary import and export code - please test
2006-03-03 19:49:08 +00:00
toyomoyo
f841494c62
see changes for admin/utfdbmigrate.php
2006-02-24 08:20:13 +00:00
moodler
136b6ab33f
changed to use utfconvert function
2006-01-31 02:15:21 +00:00
moodler
99c5cb5052
bug fixes
2006-01-19 05:48:07 +00:00
moodler
f6691427d9
Added default values where needed for columns in the MySQL creation script mysql.sql.
...
Added default values to migrate2utf8.xml, for any varchar and text field types, if the default values for these fields were not defined as '' in the MySQL table creation script.
Committed by vyshane
2006-01-17 07:37:29 +00:00
mjollnir_
f90666aa5c
Abstracted a bit of the restore procedure to allow for silent restoring.
...
Added new function, import_backup_file_silently
Changed everything that prints stuff to check for a constant first.
Backup_flush checks a different constant, this is so that output can still
get flushed to the browser when necessary but not print <li>s everywhere.
Please test this!
2006-01-15 21:09:13 +00:00
mjollnir_
1ecea97679
Granular backup & restore:
...
This patch allows the much requested selection of individual instances of modules within a course to backup and restore.
It needs A LOT of testing and probably some prettyifying too.
2006-01-13 03:45:31 +00:00
toyomoyo
7c5406967d
some bug fixes
2006-01-12 02:39:13 +00:00
toyomoyo
c8ee027b0e
added 2 fields in xml, addindex and dropindex, and bug fixes
2006-01-11 01:46:22 +00:00
toyomoyo
1e4d9ff6dc
utf8 migration support scripts
2006-01-09 06:06:49 +00:00