| Commit message (Expand) | Author | Age | Files | Lines |
* | perl_checker compliance | Pascal Rigaux | 2003-08-11 | 7 | -10/+9 |
* | why were c, pkgs and URPM::Resolve excluded? i don't know, but that's much | Pascal Rigaux | 2003-08-11 | 1 | -3/+0 |
* | use $::prefix instead of passing $prefix to functions | Pascal Rigaux | 2003-08-10 | 5 | -49/+44 |
* | since we wrote the password in /etc/passwd, we must convert to shadow | Pascal Rigaux | 2003-08-10 | 1 | -0/+3 |
* | use Gtk2::Button->new_with_label instead of Gtk2::Button->new for some widget... | Pascal Rigaux | 2003-08-10 | 2 | -2/+2 |
* | perl_checker compliance | Pascal Rigaux | 2003-08-10 | 1 | -2/+2 |
* | replace "Press \"Forward\" to continue" with "Press \"%s\" to continue" (bug ... | Pascal Rigaux | 2003-08-10 | 1 | -1/+1 |
* | add gtkset_alignment | Guillaume Cottenceau | 2003-08-08 | 1 | -1/+2 |
* | updated pot file | Pablo Saratxaga | 2003-08-08 | 2 | -87/+233 |
* | Fix removed users code (thanks gc). Enable .backupignore. | Stew Benedict | 2003-08-07 | 1 | -33/+60 |
* | Deal with users that are deleted from the system [Bug 4541]. | Stew Benedict | 2003-08-07 | 1 | -6/+27 |
* | - drakxservices: xinetd services have a special treatment | Pascal Rigaux | 2003-08-07 | 1 | -1/+6 |
* | *** empty log message *** | Pascal Rigaux | 2003-08-07 | 1 | -1/+73 |
* | in drakxservices, display differently services handled by xinetd (bug #4516) | Pascal Rigaux | 2003-08-06 | 1 | -23/+33 |
* | create services_raw() which returns all the info out of "chkconfig --list" | Pascal Rigaux | 2003-08-06 | 1 | -5/+18 |
* | perl_checker compliance | Pascal Rigaux | 2003-08-06 | 1 | -1/+1 |
* | try to restore the MBR using "lilo -u" for users not liking the default | Pascal Rigaux | 2003-08-06 | 1 | -0/+2 |
* | Use capital letter when needed | David Baudens | 2003-08-06 | 1 | -5/+5 |
* | Turkish "F" keyboard was unavailable due to a typo | Pablo Saratxaga | 2003-08-05 | 1 | -2/+2 |
* | - fix system_locales_to_ourlocale() returning { lang => 'zh' } for $locale_la... | Pascal Rigaux | 2003-08-05 | 1 | -7/+9 |
* | fix an old typo | Pascal Rigaux | 2003-08-05 | 1 | -1/+1 |
* | add flag UTF8 for rpmsrate | Pascal Rigaux | 2003-08-05 | 1 | -0/+1 |
* | ghanese ppl don't talk french!? | Guillaume Cottenceau | 2003-08-05 | 1 | -1/+1 |
* | *** empty log message *** | Pascal Rigaux | 2003-08-05 | 1 | -1/+34 |
* | do not invert Ok/Cancel for mdk 9.2 (per IHM team request) | Pascal Rigaux | 2003-08-05 | 1 | -1/+1 |
* | checking transaction allow ordering them ;-) | Francois Pons | 2003-08-05 | 1 | -1/+2 |
* | remove stock icons (per IHM team request) | Pascal Rigaux | 2003-08-05 | 19 | -139/+138 |
* | make default size of transaction to 13 (?) and avoid rpm ordering which seems | Francois Pons | 2003-08-05 | 1 | -2/+5 |
* | added discovery and download meta_class facility in VERSION file. | Francois Pons | 2003-08-05 | 1 | -2/+3 |
* | fixed ordering of packages. | Francois Pons | 2003-08-05 | 1 | -2/+2 |
* | fixed otherOnly for package selection not correctly updated (according to | Francois Pons | 2003-08-05 | 1 | -2/+1 |
* | revert my bad change | Guillaume Cottenceau | 2003-08-05 | 1 | -1/+1 |
* | *** empty log message *** | Pascal Rigaux | 2003-08-05 | 1 | -1/+5 |
* | *** empty log message *** | Pascal Rigaux | 2003-08-05 | 1 | -1/+189 |
* | commit titi's requested typos changes | Guillaume Cottenceau | 2003-08-05 | 1 | -7/+6 |
* | don't have two / in the urpmi url or it seems it causes problems | Guillaume Cottenceau | 2003-08-04 | 1 | -1/+1 |
* | added log. | Francois Pons | 2003-08-04 | 1 | -0/+2 |
* | updated with newer perl-URPM | Francois Pons | 2003-08-04 | 1 | -5/+5 |
* | fix ask_window_manager_to_logout for gnome | Pascal Rigaux | 2003-08-04 | 1 | -1/+1 |
* | 9.2-0.27mdk | Guillaume Cottenceau | 2003-08-04 | 1 | -1/+6 |
* | gc: commit pixel's 9.2-0.26mdk changelog diff (pixel sux) | Pascal Rigaux | 2003-08-04 | 1 | -1/+5 |
* | removed bad keyboard from list for Swedish; | Pablo Saratxaga | 2003-08-04 | 1 | -1/+2 |
* | removed 'xh_ZA' in double in @locales | Pablo Saratxaga | 2003-08-04 | 1 | -1/+1 |
* | fix not possible to select with mouse anymore (rpmdrake etc) | Guillaume Cottenceau | 2003-08-04 | 1 | -4/+3 |
* | revert "use checkboxes instead of icons" | Guillaume Cottenceau | 2003-08-04 | 1 | -32/+10 |
* | updated pot file | Pablo Saratxaga | 2003-08-04 | 2 | -72/+226 |
* | updated list of available locales | Pablo Saratxaga | 2003-08-04 | 1 | -2/+2 |
* | Add new cooker logo for installation | Florent Villard | 2003-08-04 | 1 | -0/+0 |
* | don't export destroy_window(), this function doesn't exist! (thanks to perl_c... | Pascal Rigaux | 2003-08-04 | 1 | -1/+1 |
* | perl_checker compliance | Pascal Rigaux | 2003-08-04 | 1 | -3/+3 |