Projet

Général

Profil

Statistiques
| Branche: | Révision:

root @ master

# Date Auteur Commentaire
bd7f98a7 08 septembre 2011 15:25 Jérôme Schneider

Fix Ciril plugin for the new release

009bafa7 21 avril 2011 18:43 Jérôme Schneider

Cleanning repository

17223c80 20 juillet 2010 19:00 Jérôme Schneider

Update website for the 1.1.1 release

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@503 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

d03cb81c 20 juillet 2010 18:46 Jérôme Schneider

Tagging release 1.1.1

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@502 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

bf4dc04c 20 juillet 2010 18:30 Jérôme Schneider

Remove non-ASCII characters in the setup.py

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@501 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

3f636f60 20 juillet 2010 18:27 Jérôme Schneider

Update setup.py release and maintainer

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@500 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

bcbb92e3 20 juillet 2010 10:58 Jérôme Schneider

Fix documentation links

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@499 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

f2d1e7cb 20 juillet 2010 10:51 Jérôme Schneider

Update Debian dependencies

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@498 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

ef5f1384 19 juillet 2010 19:10 Jérôme Schneider

Add SAML 2.0 in the features list

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@497 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

9a58d869 19 juillet 2010 19:07 Jérôme Schneider

Update the site for the 1.1 release

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@496 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

fbc553d3 19 juillet 2010 18:43 Jérôme Schneider

Cleaning Debian packaging and removing a useless import

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@495 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

8b0c214b 19 juillet 2010 13:45 Jérôme Schneider

Tagging the 1.1 release of the Larpe project

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@494 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

4c6535d6 19 juillet 2010 13:29 Jérôme Schneider

Larpe 1.1 should be ready * debian/changelog: Add 1.1 release * po/fr.po: Update french translation

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@493 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

051fa160 17 novembre 2009 16:59 Jérôme Schneider

Add manual plugin selection

  • larpe/admin/hosts.ptl: add a field to select a plugin * larpe/plugins/site_authentication_plugins.py: add a method
    which returns the plugins name * po/fr.po: add french translations

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@492 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

975848b0 17 novembre 2009 16:59 Jérôme Schneider

Remove a debug print

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@491 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

439f9006 20 octobre 2009 16:27 Jérôme Schneider

Fix a little bug with the output_filters list overload

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@490 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

3d0cfe25 20 octobre 2009 15:08 Jérôme Schneider

Larpe now manage custom output filters in plugin

  • conf/filters: folder with filter templates * conf/filters/output_ciril_net_rh.py: output filter for Ciril which
    control if the user is authenticate in larpe * larpe/Defaults.py: remove useless OUTPUT_FILTER_BASE parameter...
555be637 12 octobre 2009 17:53 Jérôme Schneider

Use RedirectMatch instead of rewrite rules in apache configuration

  • larpe/admin/apache.py: use RedirectMatch and fix a rules when the
    homepage is redirect to the login page

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@488 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

cae1c5d7 09 octobre 2009 17:50 Jérôme Schneider

ignore_errors must be in the select ...

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@487 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

99532c2f 09 octobre 2009 17:34 Jérôme Schneider

Doesn't raise a KeyError when the serialized user
is corrupted

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@486 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

51c1afbe 02 octobre 2009 18:32 Jérôme Schneider

Fixed apache vhost generation

  • larpe/admin/apache.py: cosmetic changes * larpe/admin/hosts.ptl: initialize apache_python_paths and
    apache_output_python_filters correctly and optimize the code * larpe/site_authentication.ptl: get_filters must return an iterable...
f85cca12 30 septembre 2009 19:02 Jérôme Schneider

Fix logout bug

  • larpe/saml2.ptl: there is not always a cookie attribute in session
    and the recuperation of the user object was wrong

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@484 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

396bcbfe 30 septembre 2009 13:26 Jérôme Schneider

Syntax fix

  • larpe/site_authentication.ptl: bad string syntax

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@483 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

b219c947 30 septembre 2009 12:19 Jérôme Schneider

Bug fixes in logout

  • larpe/saml2.ptl: bad variables name and code cleaning * larpe/site_authentication.ptl: fix bugs in local_logout

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@482 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

dddf6c41 29 septembre 2009 11:25 Benjamin Dauvergne

Fix logout one more time

- larpe/sessions.py:
when expiring a session, remove all data indexed by the providerId
- larpe/site_authentication.py:
allows to give directly the list of cookies to local_logout(), bypass
the fact that cookies are stored in Federation object that are by...
584d05cc 28 septembre 2009 15:25 Benjamin Dauvergne

Fix bug introduced in commit 478

  • larpe/saml2.ptl:
    restore lasso_session_index.

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@480 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

6fc78394 28 septembre 2009 15:25 Benjamin Dauvergne

Upse singleLogout by redirect with sessionIndex usage

  • larpe/saml2.ptl:
    use sessionIndex to find a session when logout by redirect does not
    give the right session.

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@479 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

b54fb9e0 28 septembre 2009 15:19 Benjamin Dauvergne

Use session_index to find session to logout

  • larpe/session.py:
    add two dictionnaries larpe_session_indexes and
    larpe_session_name_identifiers to cache sessionIndex and
    nameIdentifier received from authentication assertion, and use them
    to find session to logout when receiving logout request....
319d6d64 23 septembre 2009 17:09 Jérôme Schneider

Change re options for filters

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@477 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

4d370157 23 septembre 2009 15:33 Jérôme Schneider

Add filters feature for plugins

  • larpe/admin/hosts.ptl: allows to add custom filters * larpe/plugins/site_authentication/ciril_net_rh.py: add logout support
    with a filter

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@476 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

24619804 17 septembre 2009 13:48 Jérôme Schneider

Improve Ciril plugin

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@475 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

08d498e6 17 septembre 2009 13:48 Jérôme Schneider

Fix site authentification plugins management

  • larpe/plugins/site_authentication_plugins.py: New site
    authentification plugin management

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@474 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

033ff593 16 septembre 2009 15:06 Jérôme Schneider

Fix bugs and a security issue

  • admin/hosts.ptl: bad variable name * admin/users.ptl: fix the ctach of the EmailErorr exception * errors.ptl: cast "after_url" to string * sessions.py: fix security issue: session attributtes was shared by
    everybody...
298ab6e5 27 avril 2009 15:02 Benjamin Dauvergne

Do no presume there is at least one host

  • larpe/session.py:
    list can be empty, do not subscript wihtout knowing it's not empty.

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@472 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

e69a4ca8 27 avril 2009 15:02 Benjamin Dauvergne

Add stdandard command line options

  • larpe/ctl/start.py:
    add standard options --http, --data-dir, --app-dir.
    --script-name cannot be used with http.

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@471 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

f612aba8 27 avril 2009 15:02 Benjamin Dauvergne

Adapt to python2.6

  • larpe/__init__.py: * larpe/admin/__init__.py:
    add code to support quixote and python 2.6

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@470 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

5309a31a 09 mars 2009 16:53 dlaniel

removed obsolete debian packaging script

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@469 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

4e795057 09 mars 2009 16:36 dlaniel

merged last fixes from trunk

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@468 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

c11ed6da 09 mars 2009 16:30 dlaniel

updated standards version and depends on shlibs because of larpe-reload-apache2 binary

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@467 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

57748e3b 09 mars 2009 16:29 dlaniel

wrap too long line

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@466 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

1a482efc 09 mars 2009 16:29 dlaniel

removed unused debconf template

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@465 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

e55d327f 09 mars 2009 16:19 dlaniel

removed useless js dir

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@464 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

5f32240f 09 mars 2009 16:18 dlaniel

updated translations line numbers

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@463 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

a18aaa21 09 mars 2009 16:02 dlaniel

removed unused filter dir

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@462 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

4dc72b40 09 mars 2009 15:54 dlaniel

1.0 release

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@461 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

d6e10f18 09 mars 2009 15:50 dlaniel

completed NEWS file and debian changelog

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@460 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

1237f6e7 09 mars 2009 15:49 dlaniel

updated translations line numbers

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@459 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

9829fe77 09 mars 2009 15:45 dlaniel

updated Fedora packaging files

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@458 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

b6061125 09 mars 2009 15:26 dlaniel

use soap_call and SOAPException from qommon

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@457 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

96e8fcf6 09 mars 2009 15:22 dlaniel

removed useless code

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@456 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

20648884 09 mars 2009 15:20 dlaniel

removed useless fixme

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@455 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

b4530a4d 09 mars 2009 15:17 dlaniel

added pylint configuration file

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@454 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

4b5e8d94 09 mars 2009 15:15 dlaniel

fixed some pylint warnings and removed some useless commented code

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@453 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

cdf3fa07 09 mars 2009 13:10 dlaniel

use more methods from qommon

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@452 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

8cb8d21b 09 mars 2009 10:51 dlaniel

updated translations

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@451 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

b9dbd1f7 09 mars 2009 10:32 dlaniel

removed useless comment

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@450 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

5c9e6fe3 04 mars 2009 14:54 dlaniel

fixed saml2 sso on larpe

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@449 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

4e53ed17 04 mars 2009 12:48 dlaniel

subclass Session and SessionManager from qommon

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@448 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

383730f1 04 mars 2009 12:48 dlaniel

cleanup code

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@447 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

64326500 04 mars 2009 12:47 dlaniel

use settings from qommon

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@446 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

ec83ef86 04 mars 2009 09:57 dlaniel

use logger.ptl from qommon

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@445 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

67cdcd39 03 mars 2009 19:33 dlaniel

use html_top from qommon

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@444 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

52425389 03 mars 2009 19:14 dlaniel

allows using html_top form qommon

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@443 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

77309272 03 mars 2009 18:57 dlaniel

don't show user id

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@442 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

c3f70ca5 03 mars 2009 18:14 dlaniel

use storage from qommon

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@441 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

39653e7d 03 mars 2009 18:01 dlaniel

use cfg_submit from qommon

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@440 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

699733fb 03 mars 2009 16:59 dlaniel

subclass emails directory from qommon

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@439 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

7c90c495 03 mars 2009 16:34 dlaniel

added debug options and logging

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@438 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

b00fd57a 03 mars 2009 15:05 dlaniel

also send an authentication request with bad credentials to check not all requests seem sucessful

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@437 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

d65c4a3c 03 mars 2009 11:28 dlaniel

don't import wildcard

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@436 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

27302b33 03 mars 2009 11:27 dlaniel

fixed subtitles

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@435 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

8b202dcf 03 mars 2009 11:26 dlaniel

fixed wizard titles and breadcrumb

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@434 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

67439db2 02 mars 2009 17:28 dlaniel

just import qommon instead of larpe.qommon

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@433 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

66d6768a 02 mars 2009 17:18 dlaniel

simplified metadata screen, not talking about service provider if not necessary

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@432 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

41a7abb7 02 mars 2009 16:13 dlaniel

fixed menu items according to new change in qommon

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@431 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

6375d839 02 mars 2009 16:04 dlaniel

added a back link in error_page

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@430 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

65474bf9 26 février 2009 18:56 dlaniel

translations update

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@429 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

79350a96 26 février 2009 18:56 dlaniel

rewrote some html code to ease translations

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@428 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

1c9786b0 26 février 2009 17:30 dlaniel

simplified menu.ptl using more code from qommon

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@427 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

10d070f2 26 février 2009 17:29 dlaniel

fixed menu definition according to change in qommon

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@426 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

bff2fff5 26 février 2009 17:29 dlaniel

use error_page from menu.ptl

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@425 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

48389b35 25 février 2009 18:23 dlaniel

changed get_web_root_url according to change in qommon

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@424 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

e67301cf 25 février 2009 17:54 dlaniel

fixed WEB_ROOT

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@423 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

66163041 21 janvier 2009 19:23 dlaniel

removed old host configuration and replace it with the configuration assistant

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@422 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

71d1b711 21 janvier 2009 15:51 dlaniel

fixed access to larpe administration and SLO with SAML 2.0

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@421 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

b8637af0 20 janvier 2009 17:48 dlaniel

updated distribution files

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@420 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

fbe9db4d 20 janvier 2009 17:47 dlaniel

translation update

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@419 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

724d0da6 20 janvier 2009 16:08 dlaniel

use quotes instead of double quotes

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@418 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

f2073cd6 20 janvier 2009 16:05 dlaniel

externalise file paths to make them configurable

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@417 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

06c8d93c 20 janvier 2009 15:40 dlaniel

fixed RPM dependencies

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@416 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

887efe00 20 janvier 2009 15:39 dlaniel

fixed generated apache python filters

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@415 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

ccb6f45b 19 janvier 2009 19:21 dlaniel

updated and fixed various distribution settings

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@414 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

f7c2af73 15 janvier 2009 10:54 dlaniel

removed trailing whitespaces

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@413 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

c851e1b0 15 janvier 2009 10:53 dlaniel

added fedora rpm configuration

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@412 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

50ac98ba 15 janvier 2009 10:53 dlaniel

fixed distribution files

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@411 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

5207bf8c 15 janvier 2009 10:43 dlaniel

added 'legacy' comment

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@410 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

ee8f5315 15 janvier 2009 10:35 dlaniel

updated the list of some tested sites

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@409 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

9150befc 13 janvier 2009 15:21 dlaniel

moved larpe-reload-apache2-script to debian directory because it includes a debian-specific path of apache

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@408 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

00f8d153 13 janvier 2009 15:20 dlaniel

updated translations

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@407 3ed937ae-f919-0410-9a43-8e6f19e4ba6e

06fb4748 13 janvier 2009 15:15 dlaniel

updated translations

git-svn-id: svn+ssh://labs.libre-entreprise.org/svnroot/larpe@406 3ed937ae-f919-0410-9a43-8e6f19e4ba6e