Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Forum #162

Open
wants to merge 40 commits into
base: staging
Choose a base branch
from
Open

Forum #162

wants to merge 40 commits into from

Conversation

chris34
Copy link
Member

@chris34 chris34 commented Jan 17, 2016

Linked to issue #24

Work done, when not working on the wiki-part. Lacks of love, too.


  • page.html
  • delete_topic.html
    • needs testing
  • edit.html
  • forum_edit.html
  • forum.html
    • status-icons/-indicator

    • view-/post-counter?

    • version-info?

    • small pagination for thread?

    • Supporter list?

      <p class="supporter-list">
      {% trans count=supporters|count %}
        Supporter:
      {% pluralize %}
        Supporters:
      {% endtrans %}
      
      {% for supporter in supporters %}
        <a href="{{supporter|url }}">{{ supporter.username|e }}</a>
        {% if not loop.last %}, {% endif %}
      {% else %}
        {% trans %}No supporter.{% endtrans %}
      {% endfor %}
      </p>
      
  • index.html
    • include 'just here'-filter?
  • movetopic.html
  • post_delete.html
    • not used in the backend?
  • postlist.html
  • report.html
  • reportlist.html
  • revisions.html
  • splittopic.html
  • topic.html
  • topiclist.html
  • welcome.html
    • needs testing
  • unify topiclist & postlist
    • increase font-size of title
    • space between p's (especially mobile)
    • style no topics

check all

  • title
  • breadcrumb
  • sidebar

@chris34 chris34 self-assigned this Jan 17, 2016
@chris34 chris34 added this to the OSS milestone Jan 17, 2016
@Lyra2108
Copy link
Member

still wip?

@chris34
Copy link
Member Author

chris34 commented Feb 22, 2016

jep. However, if somebody wants to take this, it would be fine, too. ;)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants