Changeset 33 for trunk/hp

Show
Ignore:
Timestamp:
09/03/05 22:42:52 (7 years ago)
Author:
alexx
Message:
  • Auth: Remove MySQL PASSWORD hashing method to hash password, replace by MD5 hashing, add code to make a smooth transition between hashing method
  • XML engine: Fix a trivial recent bug in dotnode-xml.php
  • Robots: fix a bug in crontab script robots/launch_robots.sh (add cd dirname $0)
  • CSS: Add max_width to image in blog (work on Mozilla/*, Opera but not good on Safari (no proportional resizing), of course, that doesn't work on IE)
  • DB: changing DB structure !!!
    ALTER TABLE `user` ADD `passwd_md5` CHAR( 32 ) NOT NULL AFTER `passwd` ;
    ALTER TABLE `user` CHANGE `passwd` `passwd` VARCHAR( 42 ) NULL ;
    ALTER TABLE `dntp_translator` ADD `passwd_md5` CHAR( 32 ) NOT NULL AFTER `passwd` ;
    ALTER TABLE `dntp_translator` CHANGE `passwd` `passwd` VARCHAR( 42 ) NULL ;
    
Location:
trunk/hp/styles
Files:
9 modified

Legend:

Unmodified
Added
Removed
  • trunk/hp/styles/crepusculea/style.css

    r1 r33  
    121121        color: white; 
    122122 
     123} 
     124 
     125#blog img { 
     126      max-width: 460px; 
     127      height: auto; 
    123128} 
    124129 
  • trunk/hp/styles/default/style.css

    r1 r33  
    132132} 
    133133 
     134#blog img { 
     135      max-width: 460px; 
     136      height: auto; 
     137} 
     138 
    134139#bookmark ul li a { 
    135140        font-weight: bold; 
  • trunk/hp/styles/guillaume/style.css

    r1 r33  
    210210} 
    211211 
    212  
    213  
    214  
    215  
    216  
    217  
    218  
     212#blog img { 
     213      max-width: 460px; 
     214      height: auto; 
     215} 
  • trunk/hp/styles/keke/style.css

    r1 r33  
    336336} 
    337337 
     338#blog img { 
     339      max-width: 460px; 
     340      height: auto; 
     341} 
    338342 
    339343#footer { 
  • trunk/hp/styles/keke2/style.css

    r1 r33  
    350350} 
    351351 
     352#blog img { 
     353      max-width: 460px; 
     354      height: auto; 
     355} 
    352356 
    353357#footer { 
  • trunk/hp/styles/lunacymaze/style.css

    r1 r33  
    192192} 
    193193 
     194#blog img { 
     195      max-width: 460px; 
     196      height: auto; 
     197} 
     198 
    194199#bookmark { 
    195200        padding-top: 5px; 
  • trunk/hp/styles/madprog/style.css

    r1 r33  
    5353        padding: 3px; 
    5454} 
     55 
     56#blog img { 
     57      max-width: 460px; 
     58      height: auto; 
     59} 
     60 
    5561 
    5662body 
  • trunk/hp/styles/mauzilla/style.css

    r1 r33  
    159159} 
    160160 
     161#blog img { 
     162      max-width: 460px; 
     163      height: auto; 
     164} 
     165 
     166 
    161167/* Friends 
    162168********************************************/ 
  • trunk/hp/styles/tito/style.css

    r1 r33  
    124124} 
    125125 
     126#blog img { 
     127        max-width: 460px; 
     128        height: auto; 
     129} 
     130 
    126131#album td { 
    127132        display: inline;