Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

    •  
      request #13551 PhpWiki notification broken
    Infos
    #13551
    Manuel Vacelet (vaceletm)
    2019-06-26 17:10
    2019-06-26 11:42
    14665
    Details
    PhpWiki notification broken

    As a user,

    When I go to PhpWiki preferences in a project

    And I add a page in the notification area

    Then the page tells me "1 UserPreferences fields successfully updated." and I can still see the page in the box

    But when I reload the page, the page is not there

    And I don't get any notification

     

    Doc/Wiki
    All
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    Closed
    2019-06-26
    Attachments
    Empty
    References

    Follow-ups

    User avatar
    Thomas Gerbet (tgerbet)2019-06-26 16:28
    It worked as expected on Tuleap 10.9.

    This means one of this commit is the source of the issue:
    e0dbc92977 request #13157: Make sure code does not use deprecated PHP features
    0459eb6e35 Remove last usage of crypt()
    cf523221c3 request #13149: Remove all usages of the function crypt()
    7a29f6d526 request #12935: Remove all usages of the PHP function each() for code under src/common/
    0b7f4afabd request #13068: Start enforcing Tuleap PHP coding standard in CI pipelines
    4cee37ced0 request #13078: Remove usages of double underscores methods and functions
    8fc3f40760 Expose a way to handle DB re-connection for processes that expect to be long-running
    6418279f13 request #12963: Project PHPWiki pages might not be displayed if some metadata are missing
    b391772fb9 request #12828: Default wiki page names must be escaped before being used in a SQL query
    1b97bed898 Functions inspecting arguments report the current parameter value in PHP 7


    Bisecting is going to be painful.
    User avatar
    Thomas Gerbet (tgerbet)2019-06-26 15:36
    Tested on Tuleap 11.0 issue was already present, it looks like it's not something new.

    • Reported in version changed from development to 11.0
    User avatar
    Thomas Gerbet (tgerbet)2019-06-26 15:25
    The issue seems to be with refresh of the page. If you access again the preferences page, the preferences are set back to the default values.