Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Aug 1, 2022. It is now read-only.

Tags: ergoithz/browsepy

Tags

0.5.6

Toggle 0.5.6's commit message
fix path length checks on windows

0.5.5

Toggle 0.5.5's commit message
0.5.5 release

0.5.4

Toggle 0.5.4's commit message
update version on readme

0.5.3

Toggle 0.5.3's commit message
Merge pull request #18 from ergoithz/0.5.3

0.5.3 release

0.5.2

Toggle 0.5.2's commit message
version 0.5.2 bump with nt bugfix

0.5.1

Toggle 0.5.1's commit message
add forgotten version bump

0.5.0

Toggle 0.5.0's commit message
[RELEASE] 0.5 (#6)

* ongoing work, replace listdir with scandir, unicode rework

* fix empty dir detection, pep8, improve tests

* add plugin actions via callback check, pep8

* fix player directory dirs not defined

* test playabledirectory recursion

* fix paths on scrutinizer and coverage

* refactor File class

* revert omit on make coverage

* fix unsafe Response usage

* add iter_files to PlayableDirectory

* add missing merge changes

* rewrite player plugin for clarity, simplify Node class interface

* add plugin arguments

* remove unused module, cover PlayListFile classes

* fix python2-related issues

* implement browser sorting

* implement jplayer playlist

* player page test

* add blueprint tests

* add editorconfig, fix css/js/html formatting

* add pep8 to travis

* implement head-button, multifile upload, add plugin argument test

* fix sort th buttons

* split upload button js to reduce redraws

* fix browse column header text

* rename register_action callback kwarg to filter

* ongoing widget refactor

* refactor widgets, fix tests

* add support for widget callable properties

* add mimetype-based icons, fix player css

* add default link on file widgets, docstrings

* implement jinja2 html-min

* add extension tests

* add proper no-cover hints on test runner

* ignore certain tags on html minification

* fix ignored tag attributes not being minified

* switch to state-machine minify (broken)

* simplify html minification

* fix and complete html minification algorithm

* browsepy as a command, update readme

* add autodoc

* doc ongoing work

* more documentation

* ongoing doc ref fixing

* ongoing docs

* update travis stuff

* avoid travis-sphinx breaking builds

* improve doc sidebar

* document plugin manager

* add tests and tools on requirements

* fix missing compat vars

* add pypy3 target to travis

* add workaround to well-known flask bug

* disable pypy3 build

* first step on backwards compatibility

* more backwards compatibility and regular tests

* tests and fixes

* always defer deprecated widget properties

* fix app context issues

* safer url comparison

* fix deprecated test app config

* more doc and tests

* reformat readme

* make build task

* add pep8 to travis

* add doc refs and hide deprecated methods

* doc update

0.3.8

Toggle 0.3.8's commit message
add static to builds

0.3.6

Toggle 0.3.6's commit message
implement file upload, migrate README to rst, add non-exception custo…

…m 404 page, minor version bump

0.3.5

Toggle 0.3.5's commit message
add MANIFEST.in, first fully working release