Thomas Ingles
Thomas Ingles
After few hours to solve mystery "doublons" and sort don't work in my old Chomium browser ( chromium.31) Test with other version Same result (2.0.0.a23, 1.6.10,) and ... In v1.2.2...
* Fix Notice in plxShow->artTags() : $t is undefined : motor mode tag https://github.com/pluxml/PluXml/blob/436ad00e681d089131ee58e326c1a9094a6b60b1/core/lib/class.plx.show.php#L784 Fixed with this var typo (cible==$t To cible==$tag) : ``` '#tag_status' => ($this->plxMotor->mode=='tags' AND $this->plxMotor->cible==$tag) ?...
https://github.com/pluxml/PluXml/blob/436ad00e681d089131ee58e326c1a9094a6b60b1/core/lib/class.plx.admin.php#L659 missing modified **[0-9]{3}** TO **#\d{3}#** Will be good with this replacement : ```PHP if(count(preg_grep('#\d{3}#', $filenameArrayCat)) > 1) { ```
* Sets to active = No, save list & always return to Yes https://github.com/pluxml/PluXml/blob/436ad00e681d089131ee58e326c1a9094a6b60b1/core/lib/class.plx.admin.php#L873 * With default value = 0 at plxUtils::getValue on editStatiques work well. ```PHP 'active' => plxUtils::getValue($content[$static_id...
https://github.com/pluxml/PluXml/blob/436ad00e681d089131ee58e326c1a9094a6b60b1/themes/defaut/article-full-width.php#L51 ``` ``` From _article.php_
https://github.com/pluxml/PluXml/blob/436ad00e681d089131ee58e326c1a9094a6b60b1/core/lib/class.plx.show.php#L1991 In ancient themes bad displayed tags without **_'noactive'_** class on other motor mode of article & tags, it's rework with that : ```PHP default : $status = 'noactive'; ```...
Fix always mode = erreur in plxMotorDemarrageEnd with other mode Normaly plxMotor::error404() only called in prechauffage see core/lib/class.plx.motor.php line 318 + indent typo see : https://forum.pluxml.org/discussion/comment/64899/#Comment_64899
Même que #739 `plxUtils : refacto strCheck + nouvelle sanitizeHtml` Avec quelques correctifs de la #727 et de plxMotor
Nouvelle logique pour $tags : `true` == interdit ou liste des admis Les guillemts `"` sont convertis et de nouveau authorisées ds CDATA L'option CDATA est protégé par plxUtils::cdataCheck Previent...
$redirect & $posted for AdminMediasPrepend hook Fix when move on folder & reload page after browser say : You want repost data? If click Ok, PluXml say : ``` Security...