11207 Commits

Author SHA1 Message Date
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
defacer
0144a0a701 Add a very useful feature to block_base to make instance config even more
convenient to use. And take advantage of it to make the block run faster.
2005-02-01 06:51:00 +00:00
defacer
bf94f836a4 Being slightly more accurate. 2005-02-01 06:49:52 +00:00
defacer
f58a15dee2 That link looks a little silly if we are viewing the quiz... 2005-02-01 06:40:50 +00:00
defacer
e0a80e89f3 I 'm putting together a scheme to allow blocks in mod/quiz/view.php.
This will allow the block to work when displayed there.
2005-02-01 06:38:42 +00:00
defacer
da71112bed Refining the way that blocks work: now you don't have to know anything
about what editing the blocks adds to your URL. blocklib will take care
of that internally.
2005-02-01 06:24:28 +00:00
mjollnir_
bf60471bc8 Fix for metacourses. Courses with course->metacourse shouldn't be offered in the courses to add dropdown 2005-02-01 04:51:28 +00:00
mjollnir_
8a4e77ae1b Another fix for metacourses (lost auto_increment). This will preserve data. 2005-02-01 04:47:04 +00:00
moodler
d897c9c416 Fixed up admin page formatting 2005-02-01 04:12:53 +00:00
moodler
e8b8c3e05a Removed old styles 2005-02-01 04:05:04 +00:00
moodler
55cc6e5a27 Latest tags 2005-02-01 04:01:56 +00:00
moodler
9fad2dec0f Removed $THEME from around the place 2005-02-01 03:46:20 +00:00
moodler
a2df2a1ac0 Updates from Charlie Williams and "wild girl"s fantastic flash friend
MP3 player now has a slider with loading information, and is slightly less high
(15px instead of 18px) so it fits better inline.

Source included.
2005-02-01 03:24:25 +00:00
moodler
fe98d35d43 FIxes from tony for highlighting 2005-02-01 02:58:51 +00:00