| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| conf | ||
| core | ||
| editors | ||
| management | ||
| migrations | ||
| models | ||
| plugins | ||
| static/wiki | ||
| templates/wiki | ||
| templatetags | ||
| views | ||
| COPYING | ||
| __init__.py | ||
| admin.py | ||
| decorators.py | ||
| forms.py | ||
| managers.py | ||
| middleware.py | ||
| tests.py | ||
| urls.py |
In edx-platform, default course wiki article's slug is automatically set
to "{org}.{number}.{run}", which can be more than 50 characters long.
The wiki breaks if the automatically assigned slug is longer than 50
characters.
We usually use 255 character size for columns that store course_key in
edx-platform, so I believe it makes sense to use a limit of 255 for wiki
slugs, too.
| Name |
Last commit
|
Last update |
|---|---|---|
| .. | ||
| conf | Loading commit data... | |
| core | Loading commit data... | |
| editors | Loading commit data... | |
| management | Loading commit data... | |
| migrations | Loading commit data... | |
| models | Loading commit data... | |
| plugins | Loading commit data... | |
| static/wiki | Loading commit data... | |
| templates/wiki | Loading commit data... | |
| templatetags | Loading commit data... | |
| views | Loading commit data... | |
| COPYING | Loading commit data... | |
| __init__.py | Loading commit data... | |
| admin.py | Loading commit data... | |
| decorators.py | Loading commit data... | |
| forms.py | Loading commit data... | |
| managers.py | Loading commit data... | |
| middleware.py | Loading commit data... | |
| tests.py | Loading commit data... | |
| urls.py | Loading commit data... |