Skip to content

Commit fb98e13

Browse files
committed
update CHANGES file for b2 release
1 parent ae7df14 commit fb98e13

File tree

1 file changed

+82
-0
lines changed

1 file changed

+82
-0
lines changed

docs/changes/CHANGES

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,88 @@ Please note: It is recommended that existing wiki's be upgraded to the
55
latest moin 1.9.x release before converting to Moin 2. However, this may
66
not be a necessary step as the 1.9.x file structure has not changed recently.
77

8+
Version 2.0.0b2 2025-03-01
9+
----------------------------
10+
This is an unstable beta release not suitable for a production wiki,
11+
test carefully and report new issues and feature requests on the issue tracker:
12+
https://github.com/moinwiki/moin/issues.
13+
14+
Fixes
15+
~~~~~
16+
* updated docs for Python 3.12 pkg_resources workaround
17+
* add docs and key control to SlideShow macro
18+
* removed spam links in contrib/intermap.txt
19+
* fixed bug when creating list of dirs returned by make_flat_index
20+
* ignore empty table attributes within moinwiki_in converter
21+
* fix "moin dump-html" to dump raw data for pdf, tar, and other items
22+
* fix "moin import19" to migrate links only if target namespace is specified
23+
* SlideShow macro uses url_for
24+
* improve footer layout
25+
* fix CSS for Show Wiki Configuration
26+
* moin import19 handles namespace attachments
27+
* restrict all admin views to superuser, partially backed off
28+
* remove ACL form help-en/TemplateSample
29+
* add request.path to clock total timer message
30+
* skip before_wiki and teardown_wiki for static content
31+
* ignore closing stroke tag if no opening tag found within moinwiki_in converter
32+
* change position and order of Submit buttons
33+
* remove "General meta" from modify view
34+
* set url_map.strict_slashes to False
35+
* creating items now uses current namespace ACL
36+
* stricter detection of embedded markup on markdown_in converter
37+
* fix convert_to_indexable for items in a namespace
38+
* fix delete/destroy from index view
39+
* fix several namespace bugs where wrong item names were used
40+
* bump Xstatic_Bootstrap to 4.5.3.1 fixing potential XSS attacks
41+
* add tag parameter to ItemList macro
42+
* wikiconfig.py configuration PERMANENT_SESSION_LIFETIME requres datetime import
43+
* eliminate traceback when destroying a deleted item
44+
* highlight search results: treat each word separately and ignore case
45+
* move 'user.may.write' call from template to views.py
46+
* fix traceback: add may permission in _do_modify_show_templates
47+
* deactivate exists checks for page trail and do not show non-existent items
48+
* performance: add aliases to trail and remove exists check
49+
* import19: Add procs and limitmb options to increase performance
50+
* import19: add exception handling for drop_and_recreate_index
51+
* add missing attribute 'may' to diff.html template
52+
* import19: add option latest-rev-only
53+
* _args_wiki parse: ignore keys with empty value
54+
* support different storage types for each namespace
55+
* import19: add missing parents
56+
* update intermap.txt removing dead links, spam; change to https when possible
57+
* performance: _get_acls: use meta data if available to avoid index query
58+
* fix traceback when viewing item with @itemid
59+
* update development docs with more info about "pre-commit install"
60+
* page_trail: add type checks
61+
* fix search result highlighting for itemlist macro
62+
* fix itemlist arguments in help-en/MoinWikiMacros
63+
* itemList: use _args_wiki parser
64+
* same messages for not found and access denied
65+
* itemList performance: mv regex handling to search_meta
66+
* update, cleanup translations, add few German translations
67+
* remove subprocess call from create_instance
68+
* remove smb_mount module and docs
69+
* add usedforsecurity False in hash functions
70+
* rework of the send_file exception handling
71+
* remove obsolete SubProcess.py
72+
* send_file: seek to the beginning of the file in any case
73+
* use new gravatar hash routine
74+
* remove obsolete profile.py
75+
* fix UnboundLocalError in import19
76+
* show blank page after passwort reset
77+
* remove sistersite feature.
78+
* do not show USERPROFILES ns within a list of selectable namespaces
79+
* add pre-commit for bandit security scan, add to github workflow
80+
* add CSP header and receiver
81+
* correct hit count display when ajax search options use whoosh filters
82+
* fix CSP warning, remove inline style on moin-options-for-javascript
83+
* rename and update README, add CONTRIBUTING.md
84+
85+
New features
86+
~~~~~~~~~~~~
87+
* Add RandomQuote macro
88+
89+
890
Version 2.0.0b1 2024-08-07
991
----------------------------
1092
This is an unstable beta release not suitable for a production wiki,

0 commit comments

Comments
 (0)