[Yanel-commits] [wyona/yanel] 3862cb: Add contact-for-v2 resource-type

Michael Wechner michael.wechner at wyona.com
Mon Oct 29 11:01:01 CET 2012


  Branch: refs/heads/master
  Home:   https://github.com/wyona/yanel
  Commit: 3862cb1c604a515d7243bc258fbe8d4c70c43cc5
      https://github.com/wyona/yanel/commit/3862cb1c604a515d7243bc258fbe8d4c70c43cc5
  Author: Cedric Staub <cs.staub at gmail.com>
  Date:   2012-10-01 (Mon, 01 Oct 2012)

  Changed paths:
    A src/resources/contact-form/resource-v2.xml
    A src/resources/contact-form/src/java/org/wyona/yanel/impl/resources/contactform/ContactResourceV2.java

  Log Message:
  -----------
  Add contact-for-v2 resource-type


  Commit: 6dac484d6e8055e7bc3a952063c0fcb37bdb86ef
      https://github.com/wyona/yanel/commit/6dac484d6e8055e7bc3a952063c0fcb37bdb86ef
  Author: Michael Wechner <michael.wechner at wyona.com>
  Date:   2012-10-26 (Fri, 26 Oct 2012)

  Changed paths:
    M README.txt
    M conf/CatalogManager.properties
    M conf/catalog.xml
    M conf/log4j.properties
    M src/build/dependencies.xml
    M src/build/targets/config.xml
    M src/build/targets/create-new-resource-type/from-scratch-resource-template/src/java/bar/foo/yanel/impl/resources/FromScratchResource-xml.java
    M src/build/targets/install-tomcat.xml
    M src/build/targets/webapp/cluster.xml
    M src/impl/java/org/wyona/yanel/impl/resources/BasicXMLResource.java
    M src/impl/java/org/wyona/yanel/impl/scheduler/QuartzSchedulerUtil.java
    M src/realms/from-scratch-realm-template/res-configs/boost.xml.yanel-rc
    M src/realms/from-scratch-realm-template/res-configs/generic-xhtml-page_yanel-rc.xml
    M src/realms/yanel-website/data-repo/data/en/documentation/basic-xml-resource-type.html
    M src/realms/yanel-website/data-repo/data/en/documentation/configuration/CatalogManager_properties.html
    M src/realms/yanel-website/data-repo/data/en/task-bug-tracker.html
    R src/realms/yanel-website/data-repo/data/en/task-bug-tracker.xhtml
    M src/realms/yanel-website/res-configs-repo/data/boost.xml.yanel-rc
    M src/resources/file/src/java/org/wyona/yanel/impl/resources/node/NodeResource.java
    M src/resources/navigation/src/java/org/wyona/yanel/impl/resources/navigation/NavigationResource.java
    M src/resources/personalized-content/resource.xml
    M src/resources/personalized-content/src/build/dependencies.xml
    M src/resources/personalized-content/src/java/org/wyona/yanel/impl/resources/boost/PersonalizedContentResource.java
    M src/webapp/src/java/org/wyona/yanel/servlet/YanelServlet.java

  Log Message:
  -----------
  Merge branch 'master' into contact-form-v2


  Commit: 38011de30d435b3ee1b3d8be79ef6f83ad472456
      https://github.com/wyona/yanel/commit/38011de30d435b3ee1b3d8be79ef6f83ad472456
  Author: Michael Wechner <michael.wechner at wyona.com>
  Date:   2012-10-27 (Sat, 27 Oct 2012)

  Changed paths:
    M src/resources/contact-form/src/java/org/wyona/yanel/impl/resources/contactform/ContactResourceV2.java

  Log Message:
  -----------
  logger class argument fixed and implements Trackable


  Commit: 783543aac1bc3ea2c2c1fdaeffda546550665615
      https://github.com/wyona/yanel/commit/783543aac1bc3ea2c2c1fdaeffda546550665615
  Author: Michael Wechner <michael.wechner at wyona.com>
  Date:   2012-10-27 (Sat, 27 Oct 2012)

  Changed paths:
    M src/resources/contact-form/src/build/dependencies.xml

  Log Message:
  -----------
  dependency re BasicXMLResource fixed


  Commit: 052d9382b4daf75b5d367e05480b84a4a0ae0315
      https://github.com/wyona/yanel/commit/052d9382b4daf75b5d367e05480b84a4a0ae0315
  Author: Michael Wechner <michael.wechner at wyona.com>
  Date:   2012-10-27 (Sat, 27 Oct 2012)

  Changed paths:
    M src/resources/contact-form/resource-v2.xml

  Log Message:
  -----------
  since version 2 is based on BasicXMLResource we do not need the xslt properties anymore


  Commit: 3aa06dc0ba402b8cadad1dfeb113b7d897117593
      https://github.com/wyona/yanel/commit/3aa06dc0ba402b8cadad1dfeb113b7d897117593
  Author: Michael Wechner <michael.wechner at wyona.com>
  Date:   2012-10-28 (Sun, 28 Oct 2012)

  Changed paths:
    M src/resources/contact-form/src/java/org/wyona/yanel/impl/resources/contactform/ContactResource.java

  Log Message:
  -----------
  typo fixed


  Commit: d2c4f6a69446ba251d527b33eda1fb38eacc3f59
      https://github.com/wyona/yanel/commit/d2c4f6a69446ba251d527b33eda1fb38eacc3f59
  Author: Michael Wechner <michael.wechner at wyona.com>
  Date:   2012-10-28 (Sun, 28 Oct 2012)

  Changed paths:
    M src/resources/contact-form/src/java/org/wyona/yanel/impl/resources/contactform/ContactResourceV2.java

  Log Message:
  -----------
  replace root element by document containing fields as in version 1


  Commit: 667b61d8d2e9415b888f1e431e2361e69e46bfda
      https://github.com/wyona/yanel/commit/667b61d8d2e9415b888f1e431e2361e69e46bfda
  Author: Michael Wechner <michael.wechner at wyona.com>
  Date:   2012-10-28 (Sun, 28 Oct 2012)

  Changed paths:
    A src/resources/contact-form/htdocs/xml/contact-form.xml
    A src/resources/contact-form/htdocs/xslt/contact-form.xsl
    M src/resources/contact-form/resource.xml
    M src/resources/contact-form/src/java/org/wyona/yanel/impl/resources/contactform/ContactResource.java
    M src/resources/contact-form/src/java/org/wyona/yanel/impl/resources/contactform/ContactResourceV2.java
    R src/resources/contact-form/xml/contact-form.xml
    R src/resources/contact-form/xslt/contact-form.xsl

  Log Message:
  -----------
  files moved such that they are accessible via protocol rthtdocs


  Commit: 9efaafecdadfe9511b1c02a2314235622b06065d
      https://github.com/wyona/yanel/commit/9efaafecdadfe9511b1c02a2314235622b06065d
  Author: Michael Wechner <michael.wechner at wyona.com>
  Date:   2012-10-28 (Sun, 28 Oct 2012)

  Changed paths:
    M src/realms/yanel-website/res-configs-repo/data/en/contact.html.yanel-rc

  Log Message:
  -----------
  contact resource version 2 added, whereas commented


  Commit: c1850099d79d6bbdc0ee9abe49fa50a429cbf7ec
      https://github.com/wyona/yanel/commit/c1850099d79d6bbdc0ee9abe49fa50a429cbf7ec
  Author: Michael Wechner <michael.wechner at wyona.com>
  Date:   2012-10-28 (Sun, 28 Oct 2012)

  Changed paths:
    M src/resources/contact-form/src/java/org/wyona/yanel/impl/resources/contactform/ContactResourceV2.java

  Log Message:
  -----------
  obsolete imports removed


  Commit: 0c9277d252a9e8971966f569b20045dc0a63bec7
      https://github.com/wyona/yanel/commit/0c9277d252a9e8971966f569b20045dc0a63bec7
  Author: Michael Wechner <michael.wechner at wyona.com>
  Date:   2012-10-28 (Sun, 28 Oct 2012)

  Changed paths:
    M src/realms/yanel-website/res-configs-repo/data/en/contact.html.yanel-rc

  Log Message:
  -----------
  i18n catalogue added


  Commit: aaad90ad15bdb2b613c2dfd1fd82b8a81551e22d
      https://github.com/wyona/yanel/commit/aaad90ad15bdb2b613c2dfd1fd82b8a81551e22d
  Author: Michael Wechner <michael.wechner at wyona.com>
  Date:   2012-10-28 (Sun, 28 Oct 2012)

  Changed paths:
    M src/resources/contact-form/htdocs/xslt/contact-form.xsl

  Log Message:
  -----------
  use i18n:text instead


  Commit: 5bd34d57207dc1f267826e14670d06b65940377a
      https://github.com/wyona/yanel/commit/5bd34d57207dc1f267826e14670d06b65940377a
  Author: Michael Wechner <michael.wechner at wyona.com>
  Date:   2012-10-28 (Sun, 28 Oct 2012)

  Changed paths:
    M src/resources/contact-form/htdocs/xslt/contact-form.xsl

  Log Message:
  -----------
  use i18:text instead


  Commit: a418cec46dae77d1136346df0e503b183b9fb110
      https://github.com/wyona/yanel/commit/a418cec46dae77d1136346df0e503b183b9fb110
  Author: Michael Wechner <michael.wechner at wyona.com>
  Date:   2012-10-28 (Sun, 28 Oct 2012)

  Changed paths:
    R src/realms/yanel-website/data-repo/data/en/documentation/i18n.xhtml

  Log Message:
  -----------
  obsolete


  Commit: fdb400634c34273788def03055144a42f4e9f4cb
      https://github.com/wyona/yanel/commit/fdb400634c34273788def03055144a42f4e9f4cb
  Author: Michael Wechner <michael.wechner at wyona.com>
  Date:   2012-10-29 (Mon, 29 Oct 2012)

  Changed paths:
    M src/realms/yanel-website/data-repo/data/en/documentation/i18n.html

  Log Message:
  -----------
  title fixed and documentation added about resource specific catalogue


  Commit: 7736f869b7b29d6eca9370f11d851994a778ff34
      https://github.com/wyona/yanel/commit/7736f869b7b29d6eca9370f11d851994a778ff34
  Author: Michael Wechner <michael.wechner at wyona.com>
  Date:   2012-10-29 (Mon, 29 Oct 2012)

  Changed paths:
    M src/realms/yanel-website/res-configs-repo/data/en/contact.html.yanel-rc

  Log Message:
  -----------
  switched to version 2


Compare: https://github.com/wyona/yanel/compare/8d2754466937...7736f869b7b2


More information about the Yanel-commits mailing list