Maneage - Bugs: bug #58545, modularise software acknowledgments
You are not allowed to post comments on this tracker with your current authentication level.
bug #58545: modularise software acknowledgments
Submitter: | Boud Roukema <boud> | ||
Submitted: | Thu 11 Jun 2020 02:00:23 PM UTC | ||
Category: | Software | Severity: | 3 - Normal |
Item Group: | Enhancement | Status: | Fixed |
Privacy: | Public | Assigned to: | boud |
Open/Closed: | Closed |
Wed 17 Jun 2020 03:36:32 AM UTC, comment #2: |
Mohammad Akhlaghi <makhlaghi>![]() |
Thu 11 Jun 2020 02:02:44 PM UTC, comment #1: Sorry, I meant this as a task. But it does qualify as a usability
|
Boud Roukema <boud>![]() ![]() |
Thu 11 Jun 2020 02:00:23 PM UTC, original submission:
Here's commit d5d11865dd to modularise the software acknowledgments section:
|
Boud Roukema <boud>![]() ![]() |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 3 latest changes.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2020-06-17 | makhlaghi | Status | Works For Me | ![]() |
Fixed |
Assigned to | None | ![]() |
boud | ||
Open/Closed | Open | ![]() |
Closed |
Thanks a lot Boud, This was a great suggestion, giving users a very good level of control without having to go into low-level details.
I done some small modifications and merged it into the Maneage branch in Commit 95058143c.
In particular, you will notice that the default values for the variables are now much more simple and readable: instead of defining different variables for various components of a sentence, I just put them in a temporary "str" variable and simply append the rest of the sentence to that variable. This also removes the need for curly-braces which may cause conflicts in different shells (due to the "fuzzy"-ness of POSIX!).