aboutsummaryrefslogtreecommitdiff
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
* Updated installation instructionsrelease-1.0Stanislav Ochotnicky2009-08-151-0/+0
| | | | also moved initialization data so that it is installed in /usr/share
* Changed models for web interface to be real pythonStanislav Ochotnicky2009-08-141-1/+1
| | | | this way no symlink is needed
* Changed urls of attachments to preserve nameStanislav Ochotnicky2009-08-112-2/+2
| | | | | So when you push ctrl-s in browser, it offers proper filename instead of number
* Changed view of attachment to use utf-8 charsetStanislav Ochotnicky2009-08-111-1/+1
|
* Added "time added" column to packagepropertiesStanislav Ochotnicky2009-08-102-1/+2
|
* Made categories/packages sorted when browsingStanislav Ochotnicky2009-08-101-1/+9
|
* Make package listing more visibleStanislav Ochotnicky2009-08-101-1/+4
|
* Basic functions of web workingStanislav Ochotnicky2009-08-1019-17/+313
| | | | | | | This is really big commit, since there was no use putting in absolutely non functional code until now. Some templates might be simplified later on...
* Prepared urls and settings for templatesStanislav Ochotnicky2009-08-075-1/+15
|
* Add basic web presentation structureStanislav Ochotnicky2009-08-0610-0/+124