Changeset 934
- Timestamp:
- 05/15/08 18:25:05 (2 months ago)
- Files:
-
- trunk/build/manifests/jelix-lib.mn (modified) (2 diffs)
- trunk/build/manifests/jelix-lib.mn (modified) (2 diffs)
- trunk/build/manifests/jelix-lib.mn (modified) (2 diffs)
- trunk/build/manifests/jelix-lib.mn (modified) (2 diffs)
- trunk/lib/wikirenderer/CHANGELOG (modified) (1 diff)
- trunk/lib/wikirenderer/CHANGELOG (modified) (1 diff)
- trunk/lib/wikirenderer/CHANGELOG (modified) (1 diff)
- trunk/lib/wikirenderer/CHANGELOG (modified) (1 diff)
- trunk/lib/wikirenderer/rules/classicwr_to_text.php (modified) (4 diffs)
- trunk/lib/wikirenderer/rules/classicwr_to_text.php (modified) (4 diffs)
- trunk/lib/wikirenderer/rules/classicwr_to_text.php (modified) (4 diffs)
- trunk/lib/wikirenderer/rules/classicwr_to_text.php (modified) (4 diffs)
- trunk/lib/wikirenderer/rules/classicwr_to_wr3.php (modified) (4 diffs)
- trunk/lib/wikirenderer/rules/classicwr_to_wr3.php (modified) (4 diffs)
- trunk/lib/wikirenderer/rules/classicwr_to_wr3.php (modified) (4 diffs)
- trunk/lib/wikirenderer/rules/classicwr_to_wr3.php (modified) (4 diffs)
- trunk/lib/wikirenderer/rules/classicwr_to_xhtml.php (modified) (5 diffs)
- trunk/lib/wikirenderer/rules/classicwr_to_xhtml.php (modified) (5 diffs)
- trunk/lib/wikirenderer/rules/classicwr_to_xhtml.php (modified) (5 diffs)
- trunk/lib/wikirenderer/rules/classicwr_to_xhtml.php (modified) (5 diffs)
- trunk/lib/wikirenderer/rules/wr3_to_docbook.php (modified) (1 diff)
- trunk/lib/wikirenderer/rules/wr3_to_docbook.php (modified) (1 diff)
- trunk/lib/wikirenderer/rules/wr3_to_docbook.php (modified) (1 diff)
- trunk/lib/wikirenderer/rules/wr3_to_docbook.php (modified) (1 diff)
- trunk/lib/wikirenderer/rules/wr3_to_text.php (modified) (4 diffs)
- trunk/lib/wikirenderer/rules/wr3_to_text.php (modified) (4 diffs)
- trunk/lib/wikirenderer/rules/wr3_to_text.php (modified) (4 diffs)
- trunk/lib/wikirenderer/rules/wr3_to_text.php (modified) (4 diffs)
- trunk/lib/wikirenderer/rules/wr3_to_xhtml.php (modified) (7 diffs)
- trunk/lib/wikirenderer/rules/wr3_to_xhtml.php (modified) (7 diffs)
- trunk/lib/wikirenderer/rules/wr3_to_xhtml.php (modified) (7 diffs)
- trunk/lib/wikirenderer/rules/wr3_to_xhtml.php (modified) (7 diffs)
- trunk/lib/wikirenderer/WikiRenderer.lib.php (modified) (16 diffs)
- trunk/lib/wikirenderer/WikiRenderer.lib.php (modified) (16 diffs)
- trunk/lib/wikirenderer/WikiRenderer.lib.php (modified) (16 diffs)
- trunk/lib/wikirenderer/WikiRenderer.lib.php (modified) (16 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/build/manifests/jelix-lib.mn
r932 r934 679 679 CREDITS 680 680 LICENCE 681 VERSION 681 682 ! WikiRenderer.lib.php 682 683 … … 687 688 ! classicwr_to_wr3.php 688 689 ! wr3_to_text.php 690 ! wr3_to_docbook.php 689 691 690 692 cd lib/tcpdf trunk/build/manifests/jelix-lib.mn
r932 r934 679 679 CREDITS 680 680 LICENCE 681 VERSION 681 682 ! WikiRenderer.lib.php 682 683 … … 687 688 ! classicwr_to_wr3.php 688 689 ! wr3_to_text.php 690 ! wr3_to_docbook.php 689 691 690 692 cd lib/tcpdf trunk/build/manifests/jelix-lib.mn
r932 r934 679 679 CREDITS 680 680 LICENCE 681 VERSION 681 682 ! WikiRenderer.lib.php 682 683 … … 687 688 ! classicwr_to_wr3.php 688 689 ! wr3_to_text.php 690 ! wr3_to_docbook.php 689 691 690 692 cd lib/tcpdf trunk/build/manifests/jelix-lib.mn
r932 r934 679 679 CREDITS 680 680 LICENCE 681 VERSION 681 682 ! WikiRenderer.lib.php 682 683 … … 687 688 ! classicwr_to_wr3.php 688 689 ! wr3_to_text.php 690 ! wr3_to_docbook.php 689 691 690 692 cd lib/tcpdf trunk/lib/wikirenderer/CHANGELOG
r933 r934 1 Changelog de WikiRenderer version 3.x1 Changelog of WikiRenderer 2 2 3 3 Version 3.1 4 4 5 - fixed bug: / was not allowed in patterns for inline tags 6 - new property WikiTagXhtml::additionnalAttributes, so we can specify static attributes to add on an xhtml element 7 - new property WikiTagXhtml::ignoreAttribute 8 - escape char is now configurable 9 - inline parser now takes care about attribute which don't allow wiki tags in them 10 - renamed WikiRendererConfig::$textLineContainer to WikiRendererConfig::$defaultTextLineContainer 11 - new property WikiRendererConfig::$availabledTextLineContainers 12 - renamed WikiTag::$separator to WikiTag::$currentSeparator 13 - WikiTag::addContent and WikiTag::addSeparator are no more final methods 14 - WikiTag::addSeparator receive now the separator as argument 15 - renamed WikiTag::getCurrentSeparator() to WikiTag::isCurrentSeparator($token) 5 16 6 17 Version 3.0 7 18 8 - fix php5 syntax and deprecated properties9 - fix bug : error when default rule is used (wrong class name)10 - fix bug : callback function for CamelCase word was never called19 - fixed php5 syntax and deprecated properties 20 - fixed bug : error when default rule is used (wrong class name) 21 - fixed bug : callback function for CamelCase word was never called 11 22 12 23 Version 3.0 RC1 trunk/lib/wikirenderer/CHANGELOG
r933 r934 1 Changelog de WikiRenderer version 3.x1 Changelog of WikiRenderer 2 2 3 3 Version 3.1 4 4 5 - fixed bug: / was not allowed in patterns for inline tags 6 - new property WikiTagXhtml::additionnalAttributes, so we can specify static attributes to add on an xhtml element 7 - new property WikiTagXhtml::ignoreAttribute 8 - escape char is now configurable 9 - inline parser now takes care about attribute which don't allow wiki tags in them 10 - renamed WikiRendererConfig::$textLineContainer to WikiRendererConfig::$defaultTextLineContainer 11 - new property WikiRendererConfig::$availabledTextLineContainers 12 - renamed WikiTag::$separator to WikiTag::$currentSeparator 13 - WikiTag::addContent and WikiTag::addSeparator are no more final methods 14 - WikiTag::addSeparator receive now the separator as argument 15 - renamed WikiTag::getCurrentSeparator() to WikiTag::isCurrentSeparator($token) 5 16 6 17 Version 3.0 7 18 8 - fix php5 syntax and deprecated properties9 - fix bug : error when default rule is used (wrong class name)10 - fix bug : callback function for CamelCase word was never called19 - fixed php5 syntax and deprecated properties 20 - fixed bug : error when default rule is used (wrong class name) 21 - fixed bug : callback function for CamelCase word was never called 11 22 12 23 Version 3.0 RC1 trunk/lib/wikirenderer/CHANGELOG
r933 r934 1 Changelog de WikiRenderer version 3.x1 Changelog of WikiRenderer 2 2 3 3 Version 3.1 4 4 5 - fixed bug: / was not allowed in patterns for inline tags 6 - new property WikiTagXhtml::additionnalAttributes, so we can specify static attributes to add on an xhtml element 7 - new property WikiTagXhtml::ignoreAttribute 8 - escape char is now configurable 9 - inline parser now takes care about attribute which don't allow wiki tags in them 10 - renamed WikiRendererConfig::$textLineContainer to WikiRendererConfig::$defaultTextLineContainer 11 - new property WikiRendererConfig::$availabledTextLineContainers 12 - renamed WikiTag::$separator to WikiTag::$currentSeparator 13 - WikiTag::addContent and WikiTag::addSeparator are no more final methods 14 - WikiTag::addSeparator receive now the separator as argument 15 - renamed WikiTag::getCurrentSeparator() to WikiTag::isCurrentSeparator($token) 5 16 6 17 Version 3.0 7 18 8 - fix php5 syntax and deprecated properties9 - fix bug : error when default rule is used (wrong class name)10 - fix bug : callback function for CamelCase word was never called19 - fixed php5 syntax and deprecated properties 20 - fixed bug : error when default rule is used (wrong class name) 21 - fixed bug : callback function for CamelCase word was never called 11 22 12 23 Version 3.0 RC1 trunk/lib/wikirenderer/CHANGELOG
r933 r934 1 Changelog de WikiRenderer version 3.x1 Changelog of WikiRenderer 2 2 3 3 Version 3.1 4 4 5 - fixed bug: / was not allowed in patterns for inline tags 6 - new property WikiTagXhtml::additionnalAttributes, so we can specify static attributes to add on an xhtml element 7 - new property WikiTagXhtml::ignoreAttribute 8 - escape char is now configurable 9 - inline parser now takes care about attribute which don't allow wiki tags in them 10 - renamed WikiRendererConfig::$textLineContainer to WikiRendererConfig::$defaultTextLineContainer 11 - new property WikiRendererConfig::$availabledTextLineContainers 12 - renamed WikiTag::$separator to WikiTag::$currentSeparator 13 - WikiTag::addContent and WikiTag::addSeparator are no more final methods 14 - WikiTag::addSeparator receive now the separator as argument 15 - renamed WikiTag::getCurrentSeparator() to WikiTag::isCurrentSeparator($token) 5 16 6 17 Version 3.0 7 18 8 - fix php5 syntax and deprecated properties9 - fix bug : error when default rule is used (wrong class name)10 - fix bug : callback function for CamelCase word was never called19 - fixed php5 syntax and deprecated properties 20 - fixed bug : error when default rule is used (wrong class name) 21 - fixed bug : callback function for CamelCase word was never called 11 22 12 23 Version 3.0 RC1 trunk/lib/wikirenderer/rules/classicwr_to_text.php
r933 r934 31 31 'cwrtext_cite','cwrtext_acronym','cwrtext_link', 'cwrtext_image', 'cwrtext_anchor'); 32 32 33 public $textLineContainer = 'WikiTextLine'; 33 public $defaultTextLineContainer = 'WikiTextLine'; 34 35 public $availabledTextLineContainers = array('WikiTextLine'); 34 36 35 37 /** … … 45 47 } 46 48 47 // ===================================== d� arations des tags inlines49 // ===================================== d�clarations des tags inlines 48 50 49 51 class cwrtext_strong extends WikiTag { … … 140 142 141 143 142 // ===================================== d� aration des diff�nts bloc wiki144 // ===================================== d�claration des diff�rents bloc wiki 143 145 144 146 /** … … 279 281 280 282 /** 281 * traite les signes de type d� nitions283 * traite les signes de type d�finitions 282 284 */ 283 285 class cwrtext_definition extends WikiRendererBloc { trunk/lib/wikirenderer/rules/classicwr_to_text.php
r933 r934 31 31 'cwrtext_cite','cwrtext_acronym','cwrtext_link', 'cwrtext_image', 'cwrtext_anchor'); 32 32 33 public $textLineContainer = 'WikiTextLine'; 33 public $defaultTextLineContainer = 'WikiTextLine'; 34 35 public $availabledTextLineContainers = array('WikiTextLine'); 34 36 35 37 /** … … 45 47 } 46 48 47 // ===================================== d� arations des tags inlines49 // ===================================== d�clarations des tags inlines 48 50 49 51 class cwrtext_strong extends WikiTag { … … 140 142 141 143 142 // ===================================== d� aration des diff�nts bloc wiki144 // ===================================== d�claration des diff�rents bloc wiki 143 145 144 146 /** … … 279 281 280 282 /** 281 * traite les signes de type d� nitions283 * traite les signes de type d�finitions 282 284 */ 283 285 class cwrtext_definition extends WikiRendererBloc { trunk/lib/wikirenderer/rules/classicwr_to_text.php
r933 r934 31 31 'cwrtext_cite','cwrtext_acronym','cwrtext_link', 'cwrtext_image', 'cwrtext_anchor'); 32 32 33 public $textLineContainer = 'WikiTextLine'; 33 public $defaultTextLineContainer = 'WikiTextLine'; 34 35 public $availabledTextLineContainers = array('WikiTextLine'); 34 36 35 37 /** … … 45 47 } 46 48 47 // ===================================== d� arations des tags inlines49 // ===================================== d�clarations des tags inlines 48 50 49 51 class cwrtext_strong extends WikiTag { … … 140 142 141 143 142 // ===================================== d� aration des diff�nts bloc wiki144 // ===================================== d�claration des diff�rents bloc wiki 143 145 144 146 /** … … 279 281 280 282 /** 281 * traite les signes de type d� nitions283 * traite les signes de type d�finitions 282 284 */ 283 285 class cwrtext_definition extends WikiRendererBloc { trunk/lib/wikirenderer/rules/classicwr_to_text.php
r933 r934 31 31 'cwrtext_cite','cwrtext_acronym','cwrtext_link', 'cwrtext_image', 'cwrtext_anchor'); 32 32 33 public $textLineContainer = 'WikiTextLine'; 33 public $defaultTextLineContainer = 'WikiTextLine'; 34 35 public $availabledTextLineContainers = array('WikiTextLine'); 34 36 35 37 /** … … 45 47 } 46 48 47 // ===================================== d� arations des tags inlines49 // ===================================== d�clarations des tags inlines 48 50 49 51 class cwrtext_strong extends WikiTag { … … 140 142 141 143 142 // ===================================== d� aration des diff�nts bloc wiki144 // ===================================== d�claration des diff�rents bloc wiki 143 145 144 146 /** … … 279 281 280 282 /** 281 * traite les signes de type d� nitions283 * traite les signes de type d�finitions 282 284 */ 283 285 class cwrtext_definition extends WikiRendererBloc { trunk/lib/wikirenderer/rules/classicwr_to_wr3.php
r933 r934 31 31 'cwrwr3_cite','cwrwr3_acronym','cwrwr3_link', 'cwrwr3_image', 'cwrwr3_anchor'); 32 32 33 public $textLineContainer = 'WikiTextLine'; 33 public $defaultTextLineContainer = 'WikiTextLine'; 34 35 public $availabledTextLineContainers = array('WikiHtmlTextLine'); 34 36 35 37 /** … … 44 46 } 45 47 46 // ===================================== d� arations des tags inlines48 // ===================================== d�clarations des tags inlines 47 49 48 50 class cwrwr3_strong extends WikiTag { … … 156 158 157 159 158 // ===================================== d� aration des diff�nts bloc wiki160 // ===================================== d�claration des diff�rents bloc wiki 159 161 160 162 class WrWr3Bloc extends WikiRendererBloc { … … 240 242 241 243 /** 242 * traite les signes de type d� nitions244 * traite les signes de type d�finitions 243 245 */ 244 246 class cwrwr3_definition extends WrWr3Bloc { trunk/lib/wikirenderer/rules/classicwr_to_wr3.php
r933 r934 31 31 'cwrwr3_cite','cwrwr3_acronym','cwrwr3_link', 'cwrwr3_image', 'cwrwr3_anchor'); 32 32 33 public $textLineContainer = 'WikiTextLine'; 33 public $defaultTextLineContainer = 'WikiTextLine'; 34 35 public $availabledTextLineContainers = array('WikiHtmlTextLine'); 34 36 35 37 /** … … 44 46 } 45 47 46 // ===================================== d� arations des tags inlines48 // ===================================== d�clarations des tags inlines 47 49 48 50 class cwrwr3_strong extends WikiTag { … … 156 158 157 159 158 // ===================================== d� aration des diff�nts bloc wiki160 // ===================================== d�claration des diff�rents bloc wiki 159 161 160 162 class WrWr3Bloc extends WikiRendererBloc { … … 240 242 241 243 /** 242 * traite les signes de type d� nitions244 * traite les signes de type d�finitions 243 245 */ 244 246 class cwrwr3_definition extends WrWr3Bloc { trunk/lib/wikirenderer/rules/classicwr_to_wr3.php
r933 r934 31 31 'cwrwr3_cite','cwrwr3_acronym','cwrwr3_link', 'cwrwr3_image', 'cwrwr3_anchor'); 32 32 33 public $textLineContainer = 'WikiTextLine'; 33 public $defaultTextLineContainer = 'WikiTextLine'; 34 35 public $availabledTextLineContainers = array('WikiHtmlTextLine'); 34 36 35 37 /** … … 44 46 } 45 47 46 // ===================================== d� arations des tags inlines48 // ===================================== d�clarations des tags inlines 47 49 48 50 class cwrwr3_strong extends WikiTag { … … 156 158 157 159 158 // ===================================== d� aration des diff�nts bloc wiki160 // ===================================== d�claration des diff�rents bloc wiki 159 161 160 162 class WrWr3Bloc extends WikiRendererBloc { … … 240 242 241 243 /** 242 * traite les signes de type d� nitions244 * traite les signes de type d�finitions 243 245 */ 244 246 class cwrwr3_definition extends WrWr3Bloc { trunk/lib/wikirenderer/rules/classicwr_to_wr3.php
r933 r934 31 31 'cwrwr3_cite','cwrwr3_acronym','cwrwr3_link', 'cwrwr3_image', 'cwrwr3_anchor'); 32 32 33 public $textLineContainer = 'WikiTextLine'; 33 public $defaultTextLineContainer = 'WikiTextLine'; 34 35 public $availabledTextLineContainers = array('WikiHtmlTextLine'); 34 36 35 37 /** … … 44 46 } 45 47 46 // ===================================== d� arations des tags inlines48 // ===================================== d�clarations des tags inlines 47 49 48 50 class cwrwr3_strong extends WikiTag { … … 156 158 157 159 158 // ===================================== d� aration des diff�nts bloc wiki160 // ===================================== d�claration des diff�rents bloc wiki 159 161 160 162 class WrWr3Bloc extends WikiRendererBloc { … … 240 242 241 243 /** 242 * traite les signes de type d� nitions244 * traite les signes de type d�finitions 243 245 */ 244 246 class cwrwr3_definition extends WrWr3Bloc { trunk/lib/wikirenderer/rules/classicwr_to_xhtml.php
r933 r934 31 31 'cwrxhtml_cite','cwrxhtml_acronym','cwrxhtml_link', 'cwrxhtml_image', 'cwrxhtml_anchor'); 32 32 33 public $textLineContainer = 'WikiHtmlTextLine'; 33 public $defaultTextLineContainer = 'WikiHtmlTextLine'; 34 35 public $availabledTextLineContainers = array('WikiHtmlTextLine'); 34 36 35 37 /** … … 44 46 } 45 47 46 // ===================================== d� arations des tags inlines48 // ===================================== d�clarations des tags inlines 47 49 48 50 class cwrxhtml_strong extends WikiTagXhtml { … … 160 162 161 163 162 // ===================================== d� aration des diff�nts bloc wiki164 // ===================================== d�claration des diff�rents bloc wiki 163 165 164 166 /** … … 204 206 } 205 207 $str.="</li>\n<li>"; 206 $this->_previousTag=substr($this->_previousTag,0,-$d); // pour � e sur...208 $this->_previousTag=substr($this->_previousTag,0,-$d); // pour �tre sur... 207 209 208 210 }elseif( $d < 0 ){ // un niveau de plus … … 380 382 381 383 /** 382 * traite les signes de type d� nitions384 * traite les signes de type d�finitions 383 385 */ 384 386 class cwrxhtml_definition extends WikiRendererBloc { trunk/lib/wikirenderer/rules/classicwr_to_xhtml.php
r933 r934 31 31 'cwrxhtml_cite','cwrxhtml_acronym','cwrxhtml_link', 'cwrxhtml_image', 'cwrxhtml_anchor'); 32 32 33 public $textLineContainer = 'WikiHtmlTextLine'; 33 public $defaultTextLineContainer = 'WikiHtmlTextLine'; 34 35 public $availabledTextLineContainers = array('WikiHtmlTextLine'); 34 36 35 37 /** … … 44 46 } 45 47 46 // ===================================== d� arations des tags inlines48 // ===================================== d�clarations des tags inlines 47 49 48 50 class cwrxhtml_strong extends WikiTagXhtml { … … 160 162 161 163 162 // ===================================== d� aration des diff�nts bloc wiki164 // ===================================== d�claration des diff�rents bloc wiki 163 165 164 166 /** … … 204 206 } 205 207 $str.="</li>\n<li>"; 206 $this->_previousTag=substr($this->_previousTag,0,-$d); // pour � e sur...208 $this->_previousTag=substr($this->_previousTag,0,-$d); // pour �tre sur... 207 209 208 210 }elseif( $d < 0 ){ // un niveau de plus … … 380 382 381 383 /** 382 * traite les signes de type d� nitions384 * traite les signes de type d�finitions 383 385 */ 384 386 class cwrxhtml_definition extends WikiRendererBloc { trunk/lib/wikirenderer/rules/classicwr_to_xhtml.php
r933 r934 31 31 'cwrxhtml_cite','cwrxhtml_acronym','cwrxhtml_link', 'cwrxhtml_image', 'cwrxhtml_anchor'); 32 32 33 public $textLineContainer = 'WikiHtmlTextLine'; 33 public $defaultTextLineContainer = 'WikiHtmlTextLine'; 34 35 public $availabledTextLineContainers = array('WikiHtmlTextLine'); 34 36 35 37 /** … … 44 46 } 45 47 46 // ===================================== d� arations des tags inlines48 // ===================================== d�clarations des tags inlines 47 49 48 50 class cwrxhtml_strong extends WikiTagXhtml { … … 160 162 161 163 162 // ===================================== d� aration des diff�nts bloc wiki164 // ===================================== d�claration des diff�rents bloc wiki 163 165 164 166 /** … … 204 206 } 205 207 $str.="</li>\n<li>"; 206 $this->_previousTag=substr($this->_previousTag,0,-$d); // pour � e sur...208 $this->_previousTag=substr($this->_previousTag,0,-$d); // pour �tre sur... 207 209 208 210 }elseif( $d < 0 ){ // un niveau de plus … … 380 382 381 383 /** 382 * traite les signes de type d� nitions384 * traite les signes de type d�finitions 383 385 */ 384 386 class cwrxhtml_definition extends WikiRendererBloc { trunk/lib/wikirenderer/rules/classicwr_to_xhtml.php
r933 r934 31 31 'cwrxhtml_cite','cwrxhtml_acronym','cwrxhtml_link', 'cwrxhtml_image', 'cwrxhtml_anchor'); 32 32 33 public $textLineContainer = 'WikiHtmlTextLine'; 33 public $defaultTextLineContainer = 'WikiHtmlTextLine'; 34 35 public $availabledTextLineContainers = array('WikiHtmlTextLine'); 34 36 35 37 /** … … 44 46 } 45 47 46 // ===================================== d� arations des tags inlines48 // ===================================== d�clarations des tags inlines 47 49 48 50 class cwrxhtml_strong extends WikiTagXhtml { … … 160 162 161 163 162 // ===================================== d� aration des diff�nts bloc wiki164 // ===================================== d�claration des diff�rents bloc wiki 163 165 164 166 /** … … 204 206 } 205 207 $str.="</li>\n<li>"; 206 $this->_previousTag=substr($this->_previousTag,0,-$d); // pour � e sur...208 $this->_previousTag=substr($this->_previousTag,0,-$d); // pour �tre sur... 207 209 208 210 }elseif( $d < 0 ){ // un niveau de plus … … 380 382 381 383 /** 382 * traite les signes de type d� nitions384 * traite les signes de type d�finitions 383 385 */ 384 386 class cwrxhtml_definition extends WikiRendererBloc { trunk/lib/wikirenderer/rules/wr3_to_docbook.php
r933 r934 32 32 'wr3dbk_anchor', 'wr3dbk_footnote'); 33 33 34 public $textLineContainer = 'WikiHtmlTextLine'; 34 public $defaultTextLineContainer = 'WikiHtmlTextLine'; 35 36 public $availabledTextLineContainers = array('WikiHtmlTextLine'); 35 37 36 38 /** trunk/lib/wikirenderer/rules/wr3_to_docbook.php
r933 r934 32 32 'wr3dbk_anchor', 'wr3dbk_footnote'); 33 33 34 public $textLineContainer = 'WikiHtmlTextLine'; 34 public $defaultTextLineContainer = 'WikiHtmlTextLine'; 35 36 public $availabledTextLineContainers = array('WikiHtmlTextLine'); 35 37 36 38 /** trunk/lib/wikirenderer/rules/wr3_to_docbook.php
r933 r934 32 32 'wr3dbk_anchor', 'wr3dbk_footnote'); 33 33 34 public $textLineContainer = 'WikiHtmlTextLine'; 34 public $defaultTextLineContainer = 'WikiHtmlTextLine'; 35 36 public $availabledTextLineContainers = array('WikiHtmlTextLine'); 35 37 36 38 /** trunk/lib/wikirenderer/rules/wr3_to_docbook.php
r933 r934 32 32 'wr3dbk_anchor', 'wr3dbk_footnote'); 33 33 34 public $textLineContainer = 'WikiHtmlTextLine'; 34 public $defaultTextLineContainer = 'WikiHtmlTextLine'; 35 36 public $availabledTextLineContainers = array('WikiHtmlTextLine'); 35 37 36 38 /** trunk/lib/wikirenderer/rules/wr3_to_text.php
r933 r934 32 32 'wr3text_footnote'); 33 33 34 public $textLineContainer = 'WikiTextLine'; 34 public $defaultTextLineContainer = 'WikiTextLine'; 35 36 public $availabledTextLineContainers = array('WikiTextLine'); 35 37 36 38 /** … … 46 48 } 47 49 48 // ===================================== d� arations des tags inlines50 // ===================================== d�clarations des tags inlines 49 51 50 52 class wr3text_strong extends WikiTag { … … 148 150 } 149 151 150 // ===================================== d� aration des diff�nts bloc wiki152 // ===================================== d�claration des diff�rents bloc wiki 151 153 152 154 /** … … 301 303 302 304 /** 303 * traite les signes de type d� nitions305 * traite les signes de type d�finitions 304 306 */ 305 307 class wr3text_definition extends WikiRendererBloc { trunk/lib/wikirenderer/rules/wr3_to_text.php
r933 r934 32 32 'wr3text_footnote'); 33 33 34 public $textLineContainer = 'WikiTextLine'; 34 public $defaultTextLineContainer = 'WikiTextLine'; 35 36 public $availabledTextLineContainers = array('WikiTextLine'); 35 37 36 38 /** … … 46 48 } 47 49 48 // ===================================== d� arations des tags inlines50 // ===================================== d�clarations des tags inlines 49 51 50 52 class wr3text_strong extends WikiTag { … … 148 150 } 149 151 150 // ===================================== d� aration des diff�nts bloc wiki152 // ===================================== d�claration des diff�rents bloc wiki 151 153 152 154 /** … … 301 303 302 304 /** 303 * traite les signes de type d� nitions305 * traite les signes de type d�finitions 304 306 */ 305 307 class wr3text_definition extends WikiRendererBloc { trunk/lib/wikirenderer/rules/wr3_to_text.php
r933 r934 32 32 'wr3text_footnote'); 33 33 34 public $textLineContainer = 'WikiTextLine'; 34 public $defaultTextLineContainer = 'WikiTextLine'; 35 36 public $availabledTextLineContainers = array('WikiTextLine'); 35 37 36 38 /** … … 46 48 } 47 49 48 // ===================================== d� arations des tags inlines50 // ===================================== d�clarations des tags inlines 49 51 50 52 class wr3text_strong extends WikiTag { … … 148 150 } 149 151 150 // ===================================== d� aration des diff�nts bloc wiki152 // ===================================== d�claration des diff�rents bloc wiki 151 153 152 154 /** … … 301 303 302 304 /** 303 * traite les signes de type d� nitions305 * traite les signes de type d�finitions 304 306 */ 305 307 class wr3text_definition extends WikiRendererBloc { trunk/lib/wikirenderer/rules/wr3_to_text.php
r933 r934 32 32 'wr3text_footnote'); 33 33 34 public $textLineContainer = 'WikiTextLine'; 34 public $defaultTextLineContainer = 'WikiTextLine'; 35 36 public $availabledTextLineContainers = array('WikiTextLine'); 35 37 36 38 /** … … 46 48 } 47 49 48 // ===================================== d� arations des tags inlines50 // ===================================== d�clarations des tags inlines 49 51 50 52 class wr3text_strong extends WikiTag { … … 148 150 } 149 151 150 // ===================================== d� aration des diff�nts bloc wiki152 // ===================================== d�claration des diff�rents bloc wiki 151 153 152 154 /** … … 301 303 302 304 /** 303 * traite les signes de type d� nitions305 * traite les signes de type d�finitions 304 306 */ 305 307 class wr3text_definition extends WikiRendererBloc { trunk/lib/wikirenderer/rules/wr3_to_xhtml.php
r933 r934 32 32 'wr3xhtml_anchor', 'wr3xhtml_footnote'); 33 33 34 public $textLineContainer = 'WikiHtmlTextLine'; 34 public $defaultTextLineContainer = 'WikiHtmlTextLine'; 35 36 public $availabledTextLineContainers = array('WikiHtmlTextLine'); 35 37 36 38 /** … … 44 46 45 47 46 // la syntaxe wr3 contient la possibilit� e mettre des notes de bas de page47 // celles-ci seront stock� ici, avant leur incorporation �a fin du texte.48 // la syntaxe wr3 contient la possibilit� de mettre des notes de bas de page 49 // celles-ci seront stock�es ici, avant leur incorporation � la fin du texte. 48 50 public $footnotes = array(); 49 51 public $footnotesId=''; … … 51 53 52 54 /** 53 * methode invoqu� avant le parsing55 * methode invoqu�e avant le parsing 54 56 */ 55 57 public function onStart($texte){ 56 58 $this->footnotesId = rand(0,30000); 57 $this->footnotes = array(); // on remet � ero les footnotes59 $this->footnotes = array(); // on remet � zero les footnotes 58 60 return $texte; 59 61 } 60 62 61 63 /** 62 * methode invoqu� apr�le parsing64 * methode invoqu�e apr�s le parsing 63 65 */ 64 66 public function onParse($finalTexte){ … … 72 74 } 73 75 74 // ===================================== d� arations des tags inlines76 // ===================================== d�clarations des tags inlines 75 77 76 78 class wr3xhtml_strong extends WikiTagXhtml { … … 201 203 } 202 204 203 // ===================================== d� aration des diff�nts bloc wiki205 // ===================================== d�claration des diff�rents bloc wiki 204 206 205 207 /** … … 245 247 } 246 248 $str.="</li>\n<li>"; 247 $this->_previousTag=substr($this->_previousTag,0,-$d); // pour � e sur...249 $this->_previousTag=substr($this->_previousTag,0,-$d); // pour �tre sur... 248 250 249 251 }elseif( $d < 0 ){ // un niveau de plus … … 445 447 446 448 /** 447 * traite les signes de type d� nitions449 * traite les signes de type d�finitions 448 450 */ 449 451 class wr3xhtml_definition extends WikiRendererBloc { trunk/lib/wikirenderer/rules/wr3_to_xhtml.php
r933 r934 32 32 'wr3xhtml_anchor', 'wr3xhtml_footnote'); 33 33 34 public $textLineContainer = 'WikiHtmlTextLine'; 34 public $defaultTextLineContainer = 'WikiHtmlTextLine'; 35 36 public $availabledTextLineContainers = array('WikiHtmlTextLine'); 35 37 36 38 /** … … 44 46 45 47 46 // la syntaxe wr3 contient la possibilit� e mettre des notes de bas de page47 // celles-ci seront stock� ici, avant leur incorporation �a fin du texte.48 // la syntaxe wr3 contient la possibilit� de mettre des notes de bas de page 49 // celles-ci seront stock�es ici, avant leur incorporation � la fin du texte. 48 50 public $footnotes = array(); 49 51 public $footnotesId=''; … … 51 53 52 54 /** 53 * methode invoqu� avant le parsing55 * methode invoqu�e avant le parsing 54 56 */ 55 57 public function onStart($texte){ 56 58 $this->footnotesId = rand(0,30000); 57 $this->footnotes = array(); // on remet � ero les footnotes
