[Rails] [ ANN ] Hieraki2
Jan Prill
JanPrill at blauton.de
Sun Jan 1 13:24:33 GMT 2006
Hi, Alex,
great news. I just gave it a first shot and want to take the opportunity
to report a problem that I'm having with the b_prime_tree. I'm creating
testfolders and documents from within root and happen to get something like:
mysql> use hieraki2;
Database changed
mysql> select * from nodes;
+-------------+-------------+---------+----------+-----+-----+
| name | parent_name | page_id | position | lft | rgt |
+-------------+-------------+---------+----------+-----+-----+
| ROOT | 0 | 1 | 1 | 1 | 4 |
| JanPrill | | 2 | 1 | 0 | 0 |
| Root.child1 | | 3 | 2 | 0 | 0 |
| Asdf | | 4 | 3 | 0 | 0 |
| MalSchauen | | 5 | 4 | 0 | 0 |
+-------------+-------------+---------+----------+-----+-----+
5 rows in set (0.00 sec)
Neither parent_name nore the lft and rgts of the tree get adjusted. Do
you have anything like this experienenced or got any idea why this is
happening?
Regards
Jan
Alexander Horn wrote:
>Happy new year! Hieraki 2.0.0 is released.
>
>You can download Hieraki2 from rubyforge.org as tgz or zip
>(http://rubyforge.org/projects/hieraki).
>
>Hieraki2 has a new wiki engine that ships with more than a dozen new
>features:
>
> * everything-is-a-wiki-page (TM)
> * all pages are under version control
> * access control list
> * stay in full control of the tree structure by cut and pasting
>pages
> * extend existing or build new page types easily
> * RSS2 Feeds
> * internal links that allow you to "duplicate" pages without having
>to deal with multiple copies of the same original text
>
>Hieraki is open source software released under the MIT-Licence. Thanks
>to the folks who make it possible. Please help make this software better
>with your contributions!
>
>Enjoy,
>Alexander Horn.
>
>
>
More information about the Rails
mailing list