Commit graph

37409 commits

Author SHA1 Message Date
tjhunt
6f030b0f84 quiz editing: MDL-17730 need better skip links on the quiz editing page. 2009-07-17 06:54:58 +00:00
tjhunt
61f879d293 themes: MDL-19077 better handling of top of body code for legacy themes. 2009-07-17 06:51:25 +00:00
tjhunt
a89d8e0709 todochecker script: skip third party code. 2009-07-17 05:56:49 +00:00
tjhunt
929d3d873c admin: broken icons on question type page. 2009-07-17 05:51:52 +00:00
tjhunt
7b5bd0602b formslib: moodleform_mod needs to be abstract too.
(See one of the commits I made yesterday.)
2009-07-17 03:40:40 +00:00
moodlerobot
89470a5e1e Updated the HEAD build version to 20090717 2009-07-17 00:38:06 +00:00
tjhunt
73e2e5c03d blocks editing ui: MDL-19398 Can now edit the position of any block.
I think this is probaby insecure at the moment. I am still working on it.
2009-07-16 11:05:26 +00:00
tjhunt
1d13c75c15 blocks editing ui: MDL-19398 Can how precisely control block positioning using the edit icon
This mostly works now, but ...
* The UI needs further work. In particular we need a non-advanced mode.
* This only works for blocks that use a new edit_form.php to replace config_instance.html.
* .. and so far I have only implemented edit_form.php for the HTML block so far.
* Needs to be enabled (with no block-specific config) for blocks without instance config, so you can control their positioning.
2009-07-16 10:50:19 +00:00
tjhunt
afd63fe509 formslib: use abstract, rather than a print_error, now we have PHP5. 2009-07-16 10:38:15 +00:00
skodak
16b07d61d9 MDL-19832 new mimeTeX binaries v1.70 2009-07-16 09:48:17 +00:00
skodak
0be30d6f7a MDL-19841 removed sloppy hardcoded debug levels 2009-07-16 09:05:15 +00:00
nicolasconnault
5daf5d3589 MDL-19840 Fixed a bug in regex delimiter quoting 2009-07-16 03:21:19 +00:00
moodlerobot
2cf6dfef8f Updated the HEAD build version to 20090716 2009-07-16 00:38:53 +00:00
sam_marshall
984baa77e2 MDL-19827: Completioninfo bugfix 2009-07-15 14:19:24 +00:00
tjhunt
ec972adefe Fix boilerplate. 2009-07-15 08:59:51 +00:00
tjhunt
15a00b4be0 blocks editing ui: MDL-19398 Remove stupid pass by reference.
Was causing errors when this method was called via block_method_result
2009-07-15 08:55:52 +00:00
tjhunt
7cf51142ab blocks editing ui: MDL-19398 Make block config_global.html files more strongly deprecated. 2009-07-15 08:52:33 +00:00
tjhunt
95eecbd893 blocks editing ui: MDL-19398 block.multiple column no longer exists, so remove admin for it. 2009-07-15 08:24:12 +00:00
skodak
308240b164 MDL-19785 temp fix for undefined completioninfo 2009-07-15 08:11:28 +00:00
tjhunt
bc422e6955 blocks editing ui: MDL-19398 Make invisible blocks at least partly invisible. 2009-07-15 07:45:48 +00:00
tjhunt
ae42ff6fee blocks editing ui: MDL-19398 showing and hiding blocks now works. 2009-07-15 07:41:25 +00:00
tjhunt
4a3b462021 blocks editing ui: MDL-19398 give users a path back after assigning block roles 2009-07-15 06:33:13 +00:00
tjhunt
4bea5e8582 moodlellib: MDL-19828 PARAM_LOCALURL should accept URLs like course/view.php?id=2 2009-07-15 06:17:39 +00:00
jerome
a475c67308 moodle_page: MDL-12212 misspelling 2009-07-15 06:11:55 +00:00
tjhunt
1a6c857b6a filters admin: Re-fix heading. 2009-07-15 05:40:15 +00:00
tjhunt
704ac34407 outputlib tables: MDL-19755 fix all cases of deprecated $table->rowclass
Also fix wrong title on Manage filters admin page.
2009-07-15 05:37:31 +00:00
tjhunt
c9f153058e question bank: MDL-19826 Merge from MOODLE_19_STABLE. 2009-07-15 04:06:03 +00:00
tjhunt
366c74994c weblib: Let redirect() take a moodle_url object. 2009-07-15 04:05:05 +00:00
nicolasconnault
385219cba9 MDL-19808 Upgraded view.php to new pagelib and outputlib APIs 2009-07-15 02:54:40 +00:00
Moodle HQ git importer
78a038d3ed Fix CVS drift 2009-07-15 00:37:05 +00:00
moodlerobot
5a9977e250 Updated the HEAD build version to 20090715 2009-07-15 00:37:05 +00:00
sam_marshall
905b1de634 MDL-19692: Completion tracking help icon enhancements 2009-07-14 14:00:34 +00:00
tjhunt
02b126af8a blocks editing ui: MDL-19398 permissions checks when deleting a block. 2009-07-14 11:16:21 +00:00
tjhunt
1936f20b8b blocks editing ui: MDL-19398 move generating the block edit icons to blocklib.php
Since that is where the resulting actions are processed.
2009-07-14 10:57:06 +00:00
tjhunt
727ae4362e blocks editing ui: MDL-19398 fix adding a block to a page that forgets to call $PAGE->set_url. 2009-07-14 10:41:59 +00:00
tjhunt
fbaaeaebac forum: $PAGE->set_url on forum view page. 2009-07-14 09:36:02 +00:00
tjhunt
b97fb57fe3 fix typo 2009-07-14 09:35:33 +00:00
tjhunt
2a3b076368 blocks editing ui: MDL-19398 fix some bugs with adding a block. 2009-07-14 09:28:10 +00:00
tjhunt
a2789e3426 blocks editing ui: MDL-19398 add block now secure. Delete block works insecurely.
Will add security checks in a moment.
2009-07-14 08:37:28 +00:00
tjhunt
e727b6e5d5 blocks: MDL-19010 Delete weird line of legacy code. 2009-07-14 08:36:40 +00:00
tjhunt
c72465aa15 setuplib: early errors were not showing debuginfo. 2009-07-14 08:31:30 +00:00
skodak
4e94ce8ec5 MDL-16075 fixed incomplete conversion of glossary comments 2009-07-14 08:26:45 +00:00
skodak
7f0fedc0b5 MDL-14589 fixed incorrect condition testing if files allowed when postprocessing editor element data, thanks Nicolas for reporting this 2009-07-14 08:25:51 +00:00
tjhunt
21d33bdf62 blocks editing ui: MDL-19398 you can now add new blocks! 2009-07-14 07:18:57 +00:00
tjhunt
f674ec8640 blocks: MDL-19010 show empty blocks if they have controls. 2009-07-14 07:06:06 +00:00
skodak
ea87845660 MDL-16089 new general page type needed for framed resources, this is not accessible but unfortunately it works much better than object embedding; it will be also used by phpmyadmin integration 2009-07-14 06:33:34 +00:00
tjhunt
144390b4d9 themes: MDL-19077 Don't need both output_starting_hook and starting_output method on page. 2009-07-14 05:14:45 +00:00
tjhunt
485e46611a Fix block manager unit tests. 2009-07-14 04:18:58 +00:00
moodlerobot
4a050178ec Updated the HEAD build version to 20090714 2009-07-14 00:38:40 +00:00
skodak
75904dfa13 MDL-19755 fixed regression - no class test must be done before adding allign classes ;-) 2009-07-13 20:33:56 +00:00