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