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/admin/template/yoga/theme/admin/theme.css

    r2503 r2521  
    4545.content dl, dd { margin:5px; }
    4646.content div.titrePage { height:55px; }
    47 .content ol li { text-align: left; }
    4847.instructions { text-align: left; padding: 20px 20px 0 20px; }
    4948.throw, td h3 {
    5049 background-image: url(images/fillet.png); background-repeat: repeat-x; }
    51 .browsePath a { color: #eee; }
    5250/* borders */ /* TODO */
    5351INPUT, SELECT, TEXTAREA { border-left: 2px inset #696969;
Note: See TracChangeset for help on using the changeset viewer.