summaryrefslogtreecommitdiffstats
path: root/urpm/msg.pm
Commit message (Collapse)AuthorAgeFilesLines
* Podify moreThierry Vignaud2021-10-311-10/+78
|
* bump copyrightThierry Vignaud2020-01-171-1/+1
|
* Update Mageia copyright statementsRémi Verschelde2017-04-261-0/+2
|
* drop useless __END__Thierry Vignaud2015-10-091-1/+0
|
* drop very old CVS/SVN $Id tagsThierry Vignaud2015-09-021-1/+0
|
* s/suggested/recommended/Thierry Vignaud2014-09-071-1/+1
|
* adapt to URPM-5.00Thierry Vignaud2014-09-071-1/+1
|
* only a couple func really are neededThierry Vignaud2013-03-211-1/+1
|
* (bug_log) simplify using append_to_file()Thierry Vignaud2012-12-131-6/+2
|
* (message_input_) rename it as message_input()Thierry Vignaud2012-09-261-3/+3
|
* kill deprecated message_input()Thierry Vignaud2012-09-261-4/+1
|
* kill unused variablesThierry Vignaud2012-09-081-2/+0
|
* (format_line_selected_packages) align columns headers to the columns values ↵Thierry Vignaud2012-03-191-1/+1
| | | | in package list
* perl_checker cleanupsThierry Vignaud2012-02-011-1/+1
|
* Synthesized commit during git-svn import combining previous Mandriva history ↵Mageia SVN-Git Migration2011-09-131-2/+2
| | | | | | | | | | | | with Magiea. This commit consitsts of the following subversion commits: ------------------------------------------------------------------------ r1928 | dmorgan | 2011-09-13 21:44:28 +0100 (Tue, 13 Sep 2011) | 1 line Import urpmi ------------------------------------------------------------------------
* update copyright noticesPer Øyvind Karlsen2010-11-211-1/+1
|
* update copyrightThierry Vignaud2009-11-241-1/+1
|
* create urpm::msg::ask_yes_or_no() to remove duplicationPascal Rigaux2008-10-211-0/+5
|
* - urpmi:Pascal Rigaux2008-10-071-2/+15
| | | | | o fix displaying "bad signature" in non-utf8 (#44587)
* add N_()Pascal Rigaux2008-03-171-1/+2
|
* fix error in previous commitPascal Rigaux2007-09-101-1/+1
|
* implement default choice for rangePascal Rigaux2007-09-101-2/+2
| | | | | | (previous tentative was not very good. i don't know in which case $input is undef)
* - urpmi, urpmePascal Rigaux2007-09-101-3/+11
| | | | | | | | | o do not prompt questions if not waiting for user answer (for urpmi --force or urpme --force) create message_input_() which deprecated message_input(), $o_default_input is dumb IMO
* use ">" instead of "*" to mean ellipsis Pascal Rigaux2007-09-101-1/+1
| | | | | (as suggested by Olivier Faurax on cooker@)
* - urpmiPascal Rigaux2007-09-071-0/+49
| | | | | | o enhance "columns" display of packages to install (esp. fit on 80 columns)
* remove debug codePascal Rigaux2007-09-061-1/+0
|
* - urpmiPascal Rigaux2007-09-061-1/+24
| | | | | | | | | | o display size that will be installed - removed - urpmi, urpme o use best unit (KB, MB...) to display size will be installed - removed for this, use ->selected_size from perl-URPM and import formatXiB from drakx common.pm
* re-sync after the big svn lossPascal Rigaux2007-04-241-31/+49
|
* perl_checker compliancePascal Rigaux2006-11-031-9/+9
|
* Use revision number as version numbers for internal modules.Rafael Garcia-Suarez2006-06-071-1/+3
| | | | | For gurpmi.pm, use the same version number as urpm.
* Avoid an undefined subroutine warning during global destruction if Sys::SyslogRafael Garcia-Suarez2006-02-281-1/+1
| | | | | is not present.
* Simplification of usage of duped stdoutRafael Garcia-Suarez2006-02-081-5/+1
|
* Get rid of message() functionRafael Garcia-Suarez2006-02-081-12/+3
|
* Remove default logging to /var/log/urpmi.log.Rafael Garcia-Suarez2006-02-081-4/+14
| | | | | | Add an interface to syslog in urpm::msg. Make --env verify if env dir exists.
* A bit of clarification in logging codeRafael Garcia-Suarez2006-02-071-3/+4
|
* Add versions to modulesRafael Garcia-Suarez2005-12-021-0/+3
|
* Update copyright noticesRafael Garcia-Suarez2005-12-021-1/+3
|
* This workaround is no longer necessaryRafael Garcia-Suarez2005-09-071-9/+0
|
* Don't decode utf-8 text when the locale charset is itself in utf-8.Rafael Garcia-Suarez2005-09-071-2/+4
| | | | | Optimize utf-8 text manipulations.
* Turn off utf8 warnings in the caller each time we use urpm::msg.Rafael Garcia-Suarez2005-08-311-0/+10
|
* decode every utf8 that gets translatedRafael Garcia-Suarez2005-08-301-1/+3
|
* Update copyrightsRafael Garcia-Suarez2005-04-251-1/+1
|
* Fall back to using locale(1) if I18N::Langinfo is not available.Rafael Garcia-Suarez2005-02-241-1/+5
|
* Locale::gettext is not optional in urpmi.Rafael Garcia-Suarez2005-02-241-6/+4
|
* Adds a function from_utf8() to convert strings from RPM headers (utf8)Rafael Garcia-Suarez2005-02-241-1/+13
| | | | | | to the encoding of the current locale. With a placeholder if I18N::Langinfo is not available.
* Remove GUI messages.Rafael Garcia-Suarez2004-12-071-53/+27
|
* When asking for choices, default to the first oneRafael Garcia-Suarez2004-11-241-1/+3
|
* Optionally use zenity instead of gchooser if found, it's much prettierRafael Garcia-Suarez2004-08-161-0/+1
|
* Copyright updatesRafael Garcia-Suarez2004-07-221-0/+4
|
* Missing changes in the last revision (urpmi v1.249)Rafael Garcia-Suarez2004-05-131-1/+1
|