| #
d4f83172 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
code style: line breaks
|
| #
26dfc232 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Rector to rename print to echo calls
|
| #
177d6836 |
| 31-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: control flow whitespaces
|
| #
dccd6b2b |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: function call spacing
|
| #
73022918 |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
coding style: PSR12.Classes.ClassInstantiation.MissingParentheses
|
| #
d868eb89 |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: function declaration braces/spaces
|
| #
8c7c53b0 |
| 30-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
codestyle adjustments: class declaration braces
|
| #
24870174 |
| 29-Aug-2023 |
Andreas Gohr <andi@splitbrain.org> |
Apply rector fixes to the rest of inc
|
| #
2b9be456 |
| 10-Nov-2022 |
Andreas Gohr <andi@splitbrain.org> |
some more fixes for undefined vars
This makes more use of $INPUT to access $_SERVER and fixes a warning in one of the search methods.
|
| #
10f66413 |
| 12-May-2022 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #3499 from alexdraconian/master
Linkwiz update (#3498)
|
| #
357931f3 |
| 28-Dec-2021 |
Gerrit Uitslag <klapinklapin@gmail.com> |
Merge branch 'master' into revisionHandle3
|
| #
24201594 |
| 17-Dec-2021 |
Andreas Gohr <andi@splitbrain.org> |
fix security problems in draft handling. fixes #3565
|
| #
fd260edf |
| 10-Nov-2021 |
alexdraconian <78018187+alexdraconian@users.noreply.github.com> |
Update Ajax.php
|
| #
2aa917af |
| 07-Nov-2021 |
alexdraconian <78018187+alexdraconian@users.noreply.github.com> |
linkwiz update
|
| #
4668fa19 |
| 14-Aug-2021 |
alexdraconian <78018187+alexdraconian@users.noreply.github.com> |
Update Ajax.php
|
| #
3c4b22e8 |
| 22-May-2021 |
alexdraconian <78018187+alexdraconian@users.noreply.github.com> |
Linkwiz update
Linkwiz Searches title if useheading option is 1 or content
|
| #
edb50e6a |
| 04-Dec-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Ui\Diff hierarchy
|
| #
d11e205c |
| 07-Sep-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
consistent html_buildlist() usage
see usage of html_buildlist in plugin acl (admin and action component)
|
| #
a74a1f3f |
| 26-Aug-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
Merge branch 'master' into form
|
| #
d267a3cb |
| 26-Aug-2020 |
Andreas Gohr <andi@splitbrain.org> |
Merge pull request #3115 from moisesbr-dw/sort-with-collator
Sort with collator
|
| #
2d85e841 |
| 11-Aug-2020 |
Andreas Gohr <andi@splitbrain.org> |
wrap sorting functions into their own class
|
| #
9c8632b4 |
| 18-Jul-2020 |
Satoshi Sahara <sahara.satoshi@gmail.com> |
create Ui\Index::buildIndexList()
|
| #
efc2a4c4 |
| 19-May-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Functions renamed with "intl" prefix
Better naming of functions to help future maintenance. - compare() renamed to intl_strcmp() - sort_pagenames() renamed to intl_sort() - sort_keys() renamed to in
Functions renamed with "intl" prefix
Better naming of functions to help future maintenance. - compare() renamed to intl_strcmp() - sort_pagenames() renamed to intl_sort() - sort_keys() renamed to intl_ksort() - new function intl_asort() - sort_filenames() renamed to intl_asortFN() Updated documentation.
show more ...
|
| #
7d8012ca |
| 15-May-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Cleanup of function sort_pagenames() [name changed]
Name changed from sort_pages() to sort_pagenames(). Fixed behavior without collator: sort() with flags SORT_NATURAL and SORT_FLAG_CASE.
Fix of ft
Cleanup of function sort_pagenames() [name changed]
Name changed from sort_pages() to sort_pagenames(). Fixed behavior without collator: sort() with flags SORT_NATURAL and SORT_FLAG_CASE.
Fix of ft_backlinks() and ft_mediause() function in "fulltext.php".
Functions that call ft_backlinks() and now have the expected results: html.php:1085, html_backlinks(): display backlinks Remote\ApiCore.php:456, listBackLinks(): Return a list of backlinks
Functions that call ft_mediause() and now have the expected results: media.php:222, media_inuse(): Convenience function to check if a media file is still in use media.php:1199, media_details(): Prints mediafile tags
Screens fixed: - Backlinks - List of pages that references a media file (View tab in the 3rd column of Media Manager)
Fix of callSuggestions() function in "Ajax.php".
Screens fixed: - OpenSearch suggestions: /lib/exe/ajax.php?call=suggestions&q={query}
show more ...
|
| #
00d9ae57 |
| 03-May-2020 |
Moisés Braga Ribeiro <moisesbr@gmail.com> |
Reimplementation of sort() [continued]
Fix of callSuggestions() function in "Ajax.php".
Screens fixed: - OpenSearch suggestions: /lib/exe/ajax.php?call=suggestions&q={query}
|