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
stronk7
10c581fcc6
We were being too much strict and concepts can contain quotes and
...
other characters. Bug 4543.
(http://moodle.org/bugs/bug.php?op=show&bugid=4543 )
Merged from MOODLE_15_STABLE
2006-01-07 12:31:48 +00:00
stronk7
7123515431
Now glossary pivot should be working fine under every charset.
2006-01-07 12:11:52 +00:00
stronk7
a983f05a39
Now the group by initial should work under multibyte strings.
...
Merged from MOODLE_16_UTF8. Abandoning the branch.
2006-01-05 16:35:13 +00:00
moodler
aa8139414e
Replaced optional_var with optional_param
2005-12-07 06:21:58 +00:00
stronk7
140b7eb5db
Log actions must be strored to DB without &
...
print_log() takes care of it! Bug 3853.
(http://moodle.org/bugs/bug.php?op=show&bugid=3853 )
Merged from MOODLE_15_STABLE
2005-11-23 09:46:25 +00:00
stronk7
0fd4f40714
Now both empty search strings and 1 letter search strings works fine in
...
the glossary. Terms are hilighted properly (but 1 letter terms, because
it's a hilight limitation). Bug 4274.
(http://moodle.org/bugs/bug.php?op=show&bugid=4274 )
Merged from MOODLE_15_STABLE
2005-11-06 20:06:05 +00:00
skodak
cda94ae1b8
fixed cleaning before editing SC#163; merged from MOODLE_15_STABLE
2005-10-29 21:40:41 +00:00
stronk7
92c8e57b51
SC#162
...
Merged from MOODLE_15_STABLE
2005-10-12 19:25:50 +00:00
stronk7
d75584e3e6
Now entries containing apostrophes can be exported to main glossay
...
and deleted without problems. Bug 4136.
(http://moodle.org/bugs/bug.php?op=show&bugid=4136 )
Merged from MOODLE_15_STABLE
2005-10-05 18:27:40 +00:00
stronk7
7fe60b0c76
Now the ALL link in the paging bar is under the
...
glossary->showall setting control. Bug 4072.
(http://moodle.org/bugs/bug.php?op=show&bugid=4072 )
Merged from MOODLE_15_STABLE
2005-09-20 17:19:44 +00:00
mjollnir_
f3221af9e5
Initial checkin of stats (from processing the log table).
...
I will write up some information about it for the developers wiki.
2005-09-01 04:14:31 +00:00
patrickslee
4e980e5a92
Mass cleanup of bad postgres upgrade scripts(merged from 15_stable)
2005-08-15 23:17:58 +00:00
skodak
24fb69e111
removed file pop-ups 2; merged from MOODLE_15_STABLE
2005-07-12 18:53:14 +00:00
skodak
d96624ca54
removed file pop-ups; merged from MOODLE_15_STABLE
2005-07-12 15:37:21 +00:00
moodler
f5e1319ec3
Merged SC139 from stable
2005-07-12 08:00:51 +00:00
stronk7
25ef0370d5
Improved automatic relinking in backup and restore. Credits go to skodak.
...
Complete refactoring of the system that was really awful (my fault!).
Now everything is in its place and working like a charm, making things really
easier to be implemented and amplied. Bug 3678
(http://moodle.org/bugs/bug.php?op=show&bugid=3678 )
(http://moodle.org/mod/forum/discuss.php?d=26530 )
Note: Everything is merged from stable but the quiz module because it has
other changes not merged for now. I've skyped a message to Gustav about it.
Merged from MOODLE_15_STABLE
2005-07-04 18:56:03 +00:00
stronk7
339dd76670
Avoid some backslashes causing problems with some browsers. Bug 3463.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=3463 )
Merged from MOODLE_15_STABLE
2005-06-26 16:45:04 +00:00
stronk7
7d34f1adab
Now the entry being commented is showed when
...
adding comments for non-approved entries. Bug 3638.
(http://moodle.org/bugs/bug.php?op=show&bugid=3638 )
Merged from MOODLE_15_STABLE
2005-06-26 09:34:10 +00:00
stronk7
c0b26251d0
Now glossary ratings display user links in a new page.
...
Merged from MOODLE_15_STABLE
2005-06-19 17:33:39 +00:00
stronk7
c07ca217f0
Using the time CSS class properly.
...
Merged from MOODLE_15_STABLE
2005-06-19 16:50:37 +00:00
stronk7
ef4d6e6f54
Now the name of the authors is a link to the user page.
...
To be a bit more like forum posts Bug 2809.
(http://moodle.org/bugs/bug.php?op=show&bugid=2809 )
Merged from MOODLE_15_STABLE
2005-06-19 15:26:21 +00:00
stronk7
fddeb22f8e
Now + and - search terms are properly highlighted
...
under glossary searches. This was broken recently
solving some non-iso problems.
Merged from MOODLE_15_STABLE
2005-06-19 14:46:32 +00:00
stronk7
a69a71e193
Added some header clasees to 1 table.
...
Merged from MOODLE_15_STABLE
2005-06-13 19:37:02 +00:00
stronk7
706758c548
Some classes and styles added to show everything properly.
...
Merged from MOODLE_15_STABLE
2005-06-09 23:51:57 +00:00
stronk7
31a25778f1
Added one deleted br...
...
Merged from MOODLE_15_STABLE
2005-06-09 23:41:17 +00:00
stronk7
e666046150
Now icons, comments and ratings are showed properly in entrylist format.
...
Bug 3455
(http://moodle.org/bugs/bug.php?op=show&bugid=3455 )
Merged from MOODLE_15_STABLE
2005-06-09 23:32:13 +00:00