-
Fix dumb typo in comments of .test file.
-
Call language_list() less often. Also use a fake "none" language when desired.
-
Use LANGUAGE_NONE constant instead of 'und' literal
-
Better testing for paths that begin with $base_path; also test for paths that begin with $base_url
-
Try harder to get the correct local host and path using only $base_url and have it apply everywhere.
-
Better deal with the paths that WYSIWYG editors like to make
-
Avoid excessively trimming local paths.
-
Ensure "this" URL is added to the list of local URLs.
-
Properly deal with paths, either alone or with hosts (/foo or http://example.com/foo respectively), in the "also local" field. Also fix the test in regards to this.
-
#1399272: Avoid "undefined index" errors.