Unify 'After the date' and 'Before the date' Vs 'Date from' and 'Date to' phrases

  • Affected Version
    WoltLab Suite 5.5
    Affected App
    WoltLab Suite Core

    If I understand correctly, these phrases mean the same thing, but they are formulated differently. I propose that they should be unified.

    Code
    <item name="wcf.acp.modificationLog.time.afterDate"><![CDATA[After the date]]></item>
    <item name="wcf.acp.modificationLog.time.beforeDate"><![CDATA[Before the date]]></item>
    (...)
    <item name="wcf.acp.user.authentication.failure.time.start"><![CDATA[Date from]]></item>
    <item name="wcf.acp.user.authentication.failure.time.end"><![CDATA[Date to]]></item>
  • These are similar, but actually not the same. The filter on the list of failed logins is inclusive, while the filter on the modification log is exclusive. The difference is wether the selected date is part of the range or not.

    Alexander Ebert
    Senior Developer WoltLab® GmbH

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!