Commit graph

18 commits

Author SHA1 Message Date
Jan Dittberner 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
Jan Dittberner 5215d8d266 add Debian search 2010-05-10 21:17:14 +02:00
Jan Dittberner 2c0ff46c7f add website google search 2010-05-10 21:15:46 +02:00
Jan Dittberner 9cc4597bc3 add patch tracker 2010-05-10 21:13:57 +02:00
Jan Dittberner c5b592596e add piuparts 2010-05-10 21:13:03 +02:00
Jan Dittberner f5879c5ab0 add ubuntudiff to new group Ubuntu 2010-05-10 20:15:49 +02:00
Jan Dittberner 39fb201f84 upgrade result page to Pylons 0.10 2010-05-10 19:51:45 +02:00
Jan Dittberner 7cb0b383a3 upgrade mako templates, add explicit webhelpers 2010-05-10 19:51:44 +02:00
Jan Dittberner 43fa465847 added translation for bugs.correspondent 2009-08-14 22:04:24 +02:00
Jan Dittberner b90fee99fa switch to html as default output format 2009-02-18 09:28:37 +01:00
Jan Dittberner 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
Jan Dittberner 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
Jan Dittberner 9c641cb79c fix i18n of form validation messages 2009-01-21 22:46:59 +01:00
Jan Dittberner 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
Jan Dittberner 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
Jan Dittberner 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
Jan Dittberner 12dc602c0b add form template
use render in ddportfolio controller
add webhelpers.rails to helpers.py
create showform.mako resembling the output of the old ddportfolio.py
2009-01-20 23:15:18 +01:00
Jan Dittberner 9c800c0ed8 setup Pylons infrastructure
paster create -t pylons ...
paster controller ddportfolio
add support for sphinx
2009-01-20 22:39:05 +01:00