Advertisement
Guest User

Untitled

a guest
Apr 11th, 2017
596
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. $ git log
  2. commit f2644ac92b17d94e0ac34f757dc676e5d8230be1
  3. Author: jasz <piciekpl@o2.pl>
  4. Date: Sun Apr 9 22:24:20 2017 +0200
  5.  
  6. Make MainSite inherit from Site
  7.  
  8. commit 3914f54e5a3dfac482ef7061f2e1651b7c976f0d
  9. Author: Filip Andrzejewski <filipaski9@gmail.com>
  10. Date: Sun Apr 9 17:21:57 2017 +0200
  11.  
  12. modified kto-i-co.iml
  13.  
  14. commit 6e2d9f52859877199da35c8a677a515148d18d67
  15. Merge: c7e85e4 a0fb94d
  16. Author: Filip Andrzejewski <filipaski9@gmail.com>
  17. Date: Sun Apr 9 17:19:04 2017 +0200
  18.  
  19. Merge branch 'UC-04'
  20.  
  21. # Conflicts:
  22. # kto-i-co.iml
  23. # pom.xml
  24. # src/main/kotlin/pl/ktoico/sites/EventSite.kt
  25.  
  26. commit a0fb94d709cba3d994f20f1b72045582b10310f7
  27. Author: Filip Andrzejewski <filipaski9@gmail.com>
  28. Date: Sun Apr 9 16:53:04 2017 +0200
  29.  
  30. Modify relation between Item, Participant and Event, change MailSender dependency in EventSite.
  31.  
  32. commit c7e85e432dbe3b6b72fd43bd76739bd0d7397f68
  33. Author: jasz <piciekpl@o2.pl>
  34. Date: Sun Apr 9 14:10:07 2017 +0200
  35.  
  36. Add tests for MainSite
  37.  
  38. commit eba8e083dc4d60b719a03208945dd204b556eb1b
  39. Author: Filip Andrzejewski <filipaski9@gmail.com>
  40. Date: Sun Apr 9 12:40:30 2017 +0200
  41.  
  42. Send email work on own Thread.
  43.  
  44. commit bc2d82146710768dfc88b111a8860530b28de5ac
  45. Author: jasz <piciekpl@o2.pl>
  46. Date: Sun Apr 9 11:58:22 2017 +0200
  47.  
  48. Add ValidationProcessor and use it when adding a new event
  49.  
  50. commit 09ecf0b1ad51aaa8f12866f86828cb9605cb0ee0
  51. Author: Filip Andrzejewski <filipaski9@gmail.com>
  52. Date: Sun Apr 9 01:53:05 2017 +0200
  53.  
  54. Send email to invited participant
  55.  
  56. commit 52ff46d480ba1cad4ec2a1743a600468199ded10
  57. Author: jasz <piciekpl@o2.pl>
  58. Date: Sun Apr 9 00:16:21 2017 +0200
  59.  
  60. Change th:action in new participant form to use better syntax
  61.  
  62. commit eb9ad6ac4402caa2f59878690e5ae4e89b2afe5b
  63. Author: Filip Andrzejewski <filipaski9@gmail.com>
  64. Date: Sat Apr 8 23:48:08 2017 +0200
  65.  
  66. Add Controller to Adding Participants form in event page.
  67.  
  68. commit a3ac37d91e14c98640b658ec3e9e04735867e60b
  69. Author: Filip Andrzejewski <filipaski9@gmail.com>
  70. Date: Sat Apr 8 23:46:55 2017 +0200
  71.  
  72. Add Participant class, ParticipantRepository, ParticipantForm class, add relation between Participant and Event.
  73.  
  74. commit 2ae978b38a2e56eeb5c0a2d7dedd75ca21d3ecd8
  75. Author: Filip Andrzejewski <filipaski9@gmail.com>
  76. Date: Sat Apr 8 23:44:46 2017 +0200
  77.  
  78. Add to event page participant list and form to add new participant.
  79.  
  80. commit ce27047e8b422e320254e5989d1507890bc121f0
  81. Author: jasz <piciekpl@o2.pl>
  82. Date: Sat Apr 8 20:05:54 2017 +0200
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement