]> git.mxchange.org Git - mailer.git/commit
Extension ext-grade continued:
authorRoland Häder <roland@mxchange.org>
Mon, 22 Oct 2012 19:08:57 +0000 (19:08 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 22 Oct 2012 19:08:57 +0000 (19:08 +0000)
commit96656bcea6601a6db340d7740492951be823dd5e
tree7a19f862de41fade5aa8052e8f537fc3a93dff49
parentb04edabc1961aded48e8becbb0777d81af893536
Extension ext-grade continued:
- Added XML template for adding grade data entries
- Introduced validateIsEmpty() which returns the input string if its trimmed
  string is not empty or FALSE otherwise.
- Made extra-value handling function more restrictive: Now the call-back
  function must be there
- Removed deprecated comment from all XML templates
44 files changed:
.gitattributes
inc/functions.php
inc/language/grade_de.php
inc/libs/grade_functions.php
inc/mysql-manager.php
templates/de/emails/admin/admin_add_grade_data.tpl [new file with mode: 0644]
templates/xml/admin/admin_add_do_forced_ads.xml
templates/xml/admin/admin_add_do_forced_campaigns.xml
templates/xml/admin/admin_add_do_forced_costs.xml
templates/xml/admin/admin_add_do_grade_data.xml [new file with mode: 0644]
templates/xml/admin/admin_delete_do_booking.xml
templates/xml/admin/admin_delete_do_forced_ads.xml
templates/xml/admin/admin_delete_do_forced_costs.xml
templates/xml/admin/admin_delete_do_nickname_history.xml
templates/xml/admin/admin_delete_do_surfbar_urls.xml
templates/xml/admin/admin_delete_do_user_subid.xml
templates/xml/admin/admin_delete_do_user_subid_stats.xml
templates/xml/admin/admin_delete_show_forced_ads.xml
templates/xml/admin/admin_delete_show_forced_costs.xml
templates/xml/admin/admin_delete_show_surfbar_urls.xml
templates/xml/admin/admin_delete_show_user_subid.xml
templates/xml/admin/admin_edit_do_forced_ads.xml
templates/xml/admin/admin_edit_do_forced_costs.xml
templates/xml/admin/admin_edit_do_point_accounts.xml
templates/xml/admin/admin_edit_do_surfbar_actions.xml
templates/xml/admin/admin_edit_do_surfbar_urls.xml
templates/xml/admin/admin_edit_do_user_subid.xml
templates/xml/admin/admin_edit_show_forced_ads.xml
templates/xml/admin/admin_edit_show_forced_campaigns.xml
templates/xml/admin/admin_edit_show_forced_costs.xml
templates/xml/admin/admin_edit_show_point_accounts.xml
templates/xml/admin/admin_edit_show_surfbar_actions.xml
templates/xml/admin/admin_edit_show_surfbar_urls.xml
templates/xml/admin/admin_edit_show_user_subid.xml
templates/xml/admin/admin_lock_do_surfbar_urls.xml
templates/xml/admin/admin_lock_show_surfbar_urls.xml
templates/xml/admin/admin_undelete_do_surfbar_urls.xml
templates/xml/admin/admin_undelete_show_surfbar_urls.xml
templates/xml/admin_data_template.xml
templates/xml/member/member_add_do_user_subid.xml
templates/xml/member/member_delete_do_user_subid.xml
templates/xml/member/member_delete_show_user_subid.xml
templates/xml/member/member_edit_do_user_subid.xml
templates/xml/member/member_edit_show_user_subid.xml