Monday, October 9, 2017
2 changes · master
Enhancements to existing features
The website sitemap now better limits job-related pages to relevant openings, reducing unnecessary country and department links when no jobs are available. This makes recruitment pages cleaner for search engines and improves the quality of indexed website content.
Original PR description
@odony Can we merge your patch about domain evaluation in domain converter ?
> convitems.sort(key=lambda x: (hasattr(x[1], 'domain') and (x[1].domain != '[]'), rule._trace.index((True, x[0]))))
Required to clean sitemap in master :/ Eg: in hr_recruitment about a previous discussion where all countries was listed.
you didn't like the 'rule._trace', but 5 line at top we use already: 'converters = rule._converters or {}'
So yes, it is fragile but it works... until werkzeug change it
--Documentation and clarification updates
A new contributor license agreement record was added for hmrodrigues. This supports the project’s legal compliance by documenting contributor permissions for future contributions.
Original PR description
Added file with my CLA