<?xml version="1.0" ?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title type="text">HyperTask </title>
  <subtitle type="text">
    services
  </subtitle>
  <id>https://issues.hyperbola.info/</id>
    <updated>2025-01-26T22:10:55Z</updated>
  <link rel="self" type="text/xml" href="feed.php?feed_type=atom"/>
  <link rel="alternate" type="text/html" hreflang="en" href="/feed.php"/>
    <entry>
    <title>FS#668: RSS needs fixing</title>
    <link href="https://issues.hyperbola.info/index.php?do=details&amp;task_id=668" />    
    <updated>2025-01-26T22:10:55Z</updated>    
    <published>2018-03-03T19:15:11Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml"> 
<p>
Seems deleted items reappearing in the <a href="https://www.hyperbola.info/feeds/news/" class="urlextern" title="https://www.hyperbola.info/feeds/news/"  rel="nofollow"> Hyperbola feeds </a><a href="https://wiki.hyperbola.info/" class="internallink"></a> since it gives its feed items empty ID string.<br />
</p>
</div>
    </content>
    <author><name>André Silva</name></author>
    <id>https://issues.hyperbola.info/:668</id>
  </entry>
    <entry>
    <title>FS#1520: After account confirmation, crypt: No salt parameter was specified</title>
    <link href="https://issues.hyperbola.info/index.php?do=details&amp;task_id=1520" />    
    <updated>2025-01-26T22:08:22Z</updated>    
    <published>2020-07-18T21:09:42Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml"> 
<p>
After confirming the newly created account (typing the confirmation code, the passwoard and its confirmation, and clicking the button to continue), the following error appears: 
</p>
<pre class="code">  Notice: crypt(): No salt parameter was specified. You must use a randomly generated salt and a strong hash function to produce a secure hash. in /srv/http/flyspray/includes/class.flyspray.php on line 656 </pre>

<p>
 The account login seems to work normaly.<br />
</p>
</div>
    </content>
    <author><name>Adonay Felipe Nogueira</name></author>
    <id>https://issues.hyperbola.info/:1520</id>
  </entry>
    <entry>
    <title>FS#1602: Wiki search feature is broken, taskrunner has stopped tracking newer pages</title>
    <link href="https://issues.hyperbola.info/index.php?do=details&amp;task_id=1602" />    
    <updated>2025-01-26T22:07:27Z</updated>    
    <published>2022-03-04T22:38:04Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml"> 
<p>
The search feature on our wiki seems to be broken,
</p>

<p>
Only very early wiki page articles seem to have been tracked. Everything created in the last few years was not tracked, so pages cannot be found on index by search feature, <a href="https://www.dokuwiki.org/faq:searchindex" class="urlextern" title="https://www.dokuwiki.org/faq:searchindex"  rel="nofollow">https://www.dokuwiki.org/faq:searchindex</a>. Nontheless we should fix this given currently is already quite hard to find articles, fortunately our wiki is not yet big enough for search to be a necessity.
</p>

<p>
Has you can see in <a href="https://wiki.hyperbola.info/doku.php?id=&amp;do=index" class="urlextern" title="https://wiki.hyperbola.info/doku.php?id=&amp;do=index"  rel="nofollow">https://wiki.hyperbola.info/doku.php?id=&amp;do=index</a> the are many pages(articles/files) and namespaces(directories) inside en: namespace but if you search for articles on search you will realize most will not show up <a href="https://wiki.hyperbola.info/doku.php?do=search&amp;id=start&amp;sf=1&amp;q=en" class="urlextern" title="https://wiki.hyperbola.info/doku.php?do=search&amp;id=start&amp;sf=1&amp;q=en"  rel="nofollow">https://wiki.hyperbola.info/doku.php?do=search&amp;id=start&amp;sf=1&amp;q=en</a>, another example is when you search &#8220;system&#8221; this is a word used many times in our wiki, but here you notice again not much references <a href="https://wiki.hyperbola.info/doku.php?do=search&amp;id=start&amp;sf=1&amp;q=system" class="urlextern" title="https://wiki.hyperbola.info/doku.php?do=search&amp;id=start&amp;sf=1&amp;q=system"  rel="nofollow">https://wiki.hyperbola.info/doku.php?do=search&amp;id=start&amp;sf=1&amp;q=system</a>
</p>

<p>
This issue is related to new pages not being tracked by taskrunner on the search index of our wiki, given it doesnt seem to automatically re-create said index like it normally should, <a href="https://www.dokuwiki.org/taskrunner" class="urlextern" title="https://www.dokuwiki.org/taskrunner"  rel="nofollow">https://www.dokuwiki.org/taskrunner</a>. So in the case something is broken on search like it is our case, check <a href="https://www.dokuwiki.org/search#some_background_on_the_searchindex" class="urlextern" title="https://www.dokuwiki.org/search#some_background_on_the_searchindex"  rel="nofollow">https://www.dokuwiki.org/search#some_background_on_the_searchindex</a> for more information and <a href="https://www.dokuwiki.org/faq:searchindex" class="urlextern" title="https://www.dokuwiki.org/faq:searchindex"  rel="nofollow">https://www.dokuwiki.org/faq:searchindex</a> could also be relevant.
</p>

<p>
We have 2 option to fix it: 1. there is a command line tool included in DokuWiki in case you prefer that (and in case you have shell access to the server), <a href="https://www.dokuwiki.org/cli#indexerphp" class="urlextern" title="https://www.dokuwiki.org/cli#indexerphp"  rel="nofollow">https://www.dokuwiki.org/cli#indexerphp</a>. And secondly there is search_index plugin for a admin <acronym title="Graphical User Interface">GUI</acronym> instead, <a href="https://www.dokuwiki.org/plugin:searchindex" class="urlextern" title="https://www.dokuwiki.org/plugin:searchindex"  rel="nofollow">https://www.dokuwiki.org/plugin:searchindex</a>  <br />This won&#8217;t fix the search index permanently, the search index needs to be updated whenever a page is changed,  ours seams broken, this is normally triggered by this task runner, in a form of a image file that should also be in our custom template (I assume this is the root cause on our problem not being in template, <a href="https://www.dokuwiki.org/template" class="urlextern" title="https://www.dokuwiki.org/template"  rel="nofollow">https://www.dokuwiki.org/template</a>):<br />&#8220;The indexing process is triggered by a small image embedded in the template which will call the indexing script. If you use a third party template, the template developer might have forgotten to add this “webbug” in the template. You should check your main.php template for the existence of the tpl_indexerWebBug() function.&#8221; or maybe (another plugin might be the root cause for this breakage).
</p>

<p>
Related but irrelevant: So we first need to fix our search index has discribed abouve before trying to use the move plugin again.
</p>

<p>
TODO &gt; &#8220;Add search_index_plugin so wiki admins can also fix this without shell acess to server but through <acronym title="Graphical User Interface">GUI</acronym>&#8221; 
</p>
</div>
    </content>
    <author><name>rachad</name></author>
    <id>https://issues.hyperbola.info/:1602</id>
  </entry>
    <entry>
    <title>FS#124: Add Hyperbola branding to HyperTask</title>
    <link href="https://issues.hyperbola.info/index.php?do=details&amp;task_id=124" />    
    <updated>2023-08-23T09:25:28Z</updated>    
    <published>2017-10-26T17:25:53Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml"> 
<p>
Add Hyperbola branding to HyperTask such as HyperWiki and HyperForum for prolixity reasons.<br />
</p>
</div>
    </content>
    <author><name>André Silva</name></author>
    <id>https://issues.hyperbola.info/:124</id>
  </entry>
    <entry>
    <title>FS#1614: For the details of the adfeno member, remove the &quot;Email&quot; field</title>
    <link href="https://issues.hyperbola.info/index.php?do=details&amp;task_id=1614" />    
    <updated>2023-04-24T06:50:19Z</updated>    
    <published>2023-03-19T14:50:53Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml"> 
<p>
For the details of the adfeno member, remove the &#8220;Email&#8221; field, as seen on <a href="https://www.hyperbola.info/members/members-fellows/#adfeno" class="urlextern" title="https://www.hyperbola.info/members/members-fellows/#adfeno"  rel="nofollow">https://www.hyperbola.info/members/members-fellows/#adfeno</a> .<br />
</p>
</div>
    </content>
    <author><name>Adonay Felipe Nogueira</name></author>
    <id>https://issues.hyperbola.info/:1614</id>
  </entry>
    <entry>
    <title>FS#1214: hyperbola branding - add guidelines to packages</title>
    <link href="https://issues.hyperbola.info/index.php?do=details&amp;task_id=1214" />    
    <updated>2023-04-24T06:40:38Z</updated>    
    <published>2018-10-03T23:45:15Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml"> 
<p>
I could not find any regarding using arch or other branded themes. Parabola apparently rebrands some stuff in their libre repository, eg. they have their own parabola-themes-slim package for slim based themes.
</p>

<p>
<a href="https://issues.hyperbola.info/index.php?do=details&amp;task_id=1213&amp;opened=24&amp;status" class="urlextern" title="https://issues.hyperbola.info/index.php?do=details&amp;task_id=1213&amp;opened=24&amp;status"  rel="nofollow">https://issues.hyperbola.info/index.php?do=details&amp;task_id=1213&amp;opened=24&amp;status</a>[0]=<br />
</p>
</div>
    </content>
    <author><name>Alon Ivtsan</name></author>
    <id>https://issues.hyperbola.info/:1214</id>
  </entry>
    <entry>
    <title>FS#1525: Support RFC 3461: Delivery Status Notifications (DSNs)</title>
    <link href="https://issues.hyperbola.info/index.php?do=details&amp;task_id=1525" />    
    <updated>2023-02-26T20:11:59Z</updated>    
    <published>2020-10-29T19:00:53Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml"> 
<p>
The <a href="https://tools.ietf.org/html/rfc3461" class="urlextern" title="https://tools.ietf.org/html/rfc3461"  rel="nofollow">RFC 3461</a><a href="https://wiki.hyperbola.info/" class="internallink"></a> would allow Hyperbola email accounts to request the destination email providers to point out if an email was successfully delivered.
</p>

<p>
It might not cover all transport failures, but at least has a chance to know in advance whether the message was delivered, discarding the events that happen afterwards (be it to the main inbox or subject to filtering rules such as moving to other folder, marking as spam or deleted after receipt).<br />
</p>
</div>
    </content>
    <author><name>Adonay Felipe Nogueira</name></author>
    <id>https://issues.hyperbola.info/:1525</id>
  </entry>
    <entry>
    <title>FS#1611: Since 2023-01-25 connecting to imap.hyperbola.info works, but authentication doesn&#039;t</title>
    <link href="https://issues.hyperbola.info/index.php?do=details&amp;task_id=1611" />    
    <updated>2023-02-26T20:10:59Z</updated>    
    <published>2023-02-03T02:13:20Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml"> 
<p>
Since 2022-01-25, but not exactly due to something done in this date, connecting to imap.hyperbola.info works, but authenticating doesn&#8217;t.
</p>

<p>
`ping imap.hyperbola.info` shows that the machine at siauliai.hyperbola.info (185.177.150.7) is turned on and reachable.
</p>

<p>
`openssl s_client -crlf -connect imap.hyperbola.info:993` successfully reaches the <acronym title="Internet Message Access Protocol">IMAP</acronym> server/service. Inside the <acronym title="Internet Message Access Protocol">IMAP</acronym> client console, doing `tag login adfeno MySupperSecretPassword` gives &#8220;tag NO [AUTHENTICATIONFAILED] Authentication failed.&#8221;.
</p>

<p>
Perhaps the seed/salt/hash of my password was corrupted on the server?<br />
</p>
</div>
    </content>
    <author><name>Adonay Felipe Nogueira</name></author>
    <id>https://issues.hyperbola.info/:1611</id>
  </entry>
    <entry>
    <title>FS#1612: Since 2023-01-25 connecting to imap.hyperbola.info works, but authentication doesn&#039;t</title>
    <link href="https://issues.hyperbola.info/index.php?do=details&amp;task_id=1612" />    
    <updated>2023-02-24T10:44:18Z</updated>    
    <published>2023-02-03T02:16:44Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml"> 
<p>
Since 2022-01-25, but not exactly due to something done in this date, connecting to imap.hyperbola.info works, but authenticating doesn&#8217;t.
</p>

<p>
`ping imap.hyperbola.info` shows that the machine at siauliai.hyperbola.info (185.177.150.7) is turned on and reachable.
</p>

<p>
`openssl s_client -crlf -connect imap.hyperbola.info:993` successfully reaches the <acronym title="Internet Message Access Protocol">IMAP</acronym> server/service. Inside the <acronym title="Internet Message Access Protocol">IMAP</acronym> client console, doing `tag login adfeno MySupperSecretPassword` gives &#8220;tag NO [AUTHENTICATIONFAILED] Authentication failed.&#8221;.
</p>

<p>
Perhaps the seed/salt/hash of my password was corrupted on the server?<br />
</p>
</div>
    </content>
    <author><name>Adonay Felipe Nogueira</name></author>
    <id>https://issues.hyperbola.info/:1612</id>
  </entry>
    <entry>
    <title>FS#685: Add notification/subscription capabilities when a page is modified</title>
    <link href="https://issues.hyperbola.info/index.php?do=details&amp;task_id=685" />    
    <updated>2022-11-09T15:29:08Z</updated>    
    <published>2018-03-27T16:05:49Z</published>
    <content type="xhtml" xml:lang="en" xml:base="http://diveintomark.org/">
      <div xmlns="http://www.w3.org/1999/xhtml"> 
<p>
After talking to Emulatorman, we think this would be a nice feature to add to our Hyperwiki to be able to subscribe to the original page in English to help tracking changing to the translated pages.<br />This implies to add the email notifications to the dokuwiki system<br />
</p>
</div>
    </content>
    <author><name>belette</name></author>
    <id>https://issues.hyperbola.info/:685</id>
  </entry>
  </feed>
