<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://wiki.ext-9.eprints-hosting.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Yurj</id>
	<title>EPrints Documentation - User contributions [en-gb]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ext-9.eprints-hosting.org/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Yurj"/>
	<link rel="alternate" type="text/html" href="https://wiki.ext-9.eprints-hosting.org/w/Special:Contributions/Yurj"/>
	<updated>2026-05-10T18:11:26Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://wiki.ext-9.eprints-hosting.org/w/index.php?title=Talk:Files/EditBufHacks&amp;diff=4381</id>
		<title>Talk:Files/EditBufHacks</title>
		<link rel="alternate" type="text/html" href="https://wiki.ext-9.eprints-hosting.org/w/index.php?title=Talk:Files/EditBufHacks&amp;diff=4381"/>
		<updated>2007-06-03T09:44:00Z</updated>

		<summary type="html">&lt;p&gt;Yurj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It works.&lt;br /&gt;
&lt;br /&gt;
A couple of improvments:&lt;br /&gt;
&lt;br /&gt;
a - We should add a config to select which archive has this feature and which not, otherwise in multiarchive conf we send email even if not required. Luckly, modifing the global cgi edit_eprints don&#039;t create problems (even with the modification below). &#039;&#039;&#039;It should not be so&#039;&#039;&#039;, cause $user-&amp;gt;get_value( &#039;onlinemail&#039; ) should abort() (in DataObj.pm) if the field is non existant.&lt;br /&gt;
&lt;br /&gt;
b- The check:&lt;br /&gt;
&lt;br /&gt;
 my $start_work = EPrints::Utils::tree_to_utf8( $user-&amp;gt;render_value(&amp;quot;onlinemail&amp;quot;) );&lt;br /&gt;
 if ($start_work eq &#039;Yes&#039;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
is language dependant and works only for English repositories. I suggest to change it in something like this:&lt;br /&gt;
&lt;br /&gt;
 my $start_work = $user-&amp;gt;get_value( &#039;onlinemail&#039; );&lt;br /&gt;
 if ($start_work eq &#039;TRUE&#039;) {&lt;/div&gt;</summary>
		<author><name>Yurj</name></author>
	</entry>
	<entry>
		<id>https://wiki.ext-9.eprints-hosting.org/w/index.php?title=Talk:Files/EditBufHacks&amp;diff=4380</id>
		<title>Talk:Files/EditBufHacks</title>
		<link rel="alternate" type="text/html" href="https://wiki.ext-9.eprints-hosting.org/w/index.php?title=Talk:Files/EditBufHacks&amp;diff=4380"/>
		<updated>2007-06-03T09:35:42Z</updated>

		<summary type="html">&lt;p&gt;Yurj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It works.&lt;br /&gt;
&lt;br /&gt;
A couple of improvments:&lt;br /&gt;
&lt;br /&gt;
a - We should add a config to select which archive has this feature and which not, otherwise in multiarchive conf we send email even if not required. Luckly, modifing the global cgi edit_eprints don&#039;t create problems (even with the modification below) .&lt;br /&gt;
&lt;br /&gt;
b- The check:&lt;br /&gt;
&lt;br /&gt;
 my $start_work = EPrints::Utils::tree_to_utf8( $user-&amp;gt;render_value(&amp;quot;onlinemail&amp;quot;) );&lt;br /&gt;
 if ($start_work eq &#039;Yes&#039;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
is language dependant and works only for English repositories. I suggest to change it in something like this:&lt;br /&gt;
&lt;br /&gt;
 my $start_work = $user-&amp;gt;get_value( &#039;onlinemail&#039; );&lt;br /&gt;
 if ($start_work eq &#039;TRUE&#039;) {&lt;/div&gt;</summary>
		<author><name>Yurj</name></author>
	</entry>
	<entry>
		<id>https://wiki.ext-9.eprints-hosting.org/w/index.php?title=Talk:Files/EditBufHacks&amp;diff=4379</id>
		<title>Talk:Files/EditBufHacks</title>
		<link rel="alternate" type="text/html" href="https://wiki.ext-9.eprints-hosting.org/w/index.php?title=Talk:Files/EditBufHacks&amp;diff=4379"/>
		<updated>2007-06-03T09:32:36Z</updated>

		<summary type="html">&lt;p&gt;Yurj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It works.&lt;br /&gt;
&lt;br /&gt;
A couple of improvments:&lt;br /&gt;
&lt;br /&gt;
a - We should add a config to select which archive has this feature and which not, otherwise in multiarchive conf we send email even if not required. Luckly, modifind the global cgi edit_eprints don&#039;t create problems .&lt;br /&gt;
&lt;br /&gt;
b- The check:&lt;br /&gt;
&lt;br /&gt;
 my $start_work = EPrints::Utils::tree_to_utf8( $user-&amp;gt;render_value(&amp;quot;onlinemail&amp;quot;) );&lt;br /&gt;
 if ($start_work eq &#039;Yes&#039;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
is language dependant and works only for English repositories. I suggest to change it in something like this:&lt;br /&gt;
&lt;br /&gt;
 my $start_work = $user-&amp;gt;get_value( &#039;onlinemail&#039; );&lt;br /&gt;
 if ($start_work eq &#039;TRUE&#039;) {&lt;/div&gt;</summary>
		<author><name>Yurj</name></author>
	</entry>
	<entry>
		<id>https://wiki.ext-9.eprints-hosting.org/w/index.php?title=Talk:Files/EditBufHacks&amp;diff=4378</id>
		<title>Talk:Files/EditBufHacks</title>
		<link rel="alternate" type="text/html" href="https://wiki.ext-9.eprints-hosting.org/w/index.php?title=Talk:Files/EditBufHacks&amp;diff=4378"/>
		<updated>2007-06-03T09:28:19Z</updated>

		<summary type="html">&lt;p&gt;Yurj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It works.&lt;br /&gt;
&lt;br /&gt;
A couple of improvments:&lt;br /&gt;
&lt;br /&gt;
a - We should add a config to select which archive has this feature and which not, otherwise in multiarchive conf we send email even if not required. Luckly, modifind the global cgi edit_eprints don&#039;t create problems .&lt;br /&gt;
&lt;br /&gt;
b- The check:&lt;br /&gt;
&lt;br /&gt;
 my $start_work = EPrints::Utils::tree_to_utf8( $user-&amp;gt;render_value(&amp;quot;onlinemail&amp;quot;) );&lt;br /&gt;
 if ($start_work eq &#039;Yes&#039;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
is language dependant and works only for English repositories. I suggest to change it in something like this:&lt;br /&gt;
&lt;br /&gt;
 my $start_work = $user-&amp;gt;get_value( &#039;onlinemail&#039; );&lt;br /&gt;
 if ($start_work eq &#039;True&#039;) {&lt;/div&gt;</summary>
		<author><name>Yurj</name></author>
	</entry>
	<entry>
		<id>https://wiki.ext-9.eprints-hosting.org/w/index.php?title=Talk:Files/EditBufHacks&amp;diff=4377</id>
		<title>Talk:Files/EditBufHacks</title>
		<link rel="alternate" type="text/html" href="https://wiki.ext-9.eprints-hosting.org/w/index.php?title=Talk:Files/EditBufHacks&amp;diff=4377"/>
		<updated>2007-06-03T09:27:04Z</updated>

		<summary type="html">&lt;p&gt;Yurj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It works.&lt;br /&gt;
&lt;br /&gt;
A couple of improvments:&lt;br /&gt;
&lt;br /&gt;
a - We should add a config to select which archive has this feature and which not, otherwise in multiarchive conf we send email even if not required. Luckly, modifind the global cgi edit_eprints don&#039;t create problems .&lt;br /&gt;
&lt;br /&gt;
b- The check:&lt;br /&gt;
&lt;br /&gt;
 my $start_work = EPrints::Utils::tree_to_utf8( $user-&amp;gt;render_value(&amp;quot;onlinemail&amp;quot;) );&lt;br /&gt;
 if ($start_work eq &#039;Yes&#039;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
is language dependant and works only for English repositories. I suggest to change it in something like this:&lt;br /&gt;
&lt;br /&gt;
 my $start_work = $user-&amp;gt;&amp;gt;get_value(&#039;onlinemail);&lt;br /&gt;
 if ($start_work eq &#039;True&#039;) {&lt;/div&gt;</summary>
		<author><name>Yurj</name></author>
	</entry>
	<entry>
		<id>https://wiki.ext-9.eprints-hosting.org/w/index.php?title=Talk:Files/EditBufHacks&amp;diff=4376</id>
		<title>Talk:Files/EditBufHacks</title>
		<link rel="alternate" type="text/html" href="https://wiki.ext-9.eprints-hosting.org/w/index.php?title=Talk:Files/EditBufHacks&amp;diff=4376"/>
		<updated>2007-06-03T09:23:36Z</updated>

		<summary type="html">&lt;p&gt;Yurj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It works.&lt;br /&gt;
&lt;br /&gt;
A couple of improvments:&lt;br /&gt;
&lt;br /&gt;
a - We should add a config to select which archive has this feature and which not, otherwise in multiarchive conf we send email even if not required. Luckly, modifind the global cgi edit_eprints don&#039;t create problems .&lt;br /&gt;
&lt;br /&gt;
b- The check:&lt;br /&gt;
&lt;br /&gt;
 my $start_work = EPrints::Utils::tree_to_utf8( $user-&amp;gt;render_value(&amp;quot;onlinemail&amp;quot;) );&lt;br /&gt;
 if ($start_work eq &#039;Yes&#039;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
is language dependant and works only for English repositories. I suggest to change it in something like this:&lt;br /&gt;
&lt;br /&gt;
 my $start_work = $user-&amp;gt;{&amp;quot;onlinemail&amp;quot;};&lt;br /&gt;
 if ($start_work eq &#039;True&#039;) {&lt;/div&gt;</summary>
		<author><name>Yurj</name></author>
	</entry>
	<entry>
		<id>https://wiki.ext-9.eprints-hosting.org/w/index.php?title=Talk:Files/EditBufHacks&amp;diff=4375</id>
		<title>Talk:Files/EditBufHacks</title>
		<link rel="alternate" type="text/html" href="https://wiki.ext-9.eprints-hosting.org/w/index.php?title=Talk:Files/EditBufHacks&amp;diff=4375"/>
		<updated>2007-06-03T09:23:14Z</updated>

		<summary type="html">&lt;p&gt;Yurj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It works.&lt;br /&gt;
&lt;br /&gt;
A couple of improvments:&lt;br /&gt;
&lt;br /&gt;
a - We should add a config to select which archive has this feature and which not, otherwise in multiarchive conf we send email even if not required. Luckly, modifind the global cgi edit_eprints don&#039;t create problems .&lt;br /&gt;
&lt;br /&gt;
b- The check:&lt;br /&gt;
&lt;br /&gt;
my $start_work = EPrints::Utils::tree_to_utf8( $user-&amp;gt;render_value(&amp;quot;onlinemail&amp;quot;) );&lt;br /&gt;
if ($start_work eq &#039;Yes&#039;)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 is language dependant and works only for English repositories. I suggest to change it in something like this:&lt;br /&gt;
&lt;br /&gt;
my $start_work = $user-&amp;gt;{&amp;quot;onlinemail&amp;quot;};&lt;br /&gt;
if ($start_work eq &#039;True&#039;) {&lt;/div&gt;</summary>
		<author><name>Yurj</name></author>
	</entry>
	<entry>
		<id>https://wiki.ext-9.eprints-hosting.org/w/index.php?title=Talk:Files/EditBufHacks&amp;diff=4374</id>
		<title>Talk:Files/EditBufHacks</title>
		<link rel="alternate" type="text/html" href="https://wiki.ext-9.eprints-hosting.org/w/index.php?title=Talk:Files/EditBufHacks&amp;diff=4374"/>
		<updated>2007-06-03T09:22:19Z</updated>

		<summary type="html">&lt;p&gt;Yurj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It works.&lt;br /&gt;
&lt;br /&gt;
A couple of improvments:&lt;br /&gt;
&lt;br /&gt;
a - We should add a config to select which archive has this feature and which not, otherwise in multiarchive conf we send email even if not required. Luckly, modifind the global cgi edit_eprints don&#039;t create problems .&lt;br /&gt;
&lt;br /&gt;
b- The check:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;my $start_work = EPrints::Utils::tree_to_utf8( $user-&amp;gt;render_value(&amp;quot;onlinemail&amp;quot;) );&lt;br /&gt;
if ($start_work eq &#039;Yes&#039;)&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 is language dependant and works only for English repositories. I suggest to change it in something like this:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;my $start_work = $user-&amp;gt;{&amp;quot;onlinemail&amp;quot;};&lt;br /&gt;
if ($start_work eq &#039;True&#039;) {&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Yurj</name></author>
	</entry>
	<entry>
		<id>https://wiki.ext-9.eprints-hosting.org/w/index.php?title=Talk:Files/EditBufHacks&amp;diff=4373</id>
		<title>Talk:Files/EditBufHacks</title>
		<link rel="alternate" type="text/html" href="https://wiki.ext-9.eprints-hosting.org/w/index.php?title=Talk:Files/EditBufHacks&amp;diff=4373"/>
		<updated>2007-06-03T09:21:18Z</updated>

		<summary type="html">&lt;p&gt;Yurj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;It works.&lt;br /&gt;
&lt;br /&gt;
A couple of improvments:&lt;br /&gt;
&lt;br /&gt;
a - We should add a config to select which archive has this feature and which not, otherwise in multiarchive conf we send email even if not required. Luckly, modifind the global cgi edit_eprints don&#039;t create problems .&lt;br /&gt;
&lt;br /&gt;
b- The check:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;nowiki&amp;gt;my $start_work = EPrints::Utils::tree_to_utf8( $user-&amp;gt;render_value(&amp;quot;onlinemail&amp;quot;) );&lt;br /&gt;
   if ($start_work eq &#039;Yes&#039;) &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 is language dependant and works only for English repositories. I suggest to change it in something like this:&lt;br /&gt;
&lt;br /&gt;
  &amp;lt;nowiki&amp;gt; my $start_work = $user-&amp;gt;{&amp;quot;onlinemail&amp;quot;};&lt;br /&gt;
  if ($start_work eq &#039;True&#039;) {&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Yurj</name></author>
	</entry>
	<entry>
		<id>https://wiki.ext-9.eprints-hosting.org/w/index.php?title=Talk:Files/EditBufHacks&amp;diff=4372</id>
		<title>Talk:Files/EditBufHacks</title>
		<link rel="alternate" type="text/html" href="https://wiki.ext-9.eprints-hosting.org/w/index.php?title=Talk:Files/EditBufHacks&amp;diff=4372"/>
		<updated>2007-06-03T07:35:27Z</updated>

		<summary type="html">&lt;p&gt;Yurj: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;We should add a config to select which archive has this feature and which not, otherwise in multiarchive conf we send email even if not required.&lt;/div&gt;</summary>
		<author><name>Yurj</name></author>
	</entry>
</feed>