Skip to content

Commit

Permalink
Merge pull request #9 from nick-wang/1080332
Browse files Browse the repository at this point in the history
  • Loading branch information
lslezak committed Feb 13, 2018
2 parents 953fd26 + e2132d6 commit 47644ea
Show file tree
Hide file tree
Showing 9 changed files with 116 additions and 867 deletions.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,26 @@
package/*.tar.bz2
.yardoc
Makefile
Makefile.am
Makefile.am.common
Makefile.in
aclocal.m4
autodocs-cc-base.ami
autodocs-cc-off.ami
autodocs-cc.ami
autodocs-ycp.ami
autom4te.cache
config.guess
config.log
config.status
config.sub
configure
configure.ac
doc
install-sh
iplb.pot
missing
pluglib-bindings.ami
src/Makefile
src/Makefile.in
testsuite
7 changes: 7 additions & 0 deletions package/yast2-iplb.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Feb 11 03:17:49 UTC 2018 - nwang@suse.com

- bsc#1080332, split large strings into smaller combination
to ease translation
- Version 4.0.0

-------------------------------------------------------------------
Tue Jun 7 10:43:50 UTC 2016 - igonzalezsosa@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-iplb.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-iplb
Version: 3.1.6
Version: 4.0.0
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
7 changes: 0 additions & 7 deletions src/include/iplb/complex.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,6 @@ def SummaryDialog
# Iplb summary dialog caption
caption = _("IPLB Configuration")

# FIXME
summary = Iplb.Summary
unconfigured = Ops.get_list(summary, 1, [])
configured = Ops.get_string(summary, 0, "")

# Frame label
contents = nil # Wizard_hw::DetectedContent(_("IPLB to Configure"),
# unconfigured, false, configured);
Expand Down Expand Up @@ -141,8 +136,6 @@ def OverviewDialog
# Iplb overview dialog caption
caption = _("IPLB Overview")

overview = Iplb.Overview

# FIXME table header
contents = nil
#Wizard_hw::ConfiguredContent(
Expand Down
166 changes: 83 additions & 83 deletions src/include/iplb/helps.rb

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/include/iplb/vserver_conf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,6 @@ def real_ip_input_dialog(title, value)
ip = ""
fwd_method = ""
weight = 1
pos = 0
real_ip = Builtins.splitstring(value, " \t")
ip = Ops.get(real_ip, 0, "")
fwd_method = Ops.get(real_ip, 1, "")
Expand Down
1 change: 0 additions & 1 deletion src/modules/Iplb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ def Read
end
#check for IPv6 address
is_ipv6 = false
sect_path = Builtins.topath("")
ipv6_address = Builtins.regexpsub(vs_name, "\\[(.+)\\]", "\\1")
is_ipv6 = IP.Check6(ipv6_address) if ipv6_address != nil
if is_ipv6
Expand Down
Loading

0 comments on commit 47644ea

Please sign in to comment.