Published September 22, 2025
| Version v0.12.3
Software
Open
codidact/qpixel: v0.12.3
Authors/Creators
- ArtOfCode1
- Oleg Valter2
- luap42
- Monica Cellio1
- Taico Aerts
- MoshiKoi
- Istiak3
- sau226
- trichoplax
- galegosimpatico
- Kevin Mahrous
- quartata
- Mithical
- Samuel Ballesteros
- Trilarion
- Stefan Hugtenburg
- Charlie Brumbaugh
- Ross
- sarahmccuan
- Olivia (Zoe)
- Muhammad Dyas Yaskur4
- Vanessa Sochat
- Kevin Maze5
- Andreas
- Sohini Banerjee
- CodidactBot
- Daniel
- Duncan Hamilton6
- kritixilithos
- 1. @codidact
- 2. Cursiver
- 3. Khelboo & Oodaktar
- 4. @HalalSoft
- 5. Influence Mobile
- 6. University of British Columbia
Description
Changelog
- Enable username autocomplete in thread titles by @Oaphi in https://github.com/codidact/qpixel/pull/1721
- Start comment @-mention autocomplete as soon as at least 1 username char is entered by @Oaphi in https://github.com/codidact/qpixel/pull/1722
- Reduce email chunks by @ArtOfCode- in https://github.com/codidact/qpixel/pull/1728
- Fixes for featured (pinned) links by @Oaphi in https://github.com/codidact/qpixel/pull/1727
- Fix for the "all events" filter tab on the user activity page by @Oaphi in https://github.com/codidact/qpixel/pull/1736
- Minor improvements to close reasons handling by @Oaphi in https://github.com/codidact/qpixel/pull/1733
- Do not clear cache key network/post_types/rep_changes as it's not used by @Oaphi in https://github.com/codidact/qpixel/pull/1734
- 0valt/1732/close reasons by @Oaphi in https://github.com/codidact/qpixel/pull/1737
- Remove matrices from the ci-cd pipeline's Rubocop job by @Oaphi in https://github.com/codidact/qpixel/pull/1739
- show the local, not global, creation date on profile by @cellio in https://github.com/codidact/qpixel/pull/1742
- 0valt/1112/search title pos by @Oaphi in https://github.com/codidact/qpixel/pull/1743
- "Suggested edit pending" post tool should be a link to the edit by @Oaphi in https://github.com/codidact/qpixel/pull/1744
- fixed user avatar alt text overflow by @Oaphi in https://github.com/codidact/qpixel/pull/1745
- Properly render comment pings in notifications by @Oaphi in https://github.com/codidact/qpixel/pull/1747
- Do not show restricted categories for users who can't see them in the list of targets by @Oaphi in https://github.com/codidact/qpixel/pull/1749
- Add body previews to posts of the Article type by @Oaphi in https://github.com/codidact/qpixel/pull/1750
- fixed lack of visible error when trying to rename a tag to an invalid… by @Oaphi in https://github.com/codidact/qpixel/pull/1751
- Fix for the mod warning page broken dropdowns by @Oaphi in https://github.com/codidact/qpixel/pull/1748
- Allow dev mode to impersonate users directly by @Oaphi in https://github.com/codidact/qpixel/pull/1746
- Fix lack of custom font-family in post previews on Judaism by @Oaphi in https://github.com/codidact/qpixel/pull/1752
- fixed lack of visible error when failing to delete post drafts by @Oaphi in https://github.com/codidact/qpixel/pull/1753
- Add pinned_links cache clear by @ArtOfCode- in https://github.com/codidact/qpixel/pull/1755
- Spam account automatic de-privileging by @ArtOfCode- in https://github.com/codidact/qpixel/pull/1758
- Email subscription improvements by @Oaphi in https://github.com/codidact/qpixel/pull/1756
- Search fixes & improvements by @Oaphi in https://github.com/codidact/qpixel/pull/1761
- Explicit permissions for the ci-cd workflow by @Oaphi in https://github.com/codidact/qpixel/pull/1763
- Revision reference fix for rejected suggested edits by @Oaphi in https://github.com/codidact/qpixel/pull/1764
- Minor compatibility fix for client-side user preferences handling by @Oaphi in https://github.com/codidact/qpixel/pull/1767
- Flagging improvements by @Oaphi in https://github.com/codidact/qpixel/pull/1766
- Fix for modals not reacting to the Esc key & for file input field not gaining focus by @Oaphi in https://github.com/codidact/qpixel/pull/1768
- File upload improvements by @Oaphi in https://github.com/codidact/qpixel/pull/1770
- Handle ActiveRecord caching properly by @ArtOfCode- in https://github.com/codidact/qpixel/pull/1740
- Tour fixes by @Oaphi in https://github.com/codidact/qpixel/pull/1778
- Fix for the homepage runtime error when no categories are configured as such by @Oaphi in https://github.com/codidact/qpixel/pull/1779
- Fix for the category default filter select using default UA styling by @Oaphi in https://github.com/codidact/qpixel/pull/1776
- Thread title validation by @Oaphi in https://github.com/codidact/qpixel/pull/1773
- Fix user deletions by @ArtOfCode- in https://github.com/codidact/qpixel/pull/1780
- Test coverage improvements by @Oaphi in https://github.com/codidact/qpixel/pull/1771
- Bump activerecord from 7.2.2.1 to 7.2.2.2 in the bundler group across 1 directory by @dependabot[bot] in https://github.com/codidact/qpixel/pull/1781
- Fix for required tags duplication & improvements to tag renaming by @Oaphi in https://github.com/codidact/qpixel/pull/1782
- More YARD comments for methods by @Oaphi in https://github.com/codidact/qpixel/pull/1785
- Wrap comment actions to a new line on narrow screens by @Oaphi in https://github.com/codidact/qpixel/pull/1788
- Fix default license preference choice's option label by @Oaphi in https://github.com/codidact/qpixel/pull/1791
- Use labels in user preferences for accessibility and testability by @trichoplax in https://github.com/codidact/qpixel/pull/1795
- Simplify post followed by user method by @trichoplax in https://github.com/codidact/qpixel/pull/1792
- Separate post unfollow to avoid reversal on accidental second call by @trichoplax in https://github.com/codidact/qpixel/pull/1796
- Fix for new comment thread title character count behavior by @Oaphi in https://github.com/codidact/qpixel/pull/1789
- Rename system test to follow convention of being plural by @trichoplax in https://github.com/codidact/qpixel/pull/1793
- Remove min length attr from the new thread title field by @Oaphi in https://github.com/codidact/qpixel/pull/1800
- Fix for inbox notifications community_name by @Oaphi in https://github.com/codidact/qpixel/pull/1801
- Follow/unfollow post threads in place if JS is enabled by @Oaphi in https://github.com/codidact/qpixel/pull/1797
- Ensure values are normalized when reading collections from cache by @Oaphi in https://github.com/codidact/qpixel/pull/1784
- Eager load improvements for post lists by @Oaphi in https://github.com/codidact/qpixel/pull/1811
- Fix for user preferences being saved to an incorrect storage key by @Oaphi in https://github.com/codidact/qpixel/pull/1794
- Allow <kbd> tags to be rendered in posts by @Oaphi in https://github.com/codidact/qpixel/pull/1806
- Improvements for drop panels and flag & close modals by @Oaphi in https://github.com/codidact/qpixel/pull/1803
- Improvements to site settings wrapping by @Oaphi in https://github.com/codidact/qpixel/pull/1810
- Fix redirects to paths only used in AJAX requests after signing in by @Oaphi in https://github.com/codidact/qpixel/pull/1807
- Add ability to manually discard post drafts by @Oaphi in https://github.com/codidact/qpixel/pull/1460
- Fix ordering of cached collections upon revive by @ArtOfCode- in https://github.com/codidact/qpixel/pull/1815
- Fix tag search ordering by @Oaphi in https://github.com/codidact/qpixel/pull/1817
- JSON response handling improvements by @Oaphi in https://github.com/codidact/qpixel/pull/1814
- Fix hints width on the last step of the tour by @Oaphi in https://github.com/codidact/qpixel/pull/1818
- Assorted fixes for errors by @Oaphi in https://github.com/codidact/qpixel/pull/1820
- Assorted improvements & fixes by @Oaphi in https://github.com/codidact/qpixel/pull/1822
- Further caching fixes by @Oaphi in https://github.com/codidact/qpixel/pull/1829
- Don't request category default filters on pages that don't have categories by @Oaphi in https://github.com/codidact/qpixel/pull/1827
- Further caching improvement by @Oaphi in https://github.com/codidact/qpixel/pull/1830
- Add mod spammer review tool by @ArtOfCode- in https://github.com/codidact/qpixel/pull/1812
- Remove draft deletion via AJAX before post submit by @Oaphi in https://github.com/codidact/qpixel/pull/1831
- Bump rexml from 3.4.1 to 3.4.2 in the bundler group across 1 directory by @dependabot[bot] in https://github.com/codidact/qpixel/pull/1839
- Switch to cookie-based CSRF by @Oaphi in https://github.com/codidact/qpixel/pull/1834
- Add versions to error reports by @ArtOfCode- in https://github.com/codidact/qpixel/pull/1841
- Modify tag page query so it doesn't take 94 years by @ArtOfCode- in https://github.com/codidact/qpixel/pull/1843
- Sorting options for suggesged edits by @Oaphi in https://github.com/codidact/qpixel/pull/1842
- Resolve N+1 on community_user by @ArtOfCode- in https://github.com/codidact/qpixel/pull/1844
- Fix N+1 query on tag_synonyms when loading lists of tags by @Oaphi in https://github.com/codidact/qpixel/pull/1845
Full Changelog: https://github.com/codidact/qpixel/compare/v0.12.2...v0.12.3
Files
codidact/qpixel-v0.12.3.zip
Files
(4.6 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:2e2d1b271f5b7805bc55633a0fbfb571
|
4.6 MB | Preview Download |
Additional details
Related works
- Is supplement to
- Software: https://github.com/codidact/qpixel/tree/v0.12.3 (URL)
Software
- Repository URL
- https://github.com/codidact/qpixel