Oskar Hahn
0a24b7267b
Merge branch 'stable/1.6.x'
...
Conflicts:
CHANGELOG
README.rst
openslides/assignment/models.py
openslides/users/forms.py
requirements_production.txt
tests/settings.py
2015-01-17 10:18:29 +01:00
Oskar Hahn
0b995b21ac
Merge pull request #1401 from normanjaeckel/DjangoRESTFramework
...
Added DjangoRESTFramework
2015-01-17 09:25:18 +01:00
Norman Jäckel
b0422c4680
Added api viewset for agenda items.
...
Fixed style checker problem.
2015-01-17 09:18:40 +01:00
Norman Jäckel
8cb70017da
Added api viewset for users.
2015-01-17 08:51:57 +01:00
Norman Jäckel
7644cb9a09
Added api viewset for custom slides.
2015-01-17 08:51:54 +01:00
Norman Jäckel
7ed5d2fc43
Setup Django REST Framework.
2015-01-17 08:49:52 +01:00
Norman Jäckel
82f46708f6
Merge pull request #1397 from emanuelschuetze/haystack-fix
...
Fixed haystack indexing problem for m2m objects.
2015-01-17 00:21:45 +01:00
Norman Jäckel
9b89e10cc7
Merge pull request #1398 from emanuelschuetze/portable-install-script
...
Improved portable install script.
2015-01-17 00:20:49 +01:00
Oskar Hahn
579e4b325e
Merge pull request #1389 from normanjaeckel/BowerAndGulp
...
Used Bower and gulp to manage third party JS and CSS libraries
2015-01-17 00:20:43 +01:00
Norman Jäckel
f7cb518430
Used Bower and gulp to manage third party JavaScript and Cascading Style Sheets libraries.
...
Cleaned up settings. Updated development section in README.rst.
Removed jQuery, jquery.cookie and bootstrap from repository.
2015-01-17 00:12:04 +01:00
Emanuel Schuetze
fd266a4e45
Fixed AttributeError in chatbox on_open method.
...
Fixed TODO and updated get session method for session key.
2015-01-16 23:41:46 +01:00
Emanuel Schuetze
3127048be5
Fixed haystack indexing problem for m2m objects.
...
Updated django-haystack to <2.4.
2015-01-16 23:07:56 +01:00
Oskar Hahn
5d0737f656
Merge pull request #1396 from DebVortex/feature/update-pdfjs
...
Updated pdf.js to 1.0.907
2015-01-16 22:37:49 +01:00
Max Brauer
f0af21103c
Updated pdf.js to 1.0.907
2015-01-16 22:16:31 +01:00
Oskar Hahn
4257ecefb3
Merge pull request #1400 from ostcar/fix_localized_thing
...
Fix LocalizedModelMultipleChoiceField
2015-01-16 21:05:41 +01:00
Oskar Hahn
83a0844a0e
Merge pull request #1399 from emanuelschuetze/translationstrings-1.7
...
Fixed missing translation strings.
2015-01-16 20:49:40 +01:00
Oskar Hahn
4f27b9b63d
Fix LocalizedModelMultipleChoiceField
...
It has to be a generator, so it does not call the queryset
2015-01-16 20:47:43 +01:00
Emanuel Schuetze
a9468cb0a4
Fixed missing translation strings.
2015-01-16 14:25:34 +01:00
Oskar Hahn
dac781d8aa
Merge pull request #1395 from normanjaeckel/Fix1394
...
Fixed bug. Projector was not updated when an object was deleted.
2015-01-15 21:14:22 +01:00
Emanuel Schuetze
ec7fa0eea3
Install all portable packages from requirements_production.txt.
2015-01-14 22:14:34 +01:00
Norman Jäckel
3ba86a6441
Updated English language files.
2015-01-11 19:04:21 +01:00
Norman Jäckel
3ec55daaf9
Fixed bug. Projector was not updated when an object was deleted. Fixex #1394 .
2015-01-11 18:43:05 +01:00
Norman Jäckel
adefb49457
Merge pull request #1393 from emanuelschuetze/bsmselect-updated
...
Reduce the usage of bsmselect jquery plugin.
2015-01-09 22:17:00 +01:00
Emanuel Schuetze
91cef13326
Improve the usage of bsmselect jquery plugin.
...
Allow to disable the plugin for defined <select multiple> form fields
with extra css class 'dont_use_bsmselect'. (E.g. not for the group form
fields permissions and users.)
Partly fixed changes from pull request #1381 .
2015-01-08 10:58:25 +01:00
Norman Jäckel
1389ad1d03
Merge pull request #1392 from normanjaeckel/Fix1391
...
Fixed bug in ResetPasswordView. Fixed #1391 .
2015-01-06 17:01:26 +01:00
Norman Jäckel
06919fa543
Fixed bug in ResetPasswordView. Fixed #1391 .
2015-01-06 16:27:50 +01:00
Oskar Hahn
34b6ca80f3
Merge branch 'stable/1.6.x'
...
Conflicts:
CHANGELOG
openslides/users/signals.py
2015-01-06 13:04:07 +01:00
Oskar Hahn
088216b320
Merge pull request #1388 from emanuelschuetze/motion-tags-updated
...
Template improvements for tags of agenda items, motions and assignments
2015-01-05 17:30:09 +01:00
Emanuel Schuetze
3cfb9b739b
Template improvements for tags of agenda items, motions and
...
assignments.
2015-01-05 13:57:37 +01:00
Oskar Hahn
d0d674601d
Merge pull request #1381 from ostcar/motion-tags
...
Tags for motions
2015-01-05 13:55:26 +01:00
Oskar Hahn
bcb1ee1213
Tags for motions, agenda items and assignments
2015-01-03 17:00:48 +01:00
Oskar Hahn
e42345b3d1
Merge pull request #1380 from ostcar/amendments
...
Feature: amendments
2015-01-03 15:22:10 +01:00
Oskar Hahn
2951b4b38c
Feature: amendments
2015-01-03 15:17:49 +01:00
Norman Jäckel
dcd8b7a639
Merge branch 'stable/1.6.x' into 'master'.
...
Conflicts:
CHANGELOG
openslides/agenda/views.py
openslides/assignment/views.py
openslides/mediafile/views.py
openslides/users/views.py
openslides/utils/views.py
tests/motion/test_pdf.py
tests/settings.py
2015-01-02 22:11:56 +01:00
Norman Jäckel
a93e5aa785
Merge pull request #1377 from normanjaeckel/WorkflowAndPermissions
...
Hide motions from non staff users in early workflow state.
2015-01-02 21:03:12 +01:00
Norman Jäckel
8dafa2bfcd
Added possibility to hide motions from non staff users in some states.
2015-01-02 19:32:56 +01:00
Norman Jäckel
b9efa7fff1
Merge pull request #1379 from normanjaeckel/FixGetObject
...
Cleaned up utils.views (especially get_object() method).
2014-12-25 00:07:25 +01:00
Norman Jäckel
f6b1a84545
Cleaned up utils.views to increase performance when fetching single objects from the database for a view. Fixed #1378 .
2014-12-25 00:02:50 +01:00
Norman Jäckel
ecdfa37173
Merge pull request #1369 from normanjaeckel/AppLoadingSystem
...
Added Django's application configuration.
2014-12-10 18:02:49 +01:00
Norman Jäckel
4f04223e08
Added Django's application configuration.
...
Used customized AppConfig classes in openslides.core, openslides.account,
openslides.projector, openslides.agenda, openslides.motion, openslides.assignment,
openslides.users, openslides.mediafile, openslides.config.
Refactored loading of signals, template signals and slides.
2014-12-10 17:16:58 +01:00
Norman Jäckel
808aae597f
Merge branch 'stable/1.6.x' into 'master'.
...
Conflicts:
CHANGELOG
openslides/__init__.py
openslides/assignment/views.py
2014-12-08 22:17:22 +01:00
Emanuel Schütze
75b28847d5
Merge pull request #1368 from normanjaeckel/Release-1.6.1
...
Release 1.6.1
2014-12-08 21:08:35 +01:00
Norman Jäckel
750918fe74
Update version to 1.6.2-dev
2014-12-04 15:47:21 +01:00
Norman Jäckel
9a50dab5fc
Release 1.6.1
2014-12-04 15:45:19 +01:00
Norman Jäckel
35e31874a1
Updated CHANGELOG.
2014-12-04 15:42:35 +01:00
Norman Jäckel
d608dd3095
Merge pull request #1373 from emanuelschuetze/fix-1326-b
...
Fixed #1326 : Rearranged assignment pdf table cells to prevent a LayoutError.
2014-12-04 15:40:16 +01:00
Emanuel Schuetze
6df6b92dd7
Fixed #1326 (Rearanged assignment pdf table cells to prevent a LayoutError)
2014-11-28 20:58:19 +01:00
Norman Jäckel
3c6266b1c4
Merge pull request #1361 from ostcar/transaction
...
Used the new django transaction API.
2014-11-18 13:04:29 +01:00
Norman Jäckel
ed17ccfad2
Merge pull request #1362 from ostcar/requirements
...
Updated requirements.txt.
2014-11-04 18:32:01 +01:00
Norman Jäckel
b9842ecf94
Merge pull request #1367 from emanuelschuetze/fr-translation
...
Updated FR translation.
2014-10-27 21:21:29 +01:00