Changeset 1852 for trunk/template


Ignore:
Timestamp:
Feb 23, 2007, 2:18:34 PM (18 years ago)
Author:
rvelices
Message:

Plugins:

  • display author and and author url (if present) on plugin admin page
  • uniformized versions/authors... for all plugins in svn
  • security fix (html escape name, version, uri, author... to avoid javascript injection which could automatically simulate click on Install)
  • added confirmation for install/uninstall plugins

Web services:

  • web service explorer now caches method details in order to avoid unnecessary web calls
  • web service explorer can now send parameters as arrays
  • web service explorer uses now prototype.js version 1.5
  • small improvements
  • added and use function bad_request (sends http status code 400)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/admin/plugins.tpl

    r1655 r1852  
    2020  <td>
    2121  <!-- BEGIN action -->
    22   <a href="{plugins.plugin.action.U_ACTION}" {TAG_INPUT_ENABLED}>{plugins.plugin.action.L_ACTION}</a>
     22  <a href="{plugins.plugin.action.U_ACTION}"
     23<!-- BEGIN confirm -->
     24    onclick="return confirm('Are you sure?');"
     25<!-- END confirm -->
     26    {TAG_INPUT_ENABLED}>{plugins.plugin.action.L_ACTION}</a>
    2327  <!-- END action -->
    2428  </td>
Note: See TracChangeset for help on using the changeset viewer.