<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openslx-ng/slx-admin.git/install.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/install.php?h=master</id>
<link rel='self' href='https://git.openslx.org/openslx-ng/slx-admin.git/atom/install.php?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/'/>
<updated>2023-11-15T17:01:19+00:00</updated>
<entry>
<title>Remove 32bit support</title>
<updated>2023-11-15T17:01:19+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2023-11-15T17:01:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=8ffd1098ac21e209f4b90e1dde611aa1bd37cf9a'/>
<id>urn:sha1:8ffd1098ac21e209f4b90e1dde611aa1bd37cf9a</id>
<content type='text'>
int is always the native word size, and we don't really test anything on
32bit OSes anymore. 32bit support already required ugly workarounds in
the past for large file sizes and ip2long, so we can finally get rid of
those and just put an initial check in install.php.
</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>[news] Fix install: Falsely reported UPDATE_DONE every time</title>
<updated>2023-07-18T12:21:03+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2023-07-18T12:21:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=ff3474e2e69d1ac92eb227dfedd170cfb012ba94'/>
<id>urn:sha1:ff3474e2e69d1ac92eb227dfedd170cfb012ba94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>install.php: Fix charset upgrade statement</title>
<updated>2022-07-06T13:56:50+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2022-07-06T13:56:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=42ca742067d2f88846b1620127b1e792625ee6a8'/>
<id>urn:sha1:42ca742067d2f88846b1620127b1e792625ee6a8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>install.php: Quote table and column names</title>
<updated>2022-06-01T07:39:22+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2022-06-01T07:39:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=a869ec30b6e430d0600423c10deeebdabc822b73'/>
<id>urn:sha1:a869ec30b6e430d0600423c10deeebdabc822b73</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[statistics] Adapt hw-data parsing to new json format for display</title>
<updated>2022-03-09T14:06:54+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2021-09-30T15:44:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=d736e75ade7a4472aefb72af9036f86016adcb42'/>
<id>urn:sha1:d736e75ade7a4472aefb72af9036f86016adcb42</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moderize Database handling</title>
<updated>2021-05-11T12:51:13+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2021-05-06T08:26:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=8dc2b92d667f1401ab9f1315a36add61658f899c'/>
<id>urn:sha1:8dc2b92d667f1401ab9f1315a36add61658f899c</id>
<content type='text'>
* Auto-convert to utf8mb4_unicode_520_ci
* Use foreach instead of while to loop over results
* Drop useless statement caching
* Keep emulated prepares, as we sometimes loop over nested queries
</content>
</entry>
<entry>
<title>[locations/rebootcontrol] Change ENUM constants; display next event</title>
<updated>2021-03-17T14:39:55+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2021-03-17T14:39:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=dc516c24685518b41bcce0751caf286dc65e471f'/>
<id>urn:sha1:dc516c24685518b41bcce0751caf286dc65e471f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add missing changes</title>
<updated>2021-03-17T13:34:44+00:00</updated>
<author>
<name>Simon Rettberg</name>
</author>
<published>2021-03-17T13:34:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.openslx.org/openslx-ng/slx-admin.git/commit/?id=7d2cca2de44e5c7d1de3e669294077cc6a619732'/>
<id>urn:sha1:7d2cca2de44e5c7d1de3e669294077cc6a619732</id>
<content type='text'>
</content>
</entry>
</feed>
