platal.git
17 years agotypo
x2003bruneau [Fri, 14 Jul 2006 13:11:54 +0000 (13:11 +0000)]
typo

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

17 years agomigrate groupes.php also
x2000habouzit [Thu, 13 Jul 2006 23:37:05 +0000 (23:37 +0000)]
migrate groupes.php also

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

17 years agomigrate admin.php, recode into latin1
x2000habouzit [Thu, 13 Jul 2006 23:21:20 +0000 (23:21 +0000)]
migrate admin.php, recode into latin1

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

17 years agofix a link, make html more readable
x2000habouzit [Thu, 13 Jul 2006 23:11:46 +0000 (23:11 +0000)]
fix a link, make html more readable

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

17 years agoreturns null is implicit, so don't make it explicit, it's a lot of useless code.
x2000habouzit [Thu, 13 Jul 2006 23:06:19 +0000 (23:06 +0000)]
returns null is implicit, so don't make it explicit, it's a lot of useless code.

================================================================================
 classes/Platal.php    |    2 --
 modules/banana.php    |    5 -----
 modules/carnet.php    |   15 ++-------------
 modules/core.php      |    2 --
 modules/email.php     |   17 ++++-------------
 modules/events.php    |   10 ----------
 modules/geoloc.php    |    8 --------
 modules/marketing.php |   14 --------------
 modules/payment.php   |    4 ----
 modules/platal.php    |   22 +---------------------
 modules/profile.php   |   33 +++++++++------------------------
 modules/register.php  |    6 ------
 modules/search.php    |    4 ----
 modules/stats.php     |    6 ------
 modules/trezo.php     |    4 ----
 modules/xnet.php      |   10 ----------
================================================================================
 16 files changed, 16 insertions(+), 146 deletions(-)

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

17 years agotypo
x2000habouzit [Thu, 13 Jul 2006 22:57:32 +0000 (22:57 +0000)]
typo

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

17 years agomigrate trivial pages into xnet module
x2000habouzit [Thu, 13 Jul 2006 22:56:53 +0000 (22:56 +0000)]
migrate trivial pages into xnet module

===============================================================================
 hooks/tmp.inc.php                   |    2
 htdocs.net/article12.php            |    7 --
 htdocs.net/article16.php            |    7 --
 htdocs.net/creation-groupex.php     |    7 --
 htdocs.net/deconnexion.php          |   10 ---
 htdocs.net/fiche.php                |    4 -
 htdocs.net/manuel.php               |    7 --
 htdocs.net/plan.php                 |   42 --------------
 htdocs.net/services.php             |    7 --
 include/xnet/page.inc.php           |    4 -
 include/xnet/session.inc.php        |    2
 modules/xnet.php                    |  102 +++++++++++++++++++++++++++++++++++-
 templates/xnet/article12.tpl        |    2
 templates/xnet/article16.tpl        |    2
 templates/xnet/creation-groupex.tpl |    2
 templates/xnet/include/descr.tpl    |    8 +-
 templates/xnet/index.tpl            |    4 -
 templates/xnet/services.tpl         |    6 +-
 templates/xnet/skin.tpl             |    8 +-
===============================================================================
 19 files changed, 120 insertions(+), 113 deletions(-)

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

17 years agomerge about.php in xnet module.
x2000habouzit [Thu, 13 Jul 2006 22:41:48 +0000 (22:41 +0000)]
merge about.php in xnet module.
remove all index.php references

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

17 years agonot needed anymore
x2000habouzit [Thu, 13 Jul 2006 22:28:39 +0000 (22:28 +0000)]
not needed anymore

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

17 years agosimplify the design, drop login.php for now, it will come back (maybe) at some point...
x2000habouzit [Thu, 13 Jul 2006 22:27:17 +0000 (22:27 +0000)]
simplify the design, drop login.php for now, it will come back (maybe) at some point, but is not needed
yet, and will complicate the migration anyway:

 htdocs.net/groupe/inscrire.php |    3 -
 htdocs.net/login.php           |   10 ---
 htdocs.net/wiki.php            |   10 +--
 include/xnet.inc.php           |   82 ++++++++++++++++++++----------
 include/xnet/page.inc.php      |  110 +----------------------------------------
 include/xnet/session.inc.php   |    5 -
 templates/xnet/skin.tpl        |    1
 7 files changed, 66 insertions(+), 155 deletions(-)

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

17 years agobegin to work on xnet a bit.
x2000habouzit [Thu, 13 Jul 2006 22:00:39 +0000 (22:00 +0000)]
begin to work on xnet a bit.

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

17 years agocruft
x2000habouzit [Thu, 13 Jul 2006 21:54:41 +0000 (21:54 +0000)]
cruft

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

17 years agoforgotten handler_ prefixes in auth.php
x2000habouzit [Thu, 13 Jul 2006 21:53:49 +0000 (21:53 +0000)]
forgotten handler_ prefixes in auth.php

make 'index' be called when path is empty, and put it in platal module.

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

17 years ago__usens is a bad idea.
x2000habouzit [Thu, 13 Jul 2006 21:44:04 +0000 (21:44 +0000)]
__usens is a bad idea.

think again

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

17 years agomove some functions into platal.php
x2000habouzit [Thu, 13 Jul 2006 21:37:41 +0000 (21:37 +0000)]
move some functions into platal.php

always load 'core' module.

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

17 years agoswitch to an explicit list of modules.
x2000habouzit [Thu, 13 Jul 2006 21:26:49 +0000 (21:26 +0000)]
switch to an explicit list of modules.

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

17 years agosimplify class, put the search for hook in a separate function , to be able to reuse...
x2000habouzit [Thu, 13 Jul 2006 21:23:17 +0000 (21:23 +0000)]
simplify class, put the search for hook in a separate function , to be able to reuse that on X.net more
easily

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

17 years agoIn order to use last svn of banana
x2003bruneau [Thu, 13 Jul 2006 15:40:00 +0000 (15:40 +0000)]
In order to use last svn of banana

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

17 years agomove geoloc as is into a geoloc module. no rewrite planned at all
x2000habouzit [Thu, 13 Jul 2006 11:45:23 +0000 (11:45 +0000)]
move geoloc as is into a geoloc module. no rewrite planned at all

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

17 years agotypo
x2000habouzit [Thu, 13 Jul 2006 11:44:57 +0000 (11:44 +0000)]
typo

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

17 years agopush the horrible javascript line into a separate js.
x2000habouzit [Thu, 13 Jul 2006 11:44:31 +0000 (11:44 +0000)]
push the horrible javascript line into a separate js.

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

17 years agoOops
x2003bruneau [Thu, 13 Jul 2006 09:38:32 +0000 (09:38 +0000)]
Oops

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

17 years agoFix xface with last banana and make white region transparent
x2003bruneau [Thu, 13 Jul 2006 09:25:27 +0000 (09:25 +0000)]
Fix xface with last banana and make white region transparent
Fix updateall behaviour

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

17 years agoFix xface in case it contains '/'
x2003bruneau [Thu, 13 Jul 2006 07:55:14 +0000 (07:55 +0000)]
Fix xface in case it contains '/'

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

17 years agoforgotten commit
x2000habouzit [Thu, 13 Jul 2006 07:39:36 +0000 (07:39 +0000)]
forgotten commit

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

17 years agomigrate e-confiance things into auth.php
x2000habouzit [Wed, 12 Jul 2006 22:31:47 +0000 (22:31 +0000)]
migrate e-confiance things into auth.php

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

17 years agomigrate referent + profile edition
x2000habouzit [Wed, 12 Jul 2006 22:18:06 +0000 (22:18 +0000)]
migrate referent + profile edition

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

17 years agoMerge x-org-id and from header.
x2003bruneau [Wed, 12 Jul 2006 17:08:00 +0000 (17:08 +0000)]
Merge x-org-id and from header.
Use loupe.gif image as a link instead of [fiche]

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

17 years agoAdd crosspost hook
x2003bruneau [Wed, 12 Jul 2006 14:19:40 +0000 (14:19 +0000)]
Add crosspost hook

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

17 years agoMake links visible in table headers
x2003bruneau [Wed, 12 Jul 2006 08:47:14 +0000 (08:47 +0000)]
Make links visible in table headers

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

17 years agobackport
x2000habouzit [Tue, 11 Jul 2006 22:00:08 +0000 (22:00 +0000)]
backport

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

17 years agobye bye fiche.php !
x2000habouzit [Tue, 11 Jul 2006 21:55:25 +0000 (21:55 +0000)]
bye bye fiche.php !

a compat forwarder is still present

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

17 years agomigrate fiche_referent -> profile/referent/${username}
x2000habouzit [Tue, 11 Jul 2006 21:22:35 +0000 (21:22 +0000)]
migrate fiche_referent -> profile/referent/${username}

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

17 years agomove orange.php
x2000habouzit [Tue, 11 Jul 2006 21:10:30 +0000 (21:10 +0000)]
move orange.php

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

17 years agomigrate nomusage.php
x2000habouzit [Tue, 11 Jul 2006 20:38:09 +0000 (20:38 +0000)]
migrate nomusage.php

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

17 years agomigrate vcard.php
x2000habouzit [Tue, 11 Jul 2006 20:28:41 +0000 (20:28 +0000)]
migrate vcard.php

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

17 years agobackport patch 441
x2002bobillot [Tue, 11 Jul 2006 20:13:35 +0000 (20:13 +0000)]
backport patch 441

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

17 years agotrombino.php => photo/change
x2000habouzit [Tue, 11 Jul 2006 20:12:18 +0000 (20:12 +0000)]
trombino.php => photo/change

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

17 years agoexit getphoto.php => photo
x2000habouzit [Tue, 11 Jul 2006 19:48:52 +0000 (19:48 +0000)]
exit getphoto.php => photo

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

17 years agowibble
x2000habouzit [Tue, 11 Jul 2006 19:35:41 +0000 (19:35 +0000)]
wibble

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

17 years agoexit login.php, welcome events/
x2000habouzit [Tue, 11 Jul 2006 19:27:48 +0000 (19:27 +0000)]
exit login.php, welcome events/

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

17 years agomigrate newsletter
x2000habouzit [Tue, 11 Jul 2006 19:03:38 +0000 (19:03 +0000)]
migrate newsletter

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

17 years agomigrate newsletter/show.php => nl/show
x2000habouzit [Tue, 11 Jul 2006 18:52:55 +0000 (18:52 +0000)]
migrate newsletter/show.php => nl/show

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

17 years agomigrate events submission
x2000habouzit [Tue, 11 Jul 2006 18:33:46 +0000 (18:33 +0000)]
migrate events submission

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

17 years agomigrate carnet
x2000habouzit [Tue, 11 Jul 2006 17:33:48 +0000 (17:33 +0000)]
migrate carnet

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

17 years agoBackport
x2003bruneau [Tue, 11 Jul 2006 15:08:15 +0000 (15:08 +0000)]
Backport

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

17 years agomigrate panel.php as well
x2000habouzit [Tue, 11 Jul 2006 02:03:37 +0000 (02:03 +0000)]
migrate panel.php as well

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

17 years agomigrate calendar, no more PATH_INFO is needed
x2000habouzit [Tue, 11 Jul 2006 01:55:57 +0000 (01:55 +0000)]
migrate calendar, no more PATH_INFO is needed

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

17 years agobegin to move carnet (beginning with the rss feed)
x2000habouzit [Tue, 11 Jul 2006 01:47:58 +0000 (01:47 +0000)]
begin to move carnet (beginning with the rss feed)

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

17 years agoforgotten add
x2000habouzit [Tue, 11 Jul 2006 01:25:33 +0000 (01:25 +0000)]
forgotten add

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

17 years agomigrage trombi promo.
x2000habouzit [Mon, 10 Jul 2006 22:07:49 +0000 (22:07 +0000)]
migrage trombi promo.

remove links to the 'promo sites' that are a joke atm

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

17 years agofix typos and misbehaviours. this has never been able to work ?!
x2000habouzit [Mon, 10 Jul 2006 21:28:21 +0000 (21:28 +0000)]
fix typos and misbehaviours. this has never been able to work ?!

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

17 years agomigrate trezo
x2000habouzit [Mon, 10 Jul 2006 21:24:19 +0000 (21:24 +0000)]
migrate trezo

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

17 years agonew flags, ignore htdocs/images/banana
x2000habouzit [Mon, 10 Jul 2006 21:15:56 +0000 (21:15 +0000)]
new flags, ignore htdocs/images/banana

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

17 years agoauthors
x2000habouzit [Mon, 10 Jul 2006 21:12:16 +0000 (21:12 +0000)]
authors

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

17 years agoput auth-*.php into auth module
x2000habouzit [Mon, 10 Jul 2006 20:09:15 +0000 (20:09 +0000)]
put auth-*.php into auth module

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

17 years agofix makefile for banana
x2000habouzit [Mon, 10 Jul 2006 20:00:14 +0000 (20:00 +0000)]
fix makefile for banana

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

17 years agouse fancy icons from http://www.famfamfam.com/ and fix search
x2000habouzit [Mon, 10 Jul 2006 19:53:15 +0000 (19:53 +0000)]
use fancy icons from famfamfam.com/ and fix search

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

17 years agoFix xfaces by using banana's makeLink hook
x2003bruneau [Mon, 10 Jul 2006 10:45:11 +0000 (10:45 +0000)]
Fix xfaces by using banana's makeLink hook
and retab banana.inc.php

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

17 years agoAdd height parameter to makeImg hook
x2003bruneau [Mon, 10 Jul 2006 09:29:19 +0000 (09:29 +0000)]
Add height parameter to makeImg hook

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

17 years agoSearch banana tree images in images/banana/
x2003bruneau [Mon, 10 Jul 2006 09:06:22 +0000 (09:06 +0000)]
Search banana tree images in images/banana/

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

17 years agocompatibility.
x2000habouzit [Mon, 10 Jul 2006 06:53:20 +0000 (06:53 +0000)]
compatibility.

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

17 years agofix a couple of glitches with register module.
x2000habouzit [Mon, 10 Jul 2006 06:48:09 +0000 (06:48 +0000)]
fix a couple of glitches with register module.
 * not very satifying: the charte that needs to be compiled at least once :/
 * hashes, and urls that changed -> put some 'catchs' here...

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

17 years agomigrate register
x2000habouzit [Mon, 10 Jul 2006 05:54:15 +0000 (05:54 +0000)]
migrate register

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

17 years agoSur les conseils de Florent, amelioration du commit 385 en faisant de veritables...
x2004lefloch [Mon, 10 Jul 2006 01:27:16 +0000 (01:27 +0000)]
Sur les conseils de Florent, amelioration du commit 385 en faisant de veritables phrases.

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

17 years agochangelog
x2000habouzit [Sun, 9 Jul 2006 22:10:07 +0000 (22:10 +0000)]
changelog

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

17 years agomove stats into new URI's
x2000habouzit [Sun, 9 Jul 2006 22:09:46 +0000 (22:09 +0000)]
move stats into new URI's

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

17 years agomerge webredirect also
x2000habouzit [Sun, 9 Jul 2006 21:32:22 +0000 (21:32 +0000)]
merge webredirect also

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

17 years agorecovery.php => platal.php
x2000habouzit [Sun, 9 Jul 2006 21:25:21 +0000 (21:25 +0000)]
recovery.php => platal.php

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

17 years agoFix link to user in headers
x2003bruneau [Sun, 9 Jul 2006 16:24:06 +0000 (16:24 +0000)]
Fix link to user in headers

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

17 years agoretab code.
x2000habouzit [Sun, 9 Jul 2006 13:22:01 +0000 (13:22 +0000)]
retab code.

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

17 years agoremove acces_smtp.php => password/smtp
x2000habouzit [Sun, 9 Jul 2006 13:14:24 +0000 (13:14 +0000)]
remove acces_smtp.php => password/smtp

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

17 years agomigrate rss.php
x2000habouzit [Sun, 9 Jul 2006 13:06:29 +0000 (13:06 +0000)]
migrate rss.php

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

17 years agofactorize filsrss into platal module
x2000habouzit [Sun, 9 Jul 2006 12:53:39 +0000 (12:53 +0000)]
factorize filsrss into platal module

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

17 years agoImprove new URL format for banana using the hook_makeLink introduced in rev61 of...
x2003bruneau [Sun, 9 Jul 2006 11:57:48 +0000 (11:57 +0000)]
Improve new URL format for banana using the hook_makeLink introduced in rev61 of Banana

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

17 years agoexit tmpPWD
x2000habouzit [Sun, 9 Jul 2006 00:12:45 +0000 (00:12 +0000)]
exit tmpPWD

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

17 years agomotdepasse -> password
x2000habouzit [Sun, 9 Jul 2006 00:02:52 +0000 (00:02 +0000)]
motdepasse -> password

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

17 years agosmall details
x2000habouzit [Sat, 8 Jul 2006 23:51:05 +0000 (23:51 +0000)]
small details

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

17 years agomigrate skins into platal
x2000habouzit [Sat, 8 Jul 2006 23:49:57 +0000 (23:49 +0000)]
migrate skins into platal

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

17 years agomigrate payments.
x2000habouzit [Sat, 8 Jul 2006 23:40:03 +0000 (23:40 +0000)]
migrate payments.

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

17 years agomerge the fact that 'dons' are now on the wiki
x2000habouzit [Sat, 8 Jul 2006 22:07:20 +0000 (22:07 +0000)]
merge the fact that 'dons' are now on the wiki

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

17 years agomove preferences.php into new core module.
x2000habouzit [Sat, 8 Jul 2006 21:54:41 +0000 (21:54 +0000)]
move preferences.php into new core module.

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

17 years agoobsolete
x2000habouzit [Sat, 8 Jul 2006 19:14:56 +0000 (19:14 +0000)]
obsolete

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

17 years agomigrate changelog
x2000habouzit [Sat, 8 Jul 2006 14:52:52 +0000 (14:52 +0000)]
migrate changelog

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

17 years agoremove cacert.php.
x2000habouzit [Sat, 8 Jul 2006 14:44:24 +0000 (14:44 +0000)]
remove cacert.php.

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

17 years agothe test is conclusive. use our new way by default now.
x2000habouzit [Sat, 8 Jul 2006 14:32:32 +0000 (14:32 +0000)]
the test is conclusive. use our new way by default now.

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

17 years agoremove clear cache.
x2000habouzit [Sat, 8 Jul 2006 14:31:59 +0000 (14:31 +0000)]
remove clear cache.
remove index.php (test.php will replace next commit)

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

17 years agothe wiki now works, remove that useless pile of cruft.
x2000habouzit [Sat, 8 Jul 2006 14:21:56 +0000 (14:21 +0000)]
the wiki now works, remove that useless pile of cruft.

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

17 years agoBackport rev386
x2003bruneau [Sat, 8 Jul 2006 14:18:29 +0000 (14:18 +0000)]
Backport rev386

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

17 years agoPetites corrections de syntaxe (française).
x2004lefloch [Sat, 8 Jul 2006 01:56:28 +0000 (01:56 +0000)]
Petites corrections de syntaxe (française).

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

17 years agoCorrection mineure d'un commentaire de validation à l'intention des admins, en rempla...
x2004lefloch [Fri, 7 Jul 2006 15:14:30 +0000 (15:14 +0000)]
Correction mineure d'un commentaire de validation à l'intention des admins, en remplaçant 20002 par 2002 et en clarifiant vaguement le sens de la phrase.

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

17 years agothanks to XorgMailer "fix" everything in the marketing module is migrated.
x2000habouzit [Wed, 5 Jul 2006 22:48:27 +0000 (22:48 +0000)]
thanks to XorgMailer "fix" everything in the marketing module is migrated.

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

17 years agocan work, but too magical for me
x2000habouzit [Wed, 5 Jul 2006 22:47:42 +0000 (22:47 +0000)]
can work, but too magical for me

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

17 years agothis just can't work !?
x2000habouzit [Wed, 5 Jul 2006 22:44:24 +0000 (22:44 +0000)]
this just can't work !?

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

17 years agokeep arguments under the hood.
x2000habouzit [Wed, 5 Jul 2006 22:37:04 +0000 (22:37 +0000)]
keep arguments under the hood.

small uri's adjustments

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

17 years agoremove old get arguments, use path args instead.
x2000habouzit [Wed, 5 Jul 2006 22:28:51 +0000 (22:28 +0000)]
remove old get arguments, use path args instead.

marketing is now clean

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

18 years agovarious path fixes.
x2000habouzit [Wed, 5 Jul 2006 07:15:05 +0000 (07:15 +0000)]
various path fixes.

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

18 years agofix a bug in the uri exploder.
x2000habouzit [Wed, 5 Jul 2006 06:50:51 +0000 (06:50 +0000)]
fix a bug in the uri exploder.

use more semantic uri's in marketing (promo)

fix some typos

don't use gassign, it's broken in our context.

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

18 years agosmall joke, forgotten add
x2000habouzit [Tue, 4 Jul 2006 22:43:32 +0000 (22:43 +0000)]
small joke, forgotten add

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

18 years agoMarketing module rewritten (mostly)
x2000habouzit [Tue, 4 Jul 2006 22:41:19 +0000 (22:41 +0000)]
Marketing module rewritten (mostly)

it has to be tested, and URI's to be optimised a bit more.

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