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

11 commits

Auteur SHA1 Message Date
Atvaark
03f96ef2b2 Ignore .idea folder (IntelliJ)
This folder contains project specific settings for IntelliJ
based IDEs like Gogland.
2017-05-07 20:33:10 +02:00
akuma06
461566a2a2 Merge branch 'master' into master 2017-05-07 02:44:49 +02:00
akuma06
e3be801f4d Fixed Typo + Added multi language support
Multi language for User package
2017-05-07 02:32:32 +02:00
tomleb
cb2702630c Remove categories and subcategories queries
This commit removes usage of Categories queries in order to support
postgres. The Categories in postgres is an enum instead of a table and
we don't need to use the table in sqlite because the value are hardcoded
in the html and are unlikely to ever change.

This commit breaks the thumbnails in the index. Other functionality
needs to be tested before merging.
2017-05-06 19:02:02 -04:00
tomleb
9ddb5482df Run sqlite environment in docker 2017-05-06 18:48:21 -04:00
akuma06
8e3ece47bb Update .gitignore 2017-05-07 00:43:08 +02:00
bakape
f5bdb369c8 Port _search.html to quicktemplate 2017-05-07 00:21:16 +03:00
Eliot Whalan
b557a36c83
Run go fmt and add swap files to gitignore 2017-05-05 14:07:45 +10:00
bakape
34051c9e0e Script for binary package cross-compilation 2017-05-05 03:41:47 +03:00
akuma06
e4a8452481 Rearranged static Files and add number of item per page
No CSS and Javascript in the index.html, more easy to maintain the design and the code.
Added a select for the number of item to show and added the new parameter to the SQL query.
Total number of item determined by the SQL query and not fixed.
2017-05-03 19:45:18 +02:00
Eliot Whalan
9b122ec96a
initial version 2017-05-02 20:39:53 +10:00