<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/slx-admin.git/modules-available/statistics/pages/summary.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/modules-available/statistics/pages/summary.inc.php?h=master</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/slx-admin.git/atom/modules-available/statistics/pages/summary.inc.php?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/'/>
<updated>2025-07-07T11:37:19+00:00</updated>
<entry>
<title>[locations] Cleanup Location class</title>
<updated>2025-07-07T11:37:19+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2025-07-07T11:37:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=9a5106c288519b008e0dfe5e85371701af32c0f3'/>
<id>urn:sha1:9a5106c288519b008e0dfe5e85371701af32c0f3</id>
<content type='text'>
There was a mess of functions which mostly, but not quite, did the same
things. Get rid of a couple of them and fix call sites to use
alternative ones that also fit the job.
While at it, add phpdoc and comments to the remaining functions, trying
to clarify what they were designed for.
Lastly, the return type of functions that retrieve a location id has
been changed from false|int to ?int (nullable types are just nicer).
</content>
</entry>
<entry>
<title>[statistics] Increase cutoff for new machines to 30 days</title>
<updated>2025-01-28T13:49:02+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2025-01-28T13:49:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=dfbff9755fe182bf0f89ce366e7865bcbd973393'/>
<id>urn:sha1:dfbff9755fe182bf0f89ce366e7865bcbd973393</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[statistics] Disable non-client filter if specific filters are given</title>
<updated>2024-11-05T14:22:46+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2024-11-05T14:22:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=a1b7339582f82502ac6a6591fb51535c695cf074'/>
<id>urn:sha1:a1b7339582f82502ac6a6591fb51535c695cf074</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix type errors</title>
<updated>2024-01-17T10:32:37+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2024-01-17T10:32:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=3157b9ee87cffa4f934e8a57c5d9d07af002f0a3'/>
<id>urn:sha1:3157b9ee87cffa4f934e8a57c5d9d07af002f0a3</id>
<content type='text'>
</content>
</entry>
<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>Fix a few deprecation warnings on PHP 8.2</title>
<updated>2023-10-06T13:52:35+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2023-10-06T13:52:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=29c19060614ec2056a7dfa90415057f19191a404'/>
<id>urn:sha1:29c19060614ec2056a7dfa90415057f19191a404</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[statistics] Add hint regarding blue tint of usage graph</title>
<updated>2023-01-05T15:04:58+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2023-01-05T15:04:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=dd9974f776dde086752af4e80828fa1ed76a977f'/>
<id>urn:sha1:dd9974f776dde086752af4e80828fa1ed76a977f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[statistics] Only show graph if no non-location filters are set</title>
<updated>2022-12-08T15:21:45+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2022-12-08T15:21:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=f3830941e4a446b96ceaa6744c70bbf7be614bda'/>
<id>urn:sha1:f3830941e4a446b96ceaa6744c70bbf7be614bda</id>
<content type='text'>
Closes #3694
</content>
</entry>
<entry>
<title>[statistics] Add ID45 partition size filter</title>
<updated>2022-12-06T14:16:58+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2022-12-06T14:16:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=f4e3d5de6f77970b1bae1987e87878630b990ba2'/>
<id>urn:sha1:f4e3d5de6f77970b1bae1987e87878630b990ba2</id>
<content type='text'>
Closes #3927
</content>
</entry>
</feed>
