platal.git
17 years agoNew "valid_date" smarty function to select purge dates
x2003bruneau [Sun, 15 Apr 2007 20:25:30 +0000 (20:25 +0000)]
New "valid_date" smarty function to select purge dates

 modules/axletter.php                |   17 -----------------
 modules/events.php                  |   16 ----------------
 modules/xnetgrp.php                 |   16 ----------------
 templates/axletter/edit.tpl         |    2 +-
 templates/events/form.tpl           |    4 +---
 templates/xnetgrp/announce-edit.tpl |    4 +---
 6 files changed, 3 insertions(+), 56 deletions(-)

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

17 years agoFix geoloc on advance search
x2003bruneau [Sun, 15 Apr 2007 17:58:44 +0000 (17:58 +0000)]
Fix geoloc on advance search

 include/geoloc.inc.php         |   13 ++++++++-----
 include/userset.inc.php        |   18 +++++++++---------
 modules/search.php             |    2 +-
 modules/search/search.inc.php  |    3 +--
 templates/search/adv.form.tpl  |   13 +------------
 templates/search/adv.links.tpl |    4 ++--
 6 files changed, 22 insertions(+), 31 deletions(-)

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

17 years agoUse "Spam" instead of "Detruire" in ML moderation form
x2003bruneau [Sun, 15 Apr 2007 15:26:50 +0000 (15:26 +0000)]
Use "Spam" instead of "Detruire" in ML moderation form

 liste.inc.tpl     |    2 +-
 moderate.tpl      |    6 +++---
 moderate_mail.tpl |    6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

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

17 years agoFix autocompletion and referent search form when using Opera
x2003bruneau [Sat, 14 Apr 2007 10:49:09 +0000 (10:49 +0000)]
Fix autocompletion and referent search form when using Opera
(Opera javascript does not support properly baseurl)

Coding rules again

 ChangeLog                      |    1
 templates/profile/referent.tpl |    9 -
 templates/search/adv.form.tpl  |  281 ++++++++++++++++++++---------------------
 3 files changed, 147 insertions(+), 144 deletions(-)

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

17 years agoClose #656: PlSet and Ajax for mentor search
x2003bruneau [Sat, 14 Apr 2007 09:48:58 +0000 (09:48 +0000)]
Close #656: PlSet and Ajax for mentor search
Coding rules for search autocompletion

 ChangeLog                      |    3
 classes/plset.php              |    3
 include/userset.inc.php        |   25 ++
 modules/profile.php            |  159 +++++----------
 modules/search.php             |  415 +++++++++++++++++++----------------------
 templates/profile/referent.tpl |  143 +++++---------
 6 files changed, 338 insertions(+), 410 deletions(-)

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

17 years agoImproved Ajax class: allow multiple ajax requests at the same time
x2003bruneau [Fri, 13 Apr 2007 21:54:04 +0000 (21:54 +0000)]
Improved Ajax class: allow multiple ajax requests at the same time

 ajax.js |   74 +++++++++++++++++++++++++++++++++++++---------------------------
 1 file changed, 43 insertions(+), 31 deletions(-)

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

17 years agoSubject in banana 'From' links
x2003bruneau [Fri, 13 Apr 2007 19:48:52 +0000 (19:48 +0000)]
Subject in banana 'From' links

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

17 years agoEdition link on tips
x2003bruneau [Fri, 13 Apr 2007 15:05:20 +0000 (15:05 +0000)]
Edition link on tips

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

17 years agosome protection
x2004laborde [Thu, 12 Apr 2007 17:32:56 +0000 (17:32 +0000)]
some protection

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

17 years agoCode cleaning
x2003bruneau [Thu, 12 Apr 2007 17:03:19 +0000 (17:03 +0000)]
Code cleaning
Move is_utf8 to platal.inc.php

 include/platal.inc.php         |    7 +++++++
 include/xorg.misc.inc.php      |    8 --------
 modules/search.php             |    2 --
 modules/search/classes.inc.php |   21 +--------------------
 templates/search/index.tpl     |   13 +------------
 5 files changed, 9 insertions(+), 42 deletions(-)

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

17 years agoTypo
x2003bruneau [Thu, 12 Apr 2007 09:28:04 +0000 (09:28 +0000)]
Typo

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

17 years agosome changes in survey module
x2004laborde [Thu, 12 Apr 2007 08:57:56 +0000 (08:57 +0000)]
some changes in survey module

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

17 years agoSort requests by type
x2003bruneau [Thu, 12 Apr 2007 08:29:39 +0000 (08:29 +0000)]
Sort requests by type

 cron_validations.php |   10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

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

17 years agoadded survey to the list of loaded modules and some links in menus (but I'm not sure...
x2004laborde [Wed, 11 Apr 2007 22:15:22 +0000 (22:15 +0000)]
added survey to the list of loaded modules and some links in menus (but I'm not sure of them)

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

17 years agogenerate a csv file for the results of a survey
x2004laborde [Wed, 11 Apr 2007 21:21:03 +0000 (21:21 +0000)]
generate a csv file for the results of a survey

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

17 years agoAdd custom unsubscription notification message
x2003bruneau [Wed, 11 Apr 2007 17:11:47 +0000 (17:11 +0000)]
Add custom unsubscription notification message

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

17 years agoBackport
x2003bruneau [Wed, 11 Apr 2007 08:00:35 +0000 (08:00 +0000)]
Backport

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

17 years agofirst view of the results of a survey
x2004laborde [Tue, 10 Apr 2007 21:20:06 +0000 (21:20 +0000)]
first view of the results of a survey

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

17 years agoCan disable email redirection
x2003bruneau [Tue, 10 Apr 2007 21:15:52 +0000 (21:15 +0000)]
Can disable email redirection
Can reset the error level of an email

 include/emails.inc.php           |  151 ++++++++++++++++++++++++---------------
 modules/admin.php                |  147 ++++++++++++++++++++-----------------
 templates/admin/utilisateurs.tpl |   46 ++++++++++-
 templates/admin/wiki.tpl         |    2
 4 files changed, 212 insertions(+), 134 deletions(-)

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

17 years agochanges in surveys database structure
x2004laborde [Tue, 10 Apr 2007 14:17:09 +0000 (14:17 +0000)]
changes in surveys database structure

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

17 years agochanges in survey templates that go with data model changes
x2004laborde [Tue, 10 Apr 2007 14:15:22 +0000 (14:15 +0000)]
changes in survey templates that go with data model changes

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

17 years agosome (deep) changes in survey data model (simplifications), added survey modes (limit...
x2004laborde [Tue, 10 Apr 2007 14:12:18 +0000 (14:12 +0000)]
some (deep) changes in survey data model (simplifications), added survey modes (limitated to alumni or open to anyone, anonymous or not...) and vote handling

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

17 years agoFix authentication on wiki RSS
x2003bruneau [Tue, 10 Apr 2007 09:20:50 +0000 (09:20 +0000)]
Fix authentication on wiki RSS
Add a link to the "AllRecentChanges" RSS on admin/wiki

 include/wiki.inc.php         |    9 ++++-----
 include/wiki/engine.php      |    2 +-
 include/wiki/farmconfig.php  |    2 +-
 include/xorg/session.inc.php |    2 +-
 modules/admin.php            |    4 ++++
 templates/admin/wiki.tpl     |    2 +-
 6 files changed, 12 insertions(+), 9 deletions(-)

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

17 years agoFixes and improvements
x2003bruneau [Tue, 10 Apr 2007 08:29:17 +0000 (08:29 +0000)]
Fixes and improvements

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

17 years agoforgot from old commit (wiki admin)
x2001corpet [Mon, 9 Apr 2007 22:26:51 +0000 (22:26 +0000)]
forgot from old commit (wiki admin)

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

17 years agoforgot from previous commit
x2001corpet [Mon, 9 Apr 2007 22:26:05 +0000 (22:26 +0000)]
forgot from previous commit

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

17 years agoautocomplete, advanced search doesn't use combobox anymore
x2001corpet [Mon, 9 Apr 2007 22:25:17 +0000 (22:25 +0000)]
autocomplete, advanced search doesn't use combobox anymore

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

17 years agofull url to opensearch plugin, so that it is the same on http and https
x2001corpet [Sun, 8 Apr 2007 22:42:21 +0000 (22:42 +0000)]
full url to opensearch plugin, so that it is the same on http and https

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

17 years agoadministration of sections and employment sectors
x2001corpet [Sun, 8 Apr 2007 22:34:07 +0000 (22:34 +0000)]
administration of sections and employment sectors

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

17 years agoautocomplete improvements: can find pierre-yves when looking for yves
x2001corpet [Sun, 8 Apr 2007 17:45:35 +0000 (17:45 +0000)]
autocomplete improvements: can find pierre-yves when looking for yves

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

17 years agodecode utf8 before encoding in javascript, #654
x2001corpet [Sun, 8 Apr 2007 13:14:37 +0000 (13:14 +0000)]
decode utf8 before encoding in javascript, #654

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

17 years agoFlag combination test becomes a feature of FlagSet
x2003bruneau [Fri, 6 Apr 2007 09:33:06 +0000 (09:33 +0000)]
Flag combination test becomes a feature of FlagSet

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

17 years agoWrong date of birth in plat/al security alert email
x2003bruneau [Fri, 6 Apr 2007 07:55:18 +0000 (07:55 +0000)]
Wrong date of birth in plat/al security alert email

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

17 years agoSome fixes
x2003bruneau [Thu, 5 Apr 2007 09:42:38 +0000 (09:42 +0000)]
Some fixes

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

17 years agoAdd birthdate check on subscription (only if the database contains a 'known' value)
x2003bruneau [Wed, 4 Apr 2007 21:12:00 +0000 (21:12 +0000)]
Add birthdate check on subscription (only if the database contains a 'known' value)
-> need tests

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

17 years agoMore 'plat/al-like' makeJs_hook for banana
x2003bruneau [Wed, 4 Apr 2007 14:25:45 +0000 (14:25 +0000)]
More 'plat/al-like' makeJs_hook for banana
Use REPLACE instead of INSERT for adding new contacts. I don't know why, but the INSERT causes slave duplication errors

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

17 years agoremove redirection using ajax
x2001corpet [Mon, 2 Apr 2007 22:10:17 +0000 (22:10 +0000)]
remove redirection using ajax

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

17 years agoMerge %grp/annuaire, %grp/trombi and %grp/geoloc
x2003bruneau [Mon, 2 Apr 2007 20:48:41 +0000 (20:48 +0000)]
Merge %grp/annuaire, %grp/trombi and %grp/geoloc

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

17 years agoPut important informations first
x2003bruneau [Mon, 2 Apr 2007 20:25:05 +0000 (20:25 +0000)]
Put important informations first

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

17 years agoAdd geoloc for ML by porting ML trombi to PlSet
x2003bruneau [Mon, 2 Apr 2007 20:19:17 +0000 (20:19 +0000)]
Add geoloc for ML by porting ML trombi to PlSet

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

17 years agoFix search failures
x2003bruneau [Mon, 2 Apr 2007 17:25:22 +0000 (17:25 +0000)]
Fix search failures

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

17 years agoContinue #448: fix search and order with PlSet
x2003bruneau [Mon, 2 Apr 2007 16:14:10 +0000 (16:14 +0000)]
Continue #448: fix search and order with PlSet
Finish job on xnet perms

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

17 years agoUse 'changeTpl' for xnet pages and use handler permission instead of page restriction
x2003bruneau [Mon, 2 Apr 2007 09:34:27 +0000 (09:34 +0000)]
Use 'changeTpl' for xnet pages and use handler permission instead of page restriction
Code cleaning

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

17 years agoFix AX-Client for synchro
x2003bruneau [Mon, 2 Apr 2007 07:01:06 +0000 (07:01 +0000)]
Fix AX-Client for synchro

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

17 years agoPort Xnet trombi and geoloc using PlSet
x2003bruneau [Mon, 2 Apr 2007 00:15:44 +0000 (00:15 +0000)]
Port Xnet trombi and geoloc using PlSet
Remove a lot of code deprecated by PlSet (XorgPlugin is dead)
Fix countries in advance search form

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

17 years agocache autocomplete requests in MySQL
x2001corpet [Sun, 1 Apr 2007 22:50:51 +0000 (22:50 +0000)]
cache autocomplete requests in MySQL

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

17 years agorequire_once unused, class autoloaded
x2001corpet [Sun, 1 Apr 2007 22:35:48 +0000 (22:35 +0000)]
require_once unused, class autoloaded

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

17 years agooops forgot icon
x2001corpet [Sun, 1 Apr 2007 22:11:14 +0000 (22:11 +0000)]
oops forgot icon

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

17 years agoInitial work on #448: unified user-set interface
x2003bruneau [Sun, 1 Apr 2007 22:10:35 +0000 (22:10 +0000)]
Initial work on #448: unified user-set interface

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

17 years agoautocompletion (suite)
x2001corpet [Sun, 1 Apr 2007 22:06:02 +0000 (22:06 +0000)]
autocompletion (suite)

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

17 years agoTypo and charset fixes
x2003bruneau [Sun, 1 Apr 2007 16:26:04 +0000 (16:26 +0000)]
Typo and charset fixes

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

17 years agosort icons on admin page
x2001corpet [Sun, 1 Apr 2007 15:55:08 +0000 (15:55 +0000)]
sort icons on admin page

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

17 years agolist installed icons, to see quickly the one you can insert in dynamic text or in...
x2001corpet [Sun, 1 Apr 2007 15:42:07 +0000 (15:42 +0000)]
list installed icons, to see quickly the one you can insert in dynamic text or in static templates

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

17 years agogive a tiny bit of air
x2001corpet [Sun, 1 Apr 2007 15:23:18 +0000 (15:23 +0000)]
give a tiny bit of air

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

17 years agobad url from css to image
x2001corpet [Sun, 1 Apr 2007 07:12:17 +0000 (07:12 +0000)]
bad url from css to image

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

17 years agoautcomplete for city and poste too
x2001corpet [Sat, 31 Mar 2007 17:43:09 +0000 (17:43 +0000)]
autcomplete for city and poste too

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

17 years agofix autocomplete for IE
x2001corpet [Sat, 31 Mar 2007 17:22:09 +0000 (17:22 +0000)]
fix autocomplete for IE

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

17 years agofix xhtml : id don't accept / char
x2001corpet [Sat, 31 Mar 2007 16:55:53 +0000 (16:55 +0000)]
fix xhtml : id don't accept / char

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

17 years agodidn't want to commit this
x2001corpet [Sat, 31 Mar 2007 16:54:15 +0000 (16:54 +0000)]
didn't want to commit this

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

17 years agosorry i couldn't see these underlining any more
x2001corpet [Sat, 31 Mar 2007 15:14:47 +0000 (15:14 +0000)]
sorry i couldn't see these underlining any more

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

17 years agoautocompletion ameliorations
x2001corpet [Sat, 31 Mar 2007 15:03:05 +0000 (15:03 +0000)]
autocompletion ameliorations

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

17 years agoxhtml validation
x2001corpet [Sat, 31 Mar 2007 13:42:50 +0000 (13:42 +0000)]
xhtml validation

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

17 years agofix typo
x2001corpet [Sat, 31 Mar 2007 13:11:25 +0000 (13:11 +0000)]
fix typo

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

17 years agoautocompletion for advanced search
x2001corpet [Sat, 31 Mar 2007 10:57:24 +0000 (10:57 +0000)]
autocompletion for advanced search

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

17 years agoFix advanced search form with Opera
x2003bruneau [Fri, 30 Mar 2007 14:18:15 +0000 (14:18 +0000)]
Fix advanced search form with Opera

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

17 years agoUse links to Xorg/RSS for RSS documentation instead of external links
x2003bruneau [Fri, 30 Mar 2007 13:08:03 +0000 (13:08 +0000)]
Use links to Xorg/RSS for RSS documentation instead of external links

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

17 years agoImages and link to discussion in events RSS
x2003bruneau [Fri, 30 Mar 2007 12:54:13 +0000 (12:54 +0000)]
Images and link to discussion in events RSS

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

17 years agominiwiki syntax for color is now compatible with pmwiki syntax
x2001corpet [Wed, 28 Mar 2007 17:21:32 +0000 (17:21 +0000)]
miniwiki syntax for color is now compatible with pmwiki syntax

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

17 years agoSome minor url-catcher improvements
x2003bruneau [Wed, 28 Mar 2007 13:00:11 +0000 (13:00 +0000)]
Some minor url-catcher improvements

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

17 years agoRecovery fails when the user has no valid redirection
x2003bruneau [Wed, 28 Mar 2007 12:33:43 +0000 (12:33 +0000)]
Recovery fails when the user has no valid redirection

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

17 years agoAdd color capability to miniwiki (syntax {color|text|})
x2003bruneau [Wed, 28 Mar 2007 12:01:11 +0000 (12:01 +0000)]
Add color capability to miniwiki (syntax {color|text|})

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

17 years agoConvert image name to UTF8
x2003bruneau [Tue, 27 Mar 2007 21:48:11 +0000 (21:48 +0000)]
Convert image name to UTF8

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

17 years agobin icon to remove wiki page
x2001corpet [Tue, 27 Mar 2007 20:44:55 +0000 (20:44 +0000)]
bin icon to remove wiki page

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

17 years agoNew groupex authentication handler which allows to choose the charset of returned...
x2003bruneau [Tue, 27 Mar 2007 17:35:35 +0000 (17:35 +0000)]
New groupex authentication handler which allows to choose the charset of returned data

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

17 years agoFix all overlib calls (escape simple quotes)
x2003bruneau [Tue, 27 Mar 2007 10:19:59 +0000 (10:19 +0000)]
Fix all overlib calls (escape simple quotes)
Update overlib.js

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

17 years agoRevert 1618 on acces_smtp.tpl NNTP et SMTP docs are not the same
x2003bruneau [Tue, 27 Mar 2007 07:50:03 +0000 (07:50 +0000)]
Revert 1618 on acces_smtp.tpl NNTP et SMTP docs are not the same

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

17 years agoSmall html to plain-text before posting events
x2003bruneau [Tue, 27 Mar 2007 07:11:43 +0000 (07:11 +0000)]
Small html to plain-text before posting events

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

17 years agoChangelog
x2001corpet [Mon, 26 Mar 2007 22:04:06 +0000 (22:04 +0000)]
Changelog

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

17 years agoorth fix
x2001corpet [Mon, 26 Mar 2007 21:53:21 +0000 (21:53 +0000)]
orth fix

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

17 years agoShould finalize miniwiki integration
x2003bruneau [Mon, 26 Mar 2007 20:37:45 +0000 (20:37 +0000)]
Should finalize miniwiki integration

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

17 years agoWiki for payment confirmation email
x2003bruneau [Mon, 26 Mar 2007 17:36:08 +0000 (17:36 +0000)]
Wiki for payment confirmation email

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

17 years agoAdd upgrade script for 0.9.14 (just hope it will be ok :)
x2003bruneau [Mon, 26 Mar 2007 16:51:30 +0000 (16:51 +0000)]
Add upgrade script for 0.9.14 (just hope it will be ok :)

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

17 years agoNew smarty plugin {javascript} to load js-files on demand
x2003bruneau [Mon, 26 Mar 2007 15:58:02 +0000 (15:58 +0000)]
New smarty plugin {javascript} to load js-files on demand

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

17 years agoWiki for CV and add wiki preview for user freetext
x2003bruneau [Mon, 26 Mar 2007 15:39:45 +0000 (15:39 +0000)]
Wiki for CV and add wiki preview for user freetext

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

17 years agoClose #652
x2003bruneau [Sun, 25 Mar 2007 17:59:06 +0000 (17:59 +0000)]
Close #652

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

17 years agoadmin wiki, delete pages or rename pages
x2001corpet [Sun, 25 Mar 2007 00:44:11 +0000 (00:44 +0000)]
admin wiki, delete pages or rename pages

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

17 years agosome changes in surveys administration
x2004laborde [Sat, 24 Mar 2007 15:58:14 +0000 (15:58 +0000)]
some changes in surveys administration

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

17 years agoprefer use of secure site in bandeau
x2001corpet [Sat, 24 Mar 2007 15:45:51 +0000 (15:45 +0000)]
prefer use of secure site in bandeau

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

17 years agoChangelog
x2001corpet [Sat, 24 Mar 2007 15:21:01 +0000 (15:21 +0000)]
Changelog

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

17 years agofix toggling for IE
x2001corpet [Sat, 24 Mar 2007 15:16:10 +0000 (15:16 +0000)]
fix toggling for IE

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

17 years agoAdd a small tool for ajax wiki preview and use it on email/send and %grp/mail
x2003bruneau [Sat, 24 Mar 2007 10:39:51 +0000 (10:39 +0000)]
Add a small tool for ajax wiki preview and use it on email/send and %grp/mail

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

17 years agoremove url_catch, now use wiki syntax
x2001corpet [Sat, 24 Mar 2007 10:16:33 +0000 (10:16 +0000)]
remove url_catch, now use wiki syntax

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

17 years agoFix some wiki examples
x2003bruneau [Sat, 24 Mar 2007 09:17:33 +0000 (09:17 +0000)]
Fix some wiki examples

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

17 years agominiwiki syntax for freetext comment
x2001corpet [Sat, 24 Mar 2007 09:00:54 +0000 (09:00 +0000)]
miniwiki syntax for freetext comment

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

17 years agofold/unfold wiki folders in admin/wiki
x2001corpet [Fri, 23 Mar 2007 22:54:55 +0000 (22:54 +0000)]
fold/unfold wiki folders in admin/wiki

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

17 years agoAdd a help form for the wiki syntax
x2003bruneau [Fri, 23 Mar 2007 21:53:35 +0000 (21:53 +0000)]
Add a help form for the wiki syntax

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

17 years agoClose #651: less confusing "next tip" link
x2003bruneau [Thu, 22 Mar 2007 22:11:25 +0000 (22:11 +0000)]
Close #651: less confusing "next tip" link

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

17 years agoAdd wiki support for PlMailer and use it on emails/send and %grp/mail
x2003bruneau [Thu, 22 Mar 2007 21:45:41 +0000 (21:45 +0000)]
Add wiki support for PlMailer and use it on emails/send and %grp/mail

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

17 years agoOops
x2003bruneau [Thu, 22 Mar 2007 09:06:05 +0000 (09:06 +0000)]
Oops

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

17 years agoadd jquery script, use it to autoload on xnet when xorg cookie is present
x2001corpet [Wed, 21 Mar 2007 22:28:36 +0000 (22:28 +0000)]
add jquery script, use it to autoload on xnet when xorg cookie is present

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