Tern Software
88c06f558f
fully refactored navbar css
2017-05-21 12:36:37 +00:00
sfan5
67ec4d5787
Format unknown filesizes in a better way
2017-05-21 14:34:32 +02:00
akuma06
42e5ecaa24
Merge pull request #668 from MMP0/patch-26
...
Fix navbar bugs
2017-05-21 14:29:30 +02:00
MMP0
2be203edb0
Update style.css
2017-05-21 21:18:59 +09:00
akuma06
af3d8957b3
Merge pull request #669 from NyaaPantsu/filesize-function
...
Filesize function
2017-05-21 14:05:52 +02:00
akuma06
11950930ad
output template.HTML
2017-05-21 14:04:37 +02:00
akuma06
1bd773f537
New filesize function
...
Take filesize and languages.TemplateTfunc as args and output a string
To use in templates
2017-05-21 14:03:03 +02:00
MMP0
d53dcd8a9c
Update style.css
2017-05-21 20:56:59 +09:00
akuma06
380515b322
Merge remote-tracking branch 'origin/dev' into dev
...
# Conflicts:
# router/template_functions.go
2017-05-21 13:56:38 +02:00
akuma06
9b02397978
Add filesize function
2017-05-21 13:55:29 +02:00
MMP0
da69cc55a6
Update home.html
2017-05-21 20:55:20 +09:00
MMP0
be880b57ef
Update index.html
2017-05-21 20:50:35 +09:00
MMP0
4db7d9ca36
Update style.css
2017-05-21 20:49:31 +09:00
MMP0
ca8d7ee20e
Fix navbar bugs
2017-05-21 20:48:52 +09:00
MMP0
2e389ce810
Fix navbar bugs
2017-05-21 20:47:51 +09:00
akuma06
55e6c3302b
Merge pull request #654 from goonyaa/patch5
...
Update for css formatting, ru-ru translation and small changes to templates
2017-05-21 13:42:38 +02:00
akuma06
833cf072e9
Update _user_list_torrents.html
2017-05-21 13:33:57 +02:00
akuma06
6c8e5abdbe
Update home.html
2017-05-21 13:33:17 +02:00
akuma06
8e5b6f3378
Merge branch 'dev' into patch5
2017-05-21 13:32:09 +02:00
akuma06
574f62c5c5
Merge pull request #667 from Myrmece/patch-3
...
Updated translation.
2017-05-21 13:27:04 +02:00
Myrmece
4d7cecdef8
Updated translation.
2017-05-21 12:13:53 +02:00
sisimouto
5b5d7a9d68
Update th-th.all.json ( #666 )
2017-05-21 17:10:27 +10:00
Ramon Dantas
adb90d657c
Group common template variables together. ( #665 )
...
* Bundle fields used in most template variables under CommonTemplateVariables
* Make handlers use CommonTemplateVariables
2017-05-21 17:10:19 +10:00
yiiT
0613b149d9
People forget about mods tools ( #664 )
2017-05-21 12:10:59 +10:00
wfu
66667e9f1a
zh-tw TL fix/consistency ( #663 )
2017-05-21 12:10:46 +10:00
Ramon Dantas
20209508c9
Bundle CaptchaID and Tfunc for _captcha.html ( #662 )
2017-05-21 12:10:31 +10:00
akuma06
95bd3011ef
Fixed route to delete account
2017-05-21 02:37:44 +02:00
akuma06
fa7280b0d0
Merge pull request #660 from mitki/patch-7
...
Update pt-br.all.json
2017-05-21 02:16:14 +02:00
akuma06
354e7aaea0
Better to check user.ID, to be sure not anon
2017-05-21 02:12:29 +02:00
akuma06
3d81f6081b
Added website_link string (en-us)
2017-05-21 01:50:53 +02:00
akuma06
4176afab41
Merge pull request #661 from ElegantMonkey/fix-captcha
...
Fix captcha on upload page
2017-05-21 01:48:21 +02:00
ElegantMonkey
70f1ef1e62
Fix captcha on upload page
2017-05-20 20:46:03 -03:00
Mitki
04ee79947b
Update pt-br.all.json
2017-05-20 20:33:52 -03:00
Mitki
e3cd2d776c
Update pt-br.all.json
2017-05-20 20:30:50 -03:00
akuma06
328032fe0e
Merge pull request #657 from NyaaPantsu/notifications
...
Notification for Users
2017-05-21 01:25:25 +02:00
akuma06
c7d3c49daa
fix
2017-05-21 01:22:07 +02:00
akuma06
798ec9a3a8
Merge remote-tracking branch 'refs/remotes/origin/dev' into notifications
...
# Conflicts:
# templates/_badgemenu.html
2017-05-21 01:21:56 +02:00
akuma06
5f60970eb9
Finished
2017-05-21 01:06:40 +02:00
Steindór
6ca3efe4c0
Added icelandic translations ( #656 )
...
* fixed the spacing between the logo and the nightmode button
* used tabs like the rest of the file
* fixed the nightmode switcher, broke everything else
* Navbar styling no longer dependent on bugs
* fixed issues when logged in
* added icelandic translations
* Missed one
* Fixed typos
* Update is-is.all.json
Creating some new words on the spot for completeness
2017-05-21 08:39:12 +10:00
Eduard Ereza Martínez
e181172aaf
Update Catalan translation ( #655 )
...
* Update Catalan translation
* Oops... missing comma!
2017-05-21 08:38:44 +10:00
Ramon Dantas
1968d2ae54
Move translation func to template variables ( #652 )
...
* Add T field to template variables
* Remove languages.SetTranslationFromRequest
* Add Tfunc on handlers
* Remove T and Ts from template_functions
* Update templates
Change the templates to use the local Tfunc, instead of the global one.
Also changed the signature of the fields on template_variables.go, so that
they return a template.HTML to avoid escaping problems.
* Remove unnecessary variable
2017-05-21 08:38:28 +10:00
akuma06
42de73fa78
Fixed unassigned value
2017-05-21 00:29:07 +02:00
akuma06
0390fc5215
Mostly done
2017-05-21 00:02:57 +02:00
Steindór
bf8a4978b4
Update is-is.all.json
...
Creating some new words on the spot for completeness
2017-05-20 19:58:12 +00:00
Steindór
795f8ba462
Fixed typos
2017-05-20 19:54:37 +00:00
Steindór
bbd373fcec
Missed one
2017-05-20 19:45:47 +00:00
akuma06
4cbbb95e4f
Notification for Users (WIP)
2017-05-20 20:53:05 +02:00
bragason
968bec3cf1
Merge branch 'dev' of https://github.com/NyaaPantsu/nyaa into dev
2017-05-20 18:04:48 +00:00
bragason
4d06e15f17
added icelandic translations
2017-05-20 17:42:28 +00:00
akuma06
665c6e3116
added ircs support
2017-05-20 18:40:20 +02:00