13069 Commits

Author SHA1 Message Date
thepurpleblob
62caf19111 Wiki-Like format in forum posts is converted to Markdown format. 2005-04-11 13:04:48 +00:00
thepurpleblob
7ae84175d9 Now 2005041100. Update wiki-like text format to Markdown. 2005-04-11 12:54:17 +00:00
thepurpleblob
68854d74ec Update all wiki-like text to Markdown. 2005-04-11 12:53:35 +00:00
thepurpleblob
f74d035f2a Now 2005041100: Update wiki-like description to Markdown. 2005-04-11 12:44:57 +00:00
thepurpleblob
6fd831d6c4 Update converts all wiki-like descriptions to Markdown. 2005-04-11 12:43:35 +00:00
thepurpleblob
fa33cfe99e Version 2005041100. Update converts wiki-like resources to Markdown. 2005-04-11 12:33:47 +00:00
thepurpleblob
c0de5d55a5 Added update to convert wiki-like format to Markdown format 2005-04-11 12:32:46 +00:00
thepurpleblob
2fbc787ce7 Fixed a couple of bugs and now escapes text going to database. 2005-04-11 12:30:16 +00:00
thepurpleblob
11a052a652 Added function addslashes_object(). 2005-04-11 12:29:17 +00:00
gustav_delius
15c4e4ed8a file penaltyscheme.html was initially added on branch MOODLE_15_QUIZREFACTOR. 2005-04-11 12:25:12 +00:00
moodler
e84a246a55 FIxed a problem I wasn't seeing because I was in debug mode.
get_record_sql now has a second parameter that specifies when
we are expecting to take one record from many (to help with debugging)
2005-04-11 12:07:49 +00:00
defacer
ec6dc70353 Removing obsolete language strings. 2005-04-11 10:49:17 +00:00
thepurpleblob
8a7d9d15f2 Fixed some of the incomplete or incorrect function documentation comments. 2005-04-11 10:18:33 +00:00
mits
2d4a2e5348 fixed, based on standard theme. 2005-04-11 08:47:05 +00:00
moodler
a702e65741 At site level, admin can see user posts from ALL courses 2005-04-11 08:43:28 +00:00
moodler
9a2cd9ca5e Just rearranging a little (not permanent) 2005-04-11 08:32:19 +00:00
moodler
a272c24c67 Show all footer stuff when debug is on 2005-04-11 08:29:48 +00:00
moodler
6927f0e726 Insert all the distributed timezones upon upgrade 2005-04-11 08:11:17 +00:00
moodler
a8021f5641 Slight timezone cleanups 2005-04-11 08:01:58 +00:00
moodler
3f0b2d4c46 Correct use of forcetimezone 2005-04-11 07:48:54 +00:00
thepurpleblob
4ab00ace5b Tidy up and add function to do actual conversion given db table, field etc 2005-04-11 07:48:47 +00:00
moodler
88193fd5ef Clarify performance info a bit 2005-04-11 07:40:04 +00:00
moodler
00b60650f2 Added a span around performanceinfo script name 2005-04-11 07:36:52 +00:00
bobopinna
c7ba7d1197 fixed two typos in manifest parsing 2005-04-11 07:31:07 +00:00
carlesbellver
92f43f0464 *** empty log message *** 2005-04-11 07:21:35 +00:00
bobopinna
206f68cf98 fixed a typo. 2005-04-11 06:48:39 +00:00
martinlanghoff
6e6053bd18 Merged from MOODLE_14_STABLE. Added option to cache langlist in dataroot/cache/languages. If enabled saves around 10MB of memory and 40 includes (some really large). In HEAD we also get a nice option select in admin->variables. 2005-04-11 06:41:08 +00:00
bobopinna
e170f66546 Fixed mysql db design 2005-04-11 06:15:50 +00:00
moodler
a8cb9ee142 Latest tags 2005-04-11 01:36:49 +00:00
koenr
03df332c04 ncr notation 2005-04-10 23:30:06 +00:00
stronk7
958ab2530d The social_activities block is working with the new filterall style. 2005-04-10 23:12:35 +00:00
stronk7
0c75bc8c3d The site_main_menu block is working with the new filterall style. 2005-04-10 23:08:24 +00:00
stronk7
c3cb9fb9a7 The news_items block is working with the new filterall style. 2005-04-10 23:02:19 +00:00
stronk7
8a2381f6b9 Now Journal mails support filterall. 2005-04-10 22:38:22 +00:00
koenr
6f612f066e new strings 2005-04-10 22:30:49 +00:00
koenr
17c38f5002 New hu strings and various improvements.
Rechecked XHTML compliance - should be ok again
2005-04-10 21:46:41 +00:00
mits
69e56ec29f polished. 2005-04-10 21:05:59 +00:00
defacer
a03d61346e 1. get_records_csv also needs a table name in addition to file name.
2. is_readable() check before trying to fopen() http://, if you happen to not have
   an internet connection this prevents ugly failures.
2005-04-10 20:28:48 +00:00
defacer
6571aa7cbd Timezones always exist (the trivial ones, at least). 2005-04-10 20:25:41 +00:00
mits
f9e90eee83 timezone.php garbled characters fixed. 2005-04-10 19:10:45 +00:00
moodler
8edffd15f6 LIMIT timezones returned to the latest one 2005-04-10 18:27:15 +00:00
moodler
19626cf0a9 Handle forcetimezone correctly (99) 2005-04-10 18:24:06 +00:00
moodler
bcb1636ace Added forcetimezone to defaults 2005-04-10 18:23:40 +00:00
moodler
2776bf19ff SImplify, fix menus 2005-04-10 18:23:18 +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
moodler
5404e914fb Going back to the slower but always-accurate timezone list method 2005-04-10 17:51:48 +00:00
moodler
1bb1333b0b Centralised timezone list to a function 2005-04-10 17:35:17 +00:00
stronk7
05097bb889 Now choice report log action is supported by restore. 2005-04-10 16:57:08 +00:00
stronk7
408f7c41b4 choice report log action wasn't saving cmid in logs table. 2005-04-10 16:55:32 +00:00
stronk7
da423e13df Added support to survey-download action in restore. 2005-04-10 16:54:05 +00:00