#2549 Clarify default text for /u projects

v1.0.0
closed
General
nobody
2015-08-20
2011-08-02
Chris Tsai
No

Users seem to get really confused with the /u projects. They either a) try to use them as a regular project, and have problems, or b) complain with a message like "this project appeared and I didn't create it, please delete!"

Perhaps we could change the default text for those to help explain?

Discussion

  • Dave Brondsema

    Dave Brondsema - 2011-08-19
    • size: --> 1
     
  • Jenny Steele - 2011-09-13
    • status: open --> in-progress
    • assigned_to: Jenny Steele
     
  • Jenny Steele - 2011-09-14

    On allura js/2549. To test, register a new user, then make sure the home wiki of their user neighborhood has informative text.

     
  • Jenny Steele - 2011-09-14
    • status: in-progress --> code-review
    • assigned_to: Jenny Steele --> Wayne Witzel III
     
  • Anonymous - 2011-09-15

    Originally by: algorithms

    Doesn't work when sftheme and forge-classic auth enabled ala sandbox and production deployments.

     
  • Anonymous - 2011-09-15

    Originally by: algorithms

    • assigned_to: Wayne Witzel III --> Jenny Steele
     
  • Jenny Steele - 2011-09-28
    • assigned_to: Jenny Steele --> Wayne Witzel III
     
  • Jenny Steele - 2011-09-28

    I added a forge classic js/2549 to fix this.

     
  • Anonymous - 2011-09-29

    Originally by: algorithms

    Tried running on my sandbox and got the following exception when trying to go to visit the default wiki of the new user.

    [Thu Sep 29 14:55:57 2011] [error] [client 127.0.0.1]   return controller(environ, start_response)
    [Thu Sep 29 14:55:57 2011] [error] [client 127.0.0.1] File '/home/wwitzel/wwitzel-9014/forge/Allura/allura/lib/base.py', line 26 in __call__
    [Thu Sep 29 14:55:57 2011] [error] [client 127.0.0.1]   self._setup_request()
    [Thu Sep 29 14:55:57 2011] [error] [client 127.0.0.1] File '/home/wwitzel/wwitzel-9014/forge/Allura/allura/controllers/root.py', line 73 in _setup_request
    [Thu Sep 29 14:55:57 2011] [error] [client 127.0.0.1]   c.user = plugin.AuthenticationProvider.get(request).authenticate_request()
    [Thu Sep 29 14:55:57 2011] [error] [client 127.0.0.1] File '/home/wwitzel/wwitzel-9014/forge-classic/sfx/sfx_main.py', line 74 in authenticate_request
    [Thu Sep 29 14:55:57 2011] [error] [client 127.0.0.1]   user = self._authenticate_request()
    [Thu Sep 29 14:55:57 2011] [error] [client 127.0.0.1] File '/home/wwitzel/wwitzel-9014/forge-classic/sfx/sfx_main.py', line 96 in _authenticate_request
    [Thu Sep 29 14:55:57 2011] [error] [client 127.0.0.1]   user = self.by_username(user_data['username'], user_data)
    [Thu Sep 29 14:55:57 2011] [error] [client 127.0.0.1] File '/home/wwitzel/wwitzel-9014/forge-classic/sfx/sfx_main.py', line 129 in by_username
    [Thu Sep 29 14:55:57 2011] [error] [client 127.0.0.1]   return api.upsert_user(username, extra)
    [Thu Sep 29 14:55:57 2011] [error] [client 127.0.0.1] File '/home/wwitzel/wwitzel-9014/forge-classic/sfx/lib/sfx_api.py', line 93 in upsert_user
    [Thu Sep 29 14:55:57 2011] [error] [client 127.0.0.1]   home_page = WM.Page.query.get(app_config_id=home_app.config._id)
    [Thu Sep 29 14:55:57 2011] [error] [client 127.0.0.1] AttributeError: 'NoneType' object has no attribute 'config'
    
    • status: code-review --> in-progress
    • assigned_to: Wayne Witzel III --> Jenny Steele
     
  • Jenny Steele - 2011-10-04

    I pushed a fix in the forge classic branch for this.

     
  • Jenny Steele - 2011-10-04
    • status: in-progress --> code-review
    • assigned_to: Jenny Steele --> Wayne Witzel III
     
  • Anonymous - 2011-10-07

    Originally by: algorithms

    reviewed on sandbox 9014, looks good, merged to dev

     
  • Anonymous - 2011-10-07

    Originally by: algorithms

    • status: code-review --> closed
    • assigned_to: Wayne Witzel III --> Jenny Steele
     

Log in to post a comment.