Git commits in Moodle 1.7.0 by cap2501

commit c4308cfa1b6ef680600a35f41943874433f686bb
Author: cap2501 <cap2501>
Date:   Tue, 10 Oct 2006 10:06:51 +0800
Tag:    v1.7.0

Bug:MDL-6674 made changes to blocks_exeute_repositioning_atomic to fix some logic errors with shifting around the weight list

commit 2fb6deb5747fa8f7c96d47778f8929fa98ac3ce6
Author: cap2501 <cap2501>
Date:   Mon, 09 Oct 2006 05:24:38 +0800
Tag:    v1.7.0

added main.getString function to better emulate php-moodle. In the future this could be extended to dynamically pull strings from moodle.php.

commit 6d9fbe85b639e647de887988590e945691aa2b9c
Author: cap2501 <cap2501>
Date:   Mon, 09 Oct 2006 05:23:51 +0800
Tag:    v1.7.0

delete confirmation now useing main.getString function.

commit 196fe04635e885e7001329f8dd7033dafbdc1ed2
Author: cap2501 <cap2501>
Date:   Mon, 09 Oct 2006 05:10:14 +0800
Tag:    v1.7.0

resolved: MDL-6579 added string for 'resource'

commit f2e3c53ad669cf75c5ccc290c22de19e5d0e3870
Author: cap2501 <cap2501>
Date:   Mon, 09 Oct 2006 05:09:47 +0800
Tag:    v1.7.0

resolved: MDL-6579 created language independant prompt for resource/activity deletion

commit 3287cb4cba0962259032ec101a560a6fb015bb56
Author: cap2501 <cap2501>
Date:   Mon, 09 Oct 2006 05:09:18 +0800
Tag:    v1.7.0

resolved: MDL-6579 Added strings needed for delete confirmation.

commit 39d764f93219808278b2738a9e1459b79e601800
Author: cap2501 <cap2501>
Date:   Mon, 09 Oct 2006 04:26:25 +0800
Tag:    v1.7.0

removed code for the old way of updating the block weight.

commit 9e28e05f62e7070bc98b8354ae6d2f9a6780e8cd
Author: cap2501 <cap2501>
Date:   Mon, 09 Oct 2006 04:25:10 +0800
Tag:    v1.7.0

movement of the blocks is now handled completely seperately on the serverside and on the clientside. This was unavoidable.

commit bb781a70c536758f9532abf46b33319f7baeac61
Author: cap2501 <cap2501>
Date:   Mon, 09 Oct 2006 04:24:15 +0800
Tag:    v1.7.0

made changes to the way the block movment was handled to eliminate some errors that came up.

commit 77e65ff786c2a9f7c1d5a495514dcd427a557167
Author: cap2501 <cap2501>
Date:   Mon, 09 Oct 2006 04:23:30 +0800
Tag:    v1.7.0

removed some debugging output accidently left in.

commit e028ed34da4d898ebac74024f5467a5fb0126841
Author: cap2501 <cap2501>
Date:   Mon, 09 Oct 2006 04:21:15 +0800
Tag:    v1.7.0

created blocks_execute_repositioning_atomic as an extension of blocks_execute_repositioning, the original did adjust the column that the block was coming from but it did not insert it properly into the target column (adjusting the weights of the other blocks). This is currently only really nessicary for the ajax formats.

commit e78a3505c5d21940eca8c5ef7c26f8f0138e6dbd
Author: cap2501 <cap2501>
Date:   Fri, 22 Sep 2006 02:38:54 +0800
Tag:    v1.7.0

MDL-6544 resolved issue by passing strings into new main.portal.strings for delocalization.

commit 1752e584de7e6da75bfab36ee3100b1426cf9123
Author: cap2501 <cap2501>
Date:   Mon, 18 Sep 2006 02:20:43 +0800
Tag:    v1.7.0

Added dialog to confirm deletion of activity.

commit 8a66975e84125141a993c11c66773b8d79eca3c9
Author: cap2501 <cap2501>
Date:   Mon, 18 Sep 2006 01:48:27 +0800
Tag:    v1.7.0

cleaned up some formatting

commit c572cc4dc65a221b1f08c3723cc4ad8ffbf5a1d3
Author: cap2501 <cap2501>
Date:   Tue, 05 Sep 2006 08:50:08 +0800
Tag:    v1.7.0

updates to accommodate changes to commands.php

commit 5be392bd10cf7258cc963083ab35462ce1a9046e
Author: cap2501 <cap2501>
Date:   Tue, 05 Sep 2006 08:47:47 +0800
Tag:    v1.7.0

Updated so nothing in the database is being manipulated directly except for the block position. look into moving this functionality into the blocks_execute_action.

commit 62cb40326050fff9e4daa149b80851637732d03d
Author: cap2501 <cap2501>
Date:   Thu, 31 Aug 2006 05:39:09 +0800
Tag:    v1.7.0

Updated front-end display to accurately represent how moodle is handling things on the backend.

commit 305f223035cc2af6c7a266532d9a0449da491023
Author: cap2501 <cap2501>
Date:   Thu, 31 Aug 2006 05:38:23 +0800
Tag:    v1.7.0

Switched over to using moodle commands instead of direct DB manipulation for everything but blocks(still working on that one).

commit ff96b9df7e1ef6e078864c5ba9738a52397f684d
Author: cap2501 <cap2501>
Date:   Thu, 31 Aug 2006 03:22:34 +0800
Tag:    v1.7.0

Added the 'delete' methods back nessicary to change $field to optional.

commit d63545d8e86f52e704936fbbe786a4deaa4b07cd
Author: cap2501 <cap2501>
Date:   Tue, 29 Aug 2006 10:34:35 +0800
Tag:    v1.7.0

Fixed errors in refactoring ( rev4, almost there)

commit 7c72c2889ae6366aeb5c86f4ac2ad4f14e6a6431
Author: cap2501 <cap2501>
Date:   Tue, 29 Aug 2006 10:03:00 +0800
Tag:    v1.7.0

updates to accommodate retooled command.php

commit dad4a8e5d74ec26e5e8c44e0dbb202415f841d06
Author: cap2501 <cap2501>
Date:   Tue, 29 Aug 2006 10:02:45 +0800
Tag:    v1.7.0

Fixed errors in refactoring ( rev3, almost there)

commit 5281e0ab2a40c69242fb3cc7f1a3ebfabab3e860
Author: cap2501 <cap2501>
Date:   Tue, 29 Aug 2006 09:38:58 +0800
Tag:    v1.7.0

Fixed errors in refactoring ( rev2)

commit 6fe72833d08f58d2eb7361e5d11ec0e9e8ac217d
Author: cap2501 <cap2501>
Date:   Tue, 29 Aug 2006 09:35:45 +0800
Tag:    v1.7.0

Fixed errors in refactoring

commit 04ba9d5330dbf828d5261071cdb06df9cbd8b761
Author: cap2501 <cap2501>
Date:   Tue, 29 Aug 2006 09:35:01 +0800
Tag:    v1.7.0

updates to accommodate retooled command.php

commit fbca9f0f57980b1716acd3de13288e53c3fdceb1
Author: cap2501 <cap2501>
Date:   Mon, 28 Aug 2006 12:33:41 +0800
Tag:    v1.7.0

Removed frame around draggable blocks and fixed 'short drag' bug.

commit 0dcb53d545f2c4fa02a0aa8851bda3fcc00d2b2b
Author: cap2501 <cap2501>
Date:   Mon, 28 Aug 2006 12:30:46 +0800
Tag:    v1.7.0

removed override for $USER->use_ajax

commit 2f661649b0a9766b1601554543c67da481952cbd
Author: cap2501 <cap2501>
Date:   Mon, 28 Aug 2006 10:49:04 +0800
Tag:    v1.7.0

*** empty log message ***

commit 931ef52833bd749c3a70716fac3a88d276d83513
Author: cap2501 <cap2501>
Date:   Mon, 28 Aug 2006 10:08:37 +0800
Tag:    v1.7.0

added description for topics - AJAX format

commit 4a1a14c9d3de5a77ac098c014e4dcabb93a5d303
Author: cap2501 <cap2501>
Date:   Mon, 28 Aug 2006 10:06:04 +0800
Tag:    v1.7.0

added nessicary code for ajax course format

commit d4df8fdcae424b7fdc6b1f3e5279a96397fca414
Author: cap2501 <cap2501>
Date:   Mon, 28 Aug 2006 10:05:02 +0800
Tag:    v1.7.0

small changes, also de-tabbed and unix fomatted

commit 49884e970210c0b694b1fd3721f9addb9bac8cbe
Author: cap2501 <cap2501>
Date:   Mon, 28 Aug 2006 07:45:36 +0800
Tag:    v1.7.0

Removed evil tabs

commit 9a900dfc074ba48b9a79ee4a3ae3b2b0b00b4650
Author: cap2501 <cap2501>
Date:   Mon, 28 Aug 2006 07:28:39 +0800
Tag:    v1.7.0

converted dos mode to unix mode

commit 097579f09cfcb3d1a1636799d708b1600c0e1679
Author: cap2501 <cap2501>
Date:   Mon, 28 Aug 2006 06:58:51 +0800
Tag:    v1.7.0

Fixed  to eliminate use of 'GET' and 'POST'

commit ee3c87bd8444acf01435dc70cf188f089836346a
Author: cap2501 <cap2501>
Date:   Mon, 28 Aug 2006 06:09:56 +0800
Tag:    v1.7.0

Fixes needed to work from cvs

commit 0894b9271e6a4fffd474806c875e4806fa67d7f6
Author: cap2501 <cap2501>
Date:   Mon, 21 Aug 2006 14:15:24 +0800
Tag:    v1.7.0

Semi-final version

commit 04b2d74f03d4c75c07c074735ec88c907126d9b9
Author: cap2501 <cap2501>
Date:   Mon, 21 Aug 2006 14:14:43 +0800
Tag:    v1.7.0

Main JS file for topic - ajax course format (still needs a little cleaning though)

commit be2a5207837f260a4254274511eb102086423801
Author: cap2501 <cap2501>
Date:   Mon, 21 Aug 2006 14:13:28 +0800
Tag:    v1.7.0

Restful interface for AJAX course format