Opened 3 years ago
Closed 3 years ago
#2631 closed Task (fixed)
remove elgg_ namespace from page_elements view names
| Reported by: | cash | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | Elgg 1.8.0 |
| Component: | UI/UX | Version: | 1.7 |
| Severity: | minor | Keywords: | |
| Cc: | brettp | Difficulty: | trivial |
Description
I thought there was a ticket for this but couldn't find it. The idea was to put elgg_ on view names that contained elgg_ namespaced CSS elements to make them easier to find. Since they are all in the same directory, they are already easy to find. Using grep or an IDE's find tool, they are even easier. Most of all, it is a standard that is difficult to maintain (and is already not maintained). I think that last reason is the best one for removing this unnecessary namespace.
Change History (1)
comment:1 Changed 3 years ago by cash
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.

(In [svn:7268]) Fixes #2631 removes 'elgg_' namespace from the page element views - anyone working with the trunk will need to update their theme and/or flush their cache