Albirew/nyaa-pantsu
Archivé
1
0
Bifurcation 0
Ce dépôt a été archivé le 2022-05-07. Vous pouvez voir ses fichiers ou le cloner, mais pas ouvrir de ticket ou de demandes d'ajout, ni soumettre de changements.
nyaa-pantsu/router
akuma06 e62ebb05ba Mass edit mod api JS (done) (#868)
* Mass Edit MOD api JS (WIP)

In continuity with the mass edit mod api, this is the javascript use of
it.
##What does it do?
* Delete of multiple torrents on index/search
* Category change of multiple torrents
* Change of owner of multiple torrents
* Lock & delete of multiple torrents

##How?
* New toolbar only visible for mods
* Checkboxes added only for mods
* Selection and click on the button in toolbar
* Nothing is submitted, you have to review the changes in a modal window
listing them.
* Then the ajax queries are initialized one at a time with a progression
bar
* You can always at any moment delete entries from the queuing list

* Improved progress bar

* Deleting part almost done

Improved modal design
All dom interactions should be done
Prepared Query for only one callback
Improved Modal to keep a link to the active modal

* Finished =D

Added some translation string

* Forgot the refreshing of the page

Just an option that can be disabled by making refreshTimeout to 0
2017-06-02 12:51:44 +10:00
..
api_handler.go New config files (#854) 2017-05-30 21:21:57 -05:00
database_dump_handler.go
faq_handler.go
home_handler.go
init.go
modpanel.go Mass edit mod api JS (done) (#868) 2017-06-02 12:51:44 +10:00
not_found_handler.go
publicSettingsHandler.go Maskot to cookie (#857) 2017-05-30 21:21:35 -05:00
router.go New config files (#854) 2017-05-30 21:21:57 -05:00
rss_handler.go New config files (#854) 2017-05-30 21:21:57 -05:00
search_handler.go
template.go Account theme switcher (Pls merge) (#750) 2017-05-27 12:08:47 -05:00
template_functions.go Added a check on LastID function 2017-05-31 21:07:56 +02:00
template_test.go Better handle of test files 2017-05-31 10:49:01 +02:00
template_variables.go Add Build version 2017-05-31 12:20:06 +02:00
torrent_report_handler.go
upload.go New config files (#854) 2017-05-30 21:21:57 -05:00
upload_handler.go New config files (#854) 2017-05-30 21:21:57 -05:00
user_handler.go Account theme switcher (Pls merge) (#750) 2017-05-27 12:08:47 -05:00
view_torrent_handler.go New config files (#854) 2017-05-30 21:21:57 -05:00
wrap_handler.go