Ignore:
Timestamp:
04/12/11 14:46:22 (13 years ago)
Author:
Kris Deugau
Message:

/trunk

Checkpoint

  • Comment-docu-tweak on addUser()
  • Disallow blank usernames on creation
  • Add docucomment on updateUser()
  • Update getRecLine() to handle long records, switch to more compact $dbh->do() instead of explicit prepare/execute/fetch
  • Update getDomRecs() to handle long records. Clean up SQL formatting.
  • Update addRec() to handle long records
  • Update updateRec() to handle long records
  • Add fixme reminder to handle VegaDNS encrypted passwords (hex-coded MD5)
  • Use getRecData() instead of local SQL for "Edit record" page
  • Log user add and update actions
  • Remember to set $permissions{admin} to 1 on update if user type is "superuser"
  • Uncomment page=deluser segment; this was not integrated with the rest of the user add/update pages
  • HTML-comment "Customer ID" (uid) on log pages; having trouble seeing a use-case
  • Nitpick tweaks on record add/edit page
  • Use HTML::Template's HTML-escaping on the record value on record add/edit page - required for eg SPF records with quotation marks
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/log.tmpl

    r60 r90  
    1111  <tr class="darkrowheader">
    1212      <td>Name</td>
    13       <td>Customer ID</td>
    14       <td>Email</td>
     13      <!-- Not sure "Customer ID" (filled with uid) is of any use... -->
     14      <!-- td>Customer ID</td -->
     15      <td>Username/Email</td>
    1516      <td>Log Entry</td>
    1617      <td>Date / Time</td>
     
    2021    <tr class="datalinelight">
    2122        <td><TMPL_VAR NAME=userfname></td>
    22         <td><TMPL_VAR NAME=userid></td>
     23        <!-- td><TMPL_VAR NAME=userid></td -->
    2324        <td><TMPL_VAR NAME=useremail></td>
    2425        <td><TMPL_VAR NAME=logentry></td>
Note: See TracChangeset for help on using the changeset viewer.