Below are just notes on some small tasks which are not long enough to be put in a single blog post. Enjoy !!!! Setting display/sorting order of records for a table in the List-Module in TYPO3 Lets say we want to set the display order for records from a table based on a "text" field... Continue Reading →
How to refresh gitignore
After creating a .gitignore file in your repository and setting patterns to match files which you do not want Git to track, Git starts tracking repository files and respecting the patterns set in the .gitignore file after you run the git add command (For example git add .). The problem is that if we later... Continue Reading →