]> git.mxchange.org Git - mailer.git/commit
Introduced new function capitalizeUnderscoreString(), rewritten 'do' parameter:
authorquix0r <quix0r@mxchange.org>
Sat, 31 Jul 2010 06:06:12 +0000 (06:06 +0000)
committerquix0r <quix0r@mxchange.org>
Sat, 31 Jul 2010 06:06:12 +0000 (06:06 +0000)
commit4a2cb5340af77e9d7c87c0cf24879dd4e41a9a3e
treea3eecde890613f50cfe2a79a0c9a7d1919572d62
parentbfd0bdf6425d06e988c936a29bb0ea9a882aef6c
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