Index: trunk/phase3/HISTORY |
— | — | @@ -3046,7 +3046,7 @@ |
3047 | 3047 | * (bug 6701) Kazakh language variants in MessagesEn.php |
3048 | 3048 | * (bug 7335) SVN revision check in Special:Version fails on SVN 1.4 working copy |
3049 | 3049 | * (bug 6518) Replaced 'lastmodified' with 'lastmodifiedat' and 'lastmodifiedby' with 'lastmodifiedatby' |
3050 | | - with seperated parameters for date and time to allow better localisation. Updated all message files |
| 3050 | + with separated parameters for date and time to allow better localisation. Updated all message files |
3051 | 3051 | to display the old format for compatibility. |
3052 | 3052 | * (bug 7357) Make supposedly static methods of Skin actually static |
3053 | 3053 | * Added info text to Special:Deadendpages and Special:Lonelypages |
— | — | @@ -5119,7 +5119,7 @@ |
5120 | 5120 | * Fixed a bug in Special:Contributions that caused the namespace selection to |
5121 | 5121 | be forgotten between submits |
5122 | 5122 | * Special:Watchlist/edit now has namespace subheadings |
5123 | | -* (bug 1714) the "Save page" button now has right margin to seperate it from |
| 5123 | +* (bug 1714) the "Save page" button now has right margin to separate it from |
5124 | 5124 | "Show preview" and "Show changes" |
5125 | 5125 | * Special:Statistics now supports action=raw, useful for bots designed to |
5126 | 5126 | harwest e.g. article counts from multiple wikis. |
Index: trunk/extensions/SemanticMediaWiki/RELEASE-NOTES |
— | — | @@ -295,7 +295,7 @@ |
296 | 296 | * New output format "timeline" for inline queries that deal with dates. Available |
297 | 297 | parameters are: timelinestart (name of start date attribute), timelineend (name |
298 | 298 | of end date attribute, if any), tiemlinesize (CSS-encoded height), timelinebands |
299 | | - (comma-seperated list of bands such as DAY, WEEK, MONTH, YEAR, ...), and |
| 299 | + (comma-separated list of bands such as DAY, WEEK, MONTH, YEAR, ...), and |
300 | 300 | timelineposition (one of start, end, today, middle). |
301 | 301 | * Complete RDF export is now possible with a maintenance script, which can e.g. be |
302 | 302 | run periodically on a server to create RDF files. |
Index: trunk/extensions/CentralAuth/central-auth.sql |
— | — | @@ -144,7 +144,7 @@ |
145 | 145 | ws_name varchar(255) not null, |
146 | 146 | -- Type of set: opt-in or opt-out |
147 | 147 | ws_type enum ('optin', 'optout'), |
148 | | - -- Wikis in that set. Why isn't it a seperate table? |
| 148 | + -- Wikis in that set. Why isn't it a separate table? |
149 | 149 | -- Because we can just use such simple list, we don't need complicated queries on it |
150 | 150 | -- Let's suppose that max length of db name is 31 (32 with ","), then we have space for |
151 | 151 | -- 2048 wikis. More than we need |
Index: trunk/extensions/CentralAuth/db_patches/patch-wikisets.sql |
— | — | @@ -7,7 +7,7 @@ |
8 | 8 | ws_name varchar(255) not null, |
9 | 9 | -- Type of set: opt-in or opt-out |
10 | 10 | ws_type enum ('optin', 'optout'), |
11 | | - -- Wikis in that set. Why isn't it a seperate table? |
| 11 | + -- Wikis in that set. Why isn't it a separate table? |
12 | 12 | -- Because we can just use such simple list, we don't need complicated queries on it |
13 | 13 | -- Let's suppose that max length of db name is 31 (32 with ","), then we have space for |
14 | 14 | -- 2048 wikis. More than we need |
Index: trunk/extensions/MetavidWiki/skins/mv_embed/jquery/plugins/jquery.datePicker.js |
— | — | @@ -182,7 +182,7 @@ |
183 | 183 | * @option Number horizontalPosition The horizontal alignment of the popped up date picker to the matched element. One of $.dpConst.POS_LEFT and $.dpConst.POS_RIGHT. |
184 | 184 | * @option Number verticalOffset The number of pixels offset from the defined verticalPosition of this date picker that it should pop up in. Default in 0. |
185 | 185 | * @option Number horizontalOffset The number of pixels offset from the defined horizontalPosition of this date picker that it should pop up in. Default in 0. |
186 | | - * @option (Function|Array) renderCallback A reference to a function (or an array of seperate functions) that is called as each cell is rendered and which can add classes and event listeners to the created nodes. Each callback function will receive four arguments; a jquery object wrapping the created TD, a Date object containing the date this TD represents, a number giving the currently rendered month and a number giving the currently rendered year. Default is no callback. |
| 186 | + * @option (Function|Array) renderCallback A reference to a function (or an array of separate functions) that is called as each cell is rendered and which can add classes and event listeners to the created nodes. Each callback function will receive four arguments; a jquery object wrapping the created TD, a Date object containing the date this TD represents, a number giving the currently rendered month and a number giving the currently rendered year. Default is no callback. |
187 | 187 | * @option String hoverClass The class to attach to each cell when you hover over it (to allow you to use hover effects in IE6 which doesn't support the :hover pseudo-class on elements other than links). Default is dp-hover. Pass false if you don't want a hover class. |
188 | 188 | * @type jQuery |
189 | 189 | * @name datePicker |
Index: trunk/extensions/MetavidWiki/skins/mv_embed/jquery/jquery-1.2.6.js |
— | — | @@ -1923,7 +1923,7 @@ |
1924 | 1924 | types = types.type; |
1925 | 1925 | } |
1926 | 1926 | |
1927 | | - // Handle multiple events seperated by a space |
| 1927 | + // Handle multiple events separated by a space |
1928 | 1928 | // jQuery(...).unbind("mouseover mouseout", fn); |
1929 | 1929 | jQuery.each(types.split(/\s+/), function(index, type){ |
1930 | 1930 | // Namespaced event handlers |
Index: trunk/extensions/MetavidWiki/skins/mv_embed/mv_embed.js |
— | — | @@ -1065,7 +1065,7 @@ |
1066 | 1066 | //parse roe if not already done: |
1067 | 1067 | this.getParseCMML(); |
1068 | 1068 | }, |
1069 | | - //@@todo seperate out data loader & data display |
| 1069 | + //@@todo separate out data loader & data display |
1070 | 1070 | getParseCMML:function(){ |
1071 | 1071 | js_log("load cmml from roe: "+ this.pe.roe); |
1072 | 1072 | //read the current play head time (if embed object is playing) |
Index: trunk/extensions/Translate/README |
— | — | @@ -156,6 +156,6 @@ |
157 | 157 | == Changes in version 4 == |
158 | 158 | * New "task-based" interface |
159 | 159 | * Paging of messages |
160 | | -* Seperation of translation and interface language |
| 160 | +* Separation of translation and interface language |
161 | 161 | * New mediawiki extensions available for translation |
162 | 162 | * Support for extensions which use splitted i18n files |