- "Done but with errors on the page" message on IE7 and IE8 fixed.
- New version of data forms pushed live:
- pagepath field type works properly with auto-numbered categories
- pagepath field type works properly in empty categories
- pagepath data is now attached to a root page called _root
- support for 'hidden' field type
- support for 'password' field type
- support for 'match' field property
- support for 'default' field property
- fixed bug with hyphen in field name
This is fantastic :-)
Question: pagepath data is now attached to a root page called _root — What does this mean?
λ James Kanjo
Blog | Wikidot Expert | λ and Proud
Web Developer | HTML | CSS | JavaScript
Is there a demo somewhere ?
The pagepath is a collection of pages in child-parent relationships, but the top levek pages were just dangling with no parent. We had a use case for using the PageTree module to display the entire pagepath tree but that needs a root. So now top level root pages are attached to a page called _root which is automatically created if needed.
Regarding demos, we'll make one this week, together with all the documentation.
Thanks to Bartek, who is making the data forms. :-)
Glad that Bartek could integrate my suggestion. It will come in handy one day… I do have the feeling that everything that was tried up till this point needs to be redone. My tests don't work properly any more… will look in to this tomorrow.
Good work! keep it up
A - S I M P L E - P L A N by ARTiZEN a startingpoint for simple wikidot solutions.
Awesome — thanks to all, Bartek in particular :)
Can you please update the design specification when new features are added? I think I have made it up to date so far, but it would be best if the people actually implementing the changes were to update that page, so that it's kept accurate.
There's two sections, 'current implementation' and 'planned'. Before those sections were added, there were several sub-threads where people were getting confused as to what parts of the design spec were usable. After I added those headings to the page, no-one seems to be confused by that any more.
Shane Smith ★ Website: Wikidot Development & Programming. ★ STE Wikidot Editor: Windows. Mac. Linux. ★ Twitter. Google+.
I tried to use the pagepath field but can't seem to figure out what code to use. Has anyone been able to get this working?
I am using this code:
[[form]]
page:
label: Page
type: pagepath
category: app
[[/form]]
And it lets me select from an empty list… or create a new value for the list. I attempted to create a new value (which I assume is meant to create a page of that same name), but nothing seemed to happen when I saved the page.
UPDATE: Okay, it seems I had the correct code… I've figured out that I need to press Enter after creating a new page. That's definitely not obvious… and I suggest adding a button or text link that does the same thing.
Shane Smith ★ Website: Wikidot Development & Programming. ★ STE Wikidot Editor: Windows. Mac. Linux. ★ Twitter. Google+.
