Ticket #1316 (closed defect: fixed)
L'attribut has_tag du tpl SysIf doit être dans le $core
Reported by: | Osku | Owned by: | Osku |
---|---|---|---|
Priority: | normal | Milestone: | 2.5.1 |
Component: | module:core | Version: | 2.4 |
Severity: | normal | Keywords: | tag tpl |
Cc: |
Description
Il a été parachuté dans le plugin Tags sans raison.
Il vérifié l'existence d'un bloc ou une valeur tpl et non pas l'existence d'un tag (mot-clé) dans le blog.
Si le plugin est désactivé, l'attribut n'est plus disponible.
Change History
comment:2 Changed 13 years ago by bruno
- Owner changed from Osku to bruno
- Status changed from new to assigned
comment:3 Changed 13 years ago by bruno
- Owner changed from bruno to Osku
- Status changed from assigned to new
comment:4 Changed 13 years ago by franck
À voir de plus près, j'ai l'impression que Clearbricks pose problème sur le test des attributs de balise.
comment:5 Changed 13 years ago by JcDenis
Il a un gros bug la! (je suis dans la r860)
- has_tag n'a effectivement rien à faire dans le plugins tags,
- Le behaviors tplSysIfConditions apellé dans le plugins tags n'existe nul part (c'est tplIfConditions),
- La vérification du premier arguments dans le plugins tags est "Sys" mais devrait être "SysIf?"
Bref, à revoir...
comment:6 Changed 13 years ago by JcDenis
- Status changed from new to closed
- Resolution set to fixed
(In [88e1ebd4efa0]) Moved tpl attribut has_tag to the right place, fixes #1316
Note: See
TracTickets for help on using
tickets.
Agreed. Je te laisse commiter le patch ? ;)