<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/slx-admin.git/inc/dashboard.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/dashboard.inc.php?h=master</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/slx-admin.git/atom/inc/dashboard.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>[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>[inc/Dashboard] getter for currently defined sub menus</title>
<updated>2018-06-12T15:13:06+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2018-06-12T15:13:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=db0b9f1c1c8c2b20a405edeefc5240a6c0bfb1f5'/>
<id>urn:sha1:db0b9f1c1c8c2b20a405edeefc5240a6c0bfb1f5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Global: Only show "Warning" badge at the top if user can view event log,</title>
<updated>2018-02-14T13:15:05+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2018-02-14T13:15:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=fadc375c510693a87a2e1acb090605bbeed52fe4'/>
<id>urn:sha1:fadc375c510693a87a2e1acb090605bbeed52fe4</id>
<content type='text'>
also hide warnings on the main page from modules the user has no access to
</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>[Dashboard] Add option to disable dashboard creation</title>
<updated>2016-09-07T09:55:11+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-09-07T09:55:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=677e63dbe46d33ad6288cc37ac1cab4f65fa5bf0'/>
<id>urn:sha1:677e63dbe46d33ad6288cc37ac1cab4f65fa5bf0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change menu overriding mechanism; simpler, now also supports changing the category of a module</title>
<updated>2016-07-07T09:13:33+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-07-07T09:13:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=9b73975ceb68ec7d91d3a20ba618b2b192d2dc35'/>
<id>urn:sha1:9b73975ceb68ec7d91d3a20ba618b2b192d2dc35</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[dashboard] Add submenu feature</title>
<updated>2016-06-14T09:21:29+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-06-14T09:21:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=91bfa07f909101a42476accff50981d649e725d2'/>
<id>urn:sha1:91bfa07f909101a42476accff50981d649e725d2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[dashboard] Remove needsSchemaUpdate call</title>
<updated>2016-06-08T11:35:38+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2016-06-08T11:35:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=f6b3ef51063e3c369c8a728e595981a32d6e257f'/>
<id>urn:sha1:f6b3ef51063e3c369c8a728e595981a32d6e257f</id>
<content type='text'>
</content>
</entry>
</feed>
