Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/timestamper-plugin
  Commit: 7070093aa41cae6a4fe163a298984381d88db97a
      
https://github.com/jenkinsci/timestamper-plugin/commit/7070093aa41cae6a4fe163a298984381d88db97a
  Author: michael <mich...@externaldevelopment.fritz.box>
  Date:   2015-02-20 (Fri, 20 Feb 2015)

  Changed paths:
    M src/main/java/hudson/plugins/timestamper/format/TimestampFormatter.java
    M 
src/main/resources/hudson/plugins/timestamper/annotator/TimestampAnnotatorFactory/script.js
    M 
src/main/resources/hudson/plugins/timestamper/annotator/TimestampAnnotatorFactory/usersettings.jelly
    M 
src/main/resources/hudson/plugins/timestamper/annotator/TimestampAnnotatorFactory/usersettings_de.properties

  Log Message:
  -----------
  added option for selecting local time

added an option for selecting the local time based on the browser (needs
cookies)
this is very useful in case you have jenkins users from differnet
timezones and therefore changing the timezone of the master is not a
solution


  Commit: 3e4fea53c266399483752d000908becffed9940c
      
https://github.com/jenkinsci/timestamper-plugin/commit/3e4fea53c266399483752d000908becffed9940c
  Author: michael <mich...@externaldevelopment.fritz.box>
  Date:   2015-02-28 (Sat, 28 Feb 2015)

  Changed paths:
    M src/main/java/hudson/plugins/timestamper/format/TimestampFormatter.java
    M 
src/main/resources/hudson/plugins/timestamper/annotator/TimestampAnnotatorFactory/script.js
    M 
src/main/resources/hudson/plugins/timestamper/annotator/TimestampAnnotatorFactory/usersettings.jelly
    M 
src/main/resources/hudson/plugins/timestamper/annotator/TimestampAnnotatorFactory/usersettings_de.properties

  Log Message:
  -----------
  changed input type for selecting local browser time

changed the input type for showing timestamps in local time from radio
button to a checkbox


  Commit: 2df7e2520c218d2861e77d04a2c4b81c8d90b9e8
      
https://github.com/jenkinsci/timestamper-plugin/commit/2df7e2520c218d2861e77d04a2c4b81c8d90b9e8
  Author: michael <mich...@externaldevelopment.fritz.box>
  Date:   2015-02-28 (Sat, 28 Feb 2015)

  Changed paths:
    M src/main/java/hudson/plugins/timestamper/format/TimestampFormatter.java
    M 
src/main/resources/hudson/plugins/timestamper/annotator/TimestampAnnotatorFactory/script.js
    M 
src/main/resources/hudson/plugins/timestamper/annotator/TimestampAnnotatorFactory/usersettings.jelly
    M 
src/main/resources/hudson/plugins/timestamper/annotator/TimestampAnnotatorFactory/usersettings_de.properties

  Log Message:
  -----------
  added option for selecting local time

added an option for selecting the local time based on the browser (needs
cookies)
this is very useful in case you have jenkins users from differnet
timezones and therefore changing the timezone of the master is not a
solution


  Commit: aed110307b8459a26f2678a57eed2877ef78b456
      
https://github.com/jenkinsci/timestamper-plugin/commit/aed110307b8459a26f2678a57eed2877ef78b456
  Author: michael <mich...@externaldevelopment.fritz.box>
  Date:   2015-02-28 (Sat, 28 Feb 2015)

  Changed paths:
    M src/main/java/hudson/plugins/timestamper/format/TimestampFormatter.java
    M 
src/main/resources/hudson/plugins/timestamper/annotator/TimestampAnnotatorFactory/script.js
    M 
src/main/resources/hudson/plugins/timestamper/annotator/TimestampAnnotatorFactory/usersettings_de.properties

  Log Message:
  -----------
  changed input type for selecting local browser time

changed the input type for showing timestamps in local time from radio
button to a checkbox


  Commit: 384506b1c4de019e517de609ba374bed4a714153
      
https://github.com/jenkinsci/timestamper-plugin/commit/384506b1c4de019e517de609ba374bed4a714153
  Author: michael <mich...@externaldevelopment.fritz.box>
  Date:   2015-02-28 (Sat, 28 Feb 2015)

  Log Message:
  -----------
  updated according to root repository


  Commit: 6e4f9cb89f64211dfcce71851dbd6dacbae3b873
      
https://github.com/jenkinsci/timestamper-plugin/commit/6e4f9cb89f64211dfcce71851dbd6dacbae3b873
  Author: Steven Brown <stevengbr...@gmail.com>
  Date:   2015-03-11 (Wed, 11 Mar 2015)

  Changed paths:
    M src/main/java/hudson/plugins/timestamper/format/TimestampFormatter.java
    M 
src/main/resources/hudson/plugins/timestamper/annotator/TimestampAnnotatorFactory/script.js

  Log Message:
  -----------
  Apply formatting


  Commit: 558ce9dc415a2cdee4b8555441196d115920e384
      
https://github.com/jenkinsci/timestamper-plugin/commit/558ce9dc415a2cdee4b8555441196d115920e384
  Author: Steven Brown <stevengbr...@gmail.com>
  Date:   2015-03-11 (Wed, 11 Mar 2015)

  Changed paths:
    M src/main/java/hudson/plugins/timestamper/format/TimestampFormatter.java

  Log Message:
  -----------
  Put back comment


  Commit: 064090c985600324d9a08be8c1b451df79a78d6d
      
https://github.com/jenkinsci/timestamper-plugin/commit/064090c985600324d9a08be8c1b451df79a78d6d
  Author: Steven Brown <stevengbr...@gmail.com>
  Date:   2015-03-11 (Wed, 11 Mar 2015)

  Changed paths:
    M src/main/java/hudson/plugins/timestamper/format/TimestampFormatter.java
    M 
src/test/java/hudson/plugins/timestamper/format/TimestampFormatterTest.java

  Log Message:
  -----------
  Replace usage of TimeZone.getAvailableIds with TimeZone.getTimeZone.

The getAvailableIds method does not return time zone ids for all offset
values. When it does return a time zone id, it is not always honoured when
generating the timestamp markup. The new unit test cases demonstrate this.


  Commit: 74bda09ad99db777a50e99bf44a50452a911dcb8
      
https://github.com/jenkinsci/timestamper-plugin/commit/74bda09ad99db777a50e99bf44a50452a911dcb8
  Author: Steven Brown <stevengbr...@gmail.com>
  Date:   2015-03-11 (Wed, 11 Mar 2015)

  Changed paths:
    M src/main/java/hudson/plugins/timestamper/format/TimestampFormatter.java
    M 
src/main/resources/hudson/plugins/timestamper/annotator/TimestampAnnotatorFactory/script.js
    M 
src/main/resources/hudson/plugins/timestamper/annotator/TimestampAnnotatorFactory/usersettings.jelly
    M 
src/main/resources/hudson/plugins/timestamper/annotator/TimestampAnnotatorFactory/usersettings_de.properties
    M 
src/test/java/hudson/plugins/timestamper/format/TimestampFormatterTest.java

  Log Message:
  -----------
  Merge pull request #11 from michael1010/timestamper-plugin

Added an option for selecting the local time based on the browser (needs
cookies.)

This is very useful in case you have jenkins users from different
timezones and therefore changing the timezone of the master is not a
solution.


Compare: 
https://github.com/jenkinsci/timestamper-plugin/compare/7e802bd134a2...74bda09ad99d

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to