Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix for newer cherrypy (3.3.0)HEADmaster | Matthew Thode | 2015-04-03 | 1 | -1/+5 |
| | |||||
* | make.profile should be a symlink to portdir/profiles/default/linux/x86 now. | Robin H. Johnson | 2015-03-21 | 2 | -3/+0 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | Genshi 0.6-0.7: the HTML function changed the default of encoding from utf-8 ↵ | Robin H. Johnson | 2015-03-21 | 3 | -9/+9 |
| | | | | | | to None, and we need to specify it manually ourselves. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | Change profile to a new base, needs to not be an arch. | Robin H. Johnson | 2014-07-16 | 3 | -1/+3 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | update copyright, bug 512604 | Pavlos Ratis | 2014-07-15 | 1 | -1/+1 |
| | |||||
* | iter_read_bash moved to bash module. | Alec Warner | 2014-03-17 | 1 | -1/+1 |
| | |||||
* | Fix schema check for MySQL | Christian Ruppert | 2014-01-25 | 1 | -3/+2 |
| | |||||
* | Bump schema to add the arm64 arch | Christian Ruppert | 2014-01-25 | 1 | -1/+1 |
| | |||||
* | Handle more arches. | Robin H. Johnson | 2014-01-18 | 2 | -3/+3 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | Change to https for google's jsapi. | Alec Warner | 2013-12-20 | 1 | -1/+1 |
| | | | | This should fix bug 487664. | ||||
* | Update copyright date per bug #350759. | Robin H. Johnson | 2013-11-17 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | Typo | Christian Ruppert | 2013-04-15 | 1 | -2/+2 |
| | |||||
* | Remove unused code. | Brian Harring | 2013-04-14 | 1 | -5/+0 |
| | |||||
* | Bump Python version | Christian Ruppert | 2013-04-12 | 1 | -1/+1 |
| | |||||
* | Return 404s instead of 500s for many error cases. | Alec Warner | 2012-12-30 | 1 | -1/+10 |
| | |||||
* | Change to GMT to meet RFC requirements and fix bug 430350 | Alec Warner | 2012-12-30 | 1 | -2/+2 |
| | |||||
* | Don't prefix urls with a scheme if they already have a scheme. | Alec Warner | 2012-10-02 | 1 | -1/+7 |
| | |||||
* | Do not render an HTML search box (google will render one for us.) | Alec Warner | 2012-07-06 | 1 | -7/+4 |
| | | | | Render search results in the center column. We do this via a div that is normally empty but gets populated when users click search. | ||||
* | Don't alert people when we run a search. | Alec Warner | 2012-07-06 | 1 | -1/+0 |
| | |||||
* | Change definition of exotic arches, and add cygwin prefix target. | Robin H. Johnson | 2012-05-20 | 2 | -4/+4 |
| | |||||
* | Handle URLs wrapped with quotes in changelog messages. The quotes are not ↵ | Robin H. Johnson | 2012-01-19 | 1 | -2/+2 |
| | | | | | | part of the URL. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> | ||||
* | Fix bugzilla statuses | Christian Ruppert | 2011-11-11 | 1 | -1/+1 |
| | |||||
* | Fix <herd> interpretation to not cause errors | Christian Ruppert | 2011-11-11 | 1 | -0/+2 |
| | |||||
* | Fix typo. | Robin H. Johnson | 2011-07-08 | 1 | -1/+1 |
| | |||||
* | CSE API seems annoying. | Robin H. Johnson | 2011-07-08 | 1 | -3/+3 |
| | |||||
* | More CSE debug. | Robin H. Johnson | 2011-07-08 | 1 | -1/+2 |
| | |||||
* | Fix typo. | Robin H. Johnson | 2011-07-08 | 1 | -1/+1 |
| | |||||
* | Debugging. | Robin H. Johnson | 2011-07-08 | 1 | -0/+1 |
| | |||||
* | Even more CSE. | Robin H. Johnson | 2011-07-08 | 1 | -0/+2 |
| | |||||
* | More CSE UI. | Robin H. Johnson | 2011-07-08 | 1 | -0/+2 |
| | |||||
* | Change Google CSE to redirect to a google page like it used to. | Robin H. Johnson | 2011-07-08 | 1 | -2/+12 |
| | |||||
* | Update Google custom search code. | Robin H. Johnson | 2011-07-08 | 2 | -9/+130 |
| | |||||
* | Update Google webmaster verification code so we can control GoogleBot rate. | Robin H. Johnson | 2011-07-08 | 1 | -0/+2 |
| | |||||
* | Improve version detection code. | Robin H. Johnson | 2011-07-08 | 1 | -8/+12 |
| | |||||
* | CherryPy 3.1 requires that engine.start is NOT called anymore for mod_python ↵ | Robin H. Johnson | 2010-04-04 | 1 | -4/+0 |
| | | | | usage. | ||||
* | No news spew. | Robin H. Johnson | 2010-04-03 | 1 | -1/+1 |
| | |||||
* | CONFIG_ROOT changed to PORTAGE_CONFIGROOT in new setups. | Robin H. Johnson | 2010-04-03 | 1 | -1/+1 |
| | |||||
* | Update the make.globals from newer Portage. | Robin H. Johnson | 2010-04-03 | 1 | -9/+38 |
| | |||||
* | Fix fetch bug. | Robin H. Johnson | 2010-03-08 | 1 | -1/+1 |
| | |||||
* | Bug #283077: start on using Manifests to detect changes. | Robin H. Johnson | 2010-03-08 | 3 | -11/+56 |
| | |||||
* | Final fix to parser. | Robin H. Johnson | 2010-03-08 | 1 | -1/+1 |
| | |||||
* | More author match. | Robin H. Johnson | 2010-03-08 | 1 | -1/+1 |
| | |||||
* | Try to improve author matching. | Robin H. Johnson | 2010-03-08 | 1 | -2/+2 |
| | |||||
* | 2010 is a valid year. | Robin H. Johnson | 2010-03-08 | 1 | -1/+1 |
| | |||||
* | Bug #295336: rel=nofollow on homepage links. | Robin H. Johnson | 2010-03-08 | 1 | -2/+2 |
| | |||||
* | Add John to AUTHORS. | Robin H. Johnson | 2010-03-08 | 1 | -0/+4 |
| | |||||
* | Mention in the config file that sqlite support is currently broken. | John Klehm | 2010-03-08 | 1 | -0/+1 |
| | |||||
* | Add fixing sqlite support to the todo list. Queries have to avoid use fof ↵ | John Klehm | 2010-03-08 | 1 | -0/+1 |
| | | | | right and full outer joins. | ||||
* | Give a template for CHOST value in the example file. pkgcore needs this. | John Klehm | 2010-03-08 | 1 | -0/+1 |
| | |||||
* | Manuel Schoelling's form based google site search box. | John Klehm | 2010-03-08 | 1 | -0/+7 |
| |