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
mudrd8mz
480b0720ae
MDL-19755 print_table replaced with $OUTPUT->table
...
rowclass property has been deprecated, rowclasses should be used.
Direct assigning of the class has been deprecated,
moodle_html_elements::set_classes() should be used instead. In both
cases, debugging message is displayed.
2009-07-13 11:10:30 +00:00
tjhunt
e92c286c20
block contexts: MDL-19098 every block should have a context
...
even non-course and sticky blocks.
The parent context is block_instances.parentcontextid.
The block context should be used for checking permissions directly
related to the block, like moodle/block:view or moodle/site:manageblocks.
However, if the block is displaying information about the current page,
for example the participants block showing who 'here', then it may be
better to use the context of the page where the bloack is appearing -
in other words $this->page->context - to check permissions about the
user's ability to see participants here.
Or, if the block is displaying something stronly related to courses,
for example, a course meny block, the block should probably use the
context for $this->page->course to check permissions.
2009-07-13 08:37:34 +00:00
tjhunt
dc203659af
themes: MDL-19077 Don't us $OUTPUT in debugging.
2009-07-13 06:16:48 +00:00
tjhunt
60a5b18833
themes: MDL-19077 fix bugs in cli_renderer. Use correct doctype with legacy header.html.
2009-07-13 06:10:03 +00:00
tjhunt
43b152f69a
cron: MDL-19774 temporary hack so cron does not crash.
2009-07-13 06:08:48 +00:00
tjhunt
652ee8aa56
feedback MDL-19773 - temporary work-around so cron can run.
...
This still needs to be fixed properly.
2009-07-13 05:44:35 +00:00
tjhunt
aa2e96e9ce
developer tools MDL-19772: Script to list all todos in code
...
And make sure they link to an open tracker issue as per
http://docs.moodle.org/en/Development:Coding_style#TODO_comments_must_link_to_a_tracker_issue
2009-07-13 04:27:05 +00:00
tjhunt
4625ab9a8c
themes: MDL-19077 $OUTPUT->header does the main skip destination, layout.php should now.
2009-07-13 04:24:29 +00:00
tjhunt
8b40e0feb8
anomaly theme: XHTML strict.
2009-07-13 04:23:39 +00:00
tjhunt
320c5e7b5a
themes: MDL-19077 - Incorrect initialisation order for user/editadvanced.php
2009-07-13 04:21:15 +00:00
moodlerobot
4559c153c4
Updated the HEAD build version to 20090713
2009-07-13 00:38:07 +00:00
moodlerobot
f2c1f91e06
Automatic installer.php lang files by installer_builder (20090713)
2009-07-13 00:27:41 +00:00
moodlerobot
111c7069ad
Updated the HEAD build version to 20090712
2009-07-12 00:37:38 +00:00
moodlerobot
b04c401db7
Updated the HEAD build version to 20090711
2009-07-11 00:37:27 +00:00
tjhunt
5e39d7aa09
upgrade: MDL-19763 Improve the redirect that forces a DB upgrade when there are major changes
...
Also fix redirect, so 303 redirects don't need to fully initialise $OUTPUT.
2009-07-10 08:44:01 +00:00
samhemelryk
8dff48bf45
weblib MDL-19750 Fixed regression caused by implementing new PAGE methods
2009-07-10 08:08:17 +00:00
skodak
36c8dc6e16
MDL-19010 fixed redirect at login page if upgrade required, otherwise it would end with exception due to DB structure changes
2009-07-10 08:08:00 +00:00
skodak
80b3328712
MDL-19010 fixed redirect at main page if upgrade required, otherwise it would end with exception due to DB structure changes
2009-07-10 08:03:06 +00:00
jerome
728f96c756
output MDL-19077 typo bug on $debugdisableredirect
2009-07-10 07:08:12 +00:00
tjhunt
13a0d3d3c9
blocks MDL-19536: rename block_instances.contextid to parentcontextid to avoid gross confusion
2009-07-10 05:58:59 +00:00
tjhunt
99a70a7c08
Clarify comment.
2009-07-10 05:42:54 +00:00
tjhunt
45c6de041b
Remove unnecessary 'none' passed to footer.
2009-07-10 05:37:36 +00:00
tjhunt
b9928286e7
Fix comment.
2009-07-10 03:39:09 +00:00
tjhunt
f6b2709ff4
setup: Need memory before setup_DB.
...
!This is the correct version of the previous commit!
I was getting an interesting failure with $CFG->prefix commented
out in config.php (by mistake!). Abbreviated stack trace
lib/setup.php -> setup_DB -> dml_exception('prefixcannotbeempty') ->
get_string -> string_manager->__construct -> get_plugin_types
That loads lib.php from every module, which runs out of memeory.
2009-07-10 03:31:30 +00:00
tjhunt
6c77145468
setup: Need memory before setup_DB.
...
I was getting an interesting failure with $CFG->prefix commented
out in config.php (by mistake!). Abbreviated stack trace
lib/setup.php -> setup_DB -> dml_exception('prefixcannotbeempty') ->
get_string -> string_manager->__construct -> get_plugin_types
That loads lib.php from every module, which runs out of memeory.
2009-07-10 03:30:43 +00:00
moodlerobot
7d935c01a5
Updated the HEAD build version to 20090710
2009-07-10 00:37:20 +00:00
skodak
462caf41b2
MDL-16630 do not show admin tree until the site is fully configured
2009-07-09 20:17:41 +00:00
skodak
092bfaf10f
removed php closing tag
2009-07-09 20:07:51 +00:00
skodak
42f9706865
fixed obsolete readme info
2009-07-09 20:02:27 +00:00
skodak
edcb15b5c6
fixed whitespace and added TODO for release
2009-07-09 19:58:29 +00:00
skodak
8b6a09680a
fixed whitespace
2009-07-09 19:54:54 +00:00