page/block/etc titles should ideally be named uniquely, something that becomes non-obvious when you have Things Named With Mixed Case. enforcing lowercase is simpler to handle and work with in a framework than being case agnostic. Also, this is specifically a theming issue and should be kept out of core. For example, what if my drupal install implemented all titles using FIR? I would have no use for this capitalization. Plus, deciding what to capitalize is too much work for the developer brain. CSS / PHPTemplate it, that way you actually get more consistency, even. -Arnab On 9/12/06, Neil Drumm <drumm@delocalizedham.com> wrote:
Rob Barreca wrote:
What is a "small patch" in this case? Limiting each patch to just change capitalization for one module or one .inc file?
More correctly, there should be a minimal number of changes in each patch. Fixing two bugs in the same file is two changes. Changing the capitalization style for one page element in every file is really one change. Usually, this means 'smaller number of lines changed' in practice.
-- Neil Drumm http://delocalizedham.com/