Show
Ignore:
Timestamp:
09/06/06 09:01:54 (6 years ago)
Author:
benoitg
Message:

filter content type according to various criteria. Will be used more
extensively in the profile manager.

  • Content manager: Use content type filter to only allow Simple

content types (Content without metadata) to be used for metadata.

banner adds, or any other image rotation. Size constraints not yet
implemented

  • Move externally maintained class.phpmailer.php, class.smtp.php

into lib where they belong

  • DateTime?.php: Make class handle an empty date sensibly.
  • Network.php: Show the network again when there is only one.

It was confusing in some screens.

  • page.php: Clarify error message, and set a more reasonnable

paging cascade:

5 min, 30 min, 2 hours, 1 day, 1 week, 1 month

  • Finally fix #127
  • At last, working content scheduled display and expiration for

ContentGroups?. Archiving does not yet have a UI. Content that expires
will simply seem to disapear.

  • Fix #247 (somebody filed a bug before I commited, conveniently

saving me the need to describe it).

  • The Fix for #106 in [1089] returned non-objects, causing error

messages and not displaying what it was meant to display.

Used Guest instead of Annonymous, which will probably be

used for different purpose in the future.

This re-fix does not include duplicate counting yet.

Splash users are not the only users that could log-in multiple times.

I don't have a staging server here, a fix will be

commited in a few minutes if something goes wrong.

  • Cleanup coments.
  • Sync schemas
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/wifidog-auth/wifidog/classes/Authenticators/AuthenticatorLocalUser.php

    r1031 r1090  
    7171     * 
    7272     * @return void 
    73      * 
    74      * @access public 
    7573     */ 
    7674    public function __construct($account_orgin) 
     
    8684     * 
    8785     * @return bool True if the parameter refers to a Local User account origin 
    88      * 
    89      * @access private 
     86 
    9087     */ 
    9188    private static function isLocalUserAccountOrigin($account_origin) 
     
    107104     * @return object The actual User object if login was successfull, false 
    108105     *                otherwise. 
    109      * 
    110      * @access public 
    111106     */ 
    112107    public function login($username, $password, &$errmsg = null) 
     
    164159     * 
    165160     * @return bool Returns always true 
    166      * 
    167      * @access public 
    168161     */ 
    169162    public function acctStart($conn_id, &$errmsg = null) 
     
    184177     * 
    185178     * @return bool Returns always true 
    186      * 
    187      * @access public 
    188179     */ 
    189180    public function acctUpdate($conn_id, $incoming, $outgoing, &$errmsg = null) 
     
    203194     * 
    204195     * @return bool Returns always true 
    205      * 
    206      * @access public 
    207196     */ 
    208197    public function acctStop($conn_id, &$errmsg = null) 
     
    218207     * 
    219208     * @return bool Returns if the class allows registration 
    220      * 
    221      * @access public 
    222209     */ 
    223210    public function isRegistrationPermitted()