Movim v0.5.0 Release Notes

    • Parse all the Movim messages to make them more “user-friendly” (smileys, links, bb-code like) @Etenil
    • DONE Make a public XML page reporting on the pod status (how many user hosted, version, current status…), to be pinged from pod.movim.eu @edhelas
    • Move DataJar based Classes into a single folder @edhelas
    • Cleaner CSS @edhelas
    • Update dates (like “2 min ago”) automatically @edhelas
    • Clean and move UserConf in a single class @edhelas
    • New UI @edhelas

    Core

    • Integrate Datajar @etenil
    • Test Movim on all Datajar back-ends @etenil
    • Write a makefile to manage packaging/pulling dependencies @etenil
    • Provide a more consistent API for the XMPP library (to ease the replacement of JAXL later) @etenil
    • Store the Caps (XEP-115) in the database to cache them @edhelas

    Widgets @edhelas

    • Move Profile to a single page
    • Merge “News” and “Feed” in one single widget and create filters (by source, date…)
    • Create a system to cache the Widgets

    Roster

    • Add groups support
    • Fixed Bug : chat link when a contact become online

    Profile

    • New system to switch the presences
    • Change the status

    Feed/Wall

    • Store comments in the database
    • Add comments
    • Show/hide old comments if there is a lot of them (like 2 or more)

    vCard

    • Add Avatar support
    • Date picker for the birth date (kilian)
    • Display client informations

    Chat

    • More consistent UI
    • Store all the Messages in the database to handle them more cleanly