Instead of text files, you can look into creating content fragments that might be useful for using within the pages as well. Also, try uploading the text file to assets.html and you should get all the options like workflow, replication.
I would recommend setting up a DEBUG logger on "org.apache.sling.i18n" and check whats getting logged when you add a new entry to the dictionary.Also, check if all indexes are valid from jmx console.
I can confirm this is not a BUG. Cannot reproduce the issue on any AEM instances (6.3-6.5)Your best option is to check the developer console for any js errors.
kautuk sahni , CQ-4197791 was already fixed in the GA version of 6.3RonakB - You can still log a daycare ticket and we can further investigate the issue.
I don't believe there is a feature parity between classic and Touch UI related to MSM functionality(Skip/Unskip).Regarding "cq:excludedPaths" check below:What does the "cq:excludedPaths" property mean on the cq:LiveSyncConfig nodes, and how does it get there ?This is linked to the action of moving/r...
You can look into implementing dynamic redirects at the apache level. Check [1] for more details[1]Dynamic mass virtual hosts with mod_rewrite - Apache HTTP Server Version 2.5 https://stackoverflow.com/questions/25577077/dynamic-rewrite-with-mod-rewrite-and-apache
If you want to change the location of the temporary folder (for example, if you need a directory with more free space) then define a <new-tmp-path> by adding the JVM parameter:-Djava.io.tmpdir="/<new-tmp-path>"to either:the server startup command linethe CQ_JVM_OPTS environment parameter in the serv...