Oskar Hahn
|
90614cc637
|
Updated some views for the new utils.views style
|
2013-02-03 19:43:36 +01:00 |
|
Oskar Hahn
|
139ba74459
|
Merge remote-tracking branch 'emanuel/newtemplate' into new_template
Conflicts:
.travis.yml
INSTALL.txt
openslides/agenda/templates/agenda/base_agenda.html
openslides/agenda/templates/agenda/edit.html
openslides/agenda/templates/agenda/item_row.html
openslides/agenda/templates/agenda/overview.html
openslides/agenda/templates/agenda/widget.html
openslides/assignment/templates/assignment/base_assignment.html
openslides/assignment/templates/assignment/config.html
openslides/assignment/templates/assignment/edit.html
openslides/assignment/templates/assignment/overview.html
openslides/assignment/templates/assignment/poll_view.html
openslides/assignment/templates/assignment/view.html
openslides/assignment/templates/assignment/widget.html
openslides/config/templates/config/general.html
openslides/motion/templates/motion/base_motion.html
openslides/motion/templates/motion/config.html
openslides/motion/templates/motion/edit.html
openslides/motion/templates/motion/import.html
openslides/motion/templates/motion/overview.html
openslides/motion/templates/motion/poll_view.html
openslides/motion/templates/motion/view.html
openslides/motion/templates/motion/widget.html
openslides/motion/views.py
openslides/participant/templates/participant/base_participant.html
openslides/participant/templates/participant/config.html
openslides/participant/templates/participant/edit.html
openslides/participant/templates/participant/group_edit.html
openslides/participant/templates/participant/group_widget.html
openslides/participant/templates/participant/import.html
openslides/participant/templates/participant/login.html
openslides/participant/templates/participant/overview.html
openslides/participant/templates/participant/password_change.html
openslides/participant/templates/participant/settings.html
openslides/participant/templates/participant/user_widget.html
openslides/projector/templates/projector/base_projector.html
openslides/projector/templates/projector/control_countdown.html
openslides/projector/templates/projector/control_overlay_message.html
openslides/projector/templates/projector/custom_slide_widget.html
openslides/projector/templates/projector/live_view_widget.html
openslides/projector/templates/projector/new.html
openslides/projector/templates/projector/overlay_widget.html
openslides/templates/base.html
openslides/utils/template.py
openslides/utils/views.py
requirements.txt
|
2013-02-03 19:03:18 +01:00 |
|
Oskar Hahn
|
6c3eb0f765
|
fixed urls in views from the participant app
|
2013-02-01 17:35:27 +01:00 |
|
Emanuel Schuetze
|
82ad5e2de0
|
Major changes for new twitter bootstrap template (e.g. replaced icons)
|
2013-01-31 10:19:56 +01:00 |
|
Emanuel Schuetze
|
a4592ec849
|
Reworked projector activate buttons in agenda widget.
|
2013-01-18 21:44:47 +01:00 |
|
Emanuel Schuetze
|
586425354d
|
Reworked new template, especially agenda and dashboard.
|
2013-01-08 23:05:35 +01:00 |
|
Emanuel Schuetze
|
13cd52bd96
|
Merged (conflicts).
|
2013-01-05 15:29:57 +01:00 |
|
Oskar Hahn
|
3229d86d4d
|
Import urls.py needed django functions from django.conf.urls
|
2013-01-05 01:05:38 +01:00 |
|
Emanuel Schuetze
|
4ae7f3e243
|
Merge remote branch 'upstream/master' into newtemplate
Conflicts:
openslides/application/views.py
openslides/assignment/templates/assignment/overview.html
openslides/assignment/templates/assignment/view.html
openslides/assignment/views.py
openslides/locale/de/LC_MESSAGES/django.mo
openslides/locale/de/LC_MESSAGES/django.po
openslides/motion/templates/motion/config.html
openslides/motion/templates/motion/edit.html
openslides/motion/templates/motion/import.html
openslides/motion/templates/motion/overview.html
openslides/motion/templates/motion/poll_view.html
openslides/motion/templates/motion/view.html
openslides/participant/templates/participant/base_participant.html
openslides/participant/templates/participant/config.html
openslides/participant/templates/participant/group_edit.html
openslides/participant/templates/participant/group_overview.html
openslides/participant/templates/participant/overview.html
openslides/projector/templates/projector/base_projector.html
openslides/projector/templates/projector/dashboard.html
openslides/projector/templates/projector/live_view_widget.html
openslides/static/styles/base.css
openslides/templates/base.html
openslides/templates/front_page.html
openslides/utils/utils.py
|
2013-01-02 23:01:43 +01:00 |
|
Oskar Hahn
|
804f842650
|
Updated the url template tag
|
2012-12-14 15:10:14 +01:00 |
|
Oskar Hahn
|
84324cf317
|
Updated translations
|
2012-12-09 12:59:56 +01:00 |
|
Oskar Hahn
|
6b2645d11c
|
reordered the tests
moved the tests from the openslides-module to an own module
configured coverage
|
2012-11-24 15:00:17 +01:00 |
|
Oskar Hahn
|
bd32994296
|
cleanup
Removed unused imports and fixed pep8 errors
|
2012-11-24 14:01:21 +01:00 |
|
Norman Jäckel
|
af6c403936
|
Fix perms for agenda, motion and assignment widget. It is now set to projector.can_manage_projector.
|
2012-11-21 15:14:38 +01:00 |
|
Emanuel Schuetze
|
e601d8a5a3
|
Fixed display_name of widgets.
|
2012-11-08 09:43:04 +01:00 |
|
Oskar Hahn
|
79c5e93422
|
Redesigned the QuestioMixin
|
2012-10-28 19:59:41 +01:00 |
|
Oskar Hahn
|
56e3fe7a37
|
fix translation
|
2012-09-13 21:56:50 +02:00 |
|
Oskar Hahn
|
ef7deb90c9
|
translate agenda hidden filter in js
|
2012-09-13 15:21:43 +02:00 |
|
Emanuel Schuetze
|
473c2c347f
|
Removed unused base_agenda.html template.
|
2012-09-10 23:37:59 +02:00 |
|
Emanuel Schuetze
|
ce233fc870
|
Updated config template.
|
2012-09-10 17:40:41 +02:00 |
|
Emanuel Schuetze
|
6a3bead5f6
|
Cleanup template code and style.
|
2012-09-06 23:59:03 +02:00 |
|
Emanuel Schuetze
|
7fde53a09e
|
Updated template with twitter bootstrap. Step 1: agenda and application.
|
2012-09-05 00:20:28 +02:00 |
|
Oskar Hahn
|
705fb972b1
|
removed projector link from agenda
|
2012-08-15 13:44:15 +02:00 |
|
Oskar Hahn
|
6b7ea558fc
|
rewrote widgets for the dashboard
|
2012-08-15 11:56:43 +02:00 |
|
Oskar Hahn
|
bd64a6cb5c
|
Merge branch 'stable/1.2.x'
Conflicts:
openslides/application/models.py
openslides/application/views.py
openslides/participant/forms.py
openslides/participant/views.py
|
2012-08-13 19:16:42 +02:00 |
|
Oskar Hahn
|
87af568eeb
|
redesign the DeleteView
Append a QuestionMixin to send a question via the django message api
|
2012-08-10 21:00:13 +02:00 |
|
Oskar Hahn
|
c52f8f3ca7
|
changed application to motion and permitted to authorized in message-strings
|
2012-08-05 22:31:20 +02:00 |
|
Oskar Hahn
|
4873cd7163
|
fixted #330. Error if the related slide for an Agenda Item does not exists
|
2012-08-05 11:28:56 +02:00 |
|
Emanuel Schuetze
|
bf5181e241
|
Fixed missing translation in PDF title and filename.
|
2012-07-23 12:57:47 +02:00 |
|
Norman Jäckel
|
e74e80299f
|
Fix application links in the widgets.
|
2012-07-23 00:41:44 +02:00 |
|
Oskar Hahn
|
fedfe802e3
|
#315 remove 'application' from agenda/widget.html, too
|
2012-07-20 13:26:45 +02:00 |
|
Oskar Hahn
|
ff4529d8eb
|
#315 remove application from agenda by appending a new methode get_application_title_supplement
|
2012-07-20 11:22:09 +02:00 |
|
Oskar Hahn
|
469e93e21d
|
rm beamer.html from agenda. created by merging the 1.2-dev branch in the default branch
|
2012-07-20 10:55:57 +02:00 |
|
Emanuel Schuetze
|
7ff3d1382d
|
#304: Added link to projector-view for non-admins
|
2012-07-19 07:54:49 +02:00 |
|
Oskar Hahn
|
8f4970e16c
|
merge 1.2-dev with default branch
|
2012-07-18 10:37:23 +00:00 |
|
Oskar Hahn
|
0b033271f8
|
fix some typos, mostly {%trans to {% trans
|
2012-07-16 14:00:29 +02:00 |
|
Norman Jäckel
|
5d5e7c10f5
|
Change strings in agenda overview and agenda widget concerning application items
|
2012-07-16 00:39:46 +02:00 |
|
Emanuel Schuetze
|
969816be37
|
Use new close icon to keep old done icon.
|
2012-07-13 07:58:00 +02:00 |
|
Norman Jäckel
|
e99e5ab290
|
Clean up browsertitles (#282) in assignment and participant tab
|
2012-07-13 01:10:58 +02:00 |
|
Norman Jäckel
|
32c80caa37
|
Clean up browsertitles (#282) in agenda and application
|
2012-07-13 00:44:12 +02:00 |
|
Emanuel Schuetze
|
ed7221e0f0
|
Changed to other 'done' icon to better defferentiate the projector activate icon.
Changed link help text.
|
2012-07-12 17:17:53 +02:00 |
|
Emanuel Schuetze
|
0c64309c91
|
Rename summary icon.
|
2012-07-12 17:11:33 +02:00 |
|
Emanuel Schuetze
|
531f0d9abb
|
Added link help text.
|
2012-07-12 17:02:59 +02:00 |
|
Emanuel Schuetze
|
7487cf1601
|
Set summary icon in agenda widget at the right side to other action
icons.
|
2012-07-12 16:57:23 +02:00 |
|
Oskar Hahn
|
8cdcc95fd9
|
#286 import error in the agenda overview slide
|
2012-07-12 14:06:58 +02:00 |
|
Oskar Hahn
|
aa130ab2da
|
cleanup openslides base files.
Do not manipulate the pythonpath anymore.
|
2012-07-10 14:00:51 +02:00 |
|
Oskar Hahn
|
5fcef8aba4
|
cleanup utils
|
2012-07-10 13:19:12 +02:00 |
|
Oskar Hahn
|
debaa505fb
|
fix problems with reportlab and ugettext_lazy
|
2012-07-10 12:11:07 +02:00 |
|
Oskar Hahn
|
8d961f4940
|
fix translation by using ugettext_lazy
|
2012-07-10 01:33:03 +02:00 |
|
Norman Jäckel
|
812d7a3c83
|
Fix #275
|
2012-07-05 00:23:42 +02:00 |
|