Re: [E-devel] API docs

2017-10-31 Thread Carsten Haitzler
On Tue, 31 Oct 2017 10:02:50 + Andrew Williams said: > Well, once you throw 4000 odd keywords, and match with or without () then > efficiency is an issue. > > Either way that was not the point - I figure we can turn code linking on > for all pages - any reason not to? > And it would default

Re: [E-devel] API docs

2017-10-31 Thread Andrew Williams
Well, once you throw 4000 odd keywords, and match with or without () then efficiency is an issue. Either way that was not the point - I figure we can turn code linking on for all pages - any reason not to? And it would default to c unless the header said otherwise... Andy On Tue, 31 Oct 2017 at

Re: [E-devel] API docs

2017-10-31 Thread Carsten Haitzler
On Tue, 31 Oct 2017 08:26:20 + Andrew Williams said: > That's great thanks, it seems to be working well. > > Now that it's much more efficient I could change the default language to c > - so that any page that does not state otherwise will receive this markup. > Seems like a good thing to me

Re: [E-devel] API docs

2017-10-31 Thread Andrew Williams
That's great thanks, it seems to be working well. Now that it's much more efficient I could change the default language to c - so that any page that does not state otherwise will receive this markup. Seems like a good thing to me - what do you think? Andy On Tue, 31 Oct 2017 at 07:36 Carsten Hai

Re: [E-devel] API docs

2017-10-31 Thread Carsten Haitzler
On Mon, 30 Oct 2017 16:47:08 + Andrew Williams said: done :) > Hi, > > I have now fixed the codelink plugin so it does not blow the limit for the > length of a regex compilation. Can you please try putting this > configuration back in again? > > $conf['code_extn'] = 'develop/api/ref'; > >

Re: [E-devel] API docs

2017-10-30 Thread Andrew Williams
Hi, I have now fixed the codelink plugin so it does not blow the limit for the length of a regex compilation. Can you please try putting this configuration back in again? $conf['code_extn'] = 'develop/api/ref'; Thanks, Andy On Thu, 26 Oct 2017 at 02:57 Carsten Haitzler wrote: > On Thu, 26 Oct

Re: [E-devel] API docs

2017-10-27 Thread Andrew Williams
As I worth through this I realised we have only activated the plugin on 9 pages. (Through the presence of ~~CODE-c~~) Surely we should use it far more widely than that? Should we perhaps activate it for all pages instead? Thanks, Andy On Fri, 27 Oct 2017 at 12:36 Andrew Williams wrote: > Hi Ras

Re: [E-devel] API docs

2017-10-27 Thread Andrew Williams
Hi Raster, When enabling that I see this issue in the PHP logs PHP Warning: preg_match(): Compilation failed: regular expression is too large at offset 283819 in /home/andy/Code/E/www/public_html/inc/parser/lexer.php on line 118, referer: http://localhost/develop/efl/start With a bit of investi

Re: [E-devel] API docs

2017-10-27 Thread Andrew Williams
I temporarily added a ~~NOCACHE~~ to the page to force a server cache reset for that page and it seemed to fix the issue - of course that only works for a single page at a time - but it's a nice to know workaround :) On Thu, 26 Oct 2017 at 11:23 Andrew Williams wrote: > Hi, > > I'm not sure what

Re: [E-devel] API docs

2017-10-26 Thread Andrew Williams
Hi, I'm not sure what else to look at. Everything works fine on my local dokuwiki... What else has changed or is different with our server? Thanks, Andy On Thu, 26 Oct 2017 at 11:00 Carsten Haitzler wrote: > On Thu, 26 Oct 2017 07:48:38 + Andrew Williams > said: > > > Ouch. > > > > That m

Re: [E-devel] API docs

2017-10-26 Thread Carsten Haitzler
On Thu, 26 Oct 2017 07:48:38 + Andrew Williams said: > Ouch. > > That marking up issue seems to have poisoned the cache for a few pages - > can someone with access to the server please reset the dokuwiki cache? it's not the cache... i wiped that... it's something else going wrong. aaargh!

Re: [E-devel] API docs

2017-10-26 Thread Carsten Haitzler
On Thu, 26 Oct 2017 07:48:38 + Andrew Williams said: > Ouch. > > That marking up issue seems to have poisoned the cache for a few pages - > can someone with access to the server please reset the dokuwiki cache? it's the cache? really? u... odd... > Thanks, > Andy > > On Thu, 26 Oct 2

Re: [E-devel] API docs

2017-10-26 Thread Andrew Williams
Ouch. That marking up issue seems to have poisoned the cache for a few pages - can someone with access to the server please reset the dokuwiki cache? Thanks, Andy On Thu, 26 Oct 2017 at 02:57 Carsten Haitzler wrote: > On Thu, 26 Oct 2017 08:54:26 +0900 Carsten Haitzler > said: > > > On Wed, 2

Re: [E-devel] API docs

2017-10-25 Thread Carsten Haitzler
On Thu, 26 Oct 2017 08:54:26 +0900 Carsten Haitzler said: > On Wed, 25 Oct 2017 17:09:06 + Andrew Williams > said: > > > Hi, > > > > Today I was looking at the autogenerated EO docs... They seem to be quite C > > specific - but they start with some great generic content. They also have > >

Re: [E-devel] API docs

2017-10-25 Thread Carsten Haitzler
On Wed, 25 Oct 2017 17:09:06 + Andrew Williams said: > Hi, > > Today I was looking at the autogenerated EO docs... They seem to be quite C > specific - but they start with some great generic content. They also have > some clever autolink reference generation specific to c. So I got to origi

[E-devel] API docs

2017-10-25 Thread Andrew Williams
Hi, Today I was looking at the autogenerated EO docs... They seem to be quite C specific - but they start with some great generic content. They also have some clever autolink reference generation specific to c. So I got to thinking if we want to generate the API in multiple languages this script w