Support/Kitsune/KB/Implementation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 12: | Line 12: | ||
*** the latest (by time of creation) approved revision is the one publicly visible | *** the latest (by time of creation) approved revision is the one publicly visible | ||
* How do we handle micro VS macro showfor? | * How do we handle micro VS macro showfor? | ||
** Macro showfor is per-heading. E.g. |== Some text (SHOWFOR: mac, linux) ==| | ** '''Solution:''' | ||
*** The content until the next heading shows on mac and linux, but not on windows | *** Macro showfor is per-heading. E.g. |== Some text (SHOWFOR: mac, linux) ==| | ||
** Micro showfor uses internal link syntax. E.g. <nowiki>[[Showfor:linux=Ctrl|windows=Ctrl|mac=Cmd]]</nowiki> | **** The content until the next heading shows on mac and linux, but not on windows | ||
*** Micro showfor uses internal link syntax. E.g. <nowiki>[[Showfor:linux=Ctrl|windows=Ctrl|mac=Cmd]]</nowiki> |
Latest revision as of 00:28, 27 August 2010
UNSOLVED design decisions
- How do we migrate articles
- How do we migrate SHOWFOR?
- How do we migrate templates? (formerly known as dynamic content)
- How do we implement templates?
SOLVED design decisions
- How do we handle multiple unreviewed revisions?
- Solution:
- approving or rejecting revisions does not change previous or ulterior revisions
- each revision needs to be approved or rejected individually
- the latest (by time of creation) approved revision is the one publicly visible
- Solution:
- How do we handle micro VS macro showfor?
- Solution:
- Macro showfor is per-heading. E.g. |== Some text (SHOWFOR: mac, linux) ==|
- The content until the next heading shows on mac and linux, but not on windows
- Micro showfor uses internal link syntax. E.g. [[Showfor:linux=Ctrl|windows=Ctrl|mac=Cmd]]
- Macro showfor is per-heading. E.g. |== Some text (SHOWFOR: mac, linux) ==|
- Solution: