<feed xmlns='http://www.w3.org/2005/Atom'>
<title>studip.git/lib, branch biest-02988</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/studip.git/'/>
<entry>
<title>fixed errors</title>
<updated>2023-08-02T13:25:25+00:00</updated>
<author>
<name>Moritz Strohm</name>
<email>strohm@data-quest.de</email>
</author>
<published>2023-08-02T13:25:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/studip.git/commit/?id=39ea4e180e305f4ce5cdd0110fa610d74cbd1cf6'/>
<id>39ea4e180e305f4ce5cdd0110fa610d74cbd1cf6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>attempt to fix FileArchiveManager::extractFileFromArchive for all file types</title>
<updated>2023-08-01T15:15:35+00:00</updated>
<author>
<name>Moritz Strohm</name>
<email>strohm@data-quest.de</email>
</author>
<published>2023-08-01T15:15:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/studip.git/commit/?id=71194736c5989805257db7966c83863dc69db08c'/>
<id>71194736c5989805257db7966c83863dc69db08c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed errors</title>
<updated>2023-08-01T11:11:19+00:00</updated>
<author>
<name>Moritz Strohm</name>
<email>strohm@data-quest.de</email>
</author>
<published>2023-08-01T11:11:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/studip.git/commit/?id=6734267bfae0df325f4ea7651d5fe6560ce11714'/>
<id>6734267bfae0df325f4ea7651d5fe6560ce11714</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>file/unzipquestion: use FileType instead of FileRef, began rewriting FileArchiveManager extraction methods for using FileType</title>
<updated>2023-08-01T10:42:13+00:00</updated>
<author>
<name>Moritz Strohm</name>
<email>strohm@data-quest.de</email>
</author>
<published>2023-08-01T10:42:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/studip.git/commit/?id=86c916a17b49789d8698876873f73109874001d4'/>
<id>86c916a17b49789d8698876873f73109874001d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>FileArchiveManager::addFileTypeToArchive: call convertToStandardFile on files that aren't StandardFile instances before requesting their path, re #2987</title>
<updated>2023-07-31T17:06:57+00:00</updated>
<author>
<name>Moritz Strohm</name>
<email>strohm@data-quest.de</email>
</author>
<published>2023-07-31T17:05:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/studip.git/commit/?id=921e856f9eb6228411be1d75e7fb428d95a47817'/>
<id>921e856f9eb6228411be1d75e7fb428d95a47817</id>
<content type='text'>
Merge request studip/studip!2003
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merge request studip/studip!2003
</pre>
</div>
</content>
</entry>
<entry>
<title>VirtualFolderType constructor: make sure the description field is initialised with an empty string if it isn't there, re #2986</title>
<updated>2023-07-31T16:57:57+00:00</updated>
<author>
<name>Moritz Strohm</name>
<email>strohm@data-quest.de</email>
</author>
<published>2023-07-31T16:50:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/studip.git/commit/?id=48579746da4b1f728902bb42a9ad32611c9552ff'/>
<id>48579746da4b1f728902bb42a9ad32611c9552ff</id>
<content type='text'>
Merge request studip/studip!2002
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merge request studip/studip!2002
</pre>
</div>
</content>
</entry>
<entry>
<title>FileManager::moveFolder: also check the destination folder before making a special treatment for StandardFolder, re #2985</title>
<updated>2023-07-31T16:57:57+00:00</updated>
<author>
<name>Moritz Strohm</name>
<email>strohm@data-quest.de</email>
</author>
<published>2023-07-31T16:54:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/studip.git/commit/?id=7f52cd5f7ba9a0a9aea1b21a3fbe9e04ca8e6a98'/>
<id>7f52cd5f7ba9a0a9aea1b21a3fbe9e04ca8e6a98</id>
<content type='text'>
Merge request studip/studip!2001
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merge request studip/studip!2001
</pre>
</div>
</content>
</entry>
<entry>
<title>FileManager::moveFolder: use FileType instead of FileRef, re #2980</title>
<updated>2023-07-31T09:56:36+00:00</updated>
<author>
<name>Moritz Strohm</name>
<email>strohm@data-quest.de</email>
</author>
<published>2023-07-31T09:55:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/studip.git/commit/?id=ab5ecd3de5030b195d7affdbef5863dd9b34a128'/>
<id>ab5ecd3de5030b195d7affdbef5863dd9b34a128</id>
<content type='text'>
Merge request studip/studip!1999
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merge request studip/studip!1999
</pre>
</div>
</content>
</entry>
<entry>
<title>VirtualFolderType::__get: check for existance before returning the value of the requested array index, fixes #2974</title>
<updated>2023-07-25T15:30:04+00:00</updated>
<author>
<name>Moritz Strohm</name>
<email>strohm@data-quest.de</email>
</author>
<published>2023-07-25T15:27:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/studip.git/commit/?id=cfb80b32b588cb26f0a5a97e7abf504faf674f5e'/>
<id>cfb80b32b588cb26f0a5a97e7abf504faf674f5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix order during export and linking, fixes #2959 and #1361</title>
<updated>2023-07-22T15:29:17+00:00</updated>
<author>
<name>Elmar Ludwig</name>
<email>elmar.ludwig@uni-osnabrueck.de</email>
</author>
<published>2023-07-21T15:06:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.tews.dev/cgit/studip.git/commit/?id=90ed412323f7169c69f39849672c24646393d200'/>
<id>90ed412323f7169c69f39849672c24646393d200</id>
<content type='text'>
Closes #2959 and #1361

Merge request studip/studip!1991
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #2959 and #1361

Merge request studip/studip!1991
</pre>
</div>
</content>
</entry>
</feed>
