We have moved to Github. Please open tickets there.

Opened 2 years ago

Closed 2 years ago

#2923 closed Enhancement (fixed)

Remove "view" prefix from simplecache function names

Reported by: ewinslow Owned by: ewinslow
Priority: normal Milestone: Elgg 1.8.0
Component: Core Version: Github Master
Severity: minor Keywords:
Cc: brett@… Difficulty:

Description

They are currently:

  • elgg_view_register_simplecache
  • elgg_view_get_simplecache_url
  • elgg_view_regenerate_simplecache
  • elgg_view_is_simplecache_enabled
  • elgg_view_enable_simplecache
  • elgg_view_disable_simplecache
  • elgg_invalidate_simplecache

It's confusing to prefix them with elgg_view -- can we just drop that part? That would give us:

  • elgg_register_simplecache_view
  • elgg_get_simplecache_url
  • elgg_regenerate_simplecache
  • elgg_is_simplecache_enabled
  • elgg_enable_simplecache
  • elgg_disable_simplecache
  • elgg_invalidate_simplecache

Change History (3)

comment:1 Changed 2 years ago by ewinslow

  • Owner set to ewinslow
  • Status changed from new to assigned

comment:2 Changed 2 years ago by brettp

See also (and sort of dupes) #2856

comment:3 Changed 2 years ago by ewinslow

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

(In [svn:8260]) Fixes #2923: Removed "view" prefix from simplecache function names

Note: See TracTickets for help on using tickets.