Thomas Adamcik

Results 68 issues of Thomas Adamcik

A mobile style sheet should probably be created to allow for better zooming and handling of the page on advanced mobile devices like iPhones and Andriods. To further increase the...

ime
html
task
css

Throughout the test code, ''$app/tests.py'' and ''$app/tests/*.py'' there are a bunch of FIXMEs that suggest which extra tests need to be implemented.

ime
task

Currently the only indexes in this application are those inferred automatically from the model definitions. By analyzing slow queries on the side and other common data-access patterns one should be...

ime
task

''schedule()'' in [source:trunk/plan/common/views.py#L160] is currently by far the largest function in the entire application. Firstly the code should be split into three parts, ''schedule_common()'', ''schedule'' and ''schedule_advanced''. Common should be...

ime
refactor

[source:trunk/plan/common/utils.py] is a prime candidate for reorganization into a sperate app.

ime
refactor

By no means an important task, however for whatever reason I feel core is a better name for this app. As a step in this task one should also look...

ime
refactor

Currently all templates live directly in ''/''. Templates should minimum be reorganized to ''/$app/$template''.

ime
refactor
html

[source:trunk/plan/common/views.py] should be converted to a model and split into smaller files only containing related code.

ime
refactor

According to the `debian/copyright` you have a GPL3 license, you should probably add a COPYING or LICENSE file at the top level to make this more clear to people.

Currently this is broken due to: 1. Custom playlist handling getting in the way of hlsdemux 2. GStreamer 0.10 not having great HLS support. Both these are covered by existing...

C-bug
A-audio