Closed (fixed)
Project:
Drupal Commons
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
14 Dec 2012 at 15:52 UTC
Updated:
26 Jun 2013 at 17:56 UTC
Jump to comment: Most recent file
Comments
Comment #1
ezra-g commentedThanks - adding the UX tag.
Comment #2
lisarex commentedAnother solution: style the final screen to be a little more interesting: make sure the 'visit your site' link is easier to spot.
Comment #3
Topcheese commentedYes, it is kind of funny. First, you have to squint and lean in closer to read a small link, then after having already stopping twice for input ... you more or less stop again just to shoot the breeze. A redirect for now would be nice, but it wouldn't hurt to plan on adding other options someday, such as
Comment #4
webchickHere's a patch. Unlike the approach at #1869468: During installation, users were mildly annoyed they immediately had to skip past default English language; streamline this?, it's not possible to simply skip this task of the installer, because that last step is doing all kinds of clean-up stuff. So I overrode the default install_finished() callback to one that does a drupal_goto() at the end and doesn't show any text.
WARNING: This patch includes that one, because they both touch the same area of code.
Comment #5
webchickAlso, since this really is talking about core's installer, not Commons's, I filed an upstream issue as well: #1870820: Ditch the last page of the installer?
Comment #6
damien tournoud commentedWe do the same thing in Commerce Kickstart, but we do have some code to not redirect if there are some errors or warnings.
Comment #7
ezra-g commentedI looked into what Commerce Kickstart does and followed their approach so that error messages will be displayed. I incorporated that change along with:
- Removing the deprecated "double feature revert" in commons_revert_features()
- #1869468: During installation, users were mildly annoyed they immediately had to skip past default English language; streamline this?
- #1869442: During installation, users were unsure about including demo content; needs clarification.
Thanks, everyone!
http://drupalcode.org/project/commons.git/blobdiff/a770bc30927685d3a5217...
Comment #8
ezra-g commentedOne additional change in this commit was putting an array_filter() around the list of Acquia modules specified, since the Acquia Search was being enabled even when that module wasn't checked.
Comment #10
ezra-g commentedRestoring 7.x-3.x version property.