|
Revision 540, 1.0 KB
(checked in by josef, 3 years ago)
|
|
- issue found by Alexander Rieder
|
| Line | |
|---|
| 1 | * less strict schema to allow for reordered lines |
|---|
| 2 | - see schemas/SchemaLimitation; this will affect SVN pre-commit hook script |
|---|
| 3 | * SVN-backed repos: option to only generate new entry when tag gets applied |
|---|
| 4 | - should be fixed by just pointing the SVN root config option there? |
|---|
| 5 | * multiple co-maintainers for each entry, or improved upload queue moderation |
|---|
| 6 | * get rid of LWP::Simple, for it doesn't really mirror(), i.e. it always downloads everything again |
|---|
| 7 | * strip \r from any imported texts? |
|---|
| 8 | |
|---|
| 9 | * replace hotstuff-scan cronjob with hooks for SVN-backed repos |
|---|
| 10 | - partially implemented with an idle-noop cronjob |
|---|
| 11 | |
|---|
| 12 | * bug report by Sebastien Martel: notapproved=1 appears for approved but replaced (hidden) item |
|---|
| 13 | |
|---|
| 14 | * XSL script for RSS<->GHNS feed transformation |
|---|
| 15 | * Support for paging by introducing offset parameter at least for DXS (OCS has offset + size <= sizelimit) |
|---|
| 16 | |
|---|
| 17 | * derive uploadurl in hotstuff-access from $uploadurl configuration setting in case there is a mismatch (e.g. cantor vs. mathematik) |
|---|
| 18 | |
|---|