Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactoring, fix space in plugins list, add update message #148

Merged
merged 4 commits into from
Jan 30, 2024

Conversation

Klap-in
Copy link
Collaborator

@Klap-in Klap-in commented Jan 15, 2024

  • add a space behind list items to separate the names of the plugins with same author
  • cleanup of compatibility versions
  • add update message field

Copy link

@fiwswe fiwswe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Question: Why use a <ul> and then not use CSS to format it? You might as well just build an array of extension names and implode(' ', …) it.

@Klap-in
Copy link
Collaborator Author

Klap-in commented Jan 15, 2024

It is old code which I was just clean up a bit... there is already a refactoring of other pieces coming.
Probably a while loop is used because also links has to be made for every plugin?

@fiwswe
Copy link

fiwswe commented Jan 15, 2024

For a quick fix this should work.

But my point was to use CSS for formatting and HTML for supplying the content. Using a space in HTML for formatting goes against that concept.

See dokuwiki#144

Truncate too long values to prevent mysql is not saving an entry, also
it shows already in the entry the truncated lines.
@Klap-in Klap-in changed the title add a space behind list items to separate the names of the plugins with same author refactoring, fix space in plugins list, add update message Jan 29, 2024
@splitbrain splitbrain merged commit e9133b5 into dokuwiki:master Jan 30, 2024
10 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants