tjhunt committed 1 file to 'Moodle CVS' - 30/Apr/09 11:50 AM
blocklib: MDL-19010 add standard boilerplate at the top of the file.
|
|
|
tjhunt committed 20 files to 'Moodle CVS' - 06/May/09 05:12 PM
blocklib: MDL-19010 upgrade database tables ready for now blocks system
|
|
|
tjhunt committed 38 files to 'Moodle CVS' - 06/May/09 05:13 PM
blocklib: MDL-19010 always include blocklib in setup.php, stip includes elsewhere
|
|
|
tjhunt committed 5 files to 'Moodle CVS' - 06/May/09 05:14 PM
blocklib: MDL-19010 start of block_manager - get and set regions
|
|
|
tjhunt committed 6 files to 'Moodle CVS' - 06/May/09 05:14 PM
blocklib: MDL-19010 add block and get_blocks methods
|
|
|
tjhunt committed 5 files to 'Moodle CVS' - 06/May/09 05:15 PM
blocklib: MDL-19010 refactor blocklib to use block_manager to get the blocks for rendering
|
|
|
tjhunt committed 22 files to 'Moodle CVS' - 06/May/09 05:15 PM
blocklib: MDL-19010 Fix blocks that were relying on ->instance in an unfortunate way
|
|
|
tjhunt committed 1 file to 'Moodle CVS' - 06/May/09 05:27 PM
blocklib: MDL-19010 rename $position -> $region throughout blocklib.php
|
|
|
tjhunt committed 19 files to 'Moodle CVS' - 06/May/09 05:28 PM
blocklib: MDL-19010 remove no-longer-necessary global variable use from blocks
|
|
|
tjhunt committed 2 files to 'Moodle CVS' - 06/May/09 05:31 PM
blocklib.php: MDL-19010 rearrange lib/db/upgrade.php before commit to CVS
|
|
|
committed 2 files to 'Moodle CVS' - 06/May/09 06:22 PM
MDL-19010 Fixing upgrade code to work with mysql. Also returning false when get_recordset_sql hits a SQL error, instead of crashing during upgrade with a Fatal error: Exception thrown without a stack frame in Unknown on line 0
|
|
|
committed 1 file to 'Moodle CVS' - 06/May/09 06:39 PM
MDL-19010 reverting last commit- DML must throw exceptions - fix the calling code
|
|
|
committed 1 file to 'Moodle CVS' - 06/May/09 06:49 PM
committed 1 file to 'Moodle CVS' - 06/May/09 10:19 PM
MDL-19010 Including courselib where needed during upgrade
|
|
|
tjhunt committed 1 file to 'Moodle CVS' - 07/May/09 10:38 AM
blocklib: MDL-19010 fix upgrade breakage that Nico caused when he fixed the other problems.
|
|
|
tjhunt committed 2 files to 'Moodle CVS' - 07/May/09 10:56 AM
blocklib: MDL-19010 move the check for whether the right database tables exist to a place where it is better encapsulated.
|
|
|
tjhunt committed 1 file to 'Moodle CVS' - 07/May/09 10:57 AM
blocklib: MDL-19010 move the check for whether the right database tables exist - and we no longer need this global.
|
|
|
tjhunt committed 1 file to 'Moodle CVS' - 07/May/09 11:02 AM
blocklib: MDL-19010 re-fix another Nico 'fix' ;-)
|
|
|
tjhunt committed 4 files to 'Moodle CVS' - 07/May/09 03:05 PM
blocklib: MDL-19010 fix new install.
* Fix the blocks bit of build_context_path
* Replace blocks_repopulate_page
* Make starting_output work during setup
|
|
|
tjhunt committed 16 files to 'Moodle CVS' - 07/May/09 04:55 PM
blocks: MDL-19010 Fix further blocks-related breakage, including removing all references to blocks_insance_old outside blocklib.php
|
|
|
tjhunt committed 1 file to 'Moodle CVS' - 07/May/09 05:16 PM
blocks: MDL-19010 Fix, or prevent being executed, all references to blocks_insance_old inside blocklib.php
|
|
|
tjhunt committed 1 file to 'Moodle CVS' - 08/May/09 10:43 AM
admin settings/blocklib: MDL-19108 Error when saving any admin settings
Regression from MDL-19010
|
|
|
tjhunt committed 4 files to 'Moodle CVS' - 08/May/09 11:11 AM
blocklib: MDL-19010 finally fix the regressions that mean that you could not create a new course.
|
|
|
tjhunt committed 2 files to 'Moodle CVS' - 08/May/09 11:30 AM
blocklib: MDL-19010 once again you can add blocks, at least on the coures page.
|
|
|
tjhunt committed 4 files to 'Moodle CVS' - 08/May/09 02:34 PM
blocklib: MDL-19010 and now you can delete blocks too!
|
|
|
tjhunt committed 4 files to 'Moodle CVS' - 08/May/09 03:47 PM
blocklib: MDL-19010 fix editing block config and block roles.
|
|
|
tjhunt committed 7 files to 'Moodle CVS' - 08/May/09 04:22 PM
blocklib: MDL-19010 eliminate remaining calls to blocks_repopulate_page
|
|
|
committed 2 files to 'Lang CVS' - 09/May/09 01:38 AM
martignoni committed 1 file to 'Lang CVS' - 09/May/09 06:00 PM
committed 1 file to 'Moodle CVS' - 27/May/09 01:30 AM
MDL-19010 disabling upgrade block which breaks upgrade from 1.9.x
|
|
|
tjhunt committed 2 files to 'Moodle CVS' - 05/Jun/09 04:28 PM
blocklib: MDL-19010 fix some minor problems with existing blocks.
|
|
|
tjhunt committed 58 files to 'Moodle CVS' - 09/Jul/09 03:35 PM
themes & blocks - MDL-19077 & MDL-19010 blocks are now printed by the theme
The code to print blocks in now in theme layout.php files. (Or in
moodle_core_renderer::handle_legacy_theme)
Code for printing blocks everywhere else has been stripped out.
(Total diffstat 1225 insertions, 2019 deletions)
The way the HTML for a block instance is generated has been cleaned
up a lot. Now, the block_instance generates a block_contents
object which gives a structured representation of the block,
and then $OUTPUT->block builds all the HTML from that.
How theme config.php files specify the layout template and block
regions by page general type has been changed to be even more flexible.
Further refinement for how the theme and block code gets initialised.
Ability for scrits to add 'pretend blocks' to the page. That is,
things that look like blocks, but are not normal block_instances.
(Like the add a new block UI.)
Things that are still broken:
* some pages in lesson, quiz and resource. I'm working on it.
* lots of developer debug notices pointing out things that
need to be updated.
|
|
|
tjhunt committed 1 file to 'Moodle CVS' - 09/Jul/09 04:17 PM
blocks - MDL-19010 fix bug where blocks did not show up with editing off.
|
|
|
tjhunt committed 1 file to 'Moodle CVS' - 09/Jul/09 05:09 PM
committed 2 files to 'Lang CVS' - 10/Jul/09 01:14 AM
committed 1 file to 'Moodle CVS' - 10/Jul/09 04:03 PM
MDL-19010 fixed redirect at main page if upgrade required, otherwise it would end with exception due to DB structure changes
|
|
|
committed 1 file to 'Moodle CVS' - 10/Jul/09 04:08 PM
MDL-19010 fixed redirect at login page if upgrade required, otherwise it would end with exception due to DB structure changes
|
|
|
martignoni committed 1 file to 'Lang CVS' - 13/Jul/09 04:17 AM
tjhunt committed 1 file to 'Moodle CVS' - 14/Jul/09 03:06 PM
blocks: MDL-19010 show empty blocks if they have controls.
|
|
|
tjhunt committed 1 file to 'Moodle CVS' - 14/Jul/09 04:36 PM
blocks: MDL-19010 Delete weird line of legacy code.
|
|
|
tjhunt committed 3 files to 'Moodle CVS' - 20/Jul/09 02:18 PM
MDL-19010: In developer debug mode, print information about this page in the footer.
|
|
|
made changes -
21/Jul/09 03:09 PM
| Field |
Original Value |
New Value |
|
Resolution
|
|
Fixed
[ 1
]
|
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
tjhunt committed 7 files to 'Moodle CVS' - 23/Jul/09 06:01 PM
tjhunt committed 1 file to 'Moodle CVS' - 29/Jul/09 07:14 PM
blocks: MDL-19010 fix block editing icon URLs.
|
|
|
moodler committed 1 file to 'Moodle CVS' - 31/Jul/09 12:17 PM
blocks MDL-19010 Slight reordering of logic to allow titles to be changed by block get_contents (credit to tim)
|
|
|
moodler committed 1 file to 'Moodle CVS' - 31/Jul/09 12:18 PM
blocks MDL-19010 Fixed a typo to make the title a string
|
|
|