Sha256: f0439a76011e492a14973caf3bed941c08348a04eaba0b9e67f0bb9e4567cf3e

Contents?: true

Size: 770 Bytes

Versions: 30

Compression:

Stored size: 770 Bytes

Contents

== Parts that need an urgent cleanup ==

Some parts of zena have become really messy and need an URGENT cleanup. These parts are mostly
related to nested attributes and the cleanup should be made during the move to rails 2.3+.

Some really ugly parts:

=== links ===

We support many different ways to alter links and it's becoming hard to maintain:

node[hot_id] = ZIP
node[link][hot][other_id] = ZIP
node[link][1][other_id] = ZIP along with node[link][1][role] = 'hot'
link[other_id]  = ZIP
link[other_zip] = ZIP

We need 'other_zip' because select_id helper needs to read the value... "select_id" is really bad code. yuk.

===== documentation ======

using negative ids to remove links:

friend_id = -ZIP  ====> ensure there is no 'friend' relationship with node ZIP.

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
zena-1.2.8 TODO
zena-1.2.7 TODO
zena-1.2.6 TODO
zena-1.2.5 TODO
zena-1.2.4 TODO
zena-1.2.3 TODO
zena-1.2.2 TODO
zena-1.2.1 TODO
zena-1.2.0 TODO
zena-1.1.3 TODO
zena-1.1.2 TODO
zena-1.1.1 TODO
zena-1.1.0 TODO
zena-1.0.0 TODO
zena-1.0.0.rc3 TODO
zena-1.0.0.rc2 TODO
zena-1.0.0.rc1 TODO
zena-0.16.9 TODO
zena-1.0.0.beta3 TODO
zena-0.16.8 TODO