Show
Ignore:
Timestamp:
12/01/2007 01:45:20 PM (12 months ago)
Author:
Shadowhand
Message:

Changes to core:

  • Small optimizations and cleanup in Kodoc
  • Small optimizations to User_agent
  • Fixed a typo in config/encryption.php, thanks J. Gordon!
  • Updated ORM::call to pass through calls to the database. This allows calls like: $user->orderby('username', 'desc')->find_all();
  • Renamed ORM::where to ORM::where_key (protected), and changed it's functionality
  • Updated user and role model to handle where_key
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/kodoc/views/kodoc/template.php

    r1330 r1364  
    3434dt tt { display: inline-block; display: -moz-inline-box; width: 5em;} 
    3535dd { display: block; padding-left: 1em; } 
     36 
     37code { white-space: pre; display: none; } 
    3638 
    3739#container { position: relative; margin: 0 16em 2em 1em; border: solid 0 #e7f5d7; border-width: 0 0.2em 0.3em 0.2em; }