Commit graph

70 commits

Author SHA1 Message Date
Mike Bonnet
6f2714c044 move $nvrpath further out 2008-10-10 18:39:53 -04:00
Mike Bonnet
75079cb9f5 define $nvrpath unconditionally 2008-10-10 18:32:52 -04:00
Mike McLean
60d66b010a a couple changes to assist in theming
move explicit image sizes to css
make welcome message customizable
2008-10-03 16:51:13 -04:00
Mike Bonnet
a5125512a2 remove some debug logging 2008-10-03 12:54:03 -04:00
Mike Bonnet
a99f5dd20e index.py: cache compiled Cheetah templates 2008-10-03 12:51:54 -04:00
Mike Bonnet
f0b8fa751c missed one short attribute 2008-10-03 11:56:13 -04:00
Mike Bonnet
b7c054204e missed a few XHTML problems 2008-10-03 11:37:48 -04:00
Mike Bonnet
5c9f719979 update the web UI to conform to XHTML 1.0 Transitional (thanks W3C Validator!) 2008-10-03 10:56:52 -04:00
Mike Bonnet
58972ec76f builds.chtml: rearrange the select lists to save space 2008-10-02 01:44:22 -04:00
Mike Bonnet
5bb48bb2bb update copyright to 2008 2008-09-26 12:42:13 -04:00
Mike Bonnet
daa685b80d builds.chtml: convert to using passthrough_except() 2008-09-22 13:48:14 -04:00
Mike Bonnet
f2b833fb6d builds.chtml: pull all options in the select list for consistency with tasks.chtml 2008-09-22 13:36:24 -04:00
Mike Bonnet
4aabd44a00 tasks.chtml: put the select lists into a 2x2 table 2008-09-19 15:43:36 -04:00
Mike Bonnet
0ed79eccdb Merge branch 'master' of git+ssh://git.fedorahosted.org/git/koji 2008-09-19 15:10:28 -04:00
Mike Bonnet
61a40b68ef tasks.chtml: pull all selection options into select lists instead of links 2008-09-19 15:10:12 -04:00
Mike Bonnet
0c2cfa9b79 - use req.connection.local_addr to find the port the server is running on (req.server.port evaluates to 0)
- define env before we reference it
2008-09-19 14:57:04 -04:00
Mike Bonnet
bdc647872d util.py: add the toggleSelected() method 2008-09-19 13:34:53 -04:00
Mike Bonnet
a50325b75d tasks page: move toplevel into the View selector 2008-09-19 13:22:27 -04:00
Mike Bonnet
1f325009bd tasks page: add a View selector and move toplevel from State to Method 2008-09-19 12:32:29 -04:00
Mike Bonnet
4cf009fb7f implement passthrough_except(), which doesn't require a full list of vars for every invocation 2008-09-18 15:12:31 -04:00
Ricky Zhou
7ade70b997 Use a python construct_url function (req.construct_url isn't available in mod_python mod_python-3.2.8) 2008-09-15 17:26:26 -04:00
Mike Bonnet
00044616bd url quote the name in case it gets included in the url of the search results 2008-09-08 16:32:05 -04:00
Mike Bonnet
ac51ab2ce2 only allow searching for files by an exact match on filename, so we can use the index and not thrash the disks 2008-09-08 16:14:52 -04:00
Mike Bonnet
5f06bb6bf2 make the "inherited" toggle on the builds page a drop-down instead of a link 2008-09-04 18:00:33 -04:00
Mike Bonnet
aa2e4f76c4 - put the task label into the taskinfo header
- move the task ID into the main table
2008-08-12 18:07:42 -04:00
Mike Bonnet
097b3cc018 change the title format to put the important bits first (format suggested by Will Woods) 2008-08-12 18:03:29 -04:00
Mike Bonnet
9e81274a9d put identification information into the title on the *info pages 2008-08-12 17:45:48 -04:00
Mike Bonnet
c08807d8a2 add links to the headers on the info pages 2008-08-12 16:49:03 -04:00
Mike Bonnet
7ccc3a62cc sort rpm listing on the buildinfo page by arch and -debuginfo 2008-05-27 17:05:53 -04:00
Mike Bonnet
c597f4c574 put packageID into the linkURL as well 2008-05-23 17:44:03 -04:00
Mike Bonnet
79978d3626 - only send the session cookie over a secure connection (patch from Toshio Kuratomi, with modifications)
- remove the KojiWebURL config option (no longer necessary)
2008-05-23 17:39:57 -04:00
Mike Bonnet
ecc44a59bd - allow rss feed to filter by package name (specified with package=)
- allow listTagged* and readTagged* to filter by package owner name (specified with owner=)
- allow the builds page in the web UI to filter by package ID (specified with packageID=)
2008-05-23 16:08:42 -04:00
Mike McLean
3dc2eb581e handle errors more gracefully in the web ui. Display a real explanation if possible. 2008-02-22 18:52:55 -05:00
Mike Bonnet
1d040eba5a tweak tasklist spacing 2007-12-18 12:52:56 -05:00
Mike Bonnet
58be30345d - allow filtering builds by the person who built them
- remove some code duplication
2007-12-18 12:52:56 -05:00
Mike Bonnet
b851d939b6 allow identification of users and tags by name as well as ID 2007-12-18 12:52:56 -05:00
Mike Bonnet
27ac942683 support for retrieving source from multiple SCM repositories (patch provided by Rob Myers)
- currently CVS, SVN, and GIT are supported
2007-11-05 18:40:29 -05:00
Mike Bonnet
434fa3d643 show tree display when displaying toplevel tasks as well 2007-08-21 17:18:56 -04:00
Mike Bonnet
aca49ea766 escape filenames in urls 2007-08-20 17:37:30 -04:00
Mike Bonnet
fec67b4f93 download the file in 64k chunks instead of pulling the entire file into memory 2007-08-20 16:00:47 -04:00
Mike Bonnet
d4b708d55f provide a link to the build logs from the buildinfo page, patch by till and oliver 2007-08-20 11:19:57 -04:00
Mike Bonnet
6fe0b4ca62 greetings in Romanian, Hungarian, and Serbian for the web interface (patch by Cristian Balint) 2007-06-19 18:43:50 -04:00
Mike Bonnet
949ef37063 ensure uniqueness of suggested priority values, patch by rmyers 2007-06-05 01:28:35 -04:00
Mike Bonnet
c4df08125d add a prefix header to the users page 2007-06-04 22:08:20 -04:00
Mike Bonnet
54af619594 add a search box to the header of every page in the upper-right corner 2007-05-30 17:30:45 -04:00
Mike Bonnet
cfd74bf27e install koji.ico as well 2007-05-15 10:50:06 -04:00
Mike Bonnet
efc22caf65 $destTag is not defined when untagging a build 2007-05-01 17:23:34 -04:00
Mike Bonnet
16046d2f22 - show a link to the associated task on the buildroot info page
- make buildroot(task_id) not-null in the database
2007-05-01 15:39:50 -04:00
Mike Bonnet
214739aa32 show the search type on the results page 2007-05-01 11:39:26 -04:00
Mike Bonnet
9ed2f9f5e7 do not allow users to manually specify their notification email address, construct it from their username and the "EmailDomain" option 2007-04-30 16:00:31 -04:00