[Git][noosfero/noosfero][master] 3 commits: Updating authors file

Rodrigo Souto gitlab at mg.gitlab.com
Fri Aug 3 18:54:27 BRT 2018


Rodrigo Souto pushed to branch master at Noosfero / noosfero


Commits:
b4ccd7a0 by Rodrigo Souto at 2018-08-03T21:45:32Z
Updating authors file

- - - - -
ab201f70 by Rodrigo Souto at 2018-08-03T21:45:41Z
Bumping version 2.4.0

- - - - -
d631c27d by Rodrigo Souto at 2018-08-03T21:45:42Z
Updating changelog file

- - - - -


4 changed files:

- AUTHORS.md
- CHANGELOG.md
- debian/changelog
- lib/noosfero/version.rb


Changes:

=====================================
AUTHORS.md
=====================================
@@ -66,6 +66,7 @@ Daniel Henrique <danielhmarinho at gmail.com>
 Daniel Teles <danieelteles at gmail.com>
 Daniel Tygel <dtygel at eita.org.br>
 Daniela Soares Feitosa <danielafeitosa at colivre.coop.br>
+David Carlos <davidcarlos at colivre.coop.br>
 David Carlos <ddavidcarlos1392 at gmail.com>
 Diego Araujo <diegoamc90 at gmail.com>
 Dylan Guedes <djmgguedes at gmail.com>


=====================================
CHANGELOG.md
=====================================
@@ -1,3 +1,51 @@
+# 2.4.0
+  * Bumping version 2.4.0 (Rodrigo Souto) [ab201f7]
+  * Updating authors file (Rodrigo Souto) [b4ccd7a]
+  * Update translations (Rodrigo Souto) [950ded1]
+  * Fixes OauthClient plugin, adds signup message (Gabriel Silva) [89e7087]
+  * Refactos polls block style (Gabriel Silva) [eb625a1]
+  * custom-forms: link to results on submission page (Rodrigo Souto) [5068a1d]
+  * Merge branch 'invalid_person' into 'master-1.x' (Rodrigo Souto) [5c0978a]
+  * Update schema.rb (Rodrigo Souto) [09febf2]
+  * Update Gemfile.lock (Rodrigo Souto) [94817c0]
+  * users: translate export fields (Rodrigo Souto) [5636feb]
+  * Fix double submit in search form (Iasmin Mendes) [446631b]
+  * Copy privacy fields of template when create user (Iasmin Mendes) [96e022d]
+  * Remove tests related with sign up blacklist (Iasmin Mendes) [778e2cf]
+  * Add migrate to remove signup_blacklist metatada in environments (Iasmin Mendes) [310ca88]
+  * Remove blacklist logic to signup (Iasmin Mendes) [2a694ef]
+  * Remove bot signup (Iasmin Mendes) [0f854d3]
+  * admin: avoid ambiguity on user query (Rodrigo Souto) [ed70c20]
+  * Adds migration to set missing positions (Gabriel Silva) [18d0658]
+  * [PublicAccessRestriction] Fixes news block check (Gabriel Silva) [efa401f]
+  * Bypasses empty keys in graph creation on custom_forms (MatheusRich) [e5a1505]
+  * Fix user page (Matheus Richard) [d7fff02]
+  * Fix cms tests (mendesiasmin) [cf880ef]
+  * Fix search buttons (mendesiasmin) [441720f]
+  * Clean button css (mendesiasmin) [437117f]
+  * Revision buttons (mendesiasmin) [5ae1d43]
+  * Fix button without text with font awesome icons (mendesiasmin) [3fa7ea8]
+  * Change logic to generate buttons (mendesiasmin) [7d68ee7]
+  * Adds node_modules to gitignore (MatheusRich) [7200831]
+  * Problem recurrent about change subtitle on block edition provoking profile unavailability (Raphael Matos da Costa) [8a94d23]
+  * Fix npm-install when run quick-start, npm install need root. (Maxwell Borges Bezerra) [b15fcb6]
+  * Fixes before_save on custom_forms field (Matheus Richard) [fb0bd12]
+  * Get filters to pg_search in pagination (mendesiasmin) [d8b8026]
+  * Add filters in pagination links (mendesiasmin) [8aca695]
+  * Adds tests to custom_forms poll (Matheus Richard) [5a1dbbe]
+  * Access and permissions refactoring (Rodrigo Souto) [83a5896]
+  * Prevents submitting an empty poll answer (Matheus Richard) [55aa83f]
+  * Remove broken plugin link (Rodrigo Souto) [0278a48]
+  * Updating changelog file (Rodrigo Souto) [a3cdbf1]
+  * Bumping version 2.3.0 (Rodrigo Souto) [e60f4b1]
+  * Updating authors file (Rodrigo Souto) [62e8481]
+  * debian: fix control syntax problem (Rodrigo Souto) [b8b0ba6]
+  * Update translations (Rodrigo Souto) [f8c37b8]
+  * fix unit test (Leandro Nunes dos Santos) [f40caa6]
+  * save on block_images if the block has images (Leandro Nunes dos Santos) [d8a1a5e]
+  * add values on api_content of link list block (Leandro Nunes dos Santos) [25ce0d3]
+  * Bypasses incosistent selenium tests (Matheus Richard) [084d5e4]
+
 # 2.3.0
   * Bumping version 2.3.0 (Rodrigo Souto) [ff3421b]
   * Updating authors file (Rodrigo Souto) [c00a7bd]


=====================================
debian/changelog
=====================================
@@ -1,3 +1,9 @@
+noosfero (2.4.0) jessie-test; urgency=medium
+
+  * Noosfero 2.4.0
+
+ -- Rodrigo Souto <rodrigo at colivre.coop.br>  Fri, 03 Aug 2018 21:45:38 +0000
+
 noosfero (2.3.0) jessie-test; urgency=medium
 
   * Noosfero 2.3.0


=====================================
lib/noosfero/version.rb
=====================================
@@ -1,6 +1,6 @@
 module Noosfero
   PROJECT = 'noosfero'
-  VERSION = '2.3.0'
+  VERSION = '2.4.0'
 end
 
 root = File.expand_path(File.dirname(__FILE__) + '/../..')



View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/950ded199a2454a3d7eede01158c6cb82a4b9791...d631c27d2491930ed769ee8115fa03688e021096

-- 
View it on GitLab: https://gitlab.com/noosfero/noosfero/compare/950ded199a2454a3d7eede01158c6cb82a4b9791...d631c27d2491930ed769ee8115fa03688e021096
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20180803/6df9a920/attachment-0001.html>


More information about the Noosfero-dev mailing list