Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
backupninja
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lyz
backupninja
Commits
6606cce4
Commit
6606cce4
authored
15 years ago
by
intrigeri
Browse files
Options
Downloads
Patches
Plain Diff
easydialog: allow form fields input to grow up to 100 chars (Closes: #562249)
parent
34d0d305
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ChangeLog
+3
-0
3 additions, 0 deletions
ChangeLog
lib/easydialog.in
+1
-1
1 addition, 1 deletion
lib/easydialog.in
with
4 additions
and
1 deletion
ChangeLog
+
3
−
0
View file @
6606cce4
...
...
@@ -5,6 +5,9 @@ version 0.9.7 -- UNRELEASED
. add 'when = manual' option, that can be used in the global config
file or in a given backup action file. Thanks Tuomas Jormola for the
preliminary patch (Closes: #511299)
lib changes
easydialog:
. Allow form fields input to grow up to 100 chars (Closes: #562249)
handler changes
ldap:
. Use gzip's --rsyncable option.
...
...
This diff is collapsed.
Click to expand it.
lib/easydialog.in
+
1
−
1
View file @
6606cce4
...
...
@@ -240,7 +240,7 @@ formDisplay() {
for
((
i
=
0
;
i <
$_form_items
;
i++
))
;
do
label
=
${
_form_labels
[
$i
]
}
text
=
${
_form_text
[
$i
]
}
echo
-n
-e
"
$label
$xpos
1 '
$text
'
$xpos
$max_length
30
3
0"
echo
-n
-e
"
$label
$xpos
1 '
$text
'
$xpos
$max_length
30
10
0"
let
"xpos += _form_gap"
done
)
| xargs
$DIALOG
2>
$temp
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment