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/Authenticator.php

    r1031 r1090  
    6969     * 
    7070     * @var object 
    71      * 
    72      * @access private 
     71 
    7372     */ 
    7473    private $mNetwork; 
     
    8079     * 
    8180     * @return void 
    82      * 
    83      * @access public 
    8481     */ 
    8582    public function __construct($network_id) 
     
    9289     * 
    9390     * @return object Object of current network 
    94      * 
    95      * @access public 
    9691     */ 
    9792    public function getNetwork() 
     
    10499     * 
    105100     * If successfull, returns a User object. 
    106      * 
    107      * @access public 
    108101     */ 
    109102    public function login() 
     
    124117     * 
    125118     * @return void 
    126      * 
    127      * @access public 
    128119     */ 
    129120    public function logout($conn_id = null) 
     
    190181     * 
    191182     * @return void 
    192      * 
    193      * @access public 
    194183     */ 
    195184    public function acctStart($conn_id) 
     
    244233     * 
    245234     * @return void 
    246      * 
    247      * @access public 
    248235     */ 
    249236    public function acctUpdate($conn_id, $incoming, $outgoing) 
     
    264251     * 
    265252     * @return void 
    266      * 
    267      * @access public 
    268253     * */ 
    269254    public function acctStop($conn_id) 
     
    281266     * 
    282267     * @return bool Returns if the class allows registration 
    283      * 
    284      * @access public 
    285268     */ 
    286269    public function isRegistrationPermitted()