summaryrefslogtreecommitdiffstats
path: root/text.py
Commit message (Expand)AuthorAgeFilesLines
* Adapt to using report's UI API (#562656).Chris Lumens2010-03-041-3/+3
* Skip the filter/cleardisk steps on upgrades, too (#568334).Chris Lumens2010-02-251-4/+4
* Warn when ignoring BIOS RAID members (#560932)Hans de Goede2010-02-161-1/+3
* Move network to the Anaconda object.Chris Lumens2010-02-041-1/+1
* Move instLanguage to the Anaconda object.Chris Lumens2010-02-041-3/+1
* Move instProgress to be an attribute on the InstallInterface.Chris Lumens2010-02-041-0/+4
* Use anaconda.ksdata instead of anaconda.isKickstart.Chris Lumens2010-02-041-1/+1
* On text kickstart installs, doBasePackageSelect still needs to run (#559593).Chris Lumens2010-02-021-1/+0
* Support ignore all/reinit all on the disk reinitialization question (#512011).Chris Lumens2010-01-191-10/+38
* Ask about LVM inconsistencies only in storageinit step.Radek Vykydal2010-01-071-0/+45
* Ask about disk initialization only in storageinit step.Radek Vykydal2010-01-071-0/+37
* 'cleardiskssel' typos that made it impossible to run text install.Ales Kozumplik2009-12-221-1/+1
* Add an interface to select the fancy filtering UI vs. the regular one.Chris Lumens2009-12-111-0/+1
* Add a step to prompt for the cleardisks UI.Chris Lumens2009-12-111-0/+1
* Add an early user interface for filtering storage devices.Chris Lumens2009-12-111-0/+1
* Allow InstallInterfaces to modify the installation steps.Chris Lumens2009-12-111-0/+4
* Remove test mode.Chris Lumens2009-12-031-1/+1
* Improve detailedMessageWindow() in text.py.David Cantrell2009-10-291-22/+22
* Improve detailedMessageWindow() in text.py.David Cantrell2009-10-281-2/+44
* Use named parameters for translatable strings with multiple params.David Cantrell2009-10-011-1/+1
* Adapt to python-meh passing a bug description around.Chris Lumens2009-09-251-2/+3
* Remove the installation number screen.Chris Lumens2009-09-221-46/+0
* Simplify language.py to two basic settings, and a lot of support (#517569).Chris Lumens2009-09-021-2/+2
* Adapt the text interface to using the new python-meh code too.Chris Lumens2009-07-291-182/+8
* Most windows no longer need an anaconda argument, since the intf has that.Chris Lumens2009-07-291-11/+12
* Lots of small grammar and wording changes.Peter Jones2009-07-131-4/+4
* Skip exceptionDisks if exception originated in devtree.populate. (#497240)David Lehman2009-07-011-5/+9
* Use gettext.ldngettext when necessary (#467603)David Cantrell2009-06-031-2/+7
* Split text mode exn saving into multiple screren (#469380).Chris Lumens2009-04-171-58/+69
* If there's a problem finding removable disks, disable save-to-disk.Chris Lumens2009-03-311-1/+5
* Call storage.exceptionDisks, not diskset.exceptionDisks. (#489615)David Lehman2009-03-121-1/+1
* Update UI code to use new storage module.David Lehman2009-02-231-4/+0
* Don't provide a special partedExceptionWindow anymore.Chris Lumens2009-02-121-30/+0
* Remove interactive partitioning. Now you only get autopart.Chris Lumens2009-02-091-2/+1
* Completely remove the bootloader step from interactive text mode.Chris Lumens2009-02-091-5/+0
* Remove unused partmethod step.Chris Lumens2009-02-091-3/+0
* Reduce package selection down to automatically installing Base and Core.Chris Lumens2009-02-091-1/+0
* Prevent traceback when there are no network devices (#469339)David Cantrell2008-11-041-0/+2
* Fix saving tracebacks via scp while in text mode.Chris Lumens2008-10-291-20/+20
* Fix a typo (second part of #466374)Jeremy Katz2008-10-091-1/+1
* Remove most of the network configuration from text mode as well (#462691).Chris Lumens2008-09-181-3/+2
* New device passphrase is now always global w/ option to retrofit.David Lehman2008-09-151-23/+14
* Use print() as a function.Peter Jones2008-09-081-2/+2
* Support establishing a global passphrase when creating encrypted devices.David Lehman2008-08-191-8/+20
* Add encrypted device passphrase dialog for text mode.David Lehman2008-08-131-0/+79
* console: kill the /proc/xen hackMark McLoughlin2008-08-081-2/+0
* Suspend the curses interface before calling scripts and resume afterwards (#4...Martin Sivak2008-07-241-0/+6
* Add support for saving via scp back in.Chris Lumens2008-07-221-22/+67
* Add support for filing tracebacks directly into bugzilla.Chris Lumens2008-07-221-7/+14
* Remove the code to save exceptions over scp.Chris Lumens2008-07-221-14/+2