Petr Skoda
af18993548
MDL-30787 fix use of module and section edit capabilities
2011-12-18 13:54:38 +01:00
Sun Zhigang
c5234aa1d9
MDL-29112 trigger event mod_deleted after deleting mod through AJAX
2011-09-12 17:36:02 +12:00
David Mudrak
8b2918a425
MDL-25072 convert $CFG->disablecourseajax to $CFG->enablecourseajax
2010-11-09 11:55:11 +00:00
Sam Hemelryk
51fc46a392
course MDL-24780 Fixed up typo is ajax editing
2010-10-21 02:04:19 +00:00
Petr Skoda
fbaea88faa
MDL-24321 switching to stdClass in /c*/
2010-09-21 08:13:11 +00:00
Petr Skoda
a685593466
MDL-21233 moodle_url improvemewnts, code simplification, more diagnostics; fixed several regressions
2010-01-16 15:39:56 +00:00
Dongsheng Cai
c74d0527b5
"MDL-20985, fixed typo, merged from 1.9"
2009-11-30 02:17:36 +00:00
Petr Skoda
929423768b
MDL-20925 fixed input validation and course ajax now fully respects the disable course ajax option
2009-11-21 16:29:33 +00:00
Petr Skoda
aa6c1ced0a
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-04 08:11:02 +00:00
nicolasconnault
49c4d8caa4
MDL-10221 Simulating the HTTP DELETE method by using a URL param (action), because some web servers don't allow DELETE. AJAX Course and Block deletion now works as expected. Merged from MOODLE_19_STABLE
2009-10-02 07:53:01 +00:00
samhemelryk
d9cb06dc0e
course MDL-19794 Replaced deprecated functions, added set_url calls and boilerplates
2009-09-25 05:24:13 +00:00
tjhunt
d4a03c00ea
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.
2009-07-09 07:35:03 +00:00
skodak
bb4b6010f3
MDL-18293 removed obsoleted checking of return values from insert and update_record + unused strings cleanup
2009-06-13 17:17:10 +00:00
tjhunt
f4d38d20fb
blocklib: MDL-19010 and now you can delete blocks too!
2009-05-08 06:34:40 +00:00
tjhunt
93d4a373f9
blocklib: MDL-19010 always include blocklib in setup.php, stip includes elsewhere
2009-05-06 09:13:16 +00:00
skodak
cd9224ab51
MDL-16226 coding style improvements, added deleting of module files
2008-08-27 15:47:25 +00:00
nicolasconnault
3440ec1234
MDL-12198
2008-08-08 05:25:54 +00:00
skodak
2ba8bdb84c
MDL-15094 some more updates
2008-06-05 14:09:34 +00:00
skodak
6bb0816313
MDL-14679 towards course conversion
2008-06-02 08:13:24 +00:00
skodak
edc06a5399
MDL-13220 rebuild course cache after ajax edits - patch by Myles Carrick; merged from MOODLE_19_STABLE
2008-02-01 08:23:11 +00:00
vyshane
607c1bc1c6
Merged from 1.7.
2006-11-22 07:36:41 +00:00
vyshane
29ca8b882d
Merged from 1.7.
2006-11-16 03:28:09 +00:00
vyshane
f45cc76fb3
Merged from 1.7.
2006-10-24 08:13:13 +00:00
vyshane
c4ce5def5a
Merged from 1.7
2006-10-16 02:45:38 +00:00
vyshane
37fb48e0f5
Merged from 1.7
2006-10-11 05:45:44 +00:00
cap2501
bb781a70c5
made changes to the way the block movment was handled to eliminate some errors that came up.
2006-10-08 20:24:15 +00:00
moodler
1bbcb7c01a
Some more debugging in course/rest.php (to error log)
2006-09-27 08:02:26 +00:00
moodler
b205403813
Moved the REST interface for course modification from
...
course/format/topics/commands.php to a more generic place
2006-09-23 13:23:18 +00:00