I would like to thank all those involved in this project. This module opens up so many possibilities and I can see it being critical to many of my projects. So thank you for all you hard work.
I found some tiny bugs in the code that stopped the module from functioning. The fe_paths_entity_edit_form checks for modules transliteration and pathauto but then updates bad form items. This allows the user to select the options when the modules do not exist. I just updated the form paths so that the existing code works.
Just to be safe, since its possible that one of these modules might be removed but the fe_path configs not updated, I added some more module exist checks before the function were used in fe_paths_move_file.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | module_deps-1805148-2.patch | 1.99 KB | tinker |
Comments
Comment #1
tinker commentedPatch attached
Comment #2
szantog commentedGood point, thanks!
Commited: http://drupalcode.org/project/fe_paths.git/commit/2aa4e7d90f8715ce78c7ad...
Comment #3
tinker commentedThx for commit. Any idea why it failed testing? Will probably be adding more patches.
Comment #4
szantog commentedFeel free to post patches. The drupal.org testbot makes something wrong. It doesn't clone the file_entity module dependency, so can't enable the file entity, I don't know why..