Last change
on this file since 11150 was
11109,
checked in by Henrik Bettermann, 11 years ago
|
Diazofy skeleton package. waeup.skeleton is deprecated and will be removed soon.
|
File size:
1.3 KB
|
Rev | Line | |
---|
[10765] | 1 | Changes |
---|
| 2 | ******* |
---|
[11109] | 3 | 1.0 (unreleased) |
---|
| 4 | ================ |
---|
[10765] | 5 | |
---|
[11109] | 6 | * Diazofied whole package. |
---|
| 7 | |
---|
| 8 | |
---|
[10765] | 9 | 0.2 (unreleased) |
---|
| 10 | ================ |
---|
| 11 | |
---|
| 12 | Feature changes |
---|
| 13 | --------------- |
---|
| 14 | |
---|
| 15 | * Started switch to groktoolkit (grok 1.1) based |
---|
| 16 | application. `waeup.kofa` is not compatible with grok 1.0 anymore. |
---|
| 17 | |
---|
| 18 | * Added first rudimentary support for application plugins. Plugins are |
---|
| 19 | looked up by the main app on creation time and created afterwards. |
---|
| 20 | |
---|
| 21 | * Added first rudimentary support for RSS2.0 feeds. |
---|
| 22 | |
---|
| 23 | * Generated filenames now have a filename extension that indicates |
---|
| 24 | mode of processing. So fred.csv becomes fred.create.pending.csv when |
---|
| 25 | being batch processed and something fails. |
---|
| 26 | |
---|
| 27 | * Coverage reports are now generated in ``coverage-report`` subdir of |
---|
| 28 | build-directory. |
---|
| 29 | |
---|
| 30 | Bug fixes |
---|
| 31 | --------- |
---|
| 32 | |
---|
| 33 | * Removed all references to stuff in university submodule into the |
---|
| 34 | module itself or replaced it with proper code. This way the |
---|
| 35 | university submodule could be factored out of the waeup.kofa |
---|
| 36 | package. Fixed bug #23. |
---|
| 37 | |
---|
| 38 | * Fixed default obj updater in batchprocessing. Fixed bug #17. |
---|
| 39 | |
---|
| 40 | * Fixed handling of pending file names, fixed bug #16. |
---|
| 41 | |
---|
| 42 | * Removed quick importer and all related components. |
---|
| 43 | |
---|
| 44 | * Removed TestData folder. It was too heavy and test data can be |
---|
| 45 | created on-the-fly. |
---|
| 46 | |
---|
| 47 | |
---|
| 48 | 0.1 (2010-01-31) |
---|
| 49 | ================ |
---|
| 50 | |
---|
| 51 | Initial version. (Incomplete) rewrite from the former CPS-based |
---|
| 52 | application. |
---|
Note: See
TracBrowser for help on using the repository browser.