| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Structure the repo layout so it matches final structure better and make isys ↵ | Martin Sivak | 2010-05-31 | 1 | -131/+0 |
| | | | | | | | a real Python package. Also updates the build and autotools stuff to work with the new structure | ||||
| * | Revert commit 27a4c7df871744454d1ca8979a576f9f45c67189 | Hans de Goede | 2010-05-04 | 1 | -0/+4 |
| | | | | | | We want to have a sane default for the UTC checkbox so we need to fixup hasWindows() rather then removing it. | ||||
| * | Remove broken hasWindows function from bootloader.py and its callers | Hans de Goede | 2010-05-04 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | As pylint rightfully points out the hasWindows function from bootloader.py is broken, it tries to access bootloaderInfo.dosFilesystems, but bootloaderInfo refers to the bootloaderInfo class, not the module. This does not cause any tracebacks because it tries to access bootloaderInfo.dosFilesystems while iterating over bootloader.images, and bootloader.images has not been set up at this time (so its an empty dict). Thus hasWindows() will always return false, as there is no way to determine hasWindows at this point during the installation (we have not yet paritioned, so any exsting windows partitions may end up being removed), this patches fixes things by simply removing the hasWindows function and fixing up any callers of it. | ||||
| * | Move bootloader into the Anaconda object. | Chris Lumens | 2010-02-04 | 1 | -1/+1 |
| | | |||||
| * | Move timezone to the Anaconda object. | Chris Lumens | 2010-02-04 | 1 | -2/+2 |
| | | |||||
| * | Move instLanguage to the Anaconda object. | Chris Lumens | 2010-02-04 | 1 | -1/+1 |
| | | |||||
| * | Use anaconda.ksdata instead of anaconda.isKickstart. | Chris Lumens | 2010-02-04 | 1 | -1/+1 |
| | | | | | | | anaconda.ksdata is only non-None if there's a kickstart file, just like anaconda.isKickstart would be. Therefore, we don't need two variables to test for the same condition. | ||||
| * | iutil.execWithRedirect() hasn't used searchPath= since 2006. Take it out. | Peter Jones | 2010-01-15 | 1 | -1/+1 |
| | | | | | | iutil.execWithRedirect() stopped doing anything with searchPath in 2006 when clumens committed d0dec24. Remove these silly vestigal bits. | ||||
| * | Support upgrading when the language isn't in lang-table (#528317). | Chris Lumens | 2009-10-13 | 1 | -1/+1 |
| | | |||||
| * | The zonetab module has moved (#521986). | Chris Lumens | 2009-09-09 | 1 | -2/+1 |
| | | |||||
| * | 2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org) | Ján ONDREJ | 2008-06-04 | 1 | -3/+4 |
| | | | | | * po/sk.po: Typo fix. | ||||
| * | Remove more references to ARC (#433229). | Chris Lumens | 2008-02-18 | 1 | -1/+1 |
| | | |||||
| * | GPLv2+ license boilerplates for textw/*.py files. | David Cantrell | 2007-12-17 | 1 | -6/+13 |
| | | |||||
| * | Remove unused imports. Yes I know this is stupid nitpicky crap, but I like | Chris Lumens | 2007-09-19 | 1 | -1/+0 |
| | | | | | it. | ||||
| * | Fix traceback stemming from system-config-date updates. | Chris Lumens | 2007-03-21 | 1 | -2/+2 |
| | | |||||
| * | Apply a patch to clean up strings (Paul W. Frields <stickster@gmail.com>, | Chris Lumens | 2007-02-27 | 1 | -1/+1 |
| | | | | | #204564). | ||||
| * | Fix typo (#202844). | Chris Lumens | 2006-08-16 | 1 | -1/+1 |
| | | |||||
| * | Only set the UTC check box if it's not a kickstart install (#181737). | Chris Lumens | 2006-08-09 | 1 | -1/+1 |
| | | |||||
| * | Make GMT offset timezones available in the UI (#199076). | Chris Lumens | 2006-07-20 | 1 | -1/+1 |
| | | |||||
| * | Use subprocess instead of our own code. Fix all calls to execWith* so | Chris Lumens | 2006-07-12 | 1 | -7/+2 |
| | | | | | | the command is no longer the first argument, since subprocess doesn't work that way. Remove unneeded /proc/e820info cruft. Remove iutil.rmrf. | ||||
| * | Check the UTC box on the text interface automatically if there's no Windows | Chris Lumens | 2006-07-11 | 1 | -0/+4 |
| | | | | | partitions. | ||||
| * | Make all UI steps use anaconda class. Add system-config-keyboard shim. | Chris Lumens | 2006-05-04 | 1 | -5/+5 |
| | | |||||
| * | Rip out the guts of iutil. Die die die. | Chris Lumens | 2006-03-21 | 1 | -15/+8 |
| | | |||||
| * | 2005-03-23 Jeremy Katz <katzj@redhat.com> | Jeremy Katz | 2005-03-24 | 1 | -1/+1 |
| | | | | | | * textw/timezone_text.py (TimezoneWindow.__call__): Mark string for translation. | ||||
| * | strings are unfrozen here, no need to carry this hack forward forever | Jeremy Katz | 2004-05-11 | 1 | -6/+1 |
| | | |||||
| * | more redhat-config -> system-config | Jeremy Katz | 2004-01-23 | 1 | -1/+1 |
| | | |||||
| * | switch to using redhat-config-date .mo files for timezone info instead of | Jeremy Katz | 2003-10-07 | 1 | -1/+3 |
| | | | | | po/timeconfig | ||||
| * | merge from taroon branch | Jeremy Katz | 2003-08-27 | 1 | -2/+7 |
| | | |||||
| * | 1) Fix all copyrights 2) move everything to use rhpl.translate instead of ↵ | Mike Fulbright | 2002-05-23 | 1 | -2/+2 |
| | | | | | our own translate.py | ||||
| * | 1) since libfdisk isn't setting up the text domain for C programs | Matt Wilson | 2001-07-12 | 1 | -5/+2 |
| | | | | | | | | | anymore, we have to set it in the timezone map module 2) remove the America/New York default and have the text interface fetch it from the insttimelanguage Fixes #48723 | ||||
| * | more copyright notices | Matt Wilson | 2001-07-09 | 1 | -0/+13 |
| | | |||||
| * | copyright - I wouldn't to claim this code... | Matt Wilson | 2001-06-23 | 1 | -1/+1 |
| | | |||||
| * | merge from (now defunct) anaconda-dispatch branch | Erik Troan | 2001-06-20 | 1 | -22/+18 |
| | | |||||
| * | more language changes -- why not? | Erik Troan | 2001-01-25 | 1 | -0/+1 |
| | | |||||
| * | broke all language-related operations. so there. | Erik Troan | 2001-01-25 | 1 | -2/+1 |
| | | |||||
| * | get the locale from todo, not the environment | Matt Wilson | 2001-01-04 | 1 | -1/+1 |
| | | |||||
| * | i18n timezones | Matt Wilson | 2000-08-17 | 1 | -1/+1 |
| | | |||||
| * | fix bug #12490 | Mike Fulbright | 2000-06-23 | 1 | -2/+3 |
| | | |||||
| * | dumb bug | Mike Fulbright | 2000-06-16 | 1 | -0/+2 |
| | | |||||
| * | fix dumb bug in timezone GMT selection | Mike Fulbright | 2000-06-16 | 1 | -9/+9 |
| | | |||||
| * | remove current time display (for now) until we have time to do it correctly | Mike Fulbright | 2000-06-14 | 1 | -12/+21 |
| | | |||||
| * | text mode help nearly works | Erik Troan | 2000-05-02 | 1 | -1/+2 |
| | | |||||
| * | Fixups to make modules findable after text and gui file renaming | Mike Fulbright | 2000-04-20 | 1 | -1/+1 |
| | | |||||
| * | Renamed timezone.py to timezone_text.py | Mike Fulbright | 2000-04-19 | 1 | -0/+112 |
