Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
82c1728
fix: imporve accessibility on main_links_mobile_account
Stef-Rousset Nov 6, 2025
b98d87f
fix: update typo
Stef-Rousset Nov 6, 2025
fb12017
Fix for process admins accessing some components (#15511)
andreslucena Nov 14, 2025
e589efc
Remove legacy images from ActiveStorage migration (#15490)
andreslucena Nov 14, 2025
f5b9ba4
Fix links in footer when using the organizations' description (#15536)
andreslucena Nov 14, 2025
6355b4f
Use same card for Meeting always (#15535)
andreslucena Nov 14, 2025
3f63a07
Fix duplicated participatory spaces in open data exports (#15459)
microstudi Nov 15, 2025
aa99253
Fix reminder default value in legacy meetings (#15528)
andreslucena Nov 16, 2025
8586215
Add missing i18n string in Conference program page (#15548)
alecslupu Nov 17, 2025
b6bb7a5
Fix references for legacy UserGroups in Comments (#15509)
andreslucena Nov 17, 2025
e64961e
Fix table filter names disappear on hover in admin panel (#15199)
MariaDascaluPublicis Nov 17, 2025
dafd495
Fix strong tags color in footer organization description (#15552)
sdelcroix Nov 17, 2025
ef14db9
Use taxonomies instead of categories for the conferences' program (#1…
andreslucena Nov 17, 2025
9a9ea17
Make the admin tables a bit more consistent (#15271)
andreslucena Nov 17, 2025
8f4f427
Include configurable restrictions for 'vote comment' action (#15396)
alexrlpz Nov 17, 2025
e49712b
Add moderations to GraphQL API (#15497)
alecslupu Nov 18, 2025
e537430
Implement changes to the GraphQL user types (#15506)
alecslupu Nov 18, 2025
7346577
Implement new menu in frontend (#15134)
alecslupu Nov 18, 2025
f57ce9f
Survey responses open-data export (#15492)
greenwoodt Nov 18, 2025
b86c85a
Remove `sortitions` module (#15563)
andreslucena Nov 19, 2025
124d7a3
Add “Maximum choices” field for Election questions (#15318)
antopalidi Nov 19, 2025
a13d75f
New Crowdin updates (#15438)
decidim-bot Nov 19, 2025
66d0d51
Fix display conditions on survey seeds (#15568)
alecslupu Nov 19, 2025
c4f0559
Clean-up the spellchecker configuration (#15571)
andreslucena Nov 20, 2025
dfbfa7f
Use proper action authorizer for internal census form validation (#15…
microstudi Nov 20, 2025
200420b
Update the release process documentation (#15587)
alecslupu Nov 20, 2025
55c6289
Improve backports documentation (#15589)
alecslupu Nov 21, 2025
aa0395d
Remove user data left behind by `Decidim::DestroyAccount` (#14731)
andra-panaite Nov 21, 2025
c98456b
Improve Machine Translations documentation (#15579)
andreslucena Nov 21, 2025
1cb9745
Add dependabot initial configuration (#15570)
andreslucena Nov 21, 2025
0ebd01c
Fix validation for start/end dates in processes (#15594)
andreslucena Nov 21, 2025
af117ac
Conference admin seeing processes (#15566)
greenwoodt Nov 21, 2025
af480de
Fix deleted users follow in private participatory spaces (#12878)
Stef-Rousset Nov 21, 2025
5e537aa
Update supported versions and other upgrade documentation (#15588)
alecslupu Nov 21, 2025
5619db5
Fix gitignore for ServiceWorker related files (#15601)
andreslucena Nov 21, 2025
92c27a6
Add decidim-elections installation instructions to readme (#15607)
HHassig Nov 24, 2025
0ca4a53
Bump ruby from 3.3.4 to 3.4.7 (#15604)
alecslupu Nov 24, 2025
45747c4
Add short flags and document --component flags on generator (#15609)
andreslucena Nov 24, 2025
380b5fa
Fix I18n source strings (#14931)
alecslupu Nov 25, 2025
17e2d7d
Bump Linkify to v4.3.2 (#15620)
greenwoodt Nov 25, 2025
095ab5d
Component settings for spaces in open-data exports (#15615)
greenwoodt Nov 25, 2025
1847dbc
Fix factories generation issues (#15608)
alecslupu Nov 25, 2025
df430da
System test for reordering component issue (#15567)
Ginger-Leo Nov 25, 2025
f648a2f
Margin top added to proposal card index (#15622)
greenwoodt Nov 25, 2025
7d2fc13
Process page announcement bug fix with system test (#15616)
Ginger-Leo Nov 26, 2025
233811f
Merge branch 'develop' of github.com:decidim/decidim into fix/accessi…
alecslupu Nov 26, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .github/actions/spelling/excludes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
^\Qdecidim-core/spec/mailers/decidim_devise_mailer_spec.rb\E$
^\Qdecidim-dev/lib/decidim/dev/assets/assemblies.json\E$
^\Qdecidim-dev/lib/decidim/dev/assets/base64_content.html\E$
^\Qdecidim-dev/lib/decidim/dev/assets/empty_file.csv\E$
^\Qdecidim-dev/lib/decidim/dev/assets/import_proposals.csv\E$
^\Qdecidim-dev/lib/decidim/dev/assets/import_proposals.json\E$
^\Qdecidim-dev/lib/decidim/dev/assets/import_proposals_broken.csv\E$
Expand Down
Loading
Loading