moodler
0eda0a46b2
Fixed a typo
2006-03-24 14:44:55 +00:00
moodler
a2a3733666
iFIx up some styles for the MyMoodle overview
2006-03-15 04:01:10 +00:00
patrickslee
9ca0187e16
Chat module support for my moodle page
2006-03-14 22:28:28 +00:00
patrickslee
cb8229d0a8
UTF8 migration - now supporting PostgreSQL
2006-03-10 03:43:33 +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
toyomoyo
f841494c62
see changes for admin/utfdbmigrate.php
2006-02-24 08:20:13 +00:00
toyomoyo
7b5aa1b725
case sensitive IP
2006-02-23 03:16:28 +00:00
moodler
136b6ab33f
changed to use utfconvert function
2006-01-31 02:15:21 +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
mjollnir_
0f4e83c173
Fixing up a problem in chat login - ip address is lastip not lastIP - member variables are case sensitive
2006-01-13 03:09:24 +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
b49f9e8932
And chat is using current_charset() too.
...
Merged from MOODLE_16_UTF8. Abandoning the branch.
2006-01-05 16:31:29 +00:00
defacer
970f144ef4
A slight improvement for my last edit, which could trigger a small bug.
...
I should go out and drink more often, it helps debugging! ;-)
2005-10-25 01:55:21 +00:00
defacer
72989350be
Fix for bug 3794:
...
Times in chat messages are now displayed correctly to all users, with each
user's timezone and DST status taken into account.
2005-10-24 17:30:56 +00:00
stronk7
aa5c32fda7
Extended theme support to the chat window. Bug 3376.
...
(http://moodle.org/bugs/bug.php?op=show&bugid=3376 )
Merged from MOODLE_15_STABLE
2005-09-10 22:57:21 +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
stronk7
fcd01e4571
Now chat-talk log actions are restored properly.
...
Part of bug 3582.
(http://moodle.org/bugs/bug.php?op=show&bugid=3852 )
Merged from MOODLE_15_STABLE
2005-08-03 18:28:56 +00:00
moodler
f5e1319ec3
Merged SC139 from stable
2005-07-12 08:00:51 +00:00
defacer
281d70ac2d
Merging from STABLE:
...
Three improvements:
1. $nomoodlecookie = true. I just found out about this undocumented(?) hack(?)
in lib/setup.php which is the perfect way to suppress some warnings. We
don't need a session cookie for the chatd.
2. If allow_call_time_pass_reference is Off, socket_getpeername can't work.
3. Suppress "call time pass by reference is deprecated" messages for
socket_getpeername, we don't have any choice here.
2005-07-08 03:51:38 +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
894ff63f8f
Tabs are out
2005-05-16 22:22:31 +00:00
defacer
380bf7a6d3
Simply usertimezone(), baby! ;-)
2005-04-27 03:44:52 +00:00
moodler
b35e1a9ab9
No chat for you! (guests)
2005-04-25 19:10:14 +00:00
moodler
d071637f39
Fix chat display to show timezones correctly
2005-04-25 16:40:39 +00:00
skodak
38be9b3117
fixed compatibiltiy with PHP 4.1.0
2005-04-24 19:18:41 +00:00
moodler
7f3f41ecfb
Added some reportlink classed to the report links
2005-04-13 07:45:47 +00:00
moodler
494b9296e9
Renamed get_user_timezone to get_user_timezone_offset, because Jon has
...
plans for that function name
2005-04-08 07:42:50 +00:00
stronk7
8a5f8d79d1
chat-report log action is now restored properly.
2005-04-02 00:33:44 +00:00
martinlanghoff
a9a9bdba55
Merged from MOODLE_14_STABLE - insert_record() - major efficiency improvements for Postgres databases on insert. Also fixed many calls to insert_record() which discard the returned record id to not ask for the record id.
2005-04-01 05:55:10 +00:00
stronk7
200371e9f7
Now chat->name works under filterall.
2005-03-27 11:36:54 +00:00
moodler
a71efae327
WHen deleting a chat, delete the messages etc too. Bug 2792
2005-03-27 05:56:23 +00:00
defacer
3f95436073
Respect $CFG->showblocksonmodpages.
2005-03-16 03:26:21 +00:00
moodler
6e0c7c2175
New strings to turn Blocks editing on and off
2005-03-14 01:34:18 +00:00
moodler
b846ac39ff
Standardise the intro box using an ID
2005-03-13 16:17:55 +00:00
skodak
e2a1a0fa49
SERVER_ADDR is not defined in IIS, changing initial value to 127.0.0.1
2005-03-12 21:26:54 +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
defacer
6912a9ecb8
Fix for bug 2669:
...
Quizzes and Chats in the front page had the site shortname twice in the navbar.
2005-03-02 22:35:09 +00:00
defacer
dffd4bb948
You know you are beyond hope of redemption when you make "API uniformity" changes. ;-)
2005-03-02 05:56:24 +00:00
defacer
664923229c
Since $PAGE knows where the adminblock should be printed, let it do the printing.
2005-03-02 05:47:39 +00:00
defacer
3615b2b259
Simplifying to death using the new blocks_setup()
2005-03-02 05:19:47 +00:00
defacer
c4d588cc24
Added require_once for pagelib.php.
...
Now deleting courses with these activities in works just fine once more!
2005-02-28 04:23:52 +00:00
defacer
880d86758b
Each mod is responsible to deleting its own blocks; what I had in mind for
...
centralizing this wouldn't work out. Use the flexible page_import_types so that
we don't create one more dependency when writing new code.
2005-02-28 04:18:13 +00:00
defacer
f16bbfd5a8
Add hooks for exporting the page types used by each module.
2005-02-28 03:59:57 +00:00
moodler
3b9f38bc5d
FIxed popup window for users in chat window
2005-02-25 12:40:03 +00:00