Log in with username/password: lyceum/lyceum

Changeset 117

Show
Ignore:
Timestamp:
10/27/05 20:03:18 (3 years ago)
Author:
john
Message:

Fixed the link to comment moderation from the Dashboard from page. Change the location of some links on the front pages of blogs.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tags/0.6RC/src/config/debug.php

    r30 r117  
    33   //TODO log error in log file when assertion fails 
    44   echo " 
    5         <hr>Assertion Failed<br/> 
    6         <u><b>File:</u></b> $file<br /> 
    7         <u><b>Line:</u></b> $line<br /> 
    8         <u><b>Code:</u></b> $code<br /><hr />"; 
     5      <hr>Assertion Failed<br/> 
     6      <u><b>File:</u></b> $file<br /> 
     7      <u><b>Line:</u></b> $line<br /> 
     8      <u><b>Code:</u></b> $code<br /><hr />"; 
    99} 
    1010 
  • tags/0.6RC/src/lyceum/wp-admin/index.php

    r74 r117  
    4545if ( $numcomments = $wpdb->get_comment_var("COUNT(DISTINCT $wpdb->comments.comment_ID)", "comment_approved = '0'") ) : 
    4646?> 
    47 <p><strong><a href="moderation.php"><?php echo sprintf(__('Comments in moderation (%s)'), number_format($numcomments) ); ?> &raquo;</a></strong></p> 
     47<p><strong><a href="moderation.php?b=<?=$blog?>"><?php echo sprintf(__('Comments in moderation (%s)'), number_format($numcomments) ); ?> &raquo;</a></strong></p> 
    4848<?php endif; ?> 
    4949</div> 
  • tags/0.6RC/src/lyceum/wp-content/themes/default/footer.php

    r55 r117  
    33<div id="footer"> 
    44   <p> 
    5       <?php bloginfo('name'); ?> is proudly powered by  
     5      <a href="feed:<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> 
     6      and <a href="feed:<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>. 
     7      <br/><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid XHTML</a> 
     8      <br/><?php bloginfo('name'); ?> is powered by  
     9      <a href="http://lyceum.ibiblio.org">Lyceum</a> and 
    610      <a href="http://wordpress.org">WordPress</a> 
    7       <br /><a href="feed:<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> 
    8       and <a href="feed:<?php bloginfo('comments_rss2_url'); ?>">Comments (RSS)</a>. 
     11       
    912      <!-- <?php echo $wpdb->num_queries; ?> queries. <?php timer_stop(1); ?> seconds. --> 
    1013   </p> 
  • tags/0.6RC/src/lyceum/wp-content/themes/default/sidebar.php

    r2 r117  
    5858            <li><h2>Meta</h2> 
    5959            <ul> 
    60                <?php wp_register(); ?> 
    6160               <li><?php wp_loginout(); ?></li> 
    62                <li><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li> 
    63                <li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li> 
    64                <li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li> 
    6561               <?php wp_meta(); ?> 
    6662            </ul> 
  • tags/0.6RC/src/lyceum/wp-login.php

    r59 r117  
    243243</form> 
    244244<ul> 
    245    <li><a href="<?php bloginfo('home'); ?>" title="<?php _e('Are you lost?') ?>">&laquo; <?php _e('Back to blog') ?></a></li> 
     245   <li><a href="<?php bloginfo('home'); ?>" title="<?php _e('Are you lost?') ?>">&laquo; <?php _e('Back to Lyceum Front Page') ?></a></li> 
    246246<?php if (get_settings(0, 'users_can_register')) : ?> 
    247247   <li><a href="<?php bloginfo('wpurl'); ?>/wp-register.php"><?php _e('Register') ?></a></li> 
  • tags/0.6RC/src/lyceum/wp-register.php

    r38 r117  
    9393<div id="login"> 
    9494<h1><a href="http://wordpress.org/">WordPress</a></h1> 
    95 <h2><?php _e('Register for this blog') ?></h2> 
     95<h2><?php _e('Register for a blog') ?></h2> 
    9696<?php if ( isset($errors) ) : ?> 
    9797<div class="error"> 
     
    103103</div> 
    104104<?php endif; ?> 
    105 <form method="post" action="wp-register.php" id="registerform"><?=bloginput()?> 
     105<form method="post" action="wp-register.php" id="registerform"> 
    106106   <p><input type="hidden" name="action" value="register" /> 
    107107   <label for="user_login"><?php _e('Username:') ?></label><br /> <input type="text" name="user_login" id="user_login" size="20" maxlength="20" value="<?php echo $user_login; ?>" /><br /></p> 
     
    111111</form> 
    112112<ul> 
    113    <li><a href="<?php bloginfo('home'); ?>" title="<?php _e('Are you lost?') ?>">&laquo; <?php _e('Back to blog') ?></a></li> 
     113   <li><a href="<?php bloginfo('home'); ?>" title="<?php _e('Are you lost?') ?>">&laquo; <?php _e('Back to Lyceum Front Page') ?></a></li> 
    114114   <li><a href="<?php bloginfo('wpurl'); ?>/wp-login.php"><?php _e('Login') ?></a></li> 
    115115   <li><a href="<?php bloginfo('wpurl'); ?>/wp-login.php?action=lostpassword" title="<?php _e('Password Lost and Found') ?>"><?php _e('Lost your password?') ?></a></li> 
  • trunk/doc/credits.txt

    r36 r117  
    3838Zane Rockenbaugh http://liquid-labs.com 
    3939Will Mitchel http://jonx.com 
    40  
     40Max Starkenburg 
    4141 
    4242 
Log in with username/password: lyceum/lyceum