Commit graph

25 commits

Author SHA1 Message Date
Jan Dittberner dd64ba59b4 rename package directory 2014-02-08 17:47:47 +01:00
Jan Dittberner 4e18b2bd53 update templates
- bump copyright years and update program name
- fix escape call to work with webhelpers 1.3
2014-01-11 01:33:45 +01:00
Paul Wise 830127ccc0 Replace public-facing "DD" with "Debian Member" 2012-01-07 16:35:40 +01:00
Jan Dittberner b540e24415 modify templates
- replace Debian Developer by Debian Member and DD address by Debian
  address in HTML/JS templates
2012-01-07 00:44:00 +01:00
Jan Dittberner 47ecf9b4ea Merge branch 'master' into pylons0.10
* master:
  remove default readonly field support
  updated translations
  populate wikihomepage in dddatabuilder.py
  add input fields for wikihomepage and forumsid
  update translations
  hide showall field for non ECMAScript clients
  add checkbox and ECMAScript code to toggle display of all fields
  enable GPG fingerprint entry with disabled ECMAScript
  handle empty email field onBlur event correctly
2010-06-12 00:24:44 +02:00
Jan Dittberner 4450a7ccfd add input fields for wikihomepage and forumsid 2010-06-12 00:02:17 +02:00
Jan Dittberner 4902064aab hide showall field for non ECMAScript clients 2010-06-11 23:40:00 +02:00
Jan Dittberner 8b1613346e add checkbox and ECMAScript code to toggle display of all fields 2010-06-11 23:36:16 +02:00
Jan Dittberner d3fe053dd3 enable GPG fingerprint entry with disabled ECMAScript 2010-06-11 23:35:32 +02:00
Jan Dittberner f5363a360c use url instead of url_for 2010-05-10 19:51:45 +02:00
Jan Dittberner 7e047e9b15 update translation 2010-05-10 19:51:44 +02:00
Jan Dittberner 7cb0b383a3 upgrade mako templates, add explicit webhelpers 2010-05-10 19:51:44 +02:00
Jan Dittberner 9234d81ed7 fix XSS vulnerability reported by Moritz Naumann 2009-02-10 21:15:04 +01:00
Jan Dittberner 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
Jan Dittberner 659dbaed19 make gpgfp readonly and hidden per default, reference jquery
- add support for per template extra head elements
- add jquery link to showform.mako
- hide gpgfpfield and make it read-only
2009-01-23 14:23:53 +01:00
Jan Dittberner ed65846189 improved design, additional texts, base template
- add style classes to output table
- add Debian and AGPL logos
- use a base template for common template code
- add proper styles for output table
2009-01-22 23:32:19 +01:00
Jan Dittberner eb4341c0db replace deprecated rails helper dependent code 2009-01-22 22:18:26 +01:00
Jan Dittberner 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
Jan Dittberner 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
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 379feed21f switch to get requests 2009-01-21 22:30:05 +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