]> git.mxchange.org Git - mailer.git/commit
Introduced new function capitalizeUnderscoreString(), rewritten 'do' parameter:
authorRoland Häder <roland@mxchange.org>
Sat, 31 Jul 2010 06:06:12 +0000 (06:06 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 31 Jul 2010 06:06:12 +0000 (06:06 +0000)
commit95e7ebcc079858e287ea182a03cd372df0d0934f
treea3eecde890613f50cfe2a79a0c9a7d1919572d62
parent0f8b6618aeb5d92a372be12066c611c60ff86917
Introduced new function capitalizeUnderscoreString(), rewritten 'do' parameter:
- Introduced new function capitalizeUnderscoreString(), this function does first
  convert all dashes (-) into underscores (_) and then capitalizes all strings
  parts. This function is self-cached to speedup things
- All ext-network templates rewritten which has a 'do' parameter, this parameter
  identifies the form which should be processed by doNetworkProccessForm()
17 files changed:
inc/expression-functions.php
inc/filters.php
inc/functions.php
inc/libs/network_functions.php
templates/de/html/admin/admin_add_network.tpl
templates/de/html/admin/admin_add_network_api_translation.tpl
templates/de/html/admin/admin_add_network_params.tpl
templates/de/html/admin/admin_add_network_type.tpl
templates/de/html/admin/admin_del_network_params.tpl
templates/de/html/admin/admin_del_network_types.tpl
templates/de/html/admin/admin_del_networks.tpl
templates/de/html/admin/admin_edit_network_params.tpl
templates/de/html/admin/admin_edit_network_types.tpl
templates/de/html/admin/admin_edit_networks.tpl
templates/de/html/admin/admin_list_network_params.tpl
templates/de/html/admin/admin_list_network_types.tpl
templates/de/html/admin/admin_list_networks.tpl