http://www.mediawiki.org/wiki/Special:Code/MediaWiki/96070
Revision: 96070
Author: tparscal
Date: 2011-09-01 23:48:06 +0000 (Thu, 01 Sep 2011)
Log Message:
-----------
Renamed some of the controller actions
Modified Paths:
--------------
trunk/parsers/wikidom/lib/synth/controllers/es.BlockController.js
trunk/parsers/wikidom/lib/synth/controllers/es.DocumentController.js
Modified: trunk/parsers/wikidom/lib/synth/controllers/es.BlockController.js
===================================================================
--- trunk/parsers/wikidom/lib/synth/controllers/es.BlockController.js
2011-09-01 23:45:39 UTC (rev 96069)
+++ trunk/parsers/wikidom/lib/synth/controllers/es.BlockController.js
2011-09-01 23:48:06 UTC (rev 96070)
@@ -10,14 +10,14 @@
// rollback transaction
};
-es.BlockController.prototype.prepareInsert = function( offset, content ) {
+es.BlockController.prototype.prepareInsertContent = function( offset, content
) {
// generate transaction
};
-es.BlockController.prototype.prepareRemove = function( range ) {
+es.BlockController.prototype.prepareRemoveContent = function( range ) {
// generate transaction
};
-es.BlockController.prototype.prepareAnnotate = function( range, annotation ) {
+es.BlockController.prototype.prepareAnnotateContent = function( range,
annotation ) {
// generate transaction
};
Modified: trunk/parsers/wikidom/lib/synth/controllers/es.DocumentController.js
===================================================================
--- trunk/parsers/wikidom/lib/synth/controllers/es.DocumentController.js
2011-09-01 23:45:39 UTC (rev 96069)
+++ trunk/parsers/wikidom/lib/synth/controllers/es.DocumentController.js
2011-09-01 23:48:06 UTC (rev 96070)
@@ -34,11 +34,11 @@
// generate transaction
};
-es.DocumentController.prototype.prepareMergeBlocks = function( range ) {
+es.DocumentController.prototype.prepareSplitBlocks = function( offset ) {
// generate transaction
};
-es.DocumentController.prototype.prepareSplitBlocks = function( offset ) {
+es.DocumentController.prototype.prepareMergeBlocks = function( range ) {
// generate transaction
};
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs