noosfero | ':profile/*' routes discards people's contents (#283)

Antonio Terceiro gitlab at mg.gitlab.com
Fri Sep 15 13:42:11 BRT 2017


New Issue was created.

Issue 283: https://gitlab.com/noosfero/noosfero/issues/283
Author:    Antonio Terceiro
Assignee:  

I had a page with info about me from where I would occasionally copy biography text to paste somewhere else, and it was at https://softwarelivre.org/terceiro/about

When I went to that page today, I noticed something different. I did a `git pull` on an old noosfero repository I have here, and found this inside of `config/routes/profile/21_profile.rb`:

```
match ':profile/about', # ...
match ':profile/activities', # ...
```

one of the golden rules since the beginnings of Noosfero was that the namespace under `/$USERNAME` was sacred and fully controllable by the user, and everything that is generated by Noosfero should be in in `/profile/$USERNAME`. I guess that rule was never written anywhere, but it existed.

---
Reply to this email directly or view it on GitLab: https://gitlab.com/noosfero/noosfero/issues/283
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listas.softwarelivre.org/pipermail/noosfero-dev/attachments/20170915/4443a78b/attachment.html>


More information about the Noosfero-dev mailing list