We have moved to Github. Please open tickets there.

Opened 2 years ago

Closed 2 years ago

#3410 closed Defect (fixed)

Elgg needs consistent capitalization on menu items

Reported by: cash Owned by:
Priority: low Milestone: Elgg 1.8.0
Component: UI/UX Version: Github Master
Severity: trivial Keywords:
Cc: brett@… Difficulty: easy

Description

See admin menu: Edit profile fields vs Menu Items

Change History (5)

comment:1 Changed 2 years ago by cash

  • Milestone changed from Needs Review to Elgg 1.8

comment:2 Changed 2 years ago by cash

Time to vote!

ucwords() or no?

comment:3 Changed 2 years ago by brettp

-1 to automatic ucwords(). If I have a menu using longer text or complete sentences (eg footer links) I don't want it ucwords()ing that.

+1 for consistency internally with a preference to caps.

comment:4 Changed 2 years ago by cash

(In [svn:9160]) Refs #3410 all admin menu items have consistent capitalization

comment:5 Changed 2 years ago by cash

  • Resolution set to fixed
  • Status changed from new to closed

The frontend of Elgg (specifically sidebar menus) uses a different capitalization scheme than the backend. The backend capitalizes the first letter of each word. The frontend only does that for the first word. I'm fine with that. If anyone disagrees, reopen the ticket.

Note: See TracTickets for help on using tickets.