Skip to content

Commit 6dd1a78

Browse files
authored
Merge pull request #1715 from RogerHaase/1616-changes
update doc CHANGES log for future beta release #1616
2 parents 766443f + f71201a commit 6dd1a78

File tree

1 file changed

+42
-4
lines changed

1 file changed

+42
-4
lines changed

docs/changes/CHANGES

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,47 @@
1-
MoinMoin Version History
2-
========================
1+
MoinMoin 2 Version History
2+
==========================
33

44
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.0alpha
9-
------------------
8+
Version 2.0.0b1 2024-??-??
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+
* added config option to enable or disable contenttypes
17+
* mass source code changes using pyupgrade to upgrade syntax to 3.9
18+
* removed unused imports
19+
* create SECURITY.md
20+
* update .readthedocs.yaml to generate readthedocs content using Python 3.10
21+
* remove use of obsolete setuptools
22+
* change use of whoosh lru cache to lfu cache
23+
* update Flask and Werkzeug to >=3.0.0
24+
* upgrade feedgen (atom feed lib) to >= 1.0.0
25+
* removed parentid to fix welcome/users_home_meta
26+
* mass source code changes after integrating "black" code auto-formater
27+
* supress false "unused import" when importing flatland.Form
28+
* replace deprecated datetime.utc* calls
29+
* add language auto-detect to user personal settings
30+
* readthedocs now has access to docs/examples
31+
* fix maint-validate-metadata to skip userprofiles backend
32+
* Add REV_NUMBER in sort for history view replacing mtime
33+
* Fix CI workflow to test with all supported python versions, run py39 with Ubuntu 22.04
34+
* add support for SQLAlchemy >=2.0.0
35+
* macros with user editing errors should not fill log with tracebacks
36+
* cleanup redundant icon directories
37+
* add itemlinks validator replacing wikilinks validator where needed
38+
* itemlinks beginning with + were incorrectly given non-existent class (+meta/Home)
39+
* remove trailing /> from void elements to comply with W3C standard
40+
* add validity check if user changes name/alias/display-name in UserSettings>Personal
41+
* add test to prove icons from CSS URLs is a subset of files in icon dir
42+
43+
Version 2.0.0a1 2024-03-27
44+
-----------------------------
1045
This is an unstable alpha release not suitable for a production wiki,
1146
test carefully and report new issues and feature requests on the issue tracker:
1247
https://github.com/moinwiki/moin/issues.
@@ -37,6 +72,9 @@ Missing features from 1.9.x
3772
* SVG editor
3873
* LDAP may have missing dependencies depending upon OS flavor
3974
* WikiDicts have limited function, does not use Babel translations
75+
* language support limited to English, German, Portuguese (Brasil), Russian
76+
* no contributed themes
77+
* no contributed macros
4078

4179
Other changes
4280
~~~~~~~~~~~~~

0 commit comments

Comments
 (0)