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: #1377 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> 6cadc939772a0baf36f9c905b228088ea0e6d4bf

    OF-35 Adding Node Configuration page and Service Configuration page
    * Page for editing node configuration, uses existing configuration form
      mechanism.
    * Form UI is generated from the Data Form.
    * Node edit page does not work with PEP service, so node summary page has
      been configured to not show edit options when viewing a PEP node.
    * page for editing service configuration, also based on a Data form so
      code can be re-used.

    • src/i18n/openfire_i18n_en.properties (version 6cadc939772a0baf36f9c905b228088ea0e6d4bf)
    • src/java/org/jivesoftware/openfire/pubsub/Node.java (version 6cadc939772a0baf36f9c905b228088ea0e6d4bf)
    • src/java/org/jivesoftware/openfire/pubsub/PubSubModule.java (version 6cadc939772a0baf36f9c905b228088ea0e6d4bf)
    • src/java/org/jivesoftware/openfire/pubsub/PubSubServiceInfo.java (version 6cadc939772a0baf36f9c905b228088ea0e6d4bf)
    • src/resources/jar/admin-sidebar.xml (version 6cadc939772a0baf36f9c905b228088ea0e6d4bf)
    • src/web/pubsub-form-table.jsp (version 6cadc939772a0baf36f9c905b228088ea0e6d4bf)
    • src/web/pubsub-node-edit.jsp (version 6cadc939772a0baf36f9c905b228088ea0e6d4bf)
    • src/web/pubsub-node-summary.jsp (version 6cadc939772a0baf36f9c905b228088ea0e6d4bf)
    • src/web/pubsub-service-summary.jsp (version 6cadc939772a0baf36f9c905b228088ea0e6d4bf)
  • Ian Green <iang@Ians-MacBook-Pro.local>

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

    OF-35 two small bug fixes to logging and table row numbers
    * Fixed Row numbers on node summary table OF-1386
    * improved logging of affiliation changes
    * updated affiliation update version to use global update string

    • src/i18n/openfire_i18n_en.properties (version e09571677a7a88ae685098af60d48d3898a6802e)
    • src/web/pubsub-node-affiliates-edit.jsp (version e09571677a7a88ae685098af60d48d3898a6802e)
    • src/web/pubsub-node-summary.jsp (version e09571677a7a88ae685098af60d48d3898a6802e)
  • Ian Green <iang@Ians-MacBook-Pro.local>

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

    OF-35 Improvements to form structure and bug fixes
    * Moved detail text to under the field label i.e. left of the field.
    * the add user/group text box has been moved to the bottom row of the
      repective table, and table headings have been changed.
    * Fixed bug where blank properties were causing empty jids to be populated
      for sysadmins and allowedToCreate on the PubSubModule.
    * Fixed bug where options were removed from the forms after users/groups
      were added (options were not being transfered onto the new form).

    • src/i18n/openfire_i18n_en.properties (version 63019649b755b8cf5dc54a19f9f59c9a616ca049)
    • src/java/org/jivesoftware/openfire/pubsub/PubSubModule.java (version 63019649b755b8cf5dc54a19f9f59c9a616ca049)
    • src/java/org/jivesoftware/openfire/pubsub/PubSubServiceInfo.java (version 63019649b755b8cf5dc54a19f9f59c9a616ca049)
    • src/web/pubsub-form-table.jsp (version 63019649b755b8cf5dc54a19f9f59c9a616ca049)