Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Graphe des révisions

91 commits

Auteur SHA1 Message Date
kilo
d45ddbd3d1 Update upload.jet.html 2017-07-15 12:02:06 +02:00
kilo
438f84f090 make use of above change to have the right category by default if the form isn't empty 2017-07-15 11:53:46 +02:00
kilo
c038687b67 add default torrent name & flag based on form 2017-07-15 11:48:42 +02:00
kilo
7f00e5870b Update upload.jet.html 2017-07-15 09:01:04 +02:00
kilo
aff5a33ab0 Update upload.jet.html 2017-07-15 09:00:26 +02:00
kilo
dad6c3edaf removal of view things to try to get it working 2017-07-15 08:53:47 +02:00
kilo
6b0b006059 Update upload.jet.html 2017-07-15 00:17:20 +02:00
kilo
53eee04c33 Update upload.jet.html 2017-07-14 23:43:45 +02:00
kilo
2eadec4230 Update upload.jet.html 2017-07-14 23:34:56 +02:00
kilo
978b1e8d0a js function to update lang 2017-07-14 23:32:03 +02:00
kilo
b6171f6326 Update upload.jet.html 2017-07-14 22:53:35 +02:00
kilo
bd2d4d6363 update date based on current one 2017-07-14 22:49:12 +02:00
kilo
4ef7f60294 Update upload.jet.html 2017-07-14 22:28:55 +02:00
kilo
c76c234bec Update upload.jet.html 2017-07-14 22:28:18 +02:00
kilo
fd3dc24ce9 Update upload.jet.html 2017-07-14 22:26:06 +02:00
kilo
d3ad4a0143 Update upload.jet.html 2017-07-14 22:22:10 +02:00
kilo
4704b8f3f2 add class to thead torrentinfo to add / remove trusted 2017-07-14 22:17:20 +02:00
kilo
e23104a5f2 Update upload.jet.html 2017-07-14 22:15:19 +02:00
kilo
3c429cb01e Update upload.jet.html 2017-07-14 22:14:36 +02:00
kilo
f92be85a8c add remake & hidden class for future JS 2017-07-14 22:00:50 +02:00
kilo
b3c93b6db0 invisible by default 2017-07-14 21:57:11 +02:00
kilo
5b83f4f2f5 Update upload.jet.html 2017-07-14 21:56:35 +02:00
kilo
69387b42a4 Update upload.jet.html 2017-07-14 21:51:39 +02:00
kilo
a96d4f45e4 remove useless functions that i had previously added 2017-07-14 21:37:48 +02:00
kilo
d618856d27 add classes 2017-07-14 21:10:03 +02:00
kilo
794e59f701 Update upload.jet.html 2017-07-14 21:02:01 +02:00
akuma06
6bbb2e9801 Preload User on find. Should fix the edit not showing up for anonymous.
Fix issue with hidden checkbox and remake one on chrome.
Refactor flag list on edit/upload form. Now a helper function in flags helper.
2017-07-14 17:53:37 +02:00
akuma06
5be870e21b Add commit from kipukun on simplemde 2017-07-13 13:57:19 +02:00
akuma06
21767877b1 Fixing call to flag method 2017-07-12 12:04:20 +10:00
akuma06
e1d6e7df20 Changing to the new behaviour of package languages 2017-07-12 12:04:20 +10:00
kilo
99e103a1d7 Update upload.jet.html 2017-07-12 12:04:20 +10:00
akuma06
f8de340265 Added search refine on every pages + fixed kilo.js 2017-07-10 15:24:52 +02:00
akuma06
0cf98c91b0 Fixing upload language not mandatory message 2017-07-10 14:37:48 +02:00
kilo
2943fdf6e1 Add small "language is not mandatory" message (#1129)
* add class in css

* html change

* Update en-us.all.json

* Update fr-fr.all.json
2017-07-09 12:19:59 +10:00
akuma06
6534d02977 Fxing flags checkboxes without flags next to them 2017-07-06 22:42:55 +02:00
akuma06
03ded2e027 Changing catSelect Behavior
Return now Categories object instead of map[string]string.
Remove some debug log
2017-07-06 22:19:44 +02:00
akuma06
c3b3542bad Changed Mark as Hidden
Strings need to be retranslated
2017-07-04 02:57:47 +02:00
akuma06
330ab06597 Adding upload of multi lang full support 2017-07-04 02:07:25 +02:00
akuma06
f3a323d7b8 Fixing html flags rendering 2017-07-03 01:30:06 +02:00
akuma06
b11c02e54e Fixed templates with new functions 2017-07-03 00:34:18 +02:00
akuma06
5991a21818 First batch of changes for the refactor (#1078)
* First batch of changes for the refactor

Added the support of gin in routes and other services/utils
Begining implementation of JetHTML

* Remove os folder

* Move scrapers to own repo

* Second batch of changes

All .jet.html are the working templates.
You can now test this PR, the index Page and upload works. If you want to complete the other html templates, you're welcome

* Move captcha to util

* Move uploadService to utils

* Use govalidator instead of regex

* Third batch of changes

All the front end should as previously.
I also fixed some minor things unrelated to the refactor (mostly style issues on static pages)
Now errors can be accessed by importing the "errors" helpers and using the `yield errors(name="xxx")` command in templates.
Same for infos.
Templates are now more hierarchized with a base template "base.jet.html" which is extended depending on the context in "index_site" or "index_admin" layouts. Those layouts are extended than in every pages.
Other helpers are captcha to render a captcha `yield captcha(captchaid="xxx")`
And also csrf, with the command `yield csrf_field()`
To translate, you don't have anymore to do `call $.T "xxx"`, you just have to do `T("xxx")`.

Pages for the website part are in folders in the folder "templates/site". Pages for the admin part are in "templates/admin". Layouts are separated in "templates/layouts". Helpers and menu are in "templates/layouts/helpers" and "templates/layouts/menu". Error pages should be put in "templates/errors"

* Added test on templates

When adding a new template, you have to tell to template_test.go, the context of the new template (if it doesn't use the common context)

* Panel admin works

Now the templating part should work. The PR can now be fully tested.

I think we should push the templating PR  and do the routes/controllers/removal of services in another branch. So we know that this one is functional

* Updated dependencies

* Fixed test for modelhelper

* Fix testing for commentlist

* Fix travis :')

* Just renamed router and removed network

* Applying same SEO fix

* Update form_validator.go

* Added back regexp package
2017-06-28 21:42:38 +10:00