You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by garrensmith <gi...@git.apache.org> on 2017/03/16 14:00:47 UTC

[GitHub] couchdb-fauxton issue #875: replace safeURLName in code

GitHub user garrensmith opened an issue:

    https://github.com/apache/couchdb-fauxton/issues/875

    replace safeURLName in code

    We have a still some usages of safeURLName where we manually slice of the _design prefix for design docs. Later we glue the prefix on again. We have a helper function that handles that already, which is also available in the utils.js file.
    Task: find appearances of safeURLName with code search, understand how it is used, remove custom safeURLName shenanigans with their design doc handling and replace it with other helper function.
    Good beginner task to get your toes wet with our codebase.
    
    Taken from https://issues.apache.org/jira/browse/COUCHDB-3045

----

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---