- In my opinion the menu entry "Automated aliases settings" should be "URL alias settings" or even better "Settings". There is an old issue about this http://drupal.org/node/322378.
- In the settings page for each menu entry it says "... settings" (Taxonomy term path settings, Forum path settings, User path settings etc).
It would make sense to skip the "... settings" and just write (Taxonomy term path, Forum path, User path etc).
The page gets cleaner and it also makes it much easier to translate! - A minor bug in pathauto.inc:551
"t('right parenthesis )')"
should be
t('Right parenthesis )') - Another minor bug in pathauto_taxonomy.inc:146
t('Bulk generate forum paths')
Guess it should be
t('Bulk generate aliases for forum paths that are not aliased')
I created a patch with these changes if you want to adopt them.
Cheers
/Magnus
| Comment | File | Size | Author |
|---|---|---|---|
| pathauto.patch | 6.91 KB | magnus |
Comments
Comment #1
magnus commentedComment #2
dave reidUsually frowned upon to RTBC your own patch.
Comment #3
dave reidLet's remove change #1 for the menu path to #322378: Revise and cleanup Pathauto menu structure.
Comment #4
dave reidCommitted a modified version of the patch to 7.x-1.x, and backported the fix to the 'Right parenthesis' text in 6.x-1.x.
http://drupal.org/cvs?commit=336320
http://drupal.org/cvs?commit=336324
Follow-up in #713632: Split settings UI into 'Patterns' and 'Settings' pages for the rest.