257be26c | 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: multi statements |
d4f83172 | 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: line breaks |
fe15e2c0 | 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: static visibility |
90fb952c | 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: operator spacing |
7a08a8bc | 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: inc/dec spacing |
62ad2d27 | 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: control structure fixes |
80d85403 | 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
added rectors for new polyfills
We can use the PHP8 rector classes for the polyfills introduced in a4c648fffdf5bc5db83c9aa9c6c4bf5fb5edc85f |
4b230b99 | 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: indent fixes |
26dfc232 | 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Rector to rename print to echo calls |
a4c648ff | 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
polyfills for str_(starts_with|ends_with|contains) |
a664aaba | 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: ptln removed, useradmin cleanup |
f9a94e78 | 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
deprecate ptln()
This method was used to ensure some basic readability in the created HTML sources long before Firebug and later the builtin inspector tools in browsers pretty printed the HTML for y
deprecate ptln()
This method was used to ensure some basic readability in the created HTML sources long before Firebug and later the builtin inspector tools in browsers pretty printed the HTML for you. Today, this is no longer needed.
This adds a custom rector rule to automatically change all occurances to echo statements.
show more ...
|
7d34963b | 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: control flow line breaks |
cb7312c0 | 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
catch JSON decode exception |
177d6836 | 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: control flow whitespaces |
83bec475 | 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
fix abstract declaration of ChangeLog::getFilename() |
51ee2399 | 30-Aug-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
update some plugin classes in phpdocs, reformatting |
220897ae | 30-Aug-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
update urls and simplify regexp |
ff84abad | 30-Aug-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformatting at top level |
5a5ec053 | 30-Aug-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformat /lib/exe/ folder |
62b265e6 | 30-Aug-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformat lib/exe/mediamanager.php |
a19c9aa0 | 30-Aug-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
recover comments in list |
ba8f8349 | 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
manual code style fix |
dccd6b2b | 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: function call spacing |
b2c8ab47 | 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: loop declaration spacing |