23bcdc33fb
add Transifex link to the footer
2012-12-08 13:04:39 +01:00
Paul Wise
830127ccc0
Replace public-facing "DD" with "Debian Member"
2012-01-07 16:35:40 +01:00
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
413238d26b
update copyright years, add clone URL
2011-01-21 18:34:08 +01:00
95a5cf0000
change gitweb URL to /gitweb.cgi because of hosting changes
2010-10-26 19:58:04 +02:00
94522814ef
fix URL for git repository
2010-10-26 15:54:05 +02:00
41a5e3e6f1
apply changes for Pylons 0.10
2010-06-12 00:29:50 +02:00
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
4f9e024bd3
remove default readonly field support
2010-06-12 00:18:52 +02:00
4450a7ccfd
add input fields for wikihomepage and forumsid
2010-06-12 00:02:17 +02:00
4902064aab
hide showall field for non ECMAScript clients
2010-06-11 23:40:00 +02:00
8b1613346e
add checkbox and ECMAScript code to toggle display of all fields
2010-06-11 23:36:16 +02:00
d3fe053dd3
enable GPG fingerprint entry with disabled ECMAScript
2010-06-11 23:35:32 +02:00
70d72e5f28
handle empty email field onBlur event correctly
2010-06-11 23:14:30 +02:00
d5c1fd1a34
Merge branch 'master' into pylons0.10
...
* master:
use unquoted email address for MIA lookup
mark all patterns that require optional information as optional
update keyringanalyzer.py copyright information
use email address for MIA pattern to catch non-DDs
add support for automatic DM data lookup
silence keyringanalyzer
fix path handling in keyringanalyzer
add flattr button
add flattr button
2010-06-11 22:17:59 +02:00
e5a73bfe75
add support for automatic DM data lookup
2010-06-11 21:42:30 +02:00
560aba70d9
add flattr button
2010-06-06 00:29:14 +02:00
c06107c597
add flattr button
2010-06-06 00:26:49 +02:00
f2e90118f6
Merge branch 'master' into pylons0.10
...
* master:
updated translations
add support for non-url information
2010-06-04 00:35:58 +02:00
2aec4f8f98
add support for non-url information
...
* add ssh commands for MIA information, owned debian.net domains and
group membership
* add support for specifying type of pattern
2010-06-04 00:24:15 +02:00
b8af34c80b
update copyright information
2010-06-03 23:33:49 +02:00
f5363a360c
use url instead of url_for
2010-05-10 19:51:45 +02:00
39fb201f84
upgrade result page to Pylons 0.10
2010-05-10 19:51:45 +02:00
21b8d883d8
upgrade showformscripts controller and template
2010-05-10 19:51:44 +02:00
7e047e9b15
update translation
2010-05-10 19:51:44 +02:00
7cb0b383a3
upgrade mako templates, add explicit webhelpers
2010-05-10 19:51:44 +02:00
2b0b098d1d
fix rendering of git repository URL
2009-02-17 19:05:01 +01:00
9234d81ed7
fix XSS vulnerability reported by Moritz Naumann
2009-02-10 21:15:04 +01:00
d66ca333ad
use url_for for static files to use webapp's context
2009-01-23 18:21:33 +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
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
2ac9f6dc5a
fixed spelling of Stefano's name
2009-01-23 11:47:34 +01:00
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
eb4341c0db
replace deprecated rails helper dependent code
2009-01-22 22:18:26 +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
379feed21f
switch to get requests
2009-01-21 22:30:05 +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
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
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