On Sat, Apr 28, 2012 at 1:41 PM, Petr Ferdus <petr...@centrum.cz> wrote:

> src/json.c: In function 'json_page_cap':
> src/json.c:1989: error: 'struct FossilUserPerms' has no member named
> 'History'
> I believe it is related to recent antispider changes in trunk code.
>

Thanks for reporting this.

[stephan@host:~/cvs/fossil/fossil]$ f diff
Index: src/json.c
==================================================================
--- src/json.c
+++ src/json.c
@@ -1984,11 +1984,11 @@
   ADD(Delete,"delete");
   ADD(Password,"password");
   ADD(Query,"query"); /* don't think this one is actually used */
   ADD(Write,"checkin");
   ADD(Read,"checkout");
-  ADD(History,"history");
+  ADD(Hyperlink,"history");
   ADD(Clone,"clone");
   ADD(RdWiki,"readWiki");
   ADD(NewWiki,"createWiki");
   ADD(ApndWiki,"appendWiki");
   ADD(WrWiki,"editWiki");

[stephan@host:~/cvs/fossil/fossil]$ f com -m 's/History/Hyperlink/ to
accommodate API change.'
Autosync:  http://step...@fossil-scm.org
                Bytes      Cards  Artifacts     Deltas
Sent:             177          2          0          0
Received:        2884         63          0          0
Total network traffic: 375 bytes sent, 1723 bytes received
New_Version: 89f37c045863170581672ce90dde7b82a6dd3f07
Autosync:  http://step...@fossil-scm.org
                Bytes      Cards  Artifacts     Deltas
Sent:            3698         67          0          2
Received:        3023         66          0          0
Total network traffic: 2243 bytes sent, 1799 bytes received


-- 
----- 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