<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/slx-admin.git/inc/module.inc.php, branch master</title>
<subtitle>Web Interface zum Verwalten der Hochschul-/UniSpezifischen Einstellungen der Linux-Umgebung</subtitle>
<id>https://git.openslx.org/openslx-ng/slx-admin.git/atom/inc/module.inc.php?h=master</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/slx-admin.git/atom/inc/module.inc.php?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/'/>
<updated>2023-11-15T16:53:47+00:00</updated>
<entry>
<title>Fix more type errors, stricter typing</title>
<updated>2023-11-15T16:53:47+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2023-11-15T16:53:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=aa49154e5a9ee135c3f0286ddda8a01a5290b1ed'/>
<id>urn:sha1:aa49154e5a9ee135c3f0286ddda8a01a5290b1ed</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add function param/return types, fix a lot more phpstorm complaints</title>
<updated>2023-11-14T13:47:55+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2023-11-14T13:47:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=06bff0b9b84d47c43f9bc8aff06a29d85ebb7ed0'/>
<id>urn:sha1:06bff0b9b84d47c43f9bc8aff06a29d85ebb7ed0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Roundup of issues reported by PHPStorm</title>
<updated>2023-11-02T18:08:58+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2023-11-02T18:08:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=c2d95ffaeaa289752b4c7b6664b6ca112a02e350'/>
<id>urn:sha1:c2d95ffaeaa289752b4c7b6664b6ca112a02e350</id>
<content type='text'>
Mostly redundant checks, logic errors, dead code, etc.
</content>
</entry>
<entry>
<title>[inc/Util] Add types, move error printing functions to their own class</title>
<updated>2022-05-02T16:49:09+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2022-05-02T16:49:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=5eb8df7432a708284862e4b126e418265d36b4ab'/>
<id>urn:sha1:5eb8df7432a708284862e4b126e418265d36b4ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[Module] Add phpdoc</title>
<updated>2020-09-17T14:36:05+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2020-09-17T14:36:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=d1b915064e61614c3979eaad3f24c06b573a0024'/>
<id>urn:sha1:d1b915064e61614c3979eaad3f24c06b573a0024</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[inc/Dashboard] Add feature to collapse sections in sidebar mode</title>
<updated>2019-03-26T11:04:35+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2019-03-26T11:04:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=82e546cfa47dbc7d5d7a780c92129a871087ee12'/>
<id>urn:sha1:82e546cfa47dbc7d5d7a780c92129a871087ee12</id>
<content type='text'>
Modules can now declare that they should be collapsed by default. If a
menu category only contains such modules, it will be collapsed in the
sidebar mode of the menu.
</content>
</entry>
<entry>
<title>Don't try to load non-existent style.css/clientscript.js</title>
<updated>2018-04-27T12:00:57+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2018-04-27T12:00:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=1f18997b2d72a5aea772f0f9d6ddb61718fbd380'/>
<id>urn:sha1:1f18997b2d72a5aea772f0f9d6ddb61718fbd380</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[inc/Module] Overhaul dependency loading and handling of js/css</title>
<updated>2018-04-13T15:31:56+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2018-04-13T15:31:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=5370b98936418b2b548c023813039b8bf2074a55'/>
<id>urn:sha1:5370b98936418b2b548c023813039b8bf2074a55</id>
<content type='text'>
This is supposed to prevent unneeded js/css from being pulled in
</content>
</entry>
<entry>
<title>Fix A LOT of type problems, logic flaws, uninitialized variables etc.</title>
<updated>2017-12-16T17:33:16+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2017-12-16T17:33:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=cd55ead3e2810e209b726faca12fa749f6875d0f'/>
<id>urn:sha1:cd55ead3e2810e209b726faca12fa749f6875d0f</id>
<content type='text'>
Most of them were found by phpstorm, so I put in some time and
went through the list, fixing quite a bunch of them.
</content>
</entry>
<entry>
<title>[inc/module] Fix sorting bug, show errors in debug mode, add optional param to isAvailable()</title>
<updated>2017-11-03T12:17:50+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2017-11-03T12:17:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=8ec19d91564255a9e701965e6cfcdffe17e685cf'/>
<id>urn:sha1:8ec19d91564255a9e701965e6cfcdffe17e685cf</id>
<content type='text'>
</content>
</entry>
</feed>
