Commit Graph

119 Commits

Author SHA1 Message Date
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