0
|
1 |
Enano 1.0RC2 - Known Issues and Bugs
|
|
2 |
---------------------------------------------------------------------
|
|
3 |
|
|
4 |
In the Javascripted Access Control List editor, the text "on this
|
|
5 |
page" appears at the top of the editor window, even if the user
|
|
6 |
selected that the rule affect the entire site. This does not affect
|
|
7 |
the behavior of the rule; it will still affect the entire site. This
|
|
8 |
bug has been fixed in upstream.
|
|
9 |
|
|
10 |
The Javascripted ACL editor currently is not supported in Internet
|
|
11 |
Explorer. The safe (non-JS) version of the editor is used instead.
|
|
12 |
There is no planned fix for this, the workaround is to use Firefox.
|
|
13 |
|
|
14 |
On seemingly random occasions, the "more options" menu on some pages
|
|
15 |
does not show when the mouse is hovered over it. The only known
|
|
16 |
workaround at this point is to reload the page. The bug seems to be
|
|
17 |
more prevalent on Windows systems.
|
|
18 |
|
|
19 |
The RenderMan class is in a state of transition - the wikiFormat
|
|
20 |
method is unchanged but a new next_gen_wiki_format method has been
|
|
21 |
added. The new method is parameter-incompatible with the old
|
|
22 |
wikiFormat, so developers should continue to use wikiFormat for the
|
|
23 |
time being. This transition will be finalized in Banshee.
|
|
24 |
|
|
25 |
The Moderators group never got included in the schema. Whoops...
|
|
26 |
To create it just create a group as normal in the admin panel and
|
|
27 |
MAKE SURE IT HAS group_id 3! If it doesn't then do a manual SQL
|
|
28 |
query to set it to group_id 3. This will be fixed in the gold
|
|
29 |
release for sure.
|
|
30 |
|
|
31 |
The search box is visually distorted. The cause of this is not known.
|
|
32 |
|
|
33 |
The Links sidebar block is empty by default. Want to contribute some
|
|
34 |
filler HTML that doesn't suck? Be my guest!
|
|
35 |
|
|
36 |
The files table is borked. I don't know how or why, but somehow the
|
|
37 |
updated structure apparently didn't make it into RC1 OR RC2. This
|
|
38 |
applies ONLY to installations, and not upgrades. Fixed in 1.0.
|
|
39 |
|
|
40 |
It is possible to inject PHP into pages by using the <?php and ?>
|
|
41 |
tags as normal, even when not logged in.
|
|
42 |
|
|
43 |
OK, I was only KIDDING on that last one.
|
|
44 |
|
|
45 |
|
|
46 |
Enano 1.0RC1 - Known Issues and Bugs
|
|
47 |
---------------------------------------------------------------------
|
|
48 |
|
|
49 |
First and foremost, changing a user's password, either from the
|
|
50 |
preferences page or the admin panel, DOES NOT work. The password
|
|
51 |
reset feature is working properly. A fix for this issue will be
|
|
52 |
included in RC2 (Clurichaun).
|
|
53 |
|
|
54 |
The Javascripted ACL editor currently is not supported in Internet
|
|
55 |
Explorer. The safe (non-JS) version of the editor is used instead.
|
|
56 |
|
|
57 |
Uploaded files are checked based on their extension, not with a
|
|
58 |
MIME magic file like they used to be. Depending on what kind of
|
|
59 |
feedback I get, I can re-enable FileInfo support. Much of the code
|
|
60 |
is already there, just commented out.
|
|
61 |
|
|
62 |
Setting up Enano on servers running IIS is currently very difficult,
|
|
63 |
but it is doable. Make sure that you use a newer version of PHP (5.x)
|
|
64 |
because PHP4 has some issues with the MySQL client library.
|
|
65 |
|
|
66 |
Reverting file creation doesn't work. Need to rewrite rollback code
|
|
67 |
for the files table.
|
|
68 |
|
|
69 |
There's more. I can't think of it right now, but the bugs are there.
|
|
70 |
If you find anything, please report it on
|
|
71 |
http://bugzilla.enanocms.org.
|
|
72 |
|
|
73 |
(Note - the bug tracker itself is still being set up, so that might
|
|
74 |
not work either)
|
|
75 |
|