KNOWN_BUGS
author Dan
Tue, 05 May 2009 00:10:26 -0400
changeset 953 323c4cd1aa37
parent 901 99ea0b0ac4be
child 988 11960d9b0087
permissions -rw-r--r--
Made some more changes to the way namespaces are handled, for optimization purposes. This is a bit of a structural reorganization: $paths->pages is obsoleted in its entirety; calculating page existence and metadata is now the job of the Namespace_* backend class. There are many things in PageProcessor that should be reorganized, and page actions in general should really be rethought. This is probably the beginning of a long process that will be taking place over the course of the betas.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
764
60a5e25a4c50 Updated KNOWN_BUGS.
Dan
parents: 632
diff changeset
     1
Enano 1.1.5 - Known Bugs and Issues
632
567e4b2c763f Added KNOWN_BUGS file.
Dan
parents:
diff changeset
     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
567e4b2c763f Added KNOWN_BUGS file.
Dan
parents:
diff changeset
     4
  about, but did not have time to fix before this release was
567e4b2c763f Added KNOWN_BUGS file.
Dan
parents:
diff changeset
     5
  scheduled. Hopefully all of these will be fixed in the next release.
567e4b2c763f Added KNOWN_BUGS file.
Dan
parents:
diff changeset
     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