User tests: Successful: Unsuccessful:
..I render dependent modules to different positions.
If the first module is rendered now, this saves as the output item in a variable. So the next module the item stored with do not append.
Now it would be the item with a newer date would stand at the bottom of the page.
Example:
I have a category with 20 entries and each modules are 5 entries, then the first five would be below and above the last.
Status | New | ⇒ | Pending |
Labels |
Removed:
?
|
Status | Pending | ⇒ | Information Required |
I render dependent modules to different positions.
If the first module is rendered now, this saves as the output item in a variable. So the next module the item stored with do not append.
Now it would be the item with a newer date would stand at the bottom of the page.
Example:
I have a category with 20 entries and each modules are 5 entries, then the first five would be below and above the last.
Thanks for adding that
On 17 Oct 2014 07:39, "Niels Nübel" notifications@github.com wrote:
I render dependent modules to different positions.
If the first module is rendered now, this saves as the output item in a
variable. So the next module the item stored with do not append.Now it would be the item with a newer date would stand at the bottom of
the page.
Example:
I have a category with 20 entries and each modules are 5 entries, then the
first five would be below and above the last.—
Reply to this email directly or view it on GitHub
#3569 (comment).
Status | Information Required | ⇒ | Pending |
This PR has the potential to cause weird and difficult to diagnose issues with some existing sites. The order in which modules are executed would be changed and hence, potentially, this could change the order in which JavaScript or CSS assets are loaded in the head.
@chrisdavenport are you saying therefore that we need to close (reject) this PR for b/c reasons
Status | Pending | ⇒ | Needs Review |
Yes, it could potentially break a (probably) small number of existing sites which depend on a specific load order. This is why the reverse load order, which probably originated in Mambo, has been preserved. I'm not saying this is a bad idea, just that it can't be done before 4.0 at the earliest.
Status | Needs Review | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-01-02 09:57:58 |
Closed_By | ⇒ | brianteeman |
Closing because of the B/C issue
@brianteeman can you add the Reevaluate for v4.0
label? As per comment by @chrisdavenport
Milestone |
Added: |
Milestone |
Added: |
Milestone |
Added: |
What is the purpose of this Pull Request. What are you trying to achieve? What is the problem you are trying to solve.