platal.git
16 years agoAuto-redirects HTML pages to HTTPS
x2003bruneau [Sun, 19 Aug 2007 09:35:54 +0000 (09:35 +0000)]
Auto-redirects HTML pages to HTTPS

 ChangeLog              |    3 +++
 Makefile               |    4 +++-
 classes/platal.php     |   14 +++++++++-----
 classes/plmodule.php   |    3 ++-
 classes/plwizard.php   |   15 +++++++++------
 classes/xnet.php       |    1 +
 htdocs/webredirect.php |   12 ++++++++----
 include/platal.inc.php |    1 +
 modules/bandeau.php    |    6 +++---
 modules/carnet.php     |    8 ++++----
 modules/events.php     |    2 +-
 modules/lists.php      |    2 +-
 modules/profile.php    |    2 +-
 modules/xnetevents.php |    4 ++--
 modules/xnetgrp.php    |    4 ++--
 15 files changed, 50 insertions(+), 31 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1921 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoExtends the suggested time range for event submission to 60
x2003bruneau [Fri, 17 Aug 2007 20:16:56 +0000 (20:16 +0000)]
Extends the suggested time range for event submission to 60
days (was 30 days long)

 form.tpl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1920 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoFix encoding of the date in carnet RSS
x2003bruneau [Fri, 17 Aug 2007 19:58:18 +0000 (19:58 +0000)]
Fix encoding of the date in carnet RSS

 rss.tpl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1919 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoMore explicit message for user when limiting number of moderation actions. Florent...
x2004lefloch [Wed, 15 Aug 2007 21:20:47 +0000 (21:20 +0000)]
More explicit message for user when limiting number of moderation actions. Florent, you can merge if you think it is better :)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1917 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoAdd a hard coded limit of 10 mail moderation at a time
x2003bruneau [Wed, 15 Aug 2007 21:02:29 +0000 (21:02 +0000)]
Add a hard coded limit of 10 mail moderation at a time

 lists.php |    5 +++++
 1 file changed, 5 insertions(+)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1915 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoSmall look improvement
x2003bruneau [Wed, 15 Aug 2007 16:24:12 +0000 (16:24 +0000)]
Small look improvement

 mescontacts.tpl |   25 +++++++++++++++++++------
 1 file changed, 19 insertions(+), 6 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1914 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoCloses #682: Add search in contact list
x2003bruneau [Wed, 15 Aug 2007 14:55:29 +0000 (14:55 +0000)]
Closes #682: Add search in contact list
Fix issues with string encoding in backtrace

 ChangeLog                              |    3 +++
 classes/plbacktrace.php                |   13 +++++++++----
 classes/plset.php                      |    1 -
 htdocs/css/default.css                 |    2 +-
 htdocs/css/keynote.css                 |    2 +-
 include/userset.inc.php                |   17 ++++++++++++++---
 modules/carnet.php                     |   11 ++++++++++-
 modules/search/classes.inc.php         |    1 +
 templates/carnet/mescontacts.tpl       |   15 ++++++++++++++-
 templates/core/plset.tpl               |    2 +-
 templates/skin/common.title.header.tpl |    2 +-
 11 files changed, 55 insertions(+), 14 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1913 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years ago- Refresh user index at registration
x2003bruneau [Tue, 14 Aug 2007 22:58:48 +0000 (22:58 +0000)]
- Refresh user index at registration
- Add a new PlWizard structure designed to build multipage
  forms or multistep forms. I aim at using this for:
    * registration
    * profile edition
    * xnet events creation and subscription

 register.php |    3 +++
 1 file changed, 3 insertions(+)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1912 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoClose #708: Title of profile
x2003bruneau [Thu, 9 Aug 2007 18:40:34 +0000 (18:40 +0000)]
Close #708: Title of profile

 ChangeLog           |    1 +
 modules/profile.php |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1911 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoFix personnalised marketing, and improve the mail's contents
x2004jacob [Wed, 8 Aug 2007 00:16:03 +0000 (00:16 +0000)]
Fix personnalised marketing, and improve the mail's contents

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1910 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoFix Delay between marketing attempts on same adress : the delay is now 30 days.
x2004lefloch [Mon, 6 Aug 2007 14:24:35 +0000 (14:24 +0000)]
Fix Delay between marketing attempts on same adress : the delay is now 30 days.

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1909 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agocharset html header
x2004jacob [Mon, 6 Aug 2007 12:35:06 +0000 (12:35 +0000)]
charset html header

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1908 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoFix undefined vars. in modules/marketing.php, check why $emails was used instead...
x2004lefloch [Mon, 6 Aug 2007 12:11:16 +0000 (12:11 +0000)]
Fix undefined vars. in modules/marketing.php, check why $emails was used instead of $email

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1907 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoClose #693: Fix "(X1234, Mines, )" empty education
x2003bruneau [Sun, 5 Aug 2007 19:42:21 +0000 (19:42 +0000)]
Close #693: Fix "(X1234, Mines, )" empty education
description

 ChangeLog                       |    5 +++++
 include/applis.func.inc.php     |   31 +++++++++++++++++--------------
 templates/include/minifiche.tpl |    4 ++--
 3 files changed, 24 insertions(+), 16 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1906 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoFix FS#703 - Using '+' in email redirections now works as expected. The problem was...
x2004lefloch [Sun, 5 Aug 2007 17:06:29 +0000 (17:06 +0000)]
Fix FS#703 - Using '+' in email redirections now works as expected. The problem was caused by a double urldecode, done outside of the PHP code, which means the fix is an inelegant hack.

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1905 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoFix rewrite
x2003bruneau [Sun, 5 Aug 2007 15:47:06 +0000 (15:47 +0000)]
Fix rewrite

 redirect.tpl |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1904 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoFix error in previous commit : use # and not @
x2004lefloch [Sun, 5 Aug 2007 15:17:48 +0000 (15:17 +0000)]
Fix error in previous commit : use # and not @

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1903 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoFix smarty access to a global variable
x2004lefloch [Sun, 5 Aug 2007 15:13:16 +0000 (15:13 +0000)]
Fix smarty access to a global variable

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1902 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoClose #698: Fix member/new ajax
x2003bruneau [Sun, 5 Aug 2007 14:58:26 +0000 (14:58 +0000)]
Close #698: Fix member/new ajax

 ChangeLog           |    5 +++--
 modules/xnetgrp.php |    4 +++-
 2 files changed, 6 insertions(+), 3 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1901 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoClose #696: Fix member count (Yes, I wanted rev1900)
x2003bruneau [Sun, 5 Aug 2007 14:39:57 +0000 (14:39 +0000)]
Close #696: Fix member count (Yes, I wanted rev1900)

 ChangeLog           |    3 +++
 modules/xnetgrp.php |    2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1900 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agos/globals\(->\|\.\)mails/globals\1mail/g
x2003bruneau [Sun, 5 Aug 2007 14:15:37 +0000 (14:15 +0000)]
s/globals\(->\|\.\)mails/globals\1mail/g

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1899 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoDefault skin can be specified in the configuration file.
x2003bruneau [Sun, 5 Aug 2007 13:04:40 +0000 (13:04 +0000)]
Default skin can be specified in the configuration file.
skin = external/default skin
register_skin = skin for registration (ligth version of the
default skin)

 configs/platal.ini         |    3 +++
 include/globals.inc.php.in |    4 ++++
 include/xorg.inc.php       |    4 ++--
 3 files changed, 9 insertions(+), 2 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1898 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoRemove most references to @polytechnique.org email adresses.
x2003bruneau [Sun, 5 Aug 2007 10:32:21 +0000 (10:32 +0000)]
Remove most references to @polytechnique.org email adresses.

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1897 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agotypo pour les 3 premiers, pbs accents dans les URL pour le wiki pour les 3 derniers
x2004jacob [Sat, 4 Aug 2007 19:35:18 +0000 (19:35 +0000)]
typo pour les 3 premiers, pbs accents dans les URL pour le wiki pour les 3 derniers

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1895 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agotypo
x2004jacob [Thu, 2 Aug 2007 00:23:51 +0000 (00:23 +0000)]
typo

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1894 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agotypos
x2004jacob [Thu, 2 Aug 2007 00:14:38 +0000 (00:14 +0000)]
typos

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1893 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoUse PlUpload on the spam submission form
x2003bruneau [Wed, 1 Aug 2007 20:00:32 +0000 (20:00 +0000)]
Use PlUpload on the spam submission form
-> rename the file to "(non)?spam.mail" in order to avoid the
".com" attachment prohibition

 email.php |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1892 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agotypos
x2004jacob [Wed, 1 Aug 2007 10:53:39 +0000 (10:53 +0000)]
typos

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1891 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoSome uncommitted work I made before being away.
x2003bruneau [Sat, 28 Jul 2007 20:05:22 +0000 (20:05 +0000)]
Some uncommitted work I made before being away.
-> many fixes on the geoloc behaviour
-> initial work on search into contacts

 ChangeLog                           |    1 +
 classes/plset.php                   |    5 ++++-
 include/userset.inc.php             |   23 +++++++++++------------
 modules/carnet.php                  |   23 ++++++++++++++++++-----
 modules/search.php                  |    4 ++--
 modules/search/classes.inc.php      |   15 +++++++++++++--
 modules/search/search.inc.php       |    5 +++--
 templates/include/plview.geoloc.tpl |   31 ++++++++++++++-----------------
 8 files changed, 66 insertions(+), 41 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1890 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agotypos
x2004jacob [Tue, 24 Jul 2007 14:14:05 +0000 (14:14 +0000)]
typos

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1889 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agotypos
x2004jacob [Tue, 24 Jul 2007 14:13:42 +0000 (14:13 +0000)]
typos

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1888 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoFix FS#697 - Require user to be logged in in order to see non-public geography and...
x2004lefloch [Fri, 20 Jul 2007 18:52:41 +0000 (18:52 +0000)]
Fix FS#697 - Require user to be logged in in order to see non-public geography and profession information in quicksearch module

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1887 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoAdd a for attribute to a label in the password prompt template
x2004lefloch [Fri, 20 Jul 2007 18:09:22 +0000 (18:09 +0000)]
Add a for attribute to a label in the password prompt template

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1886 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoUse $forlife instead of $email for the redirection target, because the user input...
x2004lefloch [Fri, 20 Jul 2007 14:51:55 +0000 (14:51 +0000)]
Use $forlife instead of $email for the redirection target, because the user input can have errors (spaces, for instance), which may have been corrected automatically when searching for the forlife alias.

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1885 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoClarification of the AX-synchronisation explanatory message (was extremely ambiguous)
x2004lefloch [Mon, 16 Jul 2007 19:28:39 +0000 (19:28 +0000)]
Clarification of the AX-synchronisation explanatory message (was extremely ambiguous)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1884 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoValidation cron mail improvement : handle plurals gracefuly
x2004lefloch [Tue, 10 Jul 2007 22:57:30 +0000 (22:57 +0000)]
Validation cron mail improvement : handle plurals gracefuly

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1883 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoFix minor typos
x2004lefloch [Mon, 9 Jul 2007 08:57:18 +0000 (08:57 +0000)]
Fix minor typos

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1882 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoIndicate that starting over regenerates a new link
x2004lefloch [Fri, 6 Jul 2007 09:14:01 +0000 (09:14 +0000)]
Indicate that starting over regenerates a new link

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1881 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoCorrect typos
x2004lefloch [Fri, 6 Jul 2007 08:48:50 +0000 (08:48 +0000)]
Correct typos

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1880 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoCloses #692: New profile format for other skins
x2003bruneau [Mon, 2 Jul 2007 20:25:03 +0000 (20:25 +0000)]
Closes #692: New profile format for other skins

 htdocs/css/default.css        |   52 +++++++++++++++++++++++++++++++++++-------
 htdocs/css/keynote.css        |    2 -
 htdocs/css/openweb.css        |   42 ++++++++++++++++++++++++++++++---
 templates/include/emploi.tpl  |    2 -
 templates/profile/profile.tpl |    7 +++--
 5 files changed, 88 insertions(+), 17 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1879 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoSome improvements again. Same thing for the mentoring profile
x2003bruneau [Mon, 2 Jul 2007 18:21:28 +0000 (18:21 +0000)]
Some improvements again. Same thing for the mentoring profile

 htdocs/css/keynote.css               |   21 ++++++++++--------
 plugins/function.display_address.php |   14 ++++++------
 templates/geoloc/address.tpl         |    2 -
 templates/profile/fiche_referent.tpl |   40 ++++++++++++++++++++---------------
 templates/profile/profile.tpl        |   21 ++++++++++++------
 5 files changed, 57 insertions(+), 41 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1878 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoRework profile using divs instead of tables. Only one skin is
x2003bruneau [Mon, 2 Jul 2007 16:21:19 +0000 (16:21 +0000)]
Rework profile using divs instead of tables. Only one skin is
ported to the new structure.
Should fix #692, but need tests.

 htdocs/css/keynote.css        |   53 ++++++--
 templates/profile/profile.tpl |  262 +++++++++++++++++++-----------------------
 2 files changed, 164 insertions(+), 151 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1877 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoFix spelling and duplicated words
x2004lefloch [Mon, 2 Jul 2007 07:50:19 +0000 (07:50 +0000)]
Fix spelling and duplicated words

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1876 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoSend a copy of the bug submission mail to the user
x2003bruneau [Sun, 1 Jul 2007 21:37:59 +0000 (21:37 +0000)]
Send a copy of the bug submission mail to the user

 core.php |    1 +
 1 file changed, 1 insertion(+)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1875 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoClose #695: More details about payments for xnet events
x2003bruneau [Sun, 1 Jul 2007 19:41:22 +0000 (19:41 +0000)]
Close #695: More details about payments for xnet events

 ChangeLog                             |    3 +++
 modules/xnetevents/xnetevents.inc.php |    6 ++++--
 templates/xnetevents/admin.tpl        |   32 +++++++++++++++++++++++---------
 3 files changed, 30 insertions(+), 11 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1874 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoDon't list the users without valid email redirection. This is
x2003bruneau [Sun, 1 Jul 2007 19:02:37 +0000 (19:02 +0000)]
Don't list the users without valid email redirection. This is
now accessible via an admin page

 checkdb.php |   10 ----------
 1 file changed, 10 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1873 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoEncoding issues and update ChangeLog
x2003bruneau [Fri, 29 Jun 2007 20:40:49 +0000 (20:40 +0000)]
Encoding issues and update ChangeLog

 AUTHORS            |    3 ++-
 ChangeLog          |    6 +++++-
 modules/banana.php |    4 ++--
 3 files changed, 9 insertions(+), 4 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1872 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoPolytechnique.net - Minor correction
x2004lefloch [Fri, 29 Jun 2007 11:51:34 +0000 (11:51 +0000)]
Polytechnique.net - Minor correction
Correct color of promotions on the list of promotions page. Choosing color is no longer based on the column in the table, but correctly uses the promotion's year.

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1871 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoMinor correction - typo
x2004lefloch [Fri, 29 Jun 2007 09:29:26 +0000 (09:29 +0000)]
Minor correction - typo

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1870 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoMinor correction - Correct two typos in a 'broken email adress' message
x2004lefloch [Thu, 28 Jun 2007 23:25:41 +0000 (23:25 +0000)]
Minor correction - Correct two typos in a 'broken email adress' message

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1869 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoBackport r1867
x2003bruneau [Thu, 28 Jun 2007 21:30:00 +0000 (21:30 +0000)]
Backport r1867

 xnetevents.php |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1868 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoChange the (ugly) icons with the classical ones
x2003augustin [Tue, 26 Jun 2007 09:01:55 +0000 (09:01 +0000)]
Change the (ugly) icons with the classical ones
Remove the old icons that were used only there

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1866 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years ago#687: Don't lose authentication when editing a long mail
x2003bruneau [Sat, 23 Jun 2007 08:39:22 +0000 (08:39 +0000)]
#687: Don't lose authentication when editing a long mail

 ChangeLog                 |    1 +
 templates/emails/send.tpl |   15 ++++++++++++++-
 2 files changed, 15 insertions(+), 1 deletion(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1865 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years ago#688: Use nom_usage if available in emails/send
x2003bruneau [Sat, 23 Jun 2007 08:28:14 +0000 (08:28 +0000)]
#688: Use nom_usage if available in emails/send

 ChangeLog                            |    3 +++
 include/validations/aliases.inc.php  |    2 +-
 include/validations/nomusage.inc.php |    2 +-
 include/xorg/session.inc.php         |    2 +-
 templates/emails/send.tpl            |    2 +-
 5 files changed, 7 insertions(+), 4 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1864 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years ago#689: Fix the profile edition link when the profile is shown on
x2003bruneau [Sat, 23 Jun 2007 08:07:31 +0000 (08:07 +0000)]
#689: Fix the profile edition link when the profile is shown on
Xnet

 ChangeLog                     |    3 ++-
 htdocs/javascript/xorg.js     |    8 ++++----
 templates/profile/profile.tpl |    8 ++++++--
 3 files changed, 12 insertions(+), 7 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1863 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoFix paypal return template when using Xnet
x2003bruneau [Thu, 21 Jun 2007 13:49:53 +0000 (13:49 +0000)]
Fix paypal return template when using Xnet

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1861 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoCorrection - HTML Validation - Corrects the link backported by r1845
x2004lefloch [Mon, 18 Jun 2007 23:39:32 +0000 (23:39 +0000)]
Correction - HTML Validation - Corrects the link backported by r1845

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1860 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoAmélioration - On peut cliquer sur le texte des checkbox sur le formulaire de recher...
x2004lefloch [Mon, 18 Jun 2007 23:36:39 +0000 (23:36 +0000)]
Amélioration - On peut cliquer sur le texte des checkbox sur le formulaire de recherche annuaire rapide

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1859 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agoMineur - Correction - Point manquant en fin de phrase, hangement d'un mot
x2004lefloch [Fri, 15 Jun 2007 21:49:14 +0000 (21:49 +0000)]
Mineur - Correction - Point manquant en fin de phrase, hangement d'un mot

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1858 839d8a87-29fc-0310-9880-83ba4fa771e5

16 years agobetter description of the SMTP/NNTP preferences
x2004laborde [Tue, 12 Jun 2007 17:45:43 +0000 (17:45 +0000)]
better description of the SMTP/NNTP preferences

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1857 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agoMiniWiki improvements:
x2003bruneau [Tue, 5 Jun 2007 20:56:04 +0000 (20:56 +0000)]
MiniWiki improvements:
-> use "-" instead of "*" for plain/text list items because "*" is already
used for bold and titles
-> many fixes in url in plain/text

 miniwiki.php |   15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1856 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agoCloses #674: MiniWiki xhtml validation
x2003bruneau [Tue, 5 Jun 2007 19:54:39 +0000 (19:54 +0000)]
Closes #674: MiniWiki xhtml validation

 ChangeLog            |    1 +
 classes/miniwiki.php |    7 +++++--
 2 files changed, 6 insertions(+), 2 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1855 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agoCloses #678: Issues with filename detection in PlUpload when the username
x2003bruneau [Tue, 5 Jun 2007 19:30:19 +0000 (19:30 +0000)]
Closes #678: Issues with filename detection in PlUpload when the username
contains one or more '-'

 ChangeLog            |    3 +++
 classes/plupload.php |   12 ++++++------
 2 files changed, 9 insertions(+), 6 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1854 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agotypo
x2004lefloch [Mon, 4 Jun 2007 16:07:01 +0000 (16:07 +0000)]
typo

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1852 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agosurvey module : fixing html special characters issues
x2004laborde [Sat, 2 Jun 2007 17:45:12 +0000 (17:45 +0000)]
survey module : fixing html special characters issues

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1851 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agosurvey module : more explicit button for new surveys
x2004laborde [Sat, 2 Jun 2007 09:31:30 +0000 (09:31 +0000)]
survey module : more explicit button for new surveys

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1849 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agocorrection d'un lien
x2004laborde [Sat, 2 Jun 2007 09:05:20 +0000 (09:05 +0000)]
correction d'un lien

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1848 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agoBackport r1846
x2003bruneau [Wed, 30 May 2007 21:14:30 +0000 (21:14 +0000)]
Backport r1846

 classes/miniwiki.php       |   31 ++++++++++++++++---------------
 include/globals.inc.php.in |    1 +
 include/newsletter.inc.php |    2 +-
 3 files changed, 18 insertions(+), 16 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1847 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agobackport link change
x2001corpet [Tue, 29 May 2007 21:30:44 +0000 (21:30 +0000)]
backport link change

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1845 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agoShould fix a notice in address check
x2003bruneau [Sun, 27 May 2007 16:08:54 +0000 (16:08 +0000)]
Should fix a notice in address check
 verif_adresses.inc.php |   48 +++++++++++++++++++++++-------------------------
 1 file changed, 23 insertions(+), 25 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1842 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agoBetter fix for GoogleMaps
x2003bruneau [Sun, 27 May 2007 15:44:22 +0000 (15:44 +0000)]
Better fix for GoogleMaps

 plugins/function.display_address.php |   30 ++++++++++++++++++++++++++++--
 templates/admin/synchro_ax.tpl       |    4 ++--
 templates/geoloc/address.tpl         |    2 +-
 templates/profile/fiche_referent.tpl |    2 +-
 templates/profile/profile.tpl        |   11 +++++++----
 5 files changed, 39 insertions(+), 10 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1841 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agoAjout d'un lien dans l'interface d'administration vers l'édition des réponses autom...
x2004lefloch [Sat, 26 May 2007 23:27:16 +0000 (23:27 +0000)]
Ajout d'un lien dans l'interface d'administration vers l'édition des réponses automatiques.

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1840 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agoFix GoogleMaps links
x2003bruneau [Sat, 26 May 2007 13:49:22 +0000 (13:49 +0000)]
Fix GoogleMaps links

 ChangeLog                            |    1 +
 plugins/function.display_address.php |   10 ++++++++--
 2 files changed, 9 insertions(+), 2 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1839 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agoAdmins can search ip and email in quick search
x2003bruneau [Fri, 25 May 2007 21:53:45 +0000 (21:53 +0000)]
Admins can search ip and email in quick search

 classes.inc.php |   34 ++++++++++++++++++++++++++++++----
 1 file changed, 30 insertions(+), 4 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1838 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agoAdd reverse DNS in registration notification
x2003bruneau [Fri, 25 May 2007 20:54:10 +0000 (20:54 +0000)]
Add reverse DNS in registration notification

 classes/corelogger.php |   14 ++++++++++++++
 modules/register.php   |    5 ++---
 2 files changed, 16 insertions(+), 3 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1837 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agoFix a bug in autoload
x2003bruneau [Fri, 25 May 2007 20:39:38 +0000 (20:39 +0000)]
Fix a bug in autoload
Show naissance_ini if valid in user admin page
Admins can set melix aliases
Convert emails to aliases when adding a new alias to a user

 include/platal.inc.php              |    2 +-
 include/validations/aliases.inc.php |    6 ++++--
 modules/admin.php                   |   35 ++++++++++++++++++++++++++++++-----
 templates/admin/utilisateurs.tpl    |   12 +++++-------
 4 files changed, 40 insertions(+), 15 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1836 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years ago Hum, do not need to show the new value if it is unchanged
x2003bruneau [Fri, 25 May 2007 20:04:22 +0000 (20:04 +0000)]
 Hum, do not need to show the new value if it is unchanged

 mail_intervention.tpl |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1835 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agoA better admin-action notification email
x2003bruneau [Fri, 25 May 2007 17:13:19 +0000 (17:13 +0000)]
A better admin-action notification email

 classes/plmailer.php                  |    5 ++++-
 modules/admin.php                     |   18 ++++++++++++++----
 templates/admin/mail_intervention.tpl |   15 +++++++++++++--
 3 files changed, 31 insertions(+), 7 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1834 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agor1831 without the charset issues
x2003bruneau [Wed, 23 May 2007 10:24:14 +0000 (10:24 +0000)]
r1831 without the charset issues

 mentor.tpl |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1833 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agoBroken charset -> revert r1831
x2003bruneau [Wed, 23 May 2007 10:12:15 +0000 (10:12 +0000)]
Broken charset -> revert r1831

 mentor.tpl |   24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1832 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agotypo
x2004jacob [Wed, 23 May 2007 10:02:33 +0000 (10:02 +0000)]
typo

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1831 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agoSoundex fix:
x2003bruneau [Tue, 22 May 2007 19:49:13 +0000 (19:49 +0000)]
Soundex fix:
OW -> U
W -> V

 xorg.misc.inc.php |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1830 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agoBackport r1811 and r1828
x2003bruneau [Thu, 17 May 2007 13:24:57 +0000 (13:24 +0000)]
Backport r1811 and r1828

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1829 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agoRemove character restriction for CV
x2003bruneau [Thu, 17 May 2007 10:59:56 +0000 (10:59 +0000)]
Remove character restriction for CV

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1826 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agoBackport r1824
x2003bruneau [Tue, 15 May 2007 09:01:09 +0000 (09:01 +0000)]
Backport r1824

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1825 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agoShortcuts again:
x2003bruneau [Mon, 14 May 2007 16:53:53 +0000 (16:53 +0000)]
Shortcuts again:
   doc:machin -> search 'machin' in documentation

 ChangeLog                  |    2 +-
 modules/search.php         |   10 +++++++---
 templates/search/quick.tpl |   15 ++++++++++++---
 3 files changed, 20 insertions(+), 7 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1823 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agoNew shortcut in quick search to open user profile:
x2003bruneau [Mon, 14 May 2007 16:11:37 +0000 (16:11 +0000)]
New shortcut in quick search to open user profile:
  admin:login    -> open admin page
  ax:login       -> open ax profile
  profile:login  -> open user profile
  mentor:login   -> open mentoring profile
With some aliases:
  adm = admin, fiche = profile = fch = prf,
  ref = referent = mentor

 ChangeLog                  |    5 +++++
 modules/search.php         |   25 +++++++++++++++++++++++++
 templates/search/quick.tpl |   20 ++++++++++++++++----
 3 files changed, 46 insertions(+), 4 deletions(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1822 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agoNew handler profile/ax/{user_id}
x2003bruneau [Mon, 14 May 2007 12:41:06 +0000 (12:41 +0000)]
New handler profile/ax/{user_id}

 profile.php |   19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1821 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agoBackport r1819
x2003bruneau [Mon, 14 May 2007 10:54:04 +0000 (10:54 +0000)]
Backport r1819

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1820 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agowrong encoding.
x2000habouzit [Mon, 14 May 2007 07:45:54 +0000 (07:45 +0000)]
wrong encoding.
please backport :)

 contacts.pdf.inc.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1817 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years ago#663 (link to xnet/plan from xorg/groupes-x)
x2003bruneau [Thu, 10 May 2007 15:03:19 +0000 (15:03 +0000)]
#663 (link to xnet/plan from xorg/groupes-x)
A lot of small speed improvements

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1815 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agoImplements Diogenes' clean_request in Env classes
x2003bruneau [Thu, 10 May 2007 09:05:44 +0000 (09:05 +0000)]
Implements Diogenes' clean_request in Env classes

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1814 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agoBackport r1811
x2003bruneau [Wed, 9 May 2007 22:58:58 +0000 (22:58 +0000)]
Backport r1811
Update ChangeLog

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1813 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agofaute d orthographe
x2004jacob [Tue, 8 May 2007 21:32:54 +0000 (21:32 +0000)]
faute d orthographe

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1810 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agobackport hotfix probleme de telepaiement
x2002bobillot [Tue, 8 May 2007 15:25:53 +0000 (15:25 +0000)]
backport hotfix probleme de telepaiement

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1809 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agobackport fix firstname autocomplete search
x2001corpet [Tue, 8 May 2007 13:20:09 +0000 (13:20 +0000)]
backport fix firstname autocomplete search

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1807 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agosurveys : improves the csv export of the results of a survey
x2004laborde [Tue, 8 May 2007 12:35:32 +0000 (12:35 +0000)]
surveys : improves the csv export of the results of a survey

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1805 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agosurveys : adds 'table' questions
x2004laborde [Tue, 8 May 2007 09:27:57 +0000 (09:27 +0000)]
surveys : adds 'table' questions

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1804 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agofix makefile to make it fail if wget fails.
x2000habouzit [Sat, 5 May 2007 22:02:07 +0000 (22:02 +0000)]
fix makefile to make it fail if wget fails.

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1803 839d8a87-29fc-0310-9880-83ba4fa771e5

17 years agoFix the 2nd mail in registration
x2003bruneau [Sat, 5 May 2007 12:53:57 +0000 (12:53 +0000)]
Fix the 2nd mail in registration

git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1801 839d8a87-29fc-0310-9880-83ba4fa771e5