Verifies the integrety of the projects, as builds are executed immediately after a code change was detected. This plan provides no artifiacts (use a nightly build instead).

Build: #1371 was successful Changes by Ian Green <iang@Ians-MacBook-Pro.local>

Code commits

Openfire (master)

  • Ian Green <iang@Ians-MacBook-Pro.local>

    Ian Green <iang@Ians-MacBook-Pro.local> 6d240f6e3f81d248614abbd70e8bfcab65dbd057

    OF-35: Adding Node affiliates admin pages
    * Page for viewing existing affiliates
    * Ability to delete affiliates (will remove all subscriptions)
    * Ability to edit the affiliation type (subscriptions are updated
      as appropriate)

    • src/i18n/openfire_i18n_en.properties (version 6d240f6e3f81d248614abbd70e8bfcab65dbd057)
    • src/java/org/jivesoftware/openfire/pubsub/Node.java (version 6d240f6e3f81d248614abbd70e8bfcab65dbd057)
    • src/resources/jar/admin-sidebar.xml (version 6d240f6e3f81d248614abbd70e8bfcab65dbd057)
    • src/web/pubsub-node-affiliates-delete.jsp (version 6d240f6e3f81d248614abbd70e8bfcab65dbd057)
    • src/web/pubsub-node-affiliates-edit.jsp (version 6d240f6e3f81d248614abbd70e8bfcab65dbd057)
    • src/web/pubsub-node-affiliates.jsp (version 6d240f6e3f81d248614abbd70e8bfcab65dbd057)
    • src/web/pubsub-node-delete.jsp (version 6d240f6e3f81d248614abbd70e8bfcab65dbd057)
    • src/web/pubsub-node-items.jsp (version 6d240f6e3f81d248614abbd70e8bfcab65dbd057)
    • src/web/pubsub-node-subscribers.jsp (version 6d240f6e3f81d248614abbd70e8bfcab65dbd057)
    • src/web/pubsub-node-summary.jsp (version 6d240f6e3f81d248614abbd70e8bfcab65dbd057)
  • Ian Green <iang@Ians-MacBook-Pro.local>

    Ian Green <iang@Ians-MacBook-Pro.local> 4a924a7fdcc7c8f7b704e49628d15eb4de262377

    OF-35: Tidy up of pubsub pages after PEP refactor
    * Tidied up imports
    * Removed URL encode on URL params as this is done automatically.
    * Removed URL decode of owner parameter as it is no longer double encoded.
    * made extra param encoding consistent.
    * added owner param to redirect URLS.
    * added hidden owner field to delete form so redirect works.

    • src/web/pubsub-node-delete.jsp (version 4a924a7fdcc7c8f7b704e49628d15eb4de262377)
    • src/web/pubsub-node-items.jsp (version 4a924a7fdcc7c8f7b704e49628d15eb4de262377)
    • src/web/pubsub-node-subscribers.jsp (version 4a924a7fdcc7c8f7b704e49628d15eb4de262377)
    • src/web/pubsub-node-summary.jsp (version 4a924a7fdcc7c8f7b704e49628d15eb4de262377)