On Fri, Jan 11, 2013 at 2:12 PM, Miles Fidelman
<mfidel...@meetinghouse.net>wrote:

> Actually my question was, are  embedded documentation pages editable
> through the web gui?


No, unfortunately not. This feature idea has been floated around a few
times, but the commit mechanism really needs a checkout to work with, and
servers don't normally have an associated checkout. On the TODO list for
the JSON API is the ability to check in text files via JSON, which would
allow this feature (as it currently does for wiki pages).


> Again, I do seem to have all rights, and can edit normal wiki pages.  I
> just don't see any distinct hyperlink for events.  Hmm...
>

Under the wiki index page i see:

Create a new event <http://fossil-scm.org/index.html/eventedit>.

(link = http://fossil-scm.org/index.html/eventedit)

Looking at the permissions page, i see no permission for Events, but
looking at the sources i see...

    if( g.perm.NewWiki ){
      @ <li>  Create a %z(href("%R/wikinew"))new wiki page</a>.</li>
      if( g.perm.Write ){
        @ <li>   Create a %z(href("%R/eventedit"))new event</a>.</li>
      }
    }

which means: you need both the Create Wiki (letter "f") and Write (letter
"i" for "transfer inbound") permissions to see that link. Normally those
perms would be on for the "developer" pseudo-user and then inherited by any
user with the "v" (developer) permissions.

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to