summaryrefslogtreecommitdiffstats
path: root/iw/task_gui.py
Commit message (Expand)AuthorAgeFilesLines
* Reset the resolver cache after bringing up the network (#562209).Chris Lumens2010-02-221-0/+7
* Move storage into the Anaconda class.Chris Lumens2010-02-041-2/+2
* Move instClass to be an attribute on Anaconda.Chris Lumens2010-02-041-3/+3
* Enable method/repo nfs options in stage2.Radek Vykydal2009-12-031-10/+14
* Display url having invalid prefix in repo editing dialog.Radek Vykydal2009-12-031-0/+3
* Provide a single checkbox for a minimal install (#523839).Chris Lumens2009-10-271-6/+18
* Fix task selection when tasks contain the same group. (#528193)Bill Nottingham2009-10-131-9/+6
* Handle Installation Repo (base repo) as any other in repo edit UI.Radek Vykydal2009-10-131-36/+27
* Fix methodstr editing dialog.Radek Vykydal2009-10-131-2/+7
* Store methodstr url of repo (#502208, #526022).Radek Vykydal2009-10-131-11/+14
* Show user of which repository he edits the url (methodstr editing).Radek Vykydal2009-10-131-2/+1
* Don't traceback with malformed repo= nfs: parameter.Radek Vykydal2009-10-131-4/+7
* Set related ayum attributes if media is found when editing methodstr (#515441).Radek Vykydal2009-10-071-0/+4
* Use named parameters for translatable strings with multiple params.David Cantrell2009-10-011-2/+3
* Use temporary repo id for edited object to prevent Duplicate Repo error (#524...Radek Vykydal2009-09-291-1/+4
* Do not delete repo twice or when it had not been added actually (#524599).Radek Vykydal2009-09-291-2/+0
* Disable repo before deleting it (#524599).Radek Vykydal2009-09-291-0/+3
* Log more, repo editing UI.Radek Vykydal2009-09-291-1/+3
* Make _enableRepo a little more readable.Radek Vykydal2009-09-291-3/+3
* Handle Esc keypress in dialogs as Cancel (#520110).Radek Vykydal2009-09-151-3/+3
* Don't use baseurl containing space in yum repo object (#516042).Radek Vykydal2009-09-151-1/+1
* Fix setting of "Add repository" dialog title.Radek Vykydal2009-09-141-4/+2
* Update state and name of repository in list after editing.Radek Vykydal2009-09-141-0/+2
* Fix a stupid typo in the logging.Chris Lumens2009-08-191-1/+1
* If modifying a repo fails, do not delete it (#516053).Chris Lumens2009-08-191-15/+17
* If repo setup fails, also make sure to delete it from yum.Chris Lumens2009-08-191-7/+4
* Allow configuring additional NFS repositories, not just the base.Chris Lumens2009-08-191-1/+18
* Consolidate "base repo" setup into an extra function.Chris Lumens2009-08-191-19/+18
* Most windows no longer need an anaconda argument, since the intf has that.Chris Lumens2009-07-291-3/+3
* Catch IOError when enabling repos (#500439).Chris Lumens2009-05-131-2/+2
* Remove all uses of isys.cdromList, which no longer exists.Chris Lumens2009-03-051-2/+2
* repo.proxy is now a property, so check before setting it (#481342).Chris Lumens2009-01-231-3/+5
* Add comps groups for new repos that are added (#470653)Jeremy Katz2008-11-121-0/+16
* Set the correct path when using the directory chooser.Chris Lumens2008-11-051-1/+1
* Fix various syntax errors caught by PyCheckerHans de Goede2008-10-291-1/+1
* Only bring up the netconfig dialog if the repo requires networking.Chris Lumens2008-10-171-9/+9
* Fix sorting of repos so we always return an integer value (#466174).Chris Lumens2008-10-091-6/+11
* Don't traceback if no baseurl has been set yet.Chris Lumens2008-09-291-2/+6
* Reduce code duplication by moving methods into backendJeremy Katz2008-09-291-21/+2
* Select packages after repos are set up (#457583)Jeremy Katz2008-09-291-4/+8
* Cleanups and simplifications to repo setup (clumens)Jeremy Katz2008-09-291-36/+39
* Sort Installation Repo to the top of the repo list.Chris Lumens2008-09-291-0/+12
* Do repo setup and sack setup as separate steps.Chris Lumens2008-09-031-1/+2
* Preserve baseurl/mirrorlist and mirrorlist checkbox settings across loads.Chris Lumens2008-08-081-1/+3
* Filter out repos that aren't enabled when running in betanag mode.Chris Lumens2008-08-041-4/+0
* We no longer add the fstype to the hd: method in loader.Chris Lumens2008-07-181-1/+7
* Catch mount errors when adding NFS repos (#455645).Chris Lumens2008-07-161-1/+10
* baseurl should be a list, mirrorlist should not.Chris Lumens2008-07-161-2/+2
* Use the right format for the NFS methodstr, but harder this time.Chris Lumens2008-07-151-1/+1
* Use the right format for the NFS methodstr.Chris Lumens2008-07-141-1/+1