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

Polls 3.6.0 RC1 released #2348

Closed
dartcafe opened this issue Apr 2, 2022 · 8 comments
Closed

Polls 3.6.0 RC1 released #2348

dartcafe opened this issue Apr 2, 2022 · 8 comments

Comments

@dartcafe
Copy link
Collaborator

dartcafe commented Apr 2, 2022

See: https://github.com/nextcloud/polls/releases/tag/v3.6.0-rc1
Download ZIP: https://github.com/nextcloud/polls/releases/download/v3.6.0-rc1/polls-3.6.0-rc1.zip
Download TAR.GZ: https://github.com/nextcloud/polls/releases/download/v3.6.0-rc1/polls-3.6.0-rc1.tar.gz
Milestone: https://github.com/nextcloud/polls/issues?q=is%3Aclosed+milestone%3A3.6

[3.6.0-rc1] - 2022-04-16

New

  • Compatibility to Nextcloud 24
  • Hidden polls are now private polls and public polls are called open polls to distinguish them from public polls via public links
  • Added configuration options for admins to add legal terms to the public registration dialog and emails
  • Added the possibility for admins to add a disclaimer test to generated emails
  • Input fields now support matching keyboards on mobiles
  • Added email addresses for owner's poll export
  • Grouping comments for less noise
  • Bulk import for text polls
  • Changed icon set
  • Add icon symbol for locked vote options [3.6.0-beta2]
  • Store username in a public poll to cookie [3.6.0-beta2]
  • Allow email share adding using common email formats with name [3.6.0-rc1]
  • Changed transitions on vote vlicks and add hover state [3.6.0-rc1]
  • some more design changes

Fixed

  • Poll export to spreadsheeds was fixed if Poll title is longer than 31 characters
  • Fix LDAP user search
  • Dont't add tags to description in plain text invitation mail
  • poll list in admin page should not link to a poll
  • Avoid unnecessary error logs in activities [3.6.0-beta2]
  • Fix missing icons after dep update [3.6.0-beta2]
  • Fix styling bugs [3.6.0-beta2]
  • Fixed different translation errors [3.6.0-beta2]

Full Changelog Beta 1: v3.5.4...v3.6.0-beta1
Full Changelog Beta 2: v3.6.0-beta1...v3.6.0-beta2
Full Changelog Release Candidate 1: v3.6.0-beta2...v3.6.0-rc1

@netdox
Copy link

netdox commented Apr 10, 2022

I have the beta version on 23.0.3 stable, the problem #2306 with plain mails is solved for me with this version.
Unfortunately the admin interface is not ok, maybe my way of installing the beta version on stable NC wasn't correct.
here a screenshot:
polls

thanks for your work

@dartcafe
Copy link
Collaborator Author

I have no idea, how you installed this version, but I cannot reproduce this (nc 22, 23, 24). Try to refresh your browser cache.

@netdox
Copy link

netdox commented Apr 11, 2022

thanks for your quick response,
in the first time, I moved the 3.5.4 Version/folder to a backup location, in the second time, I de-installed polls 3.5.4 by the nc web interface.
here my way of install:
as superuser
tar -xzf polls-3.6.0-beta1.tar.gz
chown -R nc:nc polls
find polls -type d -exec chmod 0750 {} \;
find polls -type f -exec chmod 0640 {} \;
mv polls /var/www/nextcloud/apps/

as www (nc)user:
/usr/bin/php8.0 occ app:update polls
/usr/bin/php8.0 occ upgrade

I missing something?
thanks & best regards

@dartcafe
Copy link
Collaborator Author

I don't see a reason. Just some remarks:

  • I guess chmod -R nc:nc polls is a copy and paste error.

  • /usr/bin/php8.0 occ app:update polls is unnecessary

  • normally I would recommend to just delete the polls folder inside the apps folder and then extract the archive directly to apps.

  • You can the run a occ upgrade or let nc do this automatically by accessing the web interface, where the apps migration routine is called (but this does not affect this issue)

  • chmod etc. should not be necessary, because the settings should be inherited from the apps folder.

For further tracking of this, you should create a new bug issue and fill out the required informations, because this announcement is not a good place.

@v1r0x
Copy link
Collaborator

v1r0x commented Apr 12, 2022

Had a busy week, but beta release is now (finally!) in the appstore 😉

@dartcafe dartcafe changed the title Testers welcome: Polls 3.6.0 Beta1 released Testers welcome: Polls 3.6.0 Beta2 released Apr 13, 2022
@dartcafe dartcafe changed the title Testers welcome: Polls 3.6.0 Beta2 released Polls 3.6.0 RC1 released Apr 16, 2022
@dartcafe
Copy link
Collaborator Author

@netdox See #2384
That is, why it's always a good idea to start a new issue and give the requested information. 😉

@dartcafe dartcafe unpinned this issue Apr 21, 2022
@dartcafe
Copy link
Collaborator Author

Cool. Thanks. Stay tuned for bugfixes. 😆 🙈

Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants