Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add N_() | Pascal Rigaux | 2008-03-17 | 1 | -1/+2 |
| | |||||
* | fix error in previous commit | Pascal Rigaux | 2007-09-10 | 1 | -1/+1 |
| | |||||
* | implement default choice for range | Pascal Rigaux | 2007-09-10 | 1 | -2/+2 |
| | | | | | | (previous tentative was not very good. i don't know in which case $input is undef) | ||||
* | - urpmi, urpme | Pascal Rigaux | 2007-09-10 | 1 | -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 Rigaux | 2007-09-10 | 1 | -1/+1 |
| | | | | | (as suggested by Olivier Faurax on cooker@) | ||||
* | - urpmi | Pascal Rigaux | 2007-09-07 | 1 | -0/+49 |
| | | | | | | o enhance "columns" display of packages to install (esp. fit on 80 columns) | ||||
* | remove debug code | Pascal Rigaux | 2007-09-06 | 1 | -1/+0 |
| | |||||
* | - urpmi | Pascal Rigaux | 2007-09-06 | 1 | -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 loss | Pascal Rigaux | 2007-04-24 | 1 | -31/+49 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2006-11-03 | 1 | -9/+9 |
| | |||||
* | Use revision number as version numbers for internal modules. | Rafael Garcia-Suarez | 2006-06-07 | 1 | -1/+3 |
| | | | | | For gurpmi.pm, use the same version number as urpm. | ||||
* | Avoid an undefined subroutine warning during global destruction if Sys::Syslog | Rafael Garcia-Suarez | 2006-02-28 | 1 | -1/+1 |
| | | | | | is not present. | ||||
* | Simplification of usage of duped stdout | Rafael Garcia-Suarez | 2006-02-08 | 1 | -5/+1 |
| | |||||
* | Get rid of message() function | Rafael Garcia-Suarez | 2006-02-08 | 1 | -12/+3 |
| | |||||
* | Remove default logging to /var/log/urpmi.log. | Rafael Garcia-Suarez | 2006-02-08 | 1 | -4/+14 |
| | | | | | | Add an interface to syslog in urpm::msg. Make --env verify if env dir exists. | ||||
* | A bit of clarification in logging code | Rafael Garcia-Suarez | 2006-02-07 | 1 | -3/+4 |
| | |||||
* | Add versions to modules | Rafael Garcia-Suarez | 2005-12-02 | 1 | -0/+3 |
| | |||||
* | Update copyright notices | Rafael Garcia-Suarez | 2005-12-02 | 1 | -1/+3 |
| | |||||
* | This workaround is no longer necessary | Rafael Garcia-Suarez | 2005-09-07 | 1 | -9/+0 |
| | |||||
* | Don't decode utf-8 text when the locale charset is itself in utf-8. | Rafael Garcia-Suarez | 2005-09-07 | 1 | -2/+4 |
| | | | | | Optimize utf-8 text manipulations. | ||||
* | Turn off utf8 warnings in the caller each time we use urpm::msg. | Rafael Garcia-Suarez | 2005-08-31 | 1 | -0/+10 |
| | |||||
* | decode every utf8 that gets translated | Rafael Garcia-Suarez | 2005-08-30 | 1 | -1/+3 |
| | |||||
* | Update copyrights | Rafael Garcia-Suarez | 2005-04-25 | 1 | -1/+1 |
| | |||||
* | Fall back to using locale(1) if I18N::Langinfo is not available. | Rafael Garcia-Suarez | 2005-02-24 | 1 | -1/+5 |
| | |||||
* | Locale::gettext is not optional in urpmi. | Rafael Garcia-Suarez | 2005-02-24 | 1 | -6/+4 |
| | |||||
* | Adds a function from_utf8() to convert strings from RPM headers (utf8) | Rafael Garcia-Suarez | 2005-02-24 | 1 | -1/+13 |
| | | | | | | to the encoding of the current locale. With a placeholder if I18N::Langinfo is not available. | ||||
* | Remove GUI messages. | Rafael Garcia-Suarez | 2004-12-07 | 1 | -53/+27 |
| | |||||
* | When asking for choices, default to the first one | Rafael Garcia-Suarez | 2004-11-24 | 1 | -1/+3 |
| | |||||
* | Optionally use zenity instead of gchooser if found, it's much prettier | Rafael Garcia-Suarez | 2004-08-16 | 1 | -0/+1 |
| | |||||
* | Copyright updates | Rafael Garcia-Suarez | 2004-07-22 | 1 | -0/+4 |
| | |||||
* | Missing changes in the last revision (urpmi v1.249) | Rafael Garcia-Suarez | 2004-05-13 | 1 | -1/+1 |
| | |||||
* | Initialize the noexpr and yesexpr *after* the locale has been set. | Rafael Garcia-Suarez | 2004-04-28 | 1 | -3/+3 |
| | |||||
* | Fix interactive mode in urpme | Rafael Garcia-Suarez | 2004-04-28 | 1 | -2/+2 |
| | |||||
* | Fix locale handling and the --no-locales command-line argument | Rafael Garcia-Suarez | 2004-04-28 | 1 | -2/+5 |
| | |||||
* | Fix regressions due to modularization | Rafael Garcia-Suarez | 2004-04-20 | 1 | -4/+4 |
| | |||||
* | Some more cleanup and refactorization. | Rafael Garcia-Suarez | 2004-04-19 | 1 | -1/+8 |
| | |||||
* | Factorize the message/prompt/I18N code of urpm* in a separate module | Rafael Garcia-Suarez | 2004-04-14 | 1 | -0/+109 |