Advertisement
Guest User

rebase

a guest
Sep 24th, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.86 KB | None | 0 0
  1. commit 80d139805199a0e46b078cffce99989b910d5433
  2. Author: farhaanbukhsh <farhaan.bukhsh@gmail.com>
  3. Date: Thu Sep 24 04:52:37 2015 +0530
  4.  
  5. Adding deatils related to end of submission beside the election button
  6.  
  7. commit 37f3d91187d14dbf041991fa343e629e6ed68d07
  8. Author: Micah Abbott <miabbott@redhat.com>
  9. Date: Thu Sep 17 10:57:23 2015 -0400
  10.  
  11. # This is a combination of 4 commits.
  12. # The first commit's message is:
  13. Fix incorrect FAS URLs
  14.  
  15. I found a couple instances where the URL to the FAS page was pointing to
  16. the wrong location. This change fixes the URL to the right spot.
  17.  
  18. Signed-off-by: Micah Abbott <miabbott@redhat.com>
  19.  
  20. # This is the 2nd commit message:
  21.  
  22. tried to fix issue#75
  23.  
  24. # This is the 3rd commit message:
  25.  
  26. Try to fix issue#75
  27.  
  28. # This is the 4th commit message:
  29.  
  30. Adding deatils related to end of submission beside the election button
  31.  
  32. diff --git a/nuancier/templates/contribute_index.html b/nuancier/templates/contribute_index.html
  33. index d07ab79..3bcfb52 100644
  34. --- a/nuancier/templates/contribute_index.html
  35. +++ b/nuancier/templates/contribute_index.html
  36. @@ -169,6 +169,8 @@
  37. <a class="large_button" href="{{ url_for('contribute', election_id=election.id) }}">
  38. {{ election.election_name }} - {{ election.election_year }}
  39. </a>
  40. + <span>Submission ends on : </span>
  41. + {{ election.election_date_start }}
  42. </li>
  43. {% endfor %}
  44. </ul>
  45. diff --git a/nuancier/templates/elections_list.html b/nuancier/templates/elections_list.html
  46. index cde1d93..8f852ae 100644
  47. --- a/nuancier/templates/elections_list.html
  48. +++ b/nuancier/templates/elections_list.html
  49. @@ -15,7 +15,7 @@
  50. <p>
  51. <span class="warning">Only Fedora contributors can vote.</span>
  52. A contributor is defined by someone having an account on
  53. - <a href="https://admin.fedoraproject.org/account">FAS</a>, having signed
  54. + <a href="https://admin.fedoraproject.org/accounts">FAS</a>, having signed
  55. the <a href="https://fedoraproject.org/wiki/Legal:Fedora_Project_Contributor_Agreement"
  56. >FPCA</a> and being in one additional group.
  57. </p>
  58. diff --git a/nuancier/templates/index.html b/nuancier/templates/index.html
  59. index 64403d6..7f5aa39 100644
  60. --- a/nuancier/templates/index.html
  61. +++ b/nuancier/templates/index.html
  62. @@ -52,7 +52,7 @@ wallpapers included in Fedora.
  63. <p>
  64. <span class="warning">Only Fedora contributors can vote.</span>
  65. A contributor is defined by someone having an account on
  66. -<a href="https://admin.fedoraproject.org/account">FAS</a>, having signed
  67. +<a href="https://admin.fedoraproject.org/accounts">FAS</a>, having signed
  68. the <a href="https://fedoraproject.org/wiki/Legal:Fedora_Project_Contributor_Agreement"
  69. >FPCA</a> and being in one additional group.
  70. </p>
  71.  
  72. commit 0ff58542021e4df244c6dbce1a4c331683e354e8
  73. Author: Pierre-Yves Chibon <pingou@pingoured.fr>
  74. Date: Tue Aug 4 12:02:14 2015 +0200
  75.  
  76. Adjust the url to faitout for the tests
  77.  
  78. diff --git a/tests/__init__.py b/tests/__init__.py
  79. index b5b308b..2541bf0 100644
  80. --- a/tests/__init__.py
  81. +++ b/tests/__init__.py
  82. @@ -51,7 +51,7 @@ DB_PATH = 'sqlite:///:memory:'
  83. PICTURE_FOLDER = os.path.join(os.path.dirname(__file__), 'pictures')
  84. CACHE_FOLDER = os.path.join(os.path.dirname(__file__), 'cache')
  85. TODAY = datetime.utcnow().date()
  86. -FAITOUT_URL = 'http://209.132.184.152/faitout/'
  87. +FAITOUT_URL = 'http://faitout.fedorainfracloud.org/'
  88.  
  89. if os.environ.get('BUILD_ID'):
  90. try:
  91.  
  92. commit 925463f364346536c72072f7296ccddd231ad474
  93. Author: Pierre-Yves Chibon <pingou@pingoured.fr>
  94. Date: Wed Apr 29 11:50:51 2015 +0200
  95.  
  96. Release 0.8.2 and adjust documentation accordingly
  97.  
  98. diff --git a/doc/about.rst b/doc/about.rst
  99. index 1d967f0..4739fb1 100644
  100. --- a/doc/about.rst
  101. +++ b/doc/about.rst
  102. @@ -43,12 +43,12 @@ It was first named ``nuancier-lite`` and renamed to ``nuancier`` when support
  103. for uploads and moderation was added.
  104.  
  105.  
  106. -On April 29, 2014 (versoin 0.8.1), the list looks as follow:
  107. +On April 29, 2014 (versoin 0.8.2), the list looks as follow:
  108.  
  109. ================= ===========
  110. Number of commits Contributor
  111. ================= ===========
  112. - 613 Pierre-Yves Chibon <pingou@pingoured.fr>
  113. + 616 Pierre-Yves Chibon <pingou@pingoured.fr>
  114. 31 Ralph Bean <rbean@redhat.com>
  115. 9 Ryan Lerch <ryanlerch@fedoraporject.org>
  116. 5 Jenn <jennlkotler@gmail.com>
  117. diff --git a/doc/conf.py b/doc/conf.py
  118. index b235fd2..cfad1aa 100644
  119. --- a/doc/conf.py
  120. +++ b/doc/conf.py
  121. @@ -53,7 +53,7 @@ copyright = u'2013-2014, Red Hat Inc. - Pierre-Yves Chibon <pingou@pingoured.fr>
  122. #
  123. # The short X.Y version.
  124. #version = __version__
  125. -version = '0.8.1'
  126. +version = '0.8.2'
  127. # The full version, including alpha/beta/rc tags.
  128. #release = '1'
  129.  
  130. diff --git a/nuancier/__init__.py b/nuancier/__init__.py
  131. index 9e58db1..94bd6a0 100644
  132. --- a/nuancier/__init__.py
  133. +++ b/nuancier/__init__.py
  134. @@ -55,7 +55,7 @@ import nuancier.proxy
  135. # pylint: disable=E1101, E1103
  136.  
  137.  
  138. -__version__ = '0.8.1'
  139. +__version__ = '0.8.2'
  140.  
  141. APP = flask.Flask(__name__)
  142.  
  143. diff --git a/utility/nuancier.spec b/utility/nuancier.spec
  144. index 1b071be..0dc0c8e 100644
  145. --- a/utility/nuancier.spec
  146. +++ b/utility/nuancier.spec
  147. @@ -2,7 +2,7 @@
  148. %distutils.sysconfig import get_python_lib; print (get_python_lib())")}
  149.  
  150. Name: nuancier
  151. -Version: 0.8.1
  152. +Version: 0.8.2
  153. Release: 1%{?dist}
  154. Summary: A web-based voting application for wallpapers
  155.  
  156. @@ -94,6 +94,10 @@ cp -r alembic/ $RPM_BUILD_ROOT/%{_datadir}/nuancier/
  157.  
  158.  
  159. %changelog
  160. +* Wed Apr 29 2015 Pierre-Yves Chibon <pingou@pingoured.fr> - 0.8.2-1
  161. +- Update to 0.8.2
  162. +- Fix the graph on the stats page
  163. +
  164. * Wed Apr 29 2015 Pierre-Yves Chibon <pingou@pingoured.fr> - 0.8.1-1
  165. - Update to 0.8.1
  166. - Improve documentation for new contributors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement