[MGNLSTK-1483] Update uses of renamed TemplatingFunctions methods Created: 27/May/15  Updated: 29/Jun/15  Resolved: 24/Jun/15

Status: Closed
Project: Magnolia Standard Templating Kit (closed)
Component/s: None
Affects Version/s: 2.9
Fix Version/s: 2.9

Type: Bug Priority: Neutral
Reporter: Christopher Zimmermann Assignee: Christopher Zimmermann
Resolution: Fixed Votes: 0
Labels: templating-refactor
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Issue Links:
dependency
depends upon MGNLRES-157 Update uses of renamed TemplatingFunc... Closed
depends upon MAGNOLIA-6213 Standardize TemplatingFunctions Closed
Template:
Acceptance criteria:
Empty
Date of First Response:

 Description   

In info.magnolia.templating.functions.TemplatingFunctions:
getLinkPrefix() renamed to linkPrefix()



 Comments   
Comment by Philip Mundt [ 29/May/15 ]
  • Do not mix required adjustments due to updating to main:5.4-SNAPSHOT with the actual commit (which is a one liner only).
    • Use separate commit for the update of the dependency before
  • Please also add another separate commit for the simplifications of the MVHs
    • Remove all unnecessary dependencies with scope=test (these are a lot)
    • demo-project
      <dependency>
        <groupId>info.magnolia.categorization</groupId>
        <artifactId>magnolia-categorization-support</artifactId>
        <scope>test</scope>
      </dependency>
      <dependency>
        <groupId>info.magnolia</groupId>
        <artifactId>magnolia-imaging-support</artifactId>
        <scope>test</scope>
      </dependency>
      <dependency>
        <groupId>info.magnolia.activation</groupId>
        <artifactId>magnolia-module-activation</artifactId>
        <scope>test</scope>
      </dependency>
      <dependency>
        <groupId>info.magnolia</groupId>
        <artifactId>magnolia-module-mail</artifactId>
        <scope>test</scope>
      </dependency>
      <dependency>
        <groupId>info.magnolia.templating</groupId>
        <artifactId>magnolia-templating-essentials-models</artifactId>
        <scope>test</scope>
      </dependency>
      <dependency>
        <groupId>info.magnolia.site</groupId>
        <artifactId>magnolia-site</artifactId>
        <scope>test</scope>
      </dependency>
      <dependency>
        <groupId>info.magnolia</groupId>
        <artifactId>magnolia-module-scheduler</artifactId>
        <scope>test</scope>
      </dependency>
      
    • theme-pop
      <dependency>
        <groupId>info.magnolia.categorization</groupId>
        <artifactId>magnolia-categorization-support</artifactId>
        <scope>test</scope>
      </dependency>
      <dependency>
        <groupId>info.magnolia</groupId>
        <artifactId>magnolia-imaging-support</artifactId>
        <scope>test</scope>
      </dependency>
      <dependency>
        <groupId>info.magnolia.activation</groupId>
        <artifactId>magnolia-module-activation</artifactId>
        <scope>test</scope>
      </dependency>
      <dependency>
        <groupId>info.magnolia</groupId>
        <artifactId>magnolia-module-mail</artifactId>
        <scope>test</scope>
      </dependency>
      <dependency>
        <groupId>info.magnolia.templating</groupId>
        <artifactId>magnolia-templating-essentials-models</artifactId>
        <scope>test</scope>
      </dependency>
      <dependency>
        <groupId>info.magnolia.site</groupId>
        <artifactId>magnolia-site</artifactId>
        <scope>test</scope>
      </dependency>
      <dependency>
        <groupId>info.magnolia</groupId>
        <artifactId>magnolia-module-scheduler</artifactId>
        <scope>test</scope>
      </dependency>
      <dependency>
        <groupId>info.magnolia.cache</groupId>
        <artifactId>magnolia-module-cache</artifactId>
        <scope>test</scope>
      </dependency>
      
Comment by Christopher Zimmermann [ 24/Jun/15 ]

Please see fix on new branch MGNLSTK-1483-b.
Earlier review commits no longer valid as STK is already pointing to main 5.4

Adjusted to TemplatingFunctions renaming of:

getLinkPrefix -> linkPrefix
getQueryStringAndFragment -> queryStringAndFragment

Generated at Mon Feb 12 07:37:00 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.