KNOWN_BUGS
author Dan
Sat, 12 Jul 2008 05:10:39 -0400
changeset 632 567e4b2c763f
child 764 60a5e25a4c50
permissions -rw-r--r--
Added KNOWN_BUGS file.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
632
567e4b2c763f Added KNOWN_BUGS file.
Dan
parents:
diff changeset
     1
Enano 1.1.4 - Known Bugs and Issues
567e4b2c763f Added KNOWN_BUGS file.
Dan
parents:
diff changeset
     2
567e4b2c763f Added KNOWN_BUGS file.
Dan
parents:
diff changeset
     3
  These are the issues in Enano 1.1.4 that the development team knows
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
567e4b2c763f Added KNOWN_BUGS file.
Dan
parents:
diff changeset
     7
- Username and page name auto-complation does not work
567e4b2c763f Added KNOWN_BUGS file.
Dan
parents:
diff changeset
     8
  These components were moved to a new framework - Spry data sets - in
567e4b2c763f Added KNOWN_BUGS file.
Dan
parents:
diff changeset
     9
  Enano 1.1.4. We're having a lot of issues with this due to the
567e4b2c763f Added KNOWN_BUGS file.
Dan
parents:
diff changeset
    10
  requirement for loading the data only on demand (e.g. when the user
567e4b2c763f Added KNOWN_BUGS file.
Dan
parents:
diff changeset
    11
  starts typing in the form field). We also need to be able to create
567e4b2c763f Added KNOWN_BUGS file.
Dan
parents:
diff changeset
    12
  username autocompletion fields with DHTML, which spry is also
567e4b2c763f Added KNOWN_BUGS file.
Dan
parents:
diff changeset
    13
  failing at. Now if only Spry's effects library wasn't so damn nice,
567e4b2c763f Added KNOWN_BUGS file.
Dan
parents:
diff changeset
    14
  we'd probably swap it out for something else entirely.
567e4b2c763f Added KNOWN_BUGS file.
Dan
parents:
diff changeset
    15
567e4b2c763f Added KNOWN_BUGS file.
Dan
parents:
diff changeset
    16
- Several expected ACL management features are missing
567e4b2c763f Added KNOWN_BUGS file.
Dan
parents:
diff changeset
    17
  We know, we know. You want ACL presets and more ways to debug
567e4b2c763f Added KNOWN_BUGS file.
Dan
parents:
diff changeset
    18
  existing rules. The good news is that the latter is fully implemented
567e4b2c763f Added KNOWN_BUGS file.
Dan
parents:
diff changeset
    19
  on the backend level. The bad news is that creating a good frontend
567e4b2c763f Added KNOWN_BUGS file.
Dan
parents:
diff changeset
    20
  is a hard thing especially with the standard that the existing ACL
567e4b2c763f Added KNOWN_BUGS file.
Dan
parents:
diff changeset
    21
  editor sets. We'll have both presets and ACL rule tracing done for
567e4b2c763f Added KNOWN_BUGS file.
Dan
parents:
diff changeset
    22
  Enano 1.1.5.
567e4b2c763f Added KNOWN_BUGS file.
Dan
parents:
diff changeset
    23