platal.git
10 years agoRelease of plat/al 1.1.10 xorg/1.1.10
Raphaël Barrois [Sun, 8 Dec 2013 17:48:12 +0000 (18:48 +0100)]
Release of plat/al 1.1.10

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
10 years agoUpdate core
Raphaël Barrois [Sun, 8 Dec 2013 17:47:28 +0000 (18:47 +0100)]
Update core

10 years agoUpdate ChangeLog
Raphaël Barrois [Sun, 8 Dec 2013 17:42:02 +0000 (18:42 +0100)]
Update ChangeLog

10 years agoUpdate 'welcome to group' email
Raphaël Barrois [Sun, 8 Dec 2013 14:29:31 +0000 (15:29 +0100)]
Update 'welcome to group' email

10 years agoChange icon for moderation.
Thomas Minvielle [Wed, 4 Dec 2013 08:43:09 +0000 (09:43 +0100)]
Change icon for moderation.

10 years agoAdd user notification when added to xnetgrp by animator.
Anne Limoges [Fri, 29 Nov 2013 15:23:59 +0000 (16:23 +0100)]
Add user notification when added to xnetgrp by animator.

10 years agoTypo.
Anne Limoges [Mon, 2 Dec 2013 21:02:20 +0000 (22:02 +0100)]
Typo.

10 years agoFix MapView/AddressesView for UserSet.
Raphaël Barrois [Fri, 29 Nov 2013 20:01:40 +0000 (21:01 +0100)]
Fix MapView/AddressesView for UserSet.

10 years agoImproves wording.
Thomas Minvielle [Fri, 29 Nov 2013 17:51:05 +0000 (18:51 +0100)]
Improves wording.

10 years agoAdd signature display in default NL.
Anne Limoges [Tue, 26 Nov 2013 09:54:16 +0000 (10:54 +0100)]
Add signature display in default NL.

10 years agoFix link in newpayment mail.
Anne Limoges [Mon, 25 Nov 2013 21:43:15 +0000 (22:43 +0100)]
Fix link in newpayment mail.

10 years agoTry to improve the performance of end-of-month session cleanup.
Raphaël Barrois [Mon, 25 Nov 2013 00:32:12 +0000 (01:32 +0100)]
Try to improve the performance of end-of-month session cleanup.

10 years agoMerge branch 'xorg/maint'
Nicolas Iooss [Sun, 24 Nov 2013 15:48:40 +0000 (16:48 +0100)]
Merge branch 'xorg/maint'

10 years agoNL bounces: adjust filters by learning from a message which reached the catchall...
Nicolas Iooss [Sat, 9 Nov 2013 20:40:11 +0000 (21:40 +0100)]
NL bounces: adjust filters by learning from a message which reached the catchall mbox

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoNL bounces: introduce a findAddressInWeirdDeliveryStatus function to process weird...
Nicolas Iooss [Sat, 9 Nov 2013 20:25:43 +0000 (21:25 +0100)]
NL bounces: introduce a findAddressInWeirdDeliveryStatus function to process weird bounces

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoNL bounces: newsletter-externes@polytechnique.org bouncing address changed after...
Nicolas Iooss [Sat, 9 Nov 2013 19:42:27 +0000 (20:42 +0100)]
NL bounces: newsletter-externes@polytechnique.org bouncing address changed after mailman update

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoNL bounces: add some message hints
Nicolas Iooss [Sat, 9 Nov 2013 19:41:44 +0000 (20:41 +0100)]
NL bounces: add some message hints

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoFix broken emails admin page : profile ID != user ID
Nicolas Iooss [Sun, 24 Nov 2013 15:34:18 +0000 (16:34 +0100)]
Fix broken emails admin page : profile ID != user ID

Fetch User and Profile for each broken address and use these objects instead
of calling Profile::get() with $uid.

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoFix sort_name and display_name inversion.
Anne Limoges [Wed, 20 Nov 2013 13:56:45 +0000 (14:56 +0100)]
Fix sort_name and display_name inversion.

10 years agoFix null pointer dereference when sending a mail to validate the subscription to...
Nicolas Iooss [Wed, 6 Nov 2013 22:49:17 +0000 (23:49 +0100)]
Fix null pointer dereference when sending a mail to validate the subscription to a group

Fix this error: PHP Fatal error:  Call to a member function bestEmail() on a non-object

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoAutomatically disables the 'send mail' function when reaching 1000 members.
Thomas Minvielle [Sun, 3 Nov 2013 10:13:36 +0000 (11:13 +0100)]
Automatically disables the 'send mail' function when reaching 1000 members.

10 years agoMerge branch 'xorg/maint'
Nicolas Iooss [Sun, 3 Nov 2013 17:51:27 +0000 (18:51 +0100)]
Merge branch 'xorg/maint'

10 years agoFix Javascript ReferenceError by using target=_blank instead of popup() in a link
Nicolas Iooss [Sun, 3 Nov 2013 17:45:51 +0000 (18:45 +0100)]
Fix Javascript ReferenceError by using target=_blank instead of popup() in a link

Fix following reported Javascript error when clicking on the education link
present in search results: "Uncaught ReferenceError: popup is not defined"

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoFix Javascript exception by adding invisible elements
Nicolas Iooss [Sun, 3 Nov 2013 17:00:07 +0000 (18:00 +0100)]
Fix Javascript exception by adding invisible elements

_selectAll('to_contacts') and _selectAll('cc_contacts') were raising:
"TypeError: Cannot read property 'length' of null"
Add missing <select> elements until the code is rewritten to take care of this
situation.

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoFix href value with void(0) instead of return false
Nicolas Iooss [Sun, 3 Nov 2013 16:16:48 +0000 (17:16 +0100)]
Fix href value with void(0) instead of return false

Chrome was raising this Javascript error:
"Uncaught SyntaxError: Illegal return statement"

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoFix fatal error because var_export doesn't handle circular dependency.
Nicolas Iooss [Sat, 2 Nov 2013 19:47:08 +0000 (20:47 +0100)]
Fix fatal error because var_export doesn't handle circular dependency.

In logs there were lines such as:
PHP Fatal error:  Nesting level too deep - recursive dependency? in /home/web/prod/platal/include/security.inc.php on line 108, referer: https://www.polytechnique.org/register

More information can be found at:
- http://stackoverflow.com/questions/12488661/is-it-possible-to-list-out-all-the-global-variables-in-php
- http://php.net/manual/fr/function.var-export.php (in the comments)

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoFix class autoloading to find DirEnumeration class.
Nicolas Iooss [Fri, 1 Nov 2013 11:42:44 +0000 (12:42 +0100)]
Fix class autoloading to find DirEnumeration class.

Fix following bug:
PHP Fatal error:  Class 'DirEnumeration' not found in /home/web/prod/platal/modules/search.php on line 300, referer: https://www.polytechnique.org/search/adv

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoRemove call-time pass-by-reference code which produces fatal error with PHP>=5.4
Nicolas Iooss [Thu, 31 Oct 2013 10:26:53 +0000 (11:26 +0100)]
Remove call-time pass-by-reference code which produces fatal error with PHP>=5.4

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoReplace deprecated ereg() by preg_match()
Anne Limoges [Sun, 3 Nov 2013 08:59:47 +0000 (09:59 +0100)]
Replace deprecated ereg() by preg_match()

10 years agoAdd missing quotes in some templates
Nicolas Iooss [Sat, 2 Nov 2013 19:56:22 +0000 (20:56 +0100)]
Add missing quotes in some templates

Smarty/PHP was complaing with messages like "Notice: Use of undefined constant right - assumed 'right'"

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoFix fatal error because var_export doesn't handle circular dependency.
Nicolas Iooss [Sat, 2 Nov 2013 19:47:08 +0000 (20:47 +0100)]
Fix fatal error because var_export doesn't handle circular dependency.

In logs there were lines such as:
PHP Fatal error:  Nesting level too deep - recursive dependency? in /home/web/prod/platal/include/security.inc.php on line 108, referer: https://www.polytechnique.org/register

More information can be found at:
- http://stackoverflow.com/questions/12488661/is-it-possible-to-list-out-all-the-global-variables-in-php
- http://php.net/manual/fr/function.var-export.php (in the comments)

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoFix xnetevents.
Anne Limoges [Sat, 2 Nov 2013 17:41:15 +0000 (18:41 +0100)]
Fix xnetevents.

10 years agoFix class autoloading to find DirEnumeration class.
Nicolas Iooss [Fri, 1 Nov 2013 11:42:44 +0000 (12:42 +0100)]
Fix class autoloading to find DirEnumeration class.

Fix following bug:
PHP Fatal error:  Class 'DirEnumeration' not found in /home/web/prod/platal/modules/search.php on line 300, referer: https://www.polytechnique.org/search/adv

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoRemove call-time pass-by-reference code which produces fatal error with PHP>=5.4
Nicolas Iooss [Thu, 31 Oct 2013 10:26:53 +0000 (11:26 +0100)]
Remove call-time pass-by-reference code which produces fatal error with PHP>=5.4

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoupdate core.
Raphaël Barrois [Tue, 15 Oct 2013 21:08:43 +0000 (23:08 +0200)]
update core.

10 years agoGet ready for next version
Raphaël Barrois [Tue, 15 Oct 2013 21:03:25 +0000 (23:03 +0200)]
Get ready for next version

10 years agoRelease of plat/al 1.1.9 xorg/1.1.9
Raphaël Barrois [Tue, 15 Oct 2013 20:59:47 +0000 (22:59 +0200)]
Release of plat/al 1.1.9

10 years agoTypo
Aurélien LAJOIE [Tue, 15 Oct 2013 14:28:13 +0000 (16:28 +0200)]
Typo

10 years agoFind corps field in profile educations when processing broken emails.
Nicolas Iooss [Mon, 14 Oct 2013 17:19:36 +0000 (19:19 +0200)]
Find corps field in profile educations when processing broken emails.

The process of the borken emails produces a CSV file with a "corps" field to help finding a working email address.
As $profile->getCorps() is often empty, this field can be field with the corps education found in $profile->getExtraEducations(), if it exists.

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoAdd missing parameter in an UserFilter::addEducationFilter call
Nicolas Iooss [Sun, 13 Oct 2013 20:50:16 +0000 (22:50 +0200)]
Add missing parameter in an UserFilter::addEducationFilter call

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoNL bounces: try findAddressInPlainBounce if findAddressInBounce fails because the...
Nicolas Iooss [Sat, 12 Oct 2013 10:46:52 +0000 (12:46 +0200)]
NL bounces: try findAddressInPlainBounce if findAddressInBounce fails because the bounce does not include a message/delivery-status part

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoNL bounces: add known subjects and messages in findAddressInPlainBounce
Nicolas Iooss [Sat, 12 Oct 2013 10:45:36 +0000 (12:45 +0200)]
NL bounces: add known subjects and messages in findAddressInPlainBounce

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoNL bounces: add ALTOSPAM detection
Nicolas Iooss [Sat, 12 Oct 2013 10:43:39 +0000 (12:43 +0200)]
NL bounces: add ALTOSPAM detection

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoNL bounces: add AutoRe pattern in Out-of-Office detection
Nicolas Iooss [Sat, 12 Oct 2013 09:58:53 +0000 (11:58 +0200)]
NL bounces: add AutoRe pattern in Out-of-Office detection

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoUpdate Changelog
Anne Limoges [Mon, 14 Oct 2013 10:10:58 +0000 (12:10 +0200)]
Update Changelog

10 years agoFix payment commission.
Anne Limoges [Sun, 6 Oct 2013 19:11:42 +0000 (21:11 +0200)]
Fix payment commission.

10 years agoNL bounces: add another case to DSN filter
Nicolas Iooss [Tue, 20 Aug 2013 17:01:37 +0000 (19:01 +0200)]
NL bounces: add another case to DSN filter

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoNL bounces: accept final-recipient starting with LOCAL; in findAddressInBounce
Nicolas Iooss [Tue, 20 Aug 2013 11:47:46 +0000 (13:47 +0200)]
NL bounces: accept final-recipient starting with LOCAL; in findAddressInBounce

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoNL bounces: improve findAddressInBounce by adding new diagnostic codes
Nicolas Iooss [Tue, 20 Aug 2013 09:08:41 +0000 (11:08 +0200)]
NL bounces: improve findAddressInBounce by adding new diagnostic codes

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoNL bounces: improve DeliveryStatusNotificationFilter with two new DSN types
Nicolas Iooss [Sun, 21 Jul 2013 19:59:08 +0000 (21:59 +0200)]
NL bounces: improve DeliveryStatusNotificationFilter with two new DSN types

DSN reports can now be attached in multipart/mixed messages.
Plain text reports are also parsed.

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoNL bounces: improve Out-of-Office detection
Nicolas Iooss [Sun, 21 Jul 2013 19:58:25 +0000 (21:58 +0200)]
NL bounces: improve Out-of-Office detection

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoNL bounces: fix findAddressInBounce()
Nicolas Iooss [Sun, 21 Jul 2013 19:57:22 +0000 (21:57 +0200)]
NL bounces: fix findAddressInBounce()

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
10 years agoFixes the xnet links in the Groupe X section on the public profile.
Thomas Minvielle [Mon, 12 Aug 2013 08:53:37 +0000 (10:53 +0200)]
Fixes the xnet links in the Groupe X section on the public profile.

10 years agoFix profile deletion.
Anne Limoges [Mon, 16 Sep 2013 19:10:41 +0000 (21:10 +0200)]
Fix profile deletion.

10 years agoAdds job infos in xnetgroup csv.
Anne Limoges [Mon, 2 Sep 2013 12:42:35 +0000 (14:42 +0200)]
Adds job infos in xnetgroup csv.

10 years agoDoesn't show twice the virtuel alias when it is public and best email.
Thomas Minvielle [Thu, 25 Jul 2013 07:23:17 +0000 (09:23 +0200)]
Doesn't show twice the virtuel alias when it is public and best email.

10 years agoImprovement.
Thomas Minvielle [Wed, 10 Jul 2013 13:03:23 +0000 (15:03 +0200)]
Improvement.

10 years agoRemoves the dead from the map.
Thomas Minvielle [Tue, 9 Jul 2013 20:54:56 +0000 (22:54 +0200)]
Removes the dead from the map.

10 years agoRemoves the dead from the map.
Thomas Minvielle [Tue, 9 Jul 2013 19:22:49 +0000 (21:22 +0200)]
Removes the dead from the map.

10 years agoChange icon for moderation.
Thomas Minvielle [Wed, 26 Jun 2013 08:21:49 +0000 (10:21 +0200)]
Change icon for moderation.

10 years agoGives the number of participants even for simple xnetevents.
Anne Limoges [Wed, 26 Jun 2013 08:15:42 +0000 (10:15 +0200)]
Gives the number of participants even for simple xnetevents.

10 years agoWording.
Thomas Minvielle [Sat, 9 Mar 2013 21:48:46 +0000 (22:48 +0100)]
Wording.

10 years agoForce a name on default sub-event
Anne Limoges [Mon, 24 Jun 2013 05:53:30 +0000 (07:53 +0200)]
Force a name on default sub-event

10 years agoMerge remote-tracking branch 'origin/xorg/maint' into xorg/master
Florent Bruneau [Mon, 17 Jun 2013 07:53:51 +0000 (09:53 +0200)]
Merge remote-tracking branch 'origin/xorg/maint' into xorg/master

10 years agoxnetevents: fix user count in event administration page.
Florent Bruneau [Sun, 16 Jun 2013 19:17:37 +0000 (21:17 +0200)]
xnetevents: fix user count in event administration page.

There were several issues:
* the number of registered users was never displayed even if the phrasing
  suggested it.
* the number of lines in the 'all' view was broken because it contained
  the sum all the number of lines of all the 'moments' independently (as a
  consequence, the number of pages was always over-estimated).

Closes: #1655
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
10 years agoChanges AX NL header
Pierre-Etienne Marx [Fri, 31 May 2013 21:48:14 +0000 (23:48 +0200)]
Changes AX NL header

10 years agoChanges the default newsletter response adress for AX group
Pierre-Etienne Marx [Thu, 30 May 2013 20:22:25 +0000 (22:22 +0200)]
Changes the default newsletter response adress for AX group

10 years agoMerge branch 'xorg/maint' into xorg/master
Stéphane Jacob [Sun, 26 May 2013 14:26:16 +0000 (16:26 +0200)]
Merge branch 'xorg/maint' into xorg/master

10 years agoAdds TODOs to fix homonym robot.
Stéphane Jacob [Mon, 13 Aug 2012 12:27:14 +0000 (14:27 +0200)]
Adds TODOs to fix homonym robot.

Signed-off-by: Stéphane Jacob <sj@m4x.org>
10 years agoImprove newsletter.bounces.processor.py:
Nicolas Iooss [Sat, 18 May 2013 20:23:33 +0000 (22:23 +0200)]
Improve newsletter.bounces.processor.py:

* Make it Python 3.3 complient
* Fix and add some filters for Out Of Office messages detection
* Fix findSubject charset encoding exceptions

Signed-off-by: Nicolas Iooss <nicolas.iooss_git@polytechnique.org>
11 years agoFix issues in payment code.
Raphaël Barrois [Wed, 15 May 2013 23:23:26 +0000 (01:23 +0200)]
Fix issues in payment code.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
11 years agoRelease of plat/al 1.1.8 xorg/1.1.8
Raphaël Barrois [Wed, 15 May 2013 19:42:33 +0000 (21:42 +0200)]
Release of plat/al 1.1.8

11 years agoSwitch to core/1.1.10
Raphaël Barrois [Wed, 15 May 2013 23:16:34 +0000 (01:16 +0200)]
Switch to core/1.1.10

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
11 years agoAdd timers to compliance.php
Raphaël Barrois [Wed, 15 May 2013 19:40:01 +0000 (21:40 +0200)]
Add timers to compliance.php

11 years agoFix bug on paypal returns.
Anne Limoges [Tue, 14 May 2013 16:26:14 +0000 (18:26 +0200)]
Fix bug on paypal returns.

11 years agoxnetgrp: Disable 'send emails' for new groups.
Raphaël Barrois [Wed, 24 Apr 2013 22:30:47 +0000 (00:30 +0200)]
xnetgrp: Disable 'send emails' for new groups.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
11 years agoStops spamming br@ with automatic mails.
Florent Bruneau [Wed, 24 Apr 2013 06:39:04 +0000 (08:39 +0200)]
Stops spamming br@ with automatic mails.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
11 years agoxnetgrp: Allow disabling batch emails for a group.
Raphaël Barrois [Tue, 23 Apr 2013 23:06:30 +0000 (01:06 +0200)]
xnetgrp: Allow disabling batch emails for a group.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
11 years agogroups: Add footer to xnet-sent emails.
Raphaël Barrois [Tue, 23 Apr 2013 22:54:16 +0000 (00:54 +0200)]
groups: Add footer to xnet-sent emails.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
11 years agoRemoves check on Xorg NL validation to always send text, adds text sending to events...
Pierre-Etienne Marx [Mon, 8 Apr 2013 09:55:06 +0000 (11:55 +0200)]
Removes check on Xorg NL validation to always send text, adds text sending to events validation.

11 years agoAdd support for JS error reporting to Sentry.
Raphaël Barrois [Fri, 5 Apr 2013 21:43:49 +0000 (23:43 +0200)]
Add support for JS error reporting to Sentry.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
11 years agoAdd (optional) raven error handler.
Raphaël Barrois [Fri, 5 Apr 2013 21:24:43 +0000 (23:24 +0200)]
Add (optional) raven error handler.

11 years agoClean bankaccounts for payment transfers.
Anne Limoges [Tue, 19 Mar 2013 09:14:36 +0000 (10:14 +0100)]
Clean bankaccounts for payment transfers.

11 years agoMerge xorg/maint into xorg/master.
Raphaël Barrois [Sun, 24 Mar 2013 18:25:26 +0000 (19:25 +0100)]
Merge xorg/maint into xorg/master.

11 years agoFix MailingList BOGO options.
Raphaël Barrois [Sun, 24 Mar 2013 18:25:00 +0000 (19:25 +0100)]
Fix MailingList BOGO options.

11 years agoBugfix : allows survey creator to see partial results.
Anne Limoges [Tue, 19 Mar 2013 09:14:36 +0000 (10:14 +0100)]
Bugfix : allows survey creator to see partial results.

11 years agoWording.
Anne Limoges [Sat, 9 Mar 2013 21:41:51 +0000 (22:41 +0100)]
Wording.

11 years agoTypo.
Thomas Minvielle [Fri, 8 Mar 2013 19:56:01 +0000 (20:56 +0100)]
Typo.

11 years agoNew front image for AX Letter.
Thomas Minvielle [Thu, 16 Feb 2012 16:42:19 +0000 (17:42 +0100)]
New front image for AX Letter.

11 years agoFix emails/send JS for users without contacts.
Raphaël Barrois [Sat, 2 Mar 2013 17:26:29 +0000 (18:26 +0100)]
Fix emails/send JS for users without contacts.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
11 years agoFixes payment transactions addition
Anne Limoges [Sat, 2 Mar 2013 09:16:30 +0000 (10:16 +0100)]
Fixes payment transactions addition

11 years agoDon't notify birthday of dead people.
Raphaël Barrois [Sun, 24 Feb 2013 23:24:08 +0000 (00:24 +0100)]
Don't notify birthday of dead people.

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
11 years agoMerge xorg/maint into master.
Raphaël Barrois [Mon, 18 Feb 2013 22:12:03 +0000 (23:12 +0100)]
Merge xorg/maint into master.

11 years agoAdd upgrade scripts
Raphaël Barrois [Mon, 18 Feb 2013 22:11:33 +0000 (23:11 +0100)]
Add upgrade scripts

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
11 years agoGet ready for next version
Raphaël Barrois [Mon, 18 Feb 2013 21:29:44 +0000 (22:29 +0100)]
Get ready for next version

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
11 years agoRelease of plat/al 1.1.7 xorg/1.1.7
Raphaël Barrois [Mon, 18 Feb 2013 21:28:40 +0000 (22:28 +0100)]
Release of plat/al 1.1.7

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
11 years agoSwitch to core v1.1.9
Raphaël Barrois [Mon, 18 Feb 2013 21:27:36 +0000 (22:27 +0100)]
Switch to core v1.1.9

Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
11 years agoTypo.
Anne Limoges [Mon, 18 Feb 2013 16:53:49 +0000 (17:53 +0100)]
Typo.

11 years agoUpdates core.
Anne Limoges [Mon, 18 Feb 2013 09:16:42 +0000 (10:16 +0100)]
Updates core.

11 years agoAdds possibility to review add payment transactions.
Anne Limoges [Wed, 13 Feb 2013 15:30:43 +0000 (16:30 +0100)]
Adds possibility to review add payment transactions.