| 1 | 2011-05-12 - version 0.4 |
|---|
| 2 | |
|---|
| 3 | * Framework support code moved to separate projects: LinkExchange.Django, |
|---|
| 4 | LinkExchange.MoinMoin, LinkExchange.Trac, LinkExchange.TurboGears and |
|---|
| 5 | LinkExchange.web.py. Now linkexchange is namespace package |
|---|
| 6 | |
|---|
| 7 | * Support for Zope application server was add as LinkExchange.Zope project |
|---|
| 8 | |
|---|
| 9 | * Fixed bugs when using dbm drivers that use multiple files per database |
|---|
| 10 | |
|---|
| 11 | * Suport for TrustLink.ru service was added |
|---|
| 12 | |
|---|
| 13 | * When loading plugins search it in all distributions, not only in LinkExchange |
|---|
| 14 | |
|---|
| 15 | * Automated tests based on unittests was added |
|---|
| 16 | |
|---|
| 17 | * Python 2.3 and win32 compatibility was fixed |
|---|
| 18 | |
|---|
| 19 | * New parameter no_query_string was added to Sape, LinkFeed and TrustLink |
|---|
| 20 | clients. This enables static site simulation |
|---|
| 21 | |
|---|
| 22 | * Minor improvements and bug fixes |
|---|
| 23 | |
|---|
| 24 | 2010-09-19 - version 0.3 |
|---|
| 25 | |
|---|
| 26 | * Support for Articles.sape.ru service was added. |
|---|
| 27 | |
|---|
| 28 | * Feature to use particular formatters only for particular clients. |
|---|
| 29 | The client parameter was added to the BaseFormatter class. |
|---|
| 30 | |
|---|
| 31 | * The strip and li_class parameters was added to the ListFormatter class. |
|---|
| 32 | This parameters allows to skip enclosing UL tag and set class attribute for |
|---|
| 33 | LI tags. |
|---|
| 34 | |
|---|
| 35 | * The strip parameter was added to the InlineFormatter class. This allows to |
|---|
| 36 | skip enclosing DIV tag. |
|---|
| 37 | |
|---|
| 38 | * The server_charset parameter was added to the SapeLikeClient class. |
|---|
| 39 | |
|---|
| 40 | * New configuration option filter_path_match in Trac support code to enable |
|---|
| 41 | or disable content filtering depending on request URI. |
|---|
| 42 | |
|---|
| 43 | 2009-11-08 - version 0.2 |
|---|
| 44 | ======================== |
|---|
| 45 | |
|---|
| 46 | * Now SapeClient and LinkFeedClient are subclasses of SapeLikeClient |
|---|
| 47 | |
|---|
| 48 | * Sape-like clients can fetch XML (by default) and PHP serialized links |
|---|
| 49 | database. This controlled by use_xml and xml_server_list parameters. |
|---|
| 50 | The phpserialize module is now optional |
|---|
| 51 | |
|---|
| 52 | * The lxrefresh script was added. It's designed to refresh links database |
|---|
| 53 | from the command line or cron. There is also lxrefresh django-admin command |
|---|
| 54 | that do same work |
|---|
| 55 | |
|---|
| 56 | * The database auto refreshing can be disabled by setting db_lifetime |
|---|
| 57 | client parameter to None. This may be useful if refreshing is performed |
|---|
| 58 | using cron |
|---|
| 59 | |
|---|
| 60 | * web.py framework support code was added |
|---|
| 61 | |
|---|
| 62 | * Many bugs fixed |
|---|
| 63 | |
|---|
| 64 | 2009-09-03 - version 0.1 |
|---|
| 65 | ======================== |
|---|
| 66 | |
|---|
| 67 | Initial release. |
|---|