Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release/0.26 stable bcn #21

Draft
wants to merge 42 commits into
base: release/0.26-stable
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
de63857
focus mode integration
microstudi Apr 5, 2022
ed847db
Add timeline entry title in Accountability projects (#9127)
microstudi May 5, 2022
10680bf
fix rails 6.0 migrations
microstudi May 5, 2022
1c7e7ac
Merge remote-tracking branch 'upstream/release/0.26-stable' into cust…
microstudi May 12, 2022
9e199c7
Merge branch 'upstream/release/0.26-stable' into custom/0.26
agustibr Jun 20, 2022
b2c058a
fix(initiatives): admin can manage components
agustibr Jun 22, 2022
4e1df15
fix(initiatives): participants can view components
agustibr Jun 22, 2022
2b675ea
Merge branch 'release/0.26-stable' of github.com:decidim/decidim into…
verarojman Jul 14, 2022
677bd35
Fix rubocop offenses
verarojman Jul 14, 2022
581f74e
Fix rubocop offenses
verarojman Jul 14, 2022
62c8ba7
Fix error in date range cell
verarojman Jul 18, 2022
1fd6023
Remove unmatched end tag in .erb
verarojman Jul 19, 2022
0f8993b
Lint js
verarojman Jul 19, 2022
c894c54
Lint scss
verarojman Jul 19, 2022
a411dc2
Normalize locales
verarojman Jul 19, 2022
27d7a41
Fix tests
fblupi Aug 18, 2022
f6152a0
Merge branch 'custom/0.26' of github.com:AjuntamentdeBarcelona/decidi…
fblupi Sep 6, 2022
715fc31
Merge pull request #24 from AjuntamentdeBarcelona/chore/update-custom…
fblupi Sep 19, 2022
da45a25
Fix doorkeeper initialization after 5.6.0 release (#9785)
ahukkanen Sep 12, 2022
9de919d
Show user profile on iniciative
fblupi Oct 4, 2022
be68cef
Remove unused language key
fblupi Oct 4, 2022
5e6112a
Add unit test
fblupi Oct 5, 2022
43c6b7c
Merge pull request #25 from AjuntamentdeBarcelona/feat/show-user-prof…
verarojman Oct 5, 2022
1f4a870
Fix initiative authors style
fblupi Oct 5, 2022
2e904af
Merge pull request #26 from AjuntamentdeBarcelona/fix/fix-initiative-…
verarojman Oct 5, 2022
7ae038a
Fix resource_icon with component or manifest nil
fblupi Nov 15, 2022
eb79021
Add paper_trail to initiatives_votes
fblupi Nov 15, 2022
4d3d9c0
Add safe navigator to icon_helper to avoid undefined method error
fblupi Nov 16, 2022
cd6b318
Fix with respond_to? and present?
fblupi Nov 16, 2022
f4cf37e
Merge pull request #28 from AjuntamentdeBarcelona/fix/resource-icon-w…
fblupi Nov 16, 2022
4a3fb9e
Merge pull request #29 from AjuntamentdeBarcelona/feat/add-paper-trai…
fblupi Nov 16, 2022
cf6741f
Merge branch 'release/0.26-stable-bcn' of github.com:AjuntamentdeBarc…
fblupi Nov 24, 2022
b96e90d
Show initiative coauthorships
fblupi Dec 13, 2022
bbcc41b
Fix style
fblupi Dec 14, 2022
b5b4a4e
Fix test
fblupi Dec 19, 2022
64face6
Merge pull request #33 from AjuntamentdeBarcelona/fix/initiative-coau…
rafaelpoza Dec 22, 2022
530a590
Merge branch 'release/0.26-stable-bcn' of github.com:AjuntamentdeBarc…
fblupi Dec 22, 2022
073a850
Remove extra_small class from coauthorships cell
fblupi Dec 22, 2022
e58655f
Merge branch 'release/0.26-stable-bcn' of github.com:AjuntamentdeBarc…
fblupi Dec 22, 2022
5884ea4
Merge branch 'release/0.26-stable' of github.com:AjuntamentdeBarcelon…
fblupi Jan 19, 2023
d8d945f
Merge pull request #32 from AjuntamentdeBarcelona/chore/update-custom…
fblupi Feb 7, 2023
f7e6972
Merge branch 'release/0.26-stable' of github.com:AjuntamentdeBarcelon…
fblupi Jul 13, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add unit test
  • Loading branch information
fblupi committed Oct 5, 2022
commit 5e6112af927a7bd21eb46a7416908b80951d006e
1 change: 1 addition & 0 deletions decidim-initiatives/spec/system/initiative_spec.rb
Original file line number Diff line number Diff line change
@@ -63,6 +63,7 @@
it "shows the author name once in the authors list" do
within ".initiative-authors" do
expect(page).to have_content(initiative.author_name, count: 1)
expect(page).to have_link(href: "/profiles/#{initiative.author.nickname}")
end
end