11228 Commits

Author SHA1 Message Date
mjollnir_
2276693799 Better attempt at fixing 2479 2005-02-03 22:34:42 +00:00
koenr
1383df791f please respect the rules of xhtml-compliance for new files in fully checked lang packs 2005-02-03 22:33:42 +00:00
mjollnir_
6036cae854 Reverting last patch for bug 2479 2005-02-03 22:30:46 +00:00
mjollnir_
6cc75c99f4 Fixing bug #2479 (parent courses showing in meta course search) 2005-02-03 22:21:30 +00:00
koenr
084247d3f5 xhtml-compliance 2005-02-03 22:21:00 +00:00
koenr
07d291d635 xhtml-compliance 2005-02-03 22:11:49 +00:00
koenr
ec922e9355 xhtml-compliance 2005-02-03 20:50:14 +00:00
skodak
516121bd0d radical chat clean up, see forum for details 2005-02-03 20:39:27 +00:00
skodak
60ecca3a09 incorrect use of preg_quote(), add '/' to list of quoted chars - see man page; merged from MOODLE_14_STABLE 2005-02-03 19:37:11 +00:00
skodak
f24148ef0f new parameter cleaning PARAM_BOOL and PARAM_ALPHANUM, merged from MOODLE_14_STABLE 2005-02-03 18:14:45 +00:00
gustav_delius
adf3c01551 fixed stupid bug in code for adding random questions 2005-02-03 18:04:15 +00:00
moodler
428b9360de Latest version - very nice! 2005-02-03 11:12:47 +00:00
stronk7
9da0673aba Now actions for meta-courses (add, delete...) are using sesskey. 2005-02-02 19:13:24 +00:00
martignoni
e5a7b7082c Perfecting the wording to distinguish between singular and plural. 2005-02-02 16:26:29 +00:00
martignoni
2c7908e1b6 Small fix 2005-02-02 16:23:26 +00:00
martignoni
c950f03526 Better wording 2005-02-02 15:44:52 +00:00
martignoni
98ba5c3bab Added Learnwise import format string 2005-02-02 15:43:40 +00:00
martignoni
3d59926ed1 There is now a mechanism by which question types can have their own setup options 2005-02-02 15:42:43 +00:00
martignoni
74995b5a7c Polishing that Add/Edit Blocks button 2005-02-02 15:34:10 +00:00
martignoni
5d262a73e9 Messaging can now be completely disabled 2005-02-02 15:33:03 +00:00
martignoni
af72fb5807 Initial checkin for import course content functionality 2005-02-02 15:30:36 +00:00
martignoni
f821406d4f Added some new lang entries for mod.html 2005-02-02 15:23:30 +00:00
villate
d6a97d7e39 A few refinements 2005-02-02 14:54:36 +00:00
defacer
60fe9736f4 Updating index page with all the latest from blocklib and pagelib. 2005-02-02 04:32:13 +00:00
defacer
768320dcc9 Update for the new APIs and simplification. 2005-02-02 02:46:06 +00:00
defacer
c1d8705fd2 Change the semantics of blocks_print_adminblock() to make life easier to
developers who use pages. Conversely simplified the code a bit in courses.
2005-02-02 02:41:56 +00:00
defacer
7c6c051326 Utilizing page_id_and_class(), make a factory function page_create_instance()
that does not need the page type as an argument (autodetects from the URL).
2005-02-02 02:32:40 +00:00
defacer
68d5f00ae8 Isolating this in a function because it's quite useful
to access from elsewhere, too.
2005-02-02 02:25:50 +00:00
defacer
1319096389 Adding a useful mathematical shortcut. 2005-02-02 02:22:56 +00:00
stronk7
ac1d9a2212 One notice is out showing recent recent activity of deleted posts. 2005-02-01 23:57:58 +00:00
koenr
aad9dfc0ef xhtml-compliance 2005-02-01 23:25:44 +00:00
koenr
669123f382 missing strings 2005-02-01 22:57:22 +00:00
martignoni
71ea8763a3 MAJOR NEW FEATURE: Tracking of read/unread posts 2005-02-01 21:51:42 +00:00
martignoni
51c8aa25ac Adding new strings for the editor 2005-02-01 21:38:57 +00:00
martignoni
664ed74a96 Latest updates to lang file for rss_client block 2005-02-01 21:35:30 +00:00
martignoni
04fc1bc706 Initial checkin of language for the quiz_results block. 2005-02-01 21:22:30 +00:00
martignoni
11e731a370 Added Jon's html block from contrib! Thanks, Jon! 2005-02-01 21:10:09 +00:00
martignoni
d6132e0b53 Show a warning to admins if cron.php hasn't been run 2005-02-01 21:06:48 +00:00
mjollnir_
e5cf5750cf Modification for datalib (modify_database) to ignore lines that start with -- as well as # (postgres) 2005-02-01 20:45:46 +00:00
koenr
3eab47c62d uggly grammatical error 2005-02-01 19:44:55 +00:00
mits
e7d1a7b21e translated some. 2005-02-01 15:04:50 +00:00
moodler
78c0d9094b Added all styles to forum posts 2005-02-01 11:30:41 +00:00
moodler
8b55d08598 Update copyright to 2005 2005-02-01 10:08:26 +00:00
defacer
b959599b51 Allow this in quiz pages, too. 2005-02-01 10:03:54 +00:00
defacer
639276728c Allow quiz_results in quiz pages and allow multiple instances too
(this obviously is only useful in courses).
2005-02-01 10:03:21 +00:00
defacer
1ef61c260d Pull all blocks out of quiz pages. We can see about allowing them later. 2005-02-01 10:02:12 +00:00
defacer
e7c66b1584 Updated to cover the latest API addition and made some minor corrections. 2005-02-01 09:19:31 +00:00
defacer
d9f7e051b9 Perfecting the wording to distinguish between singular and plural. 2005-02-01 08:44:04 +00:00
defacer
fc0551248e Polishing that Add/Edit Blocks button 2005-02-01 08:35:06 +00:00
moodler
18b9d66439 Moved theme changing to after SESSION exists 2005-02-01 08:00:58 +00:00