Commit Graph

181 Commits

Author SHA1 Message Date
Emanuel Schuetze
69c7832701 Updated csv example files for motion and participants - in DE and EN used in demo database.
Updated motion csv import test.
2013-07-08 10:11:48 +02:00
Andy Kittner
2b4602068b Update version resource with pywin32 when no compiler is available 2013-07-04 23:29:44 +02:00
Andy Kittner
5ba09ddb93 Implement #791: dynamically load python27.dll from DLLs/ directory 2013-06-29 14:31:11 +02:00
Andy Kittner
92f044689d Fix issues when starting portable from a non-ascii path 2013-06-25 22:23:30 +02:00
Emanuel Schuetze
a383a4305b Fixed some (pdf) template issues and updated (DE) translation.
- Fixed #737 (Motion edit link is missing for normal delegate users)
- Fixed motion pdf filename errors (now use motion-<identifier>.pdf or if no identifier: motion-<title>.pdf with using djangos slugify for special chars in title)
- Fixed motion pdf build error if there is an unauthorized version
- Enlarge max_length of event name field to 50 chars.
- Align participant import instruction with motion import page.
- Added title field to particpants-demo_en.csv.
- participant overview: Show comma after last_name only if first_name and last_name are given.
- Changed all page titles to "<specific action page> - <event-name>" (moved event-name to the end of the string)
- Updated EN tranlation string.
- Updated DE translations.
2013-06-15 17:50:30 +02:00
Norman Jäckel
a0c023cf45 Use ordinal numbers in assignment and motion polls, fixes #456. Include humanize app to portable 2013-06-13 15:48:55 +02:00
Andy Kittner
56b02f8598 Update portable to use new gui frontend
- switch portable to use gui frontend

 - add version resource and icon to portable

 - Regenerate openslides.exe
2013-06-04 00:08:53 +02:00
Andy Kittner
9826e3ec06 Add a simple wxPython based gui frontend for openslides 2013-06-04 00:07:22 +02:00
Norman Jäckel
0f17f74fee Fix and update motion csv import. 2013-05-13 18:30:20 +02:00
Oskar Hahn
485518975a motion csv import 2013-05-13 18:25:59 +02:00
Oskar Hahn
9d78d44e5b fab command, to run scripts with the OpenSlides settings
Add two example scripts
2013-04-24 13:06:04 +02:00
Tobias Hößl
acba281581 Sorting agenda items with nestedSortable. 2013-04-23 17:24:27 +02:00
Emanuel Schuetze
1d1f5fa218 Added html support for motion text.
Use html parser 'beautifulsoup' to replace html tags which not supported by reportlab pdf.
'pip install bs4' required.

Fixed nested ol lists and unicode warning.

New requirement: beautifulsoup4

HTML support for reportlab.

Move parse html code into new function. Added missing html support in pdf for motion reason.

Added version number for bleach and beautifulsoup4. Moved to core requirements block.

Added bs4, bleach and html5lib requirements to portable build script. Updated portable readme for 1.4.
2013-04-18 13:23:40 +02:00
Emanuel Schuetze
71437eaaf7 Updated win32 portable build script.
prepare_portable.py:
 Added new site-packages tornado and qrcode.
 Fix incorrect exclude patterns. (by Andy)
 Do not exclude unittest from bundled modules for portable (by Andy)
Updated license files for win32.
requirements.txt: Updated all required packages and current version numbers.
MANIFEST.in: updated file structure
2013-04-12 00:04:32 +02:00
Emanuel Schuetze
2a97a61a14 Remove participants field 'type'. Use 'group' field instead. Updated csv import, overview table and user detail view 2013-04-09 11:21:55 +02:00
Emanuel Schuetze
ad08efb3b6 Added csv example files for motion and participants import from old
trac wiki.
2013-02-26 10:09:09 +01:00
Emanuel Schuetze
b8532fabe4 Removed files from images to img dir. 2013-01-18 22:23:31 +01:00
Emanuel Schuetze
da4ed365bc Updated js and css libraries (twitter bootstrap to 2.2.2 and jquery to 1.9.0). 2013-01-18 22:10:00 +01:00
Emanuel Schuetze
29b37dad74 Fixed file name and path to renamed groups_de.json file. 2012-11-27 22:31:41 +01:00
Andy Kittner
5979b23b04 Merge remote-tracking branch 'origin/master' into bug-409
Conflicts:
	openslides/main.py
2012-11-24 20:49:04 +01:00
Oskar Hahn
a7c13e3285 added script to create a local settings 2012-11-24 16:22:48 +01:00
Andy Kittner
220abe45c3 Copy _ctypes.pyd
We need ctypes to determine the local app data directory (used for
settings.py when portable dir is not writable)
2012-11-24 15:01:54 +01:00
Andy Kittner
073c98d6b1 Remove note about installing openslides before building the portable 2012-11-22 00:29:20 +01:00
Andy Kittner
720a993259 Copy openslides from local checkout to site-packages
We reverted to using the checkout instead of an installed openslides
version when building the portable, but we still want openlides to be
placed together with all the other packages
2012-11-18 14:38:22 +01:00
Andy Kittner
b4a4d15a7f Revert "Treat openslides the same way as other packages"
This reverts commit 14ba868df4.
2012-11-18 14:21:11 +01:00
Emanuel Schuetze
945081f7a6 Some minor changes and restructure work on howto create probable document. 2012-11-09 09:25:14 +01:00
Andy Kittner
ce87353cd4 Update instructions for building the portable 2012-08-27 21:54:12 +02:00
Andy Kittner
7f6f7a9340 Rebuild openslides.exe 2012-08-27 21:49:05 +02:00
Andy Kittner
cc20ec3456 Add special handling to determine default settings for portable version
The portable version will prefer to create it's settings in it's own
directory and only fallback to a user-specific path
($LOCAL_APPDATA/openslides) if this directory is not writable
2012-08-27 21:48:46 +02:00
Andy Kittner
14ba868df4 Treat openslides the same way as other packages
OpenSlides will now be copied from (and to) site-packages in the same
way as it's dependencies
2012-08-27 20:24:41 +02:00
Oskar Hahn
02735d9e1a remove some files from git 2012-07-31 21:11:36 +02:00
Oskar Hahn
449698344a remove website from repository 2012-07-31 21:08:09 +02:00
Oskar Hahn
f0d1c689d4 Website: Update translation 2012-07-31 11:47:04 +02:00
Oskar Hahn
9c5b53c979 Website: Change range of blocktrans in authors 2012-07-31 11:42:27 +02:00
Oskar Hahn
4182ec911c website: update translation 2012-07-31 10:34:51 +02:00
Oskar Hahn
f5a400a9ae Website: Include authors 2012-07-31 10:25:57 +02:00
Emanuel Schuetze
1e0f0a6882 Website: Our first donation! 2012-07-30 12:34:04 +02:00
Emanuel Schuetze
34181cd6ae Website: Updated translation. 2012-07-27 13:04:33 +02:00
Emanuel Schuetze
41c4d7593b Website: Added link to linux magazin news. 2012-07-27 12:17:00 +02:00
Emanuel Schuetze
4571274890 Website: Added press news. 2012-07-27 08:22:50 +02:00
Emanuel Schuetze
5a7d670873 Website: Fixed typo. 2012-07-26 13:31:31 +02:00
Emanuel Schuetze
28d16ac35c Website: Added missing i18n template tag. 2012-07-26 11:31:15 +02:00
Emanuel Schuetze
6259296be5 Website: Fixed broken link. 2012-07-26 10:43:00 +02:00
Emanuel Schuetze
c503dd7427 Website: Fixed typo in commits mailing list link. Updated translation. 2012-07-26 10:40:50 +02:00
Emanuel Schuetze
c7464ed238 Merged. 2012-07-26 10:36:03 +02:00
Emanuel Schuetze
5bb38cc450 Website: Updated translation. 2012-07-26 10:35:44 +02:00
Emanuel Schuetze
06301c4b84 Website: Updated download link. 2012-07-26 10:35:30 +02:00
Emanuel Schuetze
3509aec3c8 Website: Added press release. 2012-07-26 10:20:12 +02:00
Emanuel Schuetze
857c1f32cb Website: Added permanent redirects for old web pages. Adjusted urls. 2012-07-26 09:38:11 +02:00
Emanuel Schuetze
3ad0a42989 Automated merge with ssh://openslides.org/openslides 2012-07-26 08:10:17 +02:00
Andy Kittner
de1d74a1e9 Update translations for changes in download.html 2012-07-26 01:26:49 +02:00
Emanuel Schuetze
96f8c5f964 Website: Polish feature.html 2012-07-25 23:55:53 +02:00
Emanuel Schuetze
be62fd0658 Website: Updated download page for 1.2 release. 2012-07-25 23:49:59 +02:00
Emanuel Schuetze
8ec3a6f550 Automated merge with ssh://openslides.org/openslides 2012-07-25 23:21:56 +02:00
Emanuel Schuetze
d4e02f2c15 Website: Updated features.html 2012-07-25 23:21:50 +02:00
Andy Kittner
ce2d6b25e5 Resolved a few remaining "fuzzy" translations 2012-07-25 22:53:15 +02:00
Emanuel Schuetze
5192ac7590 Website: Updated features: projector, agenda and application section. 2012-07-25 22:38:46 +02:00
Andy Kittner
9cba59a9a7 Use ugettext_lazy so formfields are correctly translated 2012-07-25 22:17:17 +02:00
Andy Kittner
23346e05a8 Many more translations 2012-07-25 22:12:53 +02:00
Emanuel Schuetze
8b7b19dc26 Merged. 2012-07-25 22:10:31 +02:00
Emanuel Schuetze
a739e46d3d Website: Added screenshots to features.html 2012-07-25 22:05:20 +02:00
Oskar Hahn
385af9d5fe Website: Changed order of projector and agenda 2012-07-25 22:03:33 +02:00
Emanuel Schuetze
e9bc2a66a3 Website: Added screenshots for home. 2012-07-25 21:38:13 +02:00
Andy Kittner
234d287c44 Translate base.html 2012-07-25 20:54:58 +02:00
Andy Kittner
4af91342bf Translate contact page 2012-07-25 20:45:01 +02:00
Emanuel Schuetze
aba725e9d7 Website: Add irc webchat link of freenode. 2012-07-25 20:10:15 +02:00
Emanuel Schuetze
dcaa3b2e18 Automated merge with ssh://openslides.org/openslides 2012-07-25 19:55:03 +02:00
Emanuel Schuetze
f0c50ea662 Website: Updated contact form function. 2012-07-25 19:54:58 +02:00
Andy Kittner
ea9b5913eb Translate about page 2012-07-25 19:52:41 +02:00
Oskar Hahn
d328dbcb5c Merge 2012-07-25 18:45:28 +02:00
Oskar Hahn
32c8158fde website: collect-static for apache Deployment 2012-07-25 16:16:35 +00:00
Emanuel Schuetze
c481a2aac2 Website: Added content for manual and FAQ. 2012-07-25 18:07:50 +02:00
Emanuel Schuetze
109d523f3b Website: Added 404 page. 2012-07-25 17:40:15 +02:00
Emanuel Schuetze
618a899681 set DEBUG=False in settings.py. Adjusted urls.py to use static files. 2012-07-25 17:28:35 +02:00
Andy Kittner
1f7d4eaeb4 Translations for development and download pages 2012-07-25 00:47:35 +02:00
Andy Kittner
1d07af6426 Update english translation (mostly pricing.html template) 2012-07-24 23:57:27 +02:00
Emanuel Schuetze
4b4bcd6972 Website: Updated features page and some style stuff. 2012-07-24 23:52:06 +02:00
Emanuel Schuetze
f59c6d359a Website: Added usb-stick photo. Some content and style changes. 2012-07-24 21:24:39 +02:00
Andy Kittner
cc4eafeeaf Mark translatable text in pricing template with approriate tags 2012-07-24 20:12:56 +02:00
Andy Kittner
87fa517611 Translate home.html template of the new website 2012-07-24 19:27:53 +02:00
Emanuel Schuetze
e067100e21 Website: A lot of icons and page updates en block. 2012-07-24 18:45:34 +02:00
Emanuel Schuetze
c15a233b9e Website: Updated support packages. 2012-07-24 13:08:00 +02:00
Emanuel Schuetze
368d25d39f Added back link. 2012-07-24 08:59:36 +02:00
Emanuel Schuetze
b3a5048d23 Website: Updated Support packages. 2012-07-24 08:42:26 +02:00
Emanuel Schuetze
b6ffc66d40 Website: Used cache based sessions instead of database-backed sessions. 2012-07-23 22:51:17 +02:00
Emanuel Schuetze
769bceb80e Website: Added order form. Some minor changes. 2012-07-23 22:17:24 +02:00
Emanuel Schuetze
6587dbb5cd Website: Resized logo. Added professional contact. Some style changes. 2012-07-23 19:20:59 +02:00
Emanuel Schuetze
3c2f26b3e4 Rename manual and pricing pages. Some additional content. Updated
sitemap.
2012-07-23 15:08:18 +02:00
Emanuel Schuetze
b9c48f602e Merged. 2012-07-21 22:05:51 +02:00
Emanuel Schuetze
eeea17b9ac Website: Many content and style updates. Added references, contact-form and PM. 2012-07-21 21:37:19 +02:00
Oskar Hahn
ba783489f2 changle end of line to windows for some files 2012-07-20 10:55:07 +02:00
Emanuel Schuetze
a885370099 Website: Added support packages. 2012-07-19 14:55:29 +02:00
Emanuel Schuetze
56b5ca64ea Website: Added new donate page. Updated sitemap. 2012-07-18 22:47:02 +02:00
Emanuel Schuetze
7421628da4 Added documentation and faq section. 2012-07-18 22:38:16 +02:00
Emanuel Schuetze
688809c3e5 Added forms. 2012-07-18 21:21:36 +02:00
Emanuel Schuetze
33489522eb Website: Test contact form. 2012-07-18 17:56:41 +02:00
Emanuel Schuetze
dddc327b90 Website: Updated references logo sizes. 2012-07-18 14:19:56 +02:00
Emanuel Schuetze
5521f70289 Website: Add i18n language detection (of browser language) and language 2012-07-18 14:18:32 +02:00
Emanuel Schuetze
68b7a22375 Website: Minor style changes. 2012-07-17 22:58:24 +02:00
Emanuel Schuetze
e4f1729359 Website: Added references icons. Added twitter link. Some style fixes. 2012-07-17 22:56:03 +02:00