-
Allow the wiki software to hold more than one wiki - that is instances of the wiki. This way, upon login, the user's instance is provided and they see no other instance's data or settings.
One could still have a menu on the side to link into an instance of the wiki though. This is so there are multiple departments with segregated data.
The work around is to create a new broker and...
2008-10-15 20:08:31 UTC in WS Wiki
-
Put the old title into the session of the person editing it?
Maybe forcing the person to delete the old page is the proper way of handling the situation?.
2008-10-06 18:59:49 UTC in WS Wiki
-
Correct code to use:
FUNCTION SetVersion RETURNS DECIMAL:
DEFINE VARIABLE cVersion AS CHARACTER NO-UNDO.
ASSIGN cVersion = STRING(YEAR(TODAY), "9999")
+ STRING(MONTH(TODAY), "99")
+ STRING(DAY(TODAY), "99")
+ "."
+ STRING(TIME).
RETURN DECIMAL(cVersion).
END. /* FUNCTION...
2008-10-06 14:25:37 UTC in WS Wiki
-
This does not happen in 10.1c. Seems to be a 10.1a version problem.
2008-07-10 00:13:05 UTC in WS Wiki
-
Use %LastUpdated% instead of original.
2008-07-09 23:31:08 UTC in WS Wiki
-
Enable the ability to delete a page.
Permission needed is CanDelete.
Page is not deleted, it's version is simply updated.
2008-07-09 22:47:07 UTC in WS Wiki
-
Same as 1874931.
2008-07-09 22:42:44 UTC in WS Wiki
-
When hitting a page, sometimes it is nice to see what other pages link to it.
Perhaps set up a macro that can be used to generate a list of other pages linking to that page:
%linkback(n)% where n is max number of entries or * means all entries.
2008-06-25 18:17:34 UTC in WS Wiki
-
scott_auge registered the Amduus ABL Objects Collection project.
2008-04-26 14:44:47 UTC in Amduus ABL Objects Collection
-
For embedded flash movies and the like, one needs a %attachhttp()% macro that simply returns a URL to the given attachment.
Might as well throw in a %http()% macro for raw http urls.
2008-03-19 04:25:16 UTC in WS Wiki