nextcloud / nextcloud/serverinfo
Add units (seconds) to Max Execution Time value for PHP
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 130
- Forks
- 64
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 49
Description
Steps to reproduce
- Go to Settings -> Administration -> System
- Look at PHP section
- Observe time value without units
Expected behaviour
Displayed:
Max Execution Time: xxxx sec (or another string according locale settings)
OR
Max Execution Time (seconds): xxxx (add units directly to value name string and let translators to deal with correct string for time units)
Actual behaviour
Displayed:
Max Execution Time: xxxx
Server configuration
Nextcloud version: 22.2.3
Where did you install. Nextcloud from: Nextcloud VM
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in Settings → Administration → System, inspect the PHP section, and search the repository for the “Max Execution Time” label or value rendering. Confirm the displayed value includes a localized seconds unit, then verify the surrounding system-information display still renders correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, php
- Domain
- frontend, observability-sre
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100