Ján Kupec [Thu, 2 Apr 2009 17:38:15 +0000 (19:38 +0200)]
zypper.conf: installRecommends handling added.
- --recommends option added to override zypper.conf
- affected help texts reformatted to fit 80 columns (bnc #423007)
- fixed unwanted overriding of zypp.conf onlyRequires option
- fixes bnc #478144
Ján Kupec [Thu, 2 Apr 2009 13:15:11 +0000 (15:15 +0200)]
Write package counts in summary.
Ján Kupec [Wed, 1 Apr 2009 12:42:36 +0000 (14:42 +0200)]
Allow to view the summary in pager.
Ján Kupec [Wed, 1 Apr 2009 11:00:13 +0000 (13:00 +0200)]
Summary improvements (bnc #389128)
- always show vendors for packages with vendors to be changed
- always show arch when arch changes
- never show repo for removed packages (it's always @System)
- 'd' for 'details' option added
- some fixes
Ján Kupec [Tue, 31 Mar 2009 21:54:26 +0000 (23:54 +0200)]
Show status and messages in COLOR_STATUS.
- this aims to distinguish these from 'result' messages
(can be e.g. printed in fainter color).
- these are the messages that would be hidden in --quiet mode
- will need more cleanup to make the coloring consistent
- some messages are not printed via zypper.out().info()
- some messages can be moved from/to --quiet to/from normal out
Ján Kupec [Tue, 31 Mar 2009 21:52:16 +0000 (23:52 +0200)]
Allow to show version/arch/repo/vendor in summary.
- part of fixing bnc #389128
Ján Kupec [Tue, 31 Mar 2009 20:51:55 +0000 (22:51 +0200)]
Table::wrap() added.
This is to enable controlled wrapping of the table to current
screen width.
Ján Kupec [Tue, 31 Mar 2009 19:14:21 +0000 (21:14 +0200)]
Pass table attributes via Table object to rows.
Ján Kupec [Tue, 31 Mar 2009 18:16:14 +0000 (20:16 +0200)]
Renamed TableStyle -> TableLineStyle.
Ján Kupec [Tue, 31 Mar 2009 16:57:42 +0000 (18:57 +0200)]
Allow Table to be lineless and have margin.
Ján Kupec [Fri, 27 Mar 2009 13:39:35 +0000 (14:39 +0100)]
Fix to show removed packages correctly.
Ján Kupec [Thu, 26 Mar 2009 17:12:33 +0000 (18:12 +0100)]
Indent
Ján Kupec [Thu, 26 Mar 2009 16:43:07 +0000 (17:43 +0100)]
Using Summary directly in solve_and_commit()
Ján Kupec [Thu, 26 Mar 2009 10:31:32 +0000 (11:31 +0100)]
Fixed typo.
Ján Kupec [Thu, 26 Mar 2009 10:07:23 +0000 (11:07 +0100)]
Summary.* moved to /src
Ján Kupec [Wed, 25 Mar 2009 16:09:58 +0000 (17:09 +0100)]
Install summary refactored into utils/Summary.*
- prepared for additional improvements (bnc #389128)
- added old edition/arch to xmlout (bnc #331060)
Ján Kupec [Wed, 25 Mar 2009 13:16:37 +0000 (14:16 +0100)]
Fixed enless loop in word-longer-than-screen case.
Ján Kupec [Tue, 24 Mar 2009 11:07:08 +0000 (12:07 +0100)]
Text processing functions added.
- string_to_columns() taken out of Table to text.h
- get_screen_width() taken out of Table to misc.h
- wrap_text() added to text.h
Ján Kupec [Fri, 20 Mar 2009 13:29:33 +0000 (14:29 +0100)]
Fixed memory leak.
Ján Kupec [Fri, 20 Mar 2009 12:20:42 +0000 (13:20 +0100)]
Defined loggroup for Table.cc
Ján Kupec [Fri, 20 Mar 2009 12:16:05 +0000 (13:16 +0100)]
Better mark zypper startup in the log.
Ján Kupec [Fri, 20 Mar 2009 11:55:29 +0000 (12:55 +0100)]
Few improvements.
Ján Kupec [Thu, 19 Mar 2009 16:32:14 +0000 (17:32 +0100)]
zypper.conf enabled using augeas
- plus some cleanup in color option names
- zypper.aug and zypper.conf added to spec file
Ján Kupec [Thu, 19 Mar 2009 16:17:36 +0000 (17:17 +0100)]
Augeas wrapper added.
- Might be adjusted to take zypp/zypper.conf lense and file as input
(as soon as the new API is ready for this) and moved to libzypp
- FindAugeas.cmake to be moved to libzypp
- Must be adjusted to take root argument
- zypper.aug can be improved to be more relaxed
Ján Kupec [Wed, 18 Mar 2009 10:05:30 +0000 (11:05 +0100)]
changes
Ján Kupec [Tue, 17 Mar 2009 11:31:26 +0000 (12:31 +0100)]
minor fix
Ján Kupec [Tue, 17 Mar 2009 11:20:45 +0000 (12:20 +0100)]
Show the default option in dialog in parentheses.
Instead of capitalization (which is a problem for most languages),
or colorization, the default option (used on enter or in
non-interactive mode) will be shown in parentheses after the list
of options).
Ján Kupec [Fri, 13 Mar 2009 13:20:53 +0000 (14:20 +0100)]
Improved color handling, prepared for zypper.conf.
Ján Kupec [Thu, 12 Mar 2009 12:01:35 +0000 (13:01 +0100)]
changes
Ján Kupec [Thu, 12 Mar 2009 11:58:27 +0000 (12:58 +0100)]
Config struct added.
- will replace GlobalOptions
- will read zypper.conf
- turned off colors by default & until zypper.conf is available
(bnc #483349)
Ján Kupec [Wed, 11 Mar 2009 15:53:22 +0000 (16:53 +0100)]
changes
Marcus Hüwe [Wed, 11 Mar 2009 15:50:14 +0000 (16:50 +0100)]
--requires and --recommends added to info command
Ján Kupec [Wed, 11 Mar 2009 13:44:47 +0000 (14:44 +0100)]
Get rid of CommandOptions - it has no future :O)
Ján Kupec [Tue, 10 Mar 2009 18:28:27 +0000 (19:28 +0100)]
changes
Ján Kupec [Tue, 10 Mar 2009 18:20:52 +0000 (19:20 +0100)]
Fixed noarch->anyarch and vice-versa update (bnc #483179).
'zypper up foo' would not find a non-noarch update of foo if the
installed arch was noarch, and vice-versa (anyarch->noarch), while
zypper 'list-updates' doUpdate() shows the update.
Ján Kupec [Tue, 10 Mar 2009 15:48:40 +0000 (16:48 +0100)]
list-updates fix (bnc #483910)
Avoiding showing not-yet-installed packages in list-updates output.
Ján Kupec [Tue, 10 Mar 2009 12:35:03 +0000 (13:35 +0100)]
Avoid control chars in non-terminal output (bnc #440822).
Proper fix.
Ján Kupec [Tue, 10 Mar 2009 11:56:03 +0000 (12:56 +0100)]
Explictly assigned numbers to zypper commands enum.
This will help to identifify the commands in logs more easily.
Ján Kupec [Fri, 6 Mar 2009 19:43:17 +0000 (20:43 +0100)]
Fixed uninitialized _shown_count in prompt.
Ján Kupec [Fri, 6 Mar 2009 15:03:02 +0000 (16:03 +0100)]
changes
Ján Kupec [Fri, 6 Mar 2009 14:55:18 +0000 (15:55 +0100)]
Avoid control chars in non-terminal output (bnc #440822).
Ján Kupec [Fri, 6 Mar 2009 14:54:09 +0000 (15:54 +0100)]
Use darker color for progress output.
Ján Kupec [Thu, 5 Mar 2009 13:47:12 +0000 (14:47 +0100)]
Fixed FindReadline to find shared lib, not static.
Ján Kupec [Thu, 5 Mar 2009 09:21:32 +0000 (10:21 +0100)]
Merge branch 'master' of ssh://git@git.opensuse.org/projects/zypp/zypper
Duncan Mac-Vicar P [Thu, 5 Mar 2009 09:11:40 +0000 (10:11 +0100)]
require factory libzypp to avoid people mixing them
Werner Fink [Mon, 2 Mar 2009 12:26:41 +0000 (13:26 +0100)]
bash-completion: Allow empty spaces in repos names.
Ján Kupec [Fri, 27 Feb 2009 11:05:18 +0000 (12:05 +0100)]
Merge branch 'master' of ssh://git@git.opensuse.org/projects/zypp/zypper
Michael Andres [Tue, 24 Feb 2009 15:39:06 +0000 (16:39 +0100)]
changes
Michael Andres [Tue, 24 Feb 2009 15:36:08 +0000 (16:36 +0100)]
- Let 'zypper clean' keep the raw metadata cache of CD/DVD based
repositories. We'd need the CD/DVD again to recreate the data.
If this is actually desired, explicitly remove an recreate the
CD/DVD based repository. (bnc #476429).
Ján Kupec [Sun, 22 Feb 2009 16:21:06 +0000 (17:21 +0100)]
Slight introduction of colors.
Ján Kupec [Tue, 17 Feb 2009 13:11:49 +0000 (14:11 +0100)]
changes
Ján Kupec [Sun, 15 Feb 2009 20:40:58 +0000 (21:40 +0100)]
Show rpm output after installing/removing (bnc #369450).
Ján Kupec [Sun, 15 Feb 2009 20:10:09 +0000 (21:10 +0100)]
Allow changing URI in media problem prompt.
Ján Kupec [Sun, 15 Feb 2009 19:44:44 +0000 (20:44 +0100)]
PromptOptions enhancements.
- allow to disable some prompt options
- allow to show only first N options (hide the rest/advanced options)
Ján Kupec [Sun, 15 Feb 2009 17:10:06 +0000 (18:10 +0100)]
Return default on EOF after poll() in read_action_ari_with_timout().
Josef Reidinger [Thu, 12 Feb 2009 08:43:15 +0000 (09:43 +0100)]
Bash completion: fixed invalid hints from multiline help.
Ján Kupec [Thu, 12 Feb 2009 08:30:20 +0000 (09:30 +0100)]
changes
Josef Reidinger [Thu, 12 Feb 2009 08:27:32 +0000 (09:27 +0100)]
Bash completion: suggest locks for removal.
Josef Reidinger [Thu, 12 Feb 2009 08:26:11 +0000 (09:26 +0100)]
Bash completion: suggest also global options.
Ján Kupec [Wed, 11 Feb 2009 21:29:42 +0000 (22:29 +0100)]
Abort/Retry/Ignore prompt with timeout fixes.
- fixed localization of answers
- fixed xml output
Ján Kupec [Wed, 11 Feb 2009 20:11:43 +0000 (21:11 +0100)]
Reniced, fixed texts.
Ján Kupec [Wed, 11 Feb 2009 20:11:21 +0000 (21:11 +0100)]
changes
Josef Reidinger [Wed, 11 Feb 2009 13:05:11 +0000 (14:05 +0100)]
Bash completion: refactored for better maintenance.
Generating hints dynamically from help, plus some extra completion
(repo aliases). Fixed completion after the first option.
Josef Reidinger [Wed, 11 Feb 2009 12:59:17 +0000 (13:59 +0100)]
Bash completion: allow completion after short versions of commands.
Josef Reidinger [Wed, 11 Feb 2009 12:57:55 +0000 (13:57 +0100)]
Bash completion: complete also short options.
Josef Reidinger [Wed, 11 Feb 2009 12:56:12 +0000 (13:56 +0100)]
Bash completion: partial fix for repos with spaces.
Josef Reidinger [Wed, 11 Feb 2009 12:51:54 +0000 (13:51 +0100)]
Bash completion: allow repo alias completion also for modifyrepo and removerepo.
Josef Reidinger [Wed, 11 Feb 2009 12:48:43 +0000 (13:48 +0100)]
Bash completion: allow repo alias completion in renamerepo.
Josef Reidinger [Wed, 11 Feb 2009 12:47:05 +0000 (13:47 +0100)]
Fixed bash completion for source-install.
Ján Kupec [Tue, 10 Feb 2009 17:36:51 +0000 (18:36 +0100)]
Non-interactive mode fix (bnc #469872)
Auto-reply 'retry' after waiting the given amount of seconds in the
read_action_ari_with_timeout() prompt in non-interactive mode. This
does not fix the cause of bnc #469872, but is a simple workaround
which does not poll input, just waits.
Ján Kupec [Tue, 27 Jan 2009 13:08:16 +0000 (14:08 +0100)]
changes
Ján Kupec [Tue, 27 Jan 2009 13:02:39 +0000 (14:02 +0100)]
Adapted authetication callback for non-curl URLs (bnc #460970)
Ján Kupec [Mon, 19 Jan 2009 09:21:08 +0000 (10:21 +0100)]
better variable name
Ján Kupec [Mon, 19 Jan 2009 09:17:59 +0000 (10:17 +0100)]
Check for arguments when using aggregate options.
Ján Kupec [Fri, 16 Jan 2009 12:09:02 +0000 (13:09 +0100)]
ms --ar-to-enable description improved, rug subscribe added
Ján Kupec [Thu, 15 Jan 2009 11:04:43 +0000 (12:04 +0100)]
Commented out the unimplemented info-* commands for now (bnc #464384)
Ján Kupec [Thu, 15 Jan 2009 10:22:15 +0000 (11:22 +0100)]
changes
Ján Kupec [Thu, 15 Jan 2009 10:17:44 +0000 (11:17 +0100)]
fixed typo (bnc #447594)
Ján Kupec [Wed, 14 Jan 2009 15:48:44 +0000 (16:48 +0100)]
changes
Ján Kupec [Wed, 14 Jan 2009 15:26:05 +0000 (16:26 +0100)]
Check if we run SLE on runtime based on installed base product name.
This adapts fate #305057 to check the platform on runtime instead
of a compile-time check based on %suse_sles rpm macro. Zypper will
consider the system a SLE if there's a base product having "SUSE_SLE"
in its name.
Ján Kupec [Wed, 14 Jan 2009 08:59:50 +0000 (09:59 +0100)]
changes
Josef Reidinger [Wed, 14 Jan 2009 08:58:29 +0000 (09:58 +0100)]
modifyrepo - accept multiple arguments
Ján Kupec [Mon, 12 Jan 2009 14:53:30 +0000 (15:53 +0100)]
cleanlocks added to man page.
Ján Kupec [Mon, 12 Jan 2009 14:42:00 +0000 (15:42 +0100)]
Some text changes scheduled after branching the stable release.
Ján Kupec [Mon, 12 Jan 2009 14:11:01 +0000 (15:11 +0100)]
missing 'clean' command alias 'cc' added to man page (bnc #464408)
Ján Kupec [Mon, 12 Jan 2009 14:04:23 +0000 (15:04 +0100)]
changes
Ján Kupec [Thu, 8 Jan 2009 15:07:36 +0000 (16:07 +0100)]
fixed lp/patch inconsistency in determining needed patches (bnc #464458)
Ján Kupec [Thu, 8 Jan 2009 11:37:53 +0000 (12:37 +0100)]
zypper command equivalents update for 1.0.3
Ján Kupec [Thu, 8 Jan 2009 11:18:55 +0000 (12:18 +0100)]
updated to refled zypper 1.0.3
Jan Kupec [Tue, 16 Dec 2008 17:24:12 +0000 (17:24 +0000)]
- release
Jan Kupec [Tue, 16 Dec 2008 17:23:16 +0000 (17:23 +0000)]
- translations
Jan Kupec [Tue, 16 Dec 2008 17:19:03 +0000 (17:19 +0000)]
- some improvements
Jan Kupec [Mon, 15 Dec 2008 16:28:46 +0000 (16:28 +0000)]
- translations update
Jan Kupec [Thu, 11 Dec 2008 10:20:03 +0000 (10:20 +0000)]
- changes
Jan Kupec [Thu, 11 Dec 2008 10:11:41 +0000 (10:11 +0000)]
- typo (bnc #458248)
Jan Kupec [Fri, 5 Dec 2008 14:30:16 +0000 (14:30 +0000)]
- fixed bash completion script to default to path completion if no
command or option matches
Jan Kupec [Fri, 5 Dec 2008 14:15:58 +0000 (14:15 +0000)]
- translations
Jan Kupec [Fri, 5 Dec 2008 13:50:34 +0000 (13:50 +0000)]
- some examples added
Jan Kupec [Fri, 5 Dec 2008 10:12:23 +0000 (10:12 +0000)]
- some package --type info added
Jan Kupec [Thu, 4 Dec 2008 16:54:54 +0000 (16:54 +0000)]
- --no-recommends added to the man page