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

    r1022 r1090  
    6969     * 
    7070     * @var string 
    71      * 
    72      * @access private 
     71 
    7372     */ 
    7473    private $mldap_hostname; 
     
    7877     * 
    7978     * @var string 
    80      * 
    81      * @access private 
     79 
    8280     */ 
    8381    private $mldap_rdn; 
     
    8785     * 
    8886     * @var string 
    89      * 
    90      * @access private 
     87 
    9188     */ 
    9289    private $mldap_pass; 
     
    9693     * 
    9794     * @var string 
    98      * 
    99      * @access private 
     95 
    10096     */ 
    10197    private $mldap_o; 
     
    106102     * 
    107103     * @var string 
    108      * 
    109      * @access private 
     104 
    110105     */ 
    111106    private $mldap_filter; 
     
    129124     * 
    130125     * @return void 
    131      * 
    132      * @access public 
    133126     */ 
    134127        public function __construct($account_orgin, $host, $rdn, $pass, $o, $filter) 
     
    156149     * 
    157150     * @return bool True if the parameter refers to a Local User account origin 
    158      * 
    159      * @access private 
     151 
    160152     */ 
    161153        private function checkLdapUser($username, $password, $ldap_server, $o, $f, &$errmsg = null ) 
     
    237229     * @return object The actual User object if login was successfull, false 
    238230     *                otherwise. 
    239      * 
    240      * @access public 
    241231     */ 
    242232        public function login($username, $password, &$errmsg = null) 
     
    292282     * 
    293283     * @return bool Returns always true 
    294      * 
    295      * @access public 
    296284     */ 
    297285    public function acctStart($conn_id, &$errmsg = null) 
     
    312300     * 
    313301     * @return bool Returns always true 
    314      * 
    315      * @access public 
    316302     */ 
    317303    public function acctUpdate($conn_id, $incoming, $outgoing, &$errmsg = null) 
     
    331317     * 
    332318     * @return bool Returns always true 
    333      * 
    334      * @access public 
    335319     */ 
    336320    public function acctStop($conn_id, &$errmsg = null)