skodak
97f973f922
MDL-19871 imported htmlpurifier 4.0.0
2009-07-19 11:56:56 +00:00
skodak
4c5e3bbe14
MDL-19725 forgotten to update version in lib desc
2009-07-19 11:54:35 +00:00
skodak
e38d0e3d9f
MDL-19725 forgotten to update version in readme
2009-07-19 10:43:21 +00:00
skodak
0a8a7b6c24
MDL-14589 added missing require_login()
2009-07-19 08:56:45 +00:00
moodlerobot
ba95923553
Updated the HEAD build version to 20090719
2009-07-19 00:35:41 +00:00
tjhunt
c45cb4bbd7
Improve comment. Thanks David Mudrak.
2009-07-18 11:59:17 +00:00
moodlerobot
46c7e8bde6
Updated the HEAD build version to 20090718
2009-07-18 00:35:28 +00:00
skodak
5e6d46cbd9
MDL-19842 securing algebradebug the same way as text debug - only admins may use it now
2009-07-17 08:33:23 +00:00
tjhunt
4092803615
Clean up some more todos.
2009-07-17 08:26:13 +00:00
tjhunt
1428f47181
block/search: Eliminate todo that was already done, and clean up whitespace.
2009-07-17 08:07:50 +00:00
tjhunt
f7acfadd0a
admin block: MDL-16693 fix todo.
2009-07-17 07:46:04 +00:00
tjhunt
9ce7265cd0
admin bookmarks: remove useless todo.
2009-07-17 07:42:21 +00:00
tjhunt
1c5648f169
todochecker: don't match variables called $todo or fields called ->todo.
2009-07-17 07:40:54 +00:00
tjhunt
086d27e4e1
Clarify commenst in backup, to make it clear what is acutally a TODO, and what is a reference to the $todo variable.
...
I would like to suggest that $todo is not a great variable name!
2009-07-17 07:40:38 +00:00
tjhunt
6180cdc97a
todochecker: Match todo case-insensitively :-( that finds a lot more.
2009-07-17 07:26:12 +00:00
tjhunt
05280d5f97
todochecker: bug summary in tool tip.
2009-07-17 07:19:43 +00:00
tjhunt
64d7949245
quiz: add tracker id to TODO.
2009-07-17 07:06:53 +00:00
tjhunt
8101e5fc31
quiz: remove incorrect TODO.
2009-07-17 07:02:13 +00:00
tjhunt
b933475898
quiz manual grading: Remove todo that was already done!
2009-07-17 07:00:16 +00:00
tjhunt
35a51f44e2
quiz editing: Remove unnecessary TODO.
2009-07-17 06:56:33 +00:00
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