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/sql/wifidog-postgres-initial-data.sql

    r1029 r1090  
    1 \connect wifidog; 
    21BEGIN; 
    32-- 
     
    175174-- 
    176175 
    177 INSERT INTO schema_info (tag, value) VALUES ('schema_version', '39'); 
     176INSERT INTO schema_info (tag, value) VALUES ('schema_version', '46'); 
    178177 
    179178 
     
    200199INSERT INTO locales (locales_id) VALUES ('de'); 
    201200INSERT INTO locales (locales_id) VALUES ('pt'); 
     201INSERT INTO locales (locales_id) VALUES ('ja'); 
     202INSERT INTO locales (locales_id) VALUES ('es'); 
    202203 
    203204