Emanuel Schuetze
|
ca2900e9d1
|
#195: Fixed unicode string in pdf header.
|
2012-05-17 21:34:19 +02:00 |
|
Emanuel Schuetze
|
1a4a748e6c
|
#112: Use monotype for printing first time password
|
2012-04-27 22:47:41 +02:00 |
|
Emanuel Schuetze
|
7ef298881d
|
Updated license header.
|
2012-04-25 22:29:19 +02:00 |
|
Emanuel Schuetze
|
5f3c6c4821
|
#111: Move pdf creation code from utils to participant app.
|
2012-04-20 23:23:50 +02:00 |
|
Emanuel Schuetze
|
7a6eaf2660
|
Fixed building AssignmentPollPDF.
|
2012-04-20 14:33:40 +02:00 |
|
Emanuel Schuetze
|
95d5929449
|
Added participant and version config page. Moved system settings to general. Some style work.
|
2012-04-15 12:39:28 +02:00 |
|
Emanuel Schuetze
|
1528ab90c6
|
Merged.
|
2012-04-14 14:27:31 +02:00 |
|
Emanuel Schuetze
|
d192ac4952
|
Added AssignmentPollDelete View. Moved Assignment pdf functions to assignment's views.py
|
2012-04-14 14:24:13 +02:00 |
|
Oskar Hahn
|
6f377453bc
|
rename system in config. Add default config in each apps
|
2012-04-14 12:52:56 +02:00 |
|
Emanuel Schuetze
|
698697a75c
|
Applications: Moved pdf functions from pdf.py to new PDF view in views.py.
|
2012-04-13 23:52:34 +02:00 |
|
Oskar Hahn
|
281450341d
|
some fixes to pdf.py
|
2012-02-21 13:32:39 +01:00 |
|
Oskar Hahn
|
e9299625ae
|
Automated merge with ssh://openslides.de/openslides
|
2012-02-21 13:17:58 +01:00 |
|
Oskar Hahn
|
898cab4aa8
|
Generate Agenda-PDF in a generic View. Added PDFView in utils.views.py
|
2012-02-21 13:17:42 +01:00 |
|
Emanuel Schuetze
|
0cc5d6478d
|
Changed config_get() to config[].
|
2012-02-21 08:07:56 +01:00 |
|
Oskar Hahn
|
7e076dc6c4
|
removed some unneedet dependencies
|
2012-02-20 00:39:52 +01:00 |
|
Oskar Hahn
|
bc05b78648
|
rewrote the config api
|
2012-02-15 12:04:11 +01:00 |
|
Oskar Hahn
|
0957de83a9
|
start to rewrite the poll-api
|
2012-02-14 16:31:21 +01:00 |
|
Emanuel Schuetze
|
f757b44f70
|
Fixed error if PDF preamble is empty.
|
2011-11-01 08:26:37 +01:00 |
|
Emanuel Schuetze
|
b6ccb357d1
|
#26: Added new config options to set numbers of ballot pdf papers for application and assignment
|
2011-10-25 22:03:21 +02:00 |
|
Emanuel Schuetze
|
4a3564aed8
|
#48 (election): Added percentage for voting results (view, projector, pdf).
|
2011-10-20 22:56:22 +02:00 |
|
Emanuel Schuetze
|
fa5918e951
|
New config option to set title and preamble text for application and assignment pdf.
|
2011-10-05 21:18:28 +02:00 |
|
Emanuel Schuetze
|
d2295cb93b
|
Mark elected candidates in assignment pdf.
|
2011-09-29 22:14:46 +02:00 |
|
Emanuel Schuetze
|
91ff36e19a
|
Fixed: Show "undocumented" for -2 in assignment pdf.
|
2011-09-21 21:28:27 +02:00 |
|
Emanuel Schuetze
|
af240bb788
|
Fixed: Print available candidates at assignment pdf.
|
2011-09-21 21:24:56 +02:00 |
|
Emanuel Schuetze
|
d671d2b153
|
Fixed wrong line break in assignment ballot pdf (used split in
stead of rsplit).
|
2011-09-21 21:13:54 +02:00 |
|
Emanuel Schuetze
|
e09388fd6e
|
Use get_type_display for profiles.
|
2011-09-21 21:01:56 +02:00 |
|
Emanuel Schuetze
|
3c2cfe508a
|
Show participants pdf for users with see-particiants-permissions
|
2011-09-21 21:01:00 +02:00 |
|
Emanuel Schuetze
|
9917e2f545
|
Fixed index error while generating assignment pdf.
|
2011-09-11 18:37:20 +02:00 |
|
Emanuel Schuetze
|
7ef4013b4b
|
Fixed agenda pdf layout of subitems.
|
2011-09-11 17:06:32 +02:00 |
|
Emanuel Schuetze
|
91049155a6
|
Print election results in pdf. Fixed redirect.
|
2011-09-09 16:18:11 +02:00 |
|
Emanuel Schuetze
|
ab96b32790
|
Fixed: cast to string required.
|
2011-09-08 09:37:19 +02:00 |
|
Emanuel Schuetze
|
123426329d
|
Print also applications without a number.
|
2011-09-07 20:37:56 +02:00 |
|
Emanuel Schuetze
|
57e966a97b
|
Updated application pdf.
|
2011-09-07 18:43:25 +02:00 |
|
Emanuel Schuetze
|
5fd31f6ca6
|
Added assignment pdf.
|
2011-09-07 07:52:44 +02:00 |
|
Emanuel Schuetze
|
d8a880105a
|
Some minor renames (applications # -> no., beamer -> projector etc.)
|
2011-09-06 23:23:05 +02:00 |
|
Emanuel Schuetze
|
288133b551
|
Application PDF: Added signature field for submitter.
|
2011-09-06 23:01:21 +02:00 |
|
Emanuel Schuetze
|
bb38d8b85e
|
Updated application PDF. Added vote results.
|
2011-09-06 22:22:29 +02:00 |
|
Oskar Hahn
|
0727b1d72a
|
permission_required is only allowds in views with request as first argument
|
2011-09-06 09:17:39 +02:00 |
|
Oskar Hahn
|
450190e603
|
show group in passwordlist
|
2011-09-05 09:14:38 +02:00 |
|
Emanuel Schuetze
|
3b2763e2dc
|
PDF: Fixed items in layer 3+
|
2011-09-04 19:06:48 +02:00 |
|
Emanuel Schuetze
|
d1d0e7e9b4
|
Updated permissions.
|
2011-09-04 12:21:58 +02:00 |
|
Emanuel Schuetze
|
6a1a57efca
|
Added permissions for pdf access.
|
2011-09-04 09:34:52 +02:00 |
|
Emanuel Schuetze
|
262304d1e5
|
Updated event header.
|
2011-09-04 08:39:36 +02:00 |
|
Emanuel Schuetze
|
c34cc79a84
|
Updated circle img path with SITE_ROOT.
|
2011-09-04 08:31:44 +02:00 |
|
Emanuel Schuetze
|
5e4ba42de3
|
Imported SITE_ROOT for font path.
|
2011-09-04 08:23:03 +02:00 |
|
Emanuel Schuetze
|
a05b576f9e
|
Print password pdf with url and welcometext.
|
2011-09-04 00:54:45 +02:00 |
|
Emanuel Schuetze
|
ceb9a3b4c3
|
PDF: Optimized ballot description for 2 lines.
|
2011-09-03 23:38:14 +02:00 |
|
Emanuel Schuetze
|
ca0c50caef
|
Many improvements for application and assignment poll system.
|
2011-09-03 10:52:29 +02:00 |
|
Emanuel Schuetze
|
ed40977403
|
Removed reduced agenda pdf. Not useable.
|
2011-09-03 01:24:50 +02:00 |
|
Emanuel Schuetze
|
1811f0108c
|
PDF: Restructured ballot stylesheets.
|
2011-09-02 17:39:32 +02:00 |
|