11320 Commits

Author SHA1 Message Date
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
defacer
c6a2a401ed Making the "Add block..." menu list alphabetically sorted ;-) 2005-02-01 07:59:09 +00:00
defacer
e7c15eca42 Since people adding this block to the quiz screen will get an empty display
at first, show them a more friendly message instead.
2005-02-01 07:46:31 +00:00
defacer
8dffa4df07 Don't forget to kill all our block instances if we are deleted. 2005-02-01 07:40:58 +00:00
defacer
8bd3fad303 I need those constants a bit more easily accessible. 2005-02-01 07:39:21 +00:00
defacer
7221d319be Fixing all the details in the block instance configuration screen.
That wasn't so hard!
2005-02-01 07:34:17 +00:00
defacer
bdfa14dd7f All right, we can now have blocks in quiz pages!
Let's test it a while and see what we learn from it.
2005-02-01 07:16:19 +00:00
defacer
cadc69c64c Added a new class page_quiz, modelling the behavior of a quiz view page.
Not everything is quite right now, a few details (e.g. correct breadcrumbs)
have been ignored but most of the functionality is there.

Blocks in quizzes, here we come!
2005-02-01 07:12:39 +00:00
defacer
3edc57e189 Even more automation: now blocks_execute_url_action() checks if the user
has sufficient rights to execute the action automatically. It's therefore
safe to call without ANY checks being done first.
2005-02-01 06:55:02 +00:00