RealURL
1.3.5. To-Do list (class: tx_realurl_advanced)
-
Extensive testing still has to be done, especially with changing page-titles, deleting a page, then creating another page with the same name, the multiple-domain-stuff, etc.
-
There's a function to find the desired language when it's not explicitly given in the URL. It needs some more work to be generally useable though. (Take a look at the source, there's code to figure out the language with the IP2Country database...)
-
The table should be automatically cleaned up once in a while, to remove expired URLs. Haven't looked into this yet. One possibility is to create a cron-job for it, another way is to let a random number decide that it is time to delete all old URLs in the function updateURLCache()
-
I could create an option to enforce usage of the https-protocol quite easily.
-
Making the pathPrefix-detection (the path/to/typo/) more elegant.
-
Fix bugs and rest of TODO-items in source (denoted by // !! TODO !! Bladiebla).