author | Dan |
Fri, 15 May 2009 17:24:19 -0400 | |
changeset 988 | 11960d9b0087 |
parent 901 | 99ea0b0ac4be |
child 1163 | 1b90f6c41d9c |
permissions | -rw-r--r-- |
988 | 1 |
Enano 1.1.6 - Known Bugs and Issues |
632 | 2 |
|
901
99ea0b0ac4be
Work started on Special:Log and associated tools/interfaces. This is far from complete, but the basic functionality is in there.
Dan
parents:
781
diff
changeset
|
3 |
These are the issues in Enano 1.1.6 that the development team knows |
632 | 4 |
about, but did not have time to fix before this release was |
5 |
scheduled. Hopefully all of these will be fixed in the next release. |
|
6 |
||
901
99ea0b0ac4be
Work started on Special:Log and associated tools/interfaces. This is far from complete, but the basic functionality is in there.
Dan
parents:
781
diff
changeset
|
7 |
- Internet Explorer support is a disaster. We do care, but we don't |
99ea0b0ac4be
Work started on Special:Log and associated tools/interfaces. This is far from complete, but the basic functionality is in there.
Dan
parents:
781
diff
changeset
|
8 |
act like the project depends on it. Most of Enano's IE woes are |
99ea0b0ac4be
Work started on Special:Log and associated tools/interfaces. This is far from complete, but the basic functionality is in there.
Dan
parents:
781
diff
changeset
|
9 |
in Javascript stuff which means admin tools, and we hope that |
99ea0b0ac4be
Work started on Special:Log and associated tools/interfaces. This is far from complete, but the basic functionality is in there.
Dan
parents:
781
diff
changeset
|
10 |
sensible administrators will use a browser other than IE. |
99ea0b0ac4be
Work started on Special:Log and associated tools/interfaces. This is far from complete, but the basic functionality is in there.
Dan
parents:
781
diff
changeset
|
11 |
|
99ea0b0ac4be
Work started on Special:Log and associated tools/interfaces. This is far from complete, but the basic functionality is in there.
Dan
parents:
781
diff
changeset
|
12 |
Plus, we're slowly moving over to jQuery which is much more IE- |
99ea0b0ac4be
Work started on Special:Log and associated tools/interfaces. This is far from complete, but the basic functionality is in there.
Dan
parents:
781
diff
changeset
|
13 |
friendly than our own in-house libraries. |
99ea0b0ac4be
Work started on Special:Log and associated tools/interfaces. This is far from complete, but the basic functionality is in there.
Dan
parents:
781
diff
changeset
|
14 |
|
988 | 15 |
- There may be miscellaneous bugs, some serious, with the way pages |
16 |
are handled: title formatting, wrong buttons showing up, PHP |
|
17 |
warnings, etc. This is the result of a significant backend change |
|
18 |
and will be all polished up and shiny by the time we go into RC. |