Commit graph

83 commits

Author SHA1 Message Date
c3afa11013 accept extra fields forumsid and wikihomepage 2010-06-03 21:49:34 +02:00
03954ba7e9 Merge branch 'newrules' into pylons0.10
* newrules:
  updated translations
  add ideas for SSH functions as comment
  add idea for debconf list search as comment
  add Debian search
  add website google search
  add patch tracker
  add piuparts
  add support for "firstchar" in patterns
  add ubuntudiff to new group Ubuntu

Resolved conflicts:
	ddportfolioservice/i18n/ddportfolioservice.pot
	ddportfolioservice/i18n/de/LC_MESSAGES/ddportfolioservice.mo
	ddportfolioservice/i18n/de/LC_MESSAGES/ddportfolioservice.po
	ddportfolioservice/model/ddportfolio.ini
2010-05-10 21:33:50 +02:00
c78f830b35 add ideas for SSH functions as comment 2010-05-10 21:18:38 +02:00
2f49b0a466 add idea for debconf list search as comment 2010-05-10 21:18:00 +02:00
5215d8d266 add Debian search 2010-05-10 21:17:14 +02:00
2c0ff46c7f add website google search 2010-05-10 21:15:46 +02:00
9cc4597bc3 add patch tracker 2010-05-10 21:13:57 +02:00
c5b592596e add piuparts 2010-05-10 21:13:03 +02:00
ea095463e1 add support for "firstchar" in patterns 2010-05-10 21:10:37 +02:00
f5879c5ab0 add ubuntudiff to new group Ubuntu 2010-05-10 20:15:49 +02:00
7cb0b383a3 upgrade mako templates, add explicit webhelpers 2010-05-10 19:51:44 +02:00
23098f1647 use ; instead of & for merkel search url 2009-09-14 21:49:28 +02:00
2a41af20f9 remove oldpeople urls 2009-09-03 22:10:24 +02:00
a0ef7157a6 use keyring files from ~/debian/keyring.debian.org 2009-09-03 22:10:02 +02:00
e9da0c6489 use keyrings as keycheck.sh does, add script for synchronizing (thanks to keycheck.sh) 2009-08-14 22:13:05 +02:00
358e2083ff add correspondent query for bugs 2009-08-14 21:52:45 +02:00
6d9b5b85c8 pre-fill fields if enough necessary information is given
- the email address is enough information for DDs
- default to JSON mode
- use text/javascript content type for JSON response in ddportfolio
  controller
2009-02-17 23:30:03 +01:00
2b0b098d1d fix rendering of git repository URL 2009-02-17 19:05:01 +01:00
049848d660 allow PGP keys with shorter fingerprint 2009-01-29 15:45:55 +01:00
5d86ee1032 fix Google search URL 2009-01-29 01:32:05 +01:00
b132be1f67 add jQuery magic for input
- display fields depending on whether a DD email address is entered or
  not
- make automatically determined fields readonly
- don't hide fields with errors
2009-01-23 18:03:39 +01:00
33d1037de5 add non DD email field
- add field in form
- use field for NM page URL
- change spelling from E-Mail to Email
2009-01-22 21:45:04 +01:00
67a945dd49 add fields, improve validation, improve error messages
- add fields for GPG fingerprint and Alioth username
- add validation for new fields, mode and fingerprint
- implement translation and human readable text for error messages
2009-01-22 21:06:23 +01:00
709f2067cd add labels for HTML output
- add translatable labels for HTML output (not used for JSON yet)
- add oldpeople URL
- modify the output template to use one table
- add styles
- rename action from handle_post to urllist to reflect its use
- use a property to determine the order of url sections
- use a list with a type to aggregate the urlbuilder results
- use textilize to display labels
2009-01-22 17:34:46 +01:00
a5efcd36b1 fix handling of special Unicode characters 2009-01-21 21:54:15 +01:00
c6eda91546 handle fpr is None correctly 2009-01-21 21:40:37 +01:00
e148c2c0d4 integrate gpg key lookup with url creation 2009-01-21 21:16:54 +01:00
3707b76c6b make the keyfinder usable 2009-01-21 17:18:02 +01:00
3fb8f80f0e add copyright and license information
add AGPLv3+ license information and copyright to all Python code and
mako templates
2009-01-21 16:11:39 +01:00
1bf24010d5 add tools for handling keyring data
- add model/keyringanalyzer.py inspired by Debian qa's carnivore's
  extract_data
- add model/keyfinder.py using the database built by
  model/keyringanalyzer.py
- store the keyring search directory in model/ddportfolio.ini
2009-01-21 14:39:29 +01:00
f33f6c7751 implement URL generation
move code for URL generation to model/urlbuilder.py
add format selection to input form
create output template
2009-01-21 01:11:01 +01:00
d86965304f add form validation
validate input in ddportfolio controller
input validation schema in model/form.py
error message display and style added
2009-01-21 00:11:19 +01:00
9c800c0ed8 setup Pylons infrastructure
paster create -t pylons ...
paster controller ddportfolio
add support for sphinx
2009-01-20 22:39:05 +01:00