Mercurial > moin > 1.9
comparison docs/CHANGES @ 4916:5e9a7dd1612b
merged CHANGES.openid into main CHANGES document
author | Thomas Waldmann <tw AT waldmann-edv DOT de> |
---|---|
date | Sun, 26 Jul 2009 23:31:42 +0200 |
parents | 4ee70cfce201 |
children | 47679e758f79 |
comparison
equal
deleted
inserted
replaced
4915:f3413022dae9 | 4916:5e9a7dd1612b |
---|---|
53 dicts_wikiconfig_snippet). | 53 dicts_wikiconfig_snippet). |
54 * See also the new HelpOnDictionaries and HelpOnGroups help pages. | 54 * See also the new HelpOnDictionaries and HelpOnGroups help pages. |
55 * "moin ... account homepage" script to create user homepages. | 55 * "moin ... account homepage" script to create user homepages. |
56 * Theme packages: do_copythemefile now copies theme files to | 56 * Theme packages: do_copythemefile now copies theme files to |
57 MoinMoin/web/static/htdocs. | 57 MoinMoin/web/static/htdocs. |
58 * OpenID: Support for Simple Registration (SREG) extension. | |
59 Basic profile fields can be copied from OpenID provider when logging in. | |
60 * OpenID: Support for Teams extension. | |
61 If your OpenID provider supports the Teams extension (i.e. Launchpad), | |
62 MoinMoin can be configured to generate | |
63 * OpenID: Ability to accept logins from specific OpenID providers. | |
64 Login form changes based on configuration for better usability: | |
65 * 0 providers: normal text input box for OpenID URL | |
66 * 1 provider: hidden field, automatic form submission with JavaScript | |
67 * 2+ providers: select field, uses directed identity | |
58 | 68 |
59 Bug fixes: | 69 Bug fixes: |
60 * Fixed MoinMoinBugs/DeprecatedIsNotRespected (search ranking, WantedPages). | 70 * Fixed MoinMoinBugs/DeprecatedIsNotRespected (search ranking, WantedPages). |
61 * web.session: fixed MoinMoinBugs/1.9_session_lifetime_for_user. We do | 71 * web.session: fixed MoinMoinBugs/1.9_session_lifetime_for_user. We do |
62 refresh the session cookie now on each request. | 72 refresh the session cookie now on each request. |
63 * web.session: fixed MoinMoinBugs/1.9_remember_me_broken. | 73 * web.session: fixed MoinMoinBugs/1.9_remember_me_broken. |
64 * Fix superuser functionality (broken in previous 1.9 betas). | 74 * Fix superuser functionality (broken in previous 1.9 betas). |
65 * fixes misc. crashes / exceptions | 75 * fixes misc. crashes / exceptions |
76 * OpenID: request processing now works with new WSGI refactoring. | |
77 * OpenID: always return error messages with CancelLogin if OpenID process fails. | |
66 | 78 |
67 Other changes: | 79 Other changes: |
68 * ImageLink page has been killed (ImageLink macro is gone since 1.6.1). | 80 * ImageLink page has been killed (ImageLink macro is gone since 1.6.1). |
69 * replace our text_irssi parser with a wrapper around pygments' irc highlighter | 81 * replace our text_irssi parser with a wrapper around pygments' irc highlighter |
82 * Added disabled state for HTML select fields. | |
83 * Allowed disabling of timezone and language user prefs if they are | |
84 part of the user's login fields (i.e. OpenID SREG). | |
85 * Added option to disable local registration links and direct user | |
86 to registration page at an OpenID provider instead. | |
70 | 87 |
71 Developer notes: | 88 Developer notes: |
72 * groups and dicts API changes: | 89 * groups and dicts API changes: |
73 * request.groups and request.dicts provide access to groups and dicts. | 90 * request.groups and request.dicts provide access to groups and dicts. |
74 * MoinMoin.wikidicts is gone, please use MoinMoin.datastruct. | 91 * MoinMoin.wikidicts is gone, please use MoinMoin.datastruct. |