- 08 Apr, 2013 40 commits
-
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
They were used just once, it's better to replace them with {% url %} tags.
-
Michal Čihař authored
Those are mostly required by Git status page and need to be accessed by attribute ({% url %} can not be used as we need different kwargs every time).
-
Michal Čihař authored
This way we have only one place which defines the API and classes do not have to reimplement it.
-
Weblate authored
-
Satoru KURASHIKI authored
Currently translated at 57.1% (450 of 788)
-
Michal Čihař authored
-
Michal Čihař authored
- It can be shared for subproject, project and language. - Much faster as it fetches just once from database instead of fetching every value separately
-
Michal Čihař authored
-
Satoru KURASHIKI authored
Currently translated at 56.9% (448 of 788)
-
Satoru KURASHIKI authored
Currently translated at 100.0% (16 of 16)
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
- no more extra if - move select_related to template
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
Using select_related on last changes and project listing allows us to fetch more data at once, leading to less database connections and faster page loading times.
-
Michal Čihař authored
-
Michal Čihař authored
This is cleaner solution than introducing own attributes.
-
Michal Čihař authored
-
Michal Čihař authored
-
Michal Čihař authored
-
Weblate authored
-
Satoru KURASHIKI authored
Currently translated at 56.2% (443 of 788)
-
Andreas Jonderko authored
Currently translated at 67.0% (528 of 788)
-
Michal Čihař authored
We might be more clever on this and do the cleanup conditionally, but for now this is safe solution as the checks might become stale. This completes fix for issue #233
-
Michal Čihař authored
When we delete checks for (now) a fuzzy message, the cache needs to be invalidated. This might be source of issue #233.
-