210 Commits

Author SHA1 Message Date
vyshane
5f672a4dd8 Fixed inserts for log_display. 2006-04-24 09:05:08 +00:00
toyomoyo
f21cc86bca changed formats for log_display table 2006-04-24 08:10:55 +00:00
skodak
ef45822122 some extra cleaning of comments and feedback before storage. normaly the text is cleaned before display, this is just a preventive measure because I did not want to study this code all day ;-) 2006-04-19 20:21:42 +00:00
skodak
d2963541e2 Security related parameter cleanup in workshop code, please test it. No bug fixes... 2006-04-19 19:48:46 +00:00
stronk7
1b1858d260 htmlentities() to s() 2006-04-11 16:09:52 +00:00
moodler
9ee20a32f6 FIxed blank trailing lines (bug 5095) 2006-04-05 06:14:28 +00:00
stronk7
2070370cfa Typo. 2006-03-28 23:31:12 +00:00
patrickslee
cb8229d0a8 UTF8 migration - now supporting PostgreSQL 2006-03-10 03:43:33 +00:00
skodak
38b7336ed1 short php tags 2006-03-07 21:35:13 +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
5739b8ad34 bug fixes 2006-01-20 02:50:06 +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
1e4d9ff6dc utf8 migration support scripts 2006-01-09 06:06:49 +00:00
stronk7
140b7eb5db Log actions must be strored to DB without &amp;
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
gustav_delius
e2fff6460d Many links to assess.php were missing $cm->id 2005-10-21 07:11:04 +00:00
stronk7
46867914ef Solve some wrong CVS Id tags
Merged from MOODLE_15_STABLE
2005-10-15 10:40:36 +00:00
stronk7
3043912d9b Commiting some old unmerged changes. 2005-10-15 10:30:15 +00:00
mjollnir_
db48e8d1f0 Merged from MOODLE_15_STABLE: Execute some updates silently (dropping non existent columns in workshop) bug 2964 2005-10-12 02:15:42 +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
moodler
f5e1319ec3 Merged SC139 from stable 2005-07-12 08:00:51 +00:00
thepurpleblob
f59e91bcf8 _variable() functions, _GET, _POST etc. changed to appropriate _param()
style functions.
2005-07-06 15:31:07 +00:00
thepurpleblob
621d2ab686 Fixed language string for show league tables. 2005-07-06 13:44:04 +00:00
thepurpleblob
1db81444e0 Upload limit now takes account of course upload limit.
Bug #3247
2005-07-06 12:14:39 +00:00
thepurpleblob
6cb48ed312 Help for 'use password' points to 'password' help as 'use password' had no
help.
2005-07-06 11:13:31 +00:00
stronk7
a9c80fec8e Now workshop are working under the new system to relink. Bug 3678.
(http://moodle.org/bugs/bug.php?op=show&bugid=3678)

Merged from MOODLE_15_STABLE
2005-07-04 22:25:10 +00:00
moodler
792947b68d Fixed a notice 2005-05-03 08:16:12 +00:00
moodler
012ba8e53d FIxed a notice 2005-04-26 11:59:29 +00:00
moodler
cd30e6a32c workshop_user_complete now prints out something meaningful. Bug 2931.
General tidy up.
CSS styles added. (SE)
2005-04-21 07:19:41 +00:00
mjollnir_
a1c63c86a0 Fixes for workshop upgrade in postgres 2005-04-19 01:34:37 +00:00
gustav_delius
a0b30329ef This should fix bug 2938 2005-04-15 11:32:44 +00:00
stronk7
85b9471fb4 Now all the wiki formated texts are converted to markdown
by the restore process. Such conversion is performed for
every backup file prior to 2005041100.
Wiki internal links are dinamically changed and then,
converted to Markdown. Bye, Wiki! ;-)
2005-04-12 23:42:56 +00:00
thepurpleblob
59787e1894 Update wiki-like text format to Markdown. 2005-04-12 07:53:02 +00:00
thepurpleblob
2e38720c21 Update wiki-like text format to markdown. 2005-04-12 07:15:17 +00:00
stronk7
b79aa685fb Finally we have to use the 'nomatch' because we can come
from other script (assess.php).

filterall work in progress.
2005-04-10 18:22:18 +00:00
stronk7
95c67e2fe1 Now xxx_print_recent_mod_activity() supports filterall.
(assignment, forum, quiz and workshop)
2005-04-02 23:19:01 +00:00
stronk7
6a2c151a9e Replacing some HTTP_POST_VARS uses because it doesn't work always!
Using data_submitted() or $_POST

Merged form MOODLE_14_STABLE
2005-04-02 17:45:29 +00:00
stronk7
ac21ad392d Now course/recent.php works under PHP5.
See bug 2828
(http://moodle.org/bugs/bug.php?op=show&bugid=2828)

Merged from MOODLE_14_STABLE
2005-04-02 11:32:22 +00:00
moodler
b846ac39ff Standardise the intro box using an ID 2005-03-13 16:17:55 +00:00
stronk7
b16d48b04e Workshop module backup & restore now working completely. Upgrade
logic added.
2005-03-13 00:12:28 +00:00
stronk7
33743651c2 Solved one problem causing the redirect to framed view not sending all the
variables to the script, so the agree system, wasn't working at all.
Bug 2724 (http://moodle.org/bugs/bug.php?op=show&bugid=2724)
2005-03-11 18:38:28 +00:00
stronk7
5861ae7589 "graphical" structure updated plus some minor indent in XML 2005-03-10 17:39:25 +00:00
moodler
e3f4c26c93 Some layout fixes 2005-03-10 14:11:45 +00:00
moodler
8f7dc7f1c7 Variety of small fixes, but mostly related to how the recent activity
block is constructed.  A new function exists to pump these notes out
in a standard way :  print_recent_activity_note.

Module dependencies also updated because of this.
2005-03-10 13:30:57 +00:00
stronk7
75549f039a HTTP_POST_VARS present some problems under PHP5 (deprecated,
configuration needed). Used $_POST (with data_submitted(), if
possible) instead.
NOTE: Detected in a lot of places!
2005-03-10 00:28:42 +00:00
stronk7
956b17ed8c Some minor changes. Backup tested and seems ok (restore remaining). 2005-03-10 00:15:37 +00:00