| #
e4aca777 |
| 26-May-2025 |
Andreas Gohr <andi@splitbrain.org> |
bump master version
|
| #
490b5c47 |
| 19-Apr-2025 |
fiwswe <53953985+fiwswe@users.noreply.github.com> |
Better deal with at url parameters that have weird values
If the `at` url parameter contains a value that is neither a date nor a timestamp integer then prevent the date() function to fail due to an
Better deal with at url parameters that have weird values
If the `at` url parameter contains a value that is neither a date nor a timestamp integer then prevent the date() function to fail due to an illegal parameter type.
For example given `&at=xxx` this would happen before this patch.
show more ...
|
| #
5c1c6873 |
| 01-May-2024 |
Damien Regad <dregad@mantisbt.org> |
Bump $updateVersion to 56
|
| #
1b2deed9 |
| 15-Sep-2023 |
fiwswe <fiwswe@fwml.de> |
Use str_starts_with/str_ends_with
|
| #
d4f83172 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: line breaks
|
| #
7d34963b |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: control flow line breaks
|
| #
ff84abad |
| 30-Aug-2023 |
Gerrit Uitslag <klapinklapin@gmail.com> |
reformatting at top level
|
| #
c1482d1c |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: function argument spacing
|
| #
b1f206e1 |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to bin and toplevel
|
| #
3e62f0f1 |
| 07-Apr-2023 |
Mark Prins <1165786+mprins@users.noreply.github.com> |
Bump `$updateVersion` to 1 higher than stable
|
| #
9f48b704 |
| 19-Sep-2022 |
Andreas Gohr <andi@splitbrain.org> |
fix version for master
|
| #
3578bf96 |
| 31-Jul-2022 |
Guy Brand <gb@unistra.fr> |
Release preparation
|
| #
40bf970f |
| 26-Jun-2022 |
Guy Brand <gb@unistra.fr> |
Release preparation
|
| #
10f359ad |
| 28-Apr-2022 |
Andreas Gohr <andi@splitbrain.org> |
Replace direct calls to strftime with dformat calls
This is in preparation for fixing #3573
|
| #
054813bc |
| 29-Jul-2020 |
Guy Brand <gb@unistra.fr> |
Release preparation
|
| #
e602e047 |
| 09-Jun-2020 |
Guy Brand <gb@unistra.fr> |
Release preparation
|
| #
7ee46c5d |
| 03-Jun-2020 |
Guy Brand <gb@unistra.fr> |
Release preparation
|
| #
fe14dcf1 |
| 01-Jun-2020 |
Guy Brand <gb@unistra.fr> |
Bump updateVersion
|
| #
c1ec88ce |
| 01-May-2020 |
Andreas Gohr <andi@splitbrain.org> |
remove calls to deprecated methods and classes
|
| #
cbb44eab |
| 15-Jun-2018 |
Andreas Gohr <andi@splitbrain.org> |
deprecated trigger_event() in favor of a static method on Event
|
| #
bc753765 |
| 03-May-2018 |
Guy Brand <gb@unistra.fr> |
Bump updateVersion
|
| #
d9e82b09 |
| 05-Apr-2018 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #2190 from splitbrain/betterJSINFO
feat: canonically provide $ACT to javascript
|
| #
10cf78c4 |
| 29-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
refactor: extract $JSINFO initialization into tpl_ function
|
| #
d22b78c8 |
| 26-Mar-2018 |
Michael Große <grosse@cosmocode.de> |
feat(search): use dedicated url-parameter for search query
This way we do not loose the context of the current page. Further, the new id generated from the query before wasn't really that useful (se
feat(search): use dedicated url-parameter for search query
This way we do not loose the context of the current page. Further, the new id generated from the query before wasn't really that useful (see issue #1124 ). And we can still generate a meaningful link "create a page for your query", if that is considered useful.
Further redirects exist for the old urls, so bookmarked searches etc. should mostly keep working.
show more ...
|
| #
f5610e74 |
| 11-Aug-2017 |
Guy Brand <gb@unistra.fr> |
Release preparation
|