Ignore:
Timestamp:
Sep 12, 2008, 4:17:35 AM (16 years ago)
Author:
rvelices
Message:
  • images.file categories.permalink old_permalinks.permalink - become binary
  • session security improvement: now the sessions are valid only for originating ip addr (with mask 255.255.0.0 to allow users behind load balancing proxies) -> stealing the session cookie is almost a non issue (with the exception of the 65536 machines in range)
  • metadata sync from the sync button does not overwrite valid data with empty metadata
  • other small fixes/enhancements:
    • added event get_category_image_orders
    • fix display issue with redirect.tpl (h1/h2 within h1)
    • fix known_script smarty function registration
    • query search form not submitted if q is empty
    • better admin css rules
    • some other minor changes (ws_core, rest_handler, functions_search...)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/template/yoga/redirect.tpl

    r2489 r2521  
    11{* $Id$ *}
    2 <h2>{$REDIRECT_MSG}</h2>
    3 <p style="text-align:center; margin: 2em">
     2{html_head}
     3<style type="text/css">#the_page {ldelim}text-align:center;} </style>
     4{/html_head}
     5
     6<div>
     7        {$REDIRECT_MSG}
     8</div>
     9
     10<p style="margin: 2em">
    411        <a href="{$page_refresh.U_REFRESH}">
    512                {'click_to_redirect'|@translate}
Note: See TracChangeset for help on using the changeset viewer.