platal.git
16 years agobugs dus au changement de table de web et mobile
Pascal Corpet [Tue, 1 Feb 2005 12:53:22 +0000 (12:53 +0000)]
bugs dus au changement de table de web et mobile

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-422

16 years agobug 270 : pub pour les entreprises
Pascal Corpet [Tue, 1 Feb 2005 11:46:35 +0000 (11:46 +0000)]
bug 270 : pub pour les entreprises

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-421

16 years agobug 270, sql du commit precedent
Pascal Corpet [Tue, 1 Feb 2005 09:15:39 +0000 (09:15 +0000)]
bug 270, sql du commit precedent

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-420

16 years agobug 270, pub pour les adresses
Pascal Corpet [Tue, 1 Feb 2005 09:15:04 +0000 (09:15 +0000)]
bug 270, pub pour les adresses

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-419

16 years agocia is dead most of the time, sic + Backports
Pierre Habouzit (MadCoder [Mon, 31 Jan 2005 06:52:23 +0000 (06:52 +0000)]
cia is dead most of the time, sic + Backports

Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.4--patch-10
   envoidirect est suppimée - TODO : adapter au nouveau systeme

 * opensource@polytechnique.org--2005/platal--release--0.9.4--patch-11
   envoidirect est suppimée . TODO : adapter au nouveau systeme

 * opensource@polytechnique.org--2005/platal--release--0.9.4--patch-12
   envoidirect est suppimée . TODO : adapter au nouveau systeme

 * opensource@polytechnique.org--2005/platal--release--0.9.4--patch-13
   closes FS#273 : firefox sux

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-418

16 years agobug du webservice
Pascal Corpet [Mon, 31 Jan 2005 00:29:18 +0000 (00:29 +0000)]
bug du webservice

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-417

16 years agoPour les portables sur manageurs
Aurelien LAJOIE [Sun, 30 Jan 2005 22:45:06 +0000 (22:45 +0000)]
Pour les portables sur manageurs

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-416

16 years agoPour les portables sur manageurs
Aurelien LAJOIE [Sun, 30 Jan 2005 22:09:14 +0000 (22:09 +0000)]
Pour les portables sur manageurs

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-415

16 years agotransfert de web, mobile et freetext de md5 a quick
Pascal Corpet [Sun, 30 Jan 2005 14:32:31 +0000 (14:32 +0000)]
transfert de web, mobile et freetext de md5 a quick

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-414

16 years agobackport
Raphael Marichez [Sun, 30 Jan 2005 14:16:52 +0000 (14:16 +0000)]
backport

Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.4--patch-9
   Syntax bugfix

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-413

16 years agosimplifications
Pierre Habouzit (MadCoder [Sat, 29 Jan 2005 23:03:56 +0000 (23:03 +0000)]
simplifications

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-412

16 years agoyepeeeee, text engine seems to be OK
Pierre Habouzit (MadCoder [Sat, 29 Jan 2005 22:53:16 +0000 (22:53 +0000)]
yepeeeee, text engine seems to be OK

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-411

16 years agosome work on the parser, changed a ambiguous syntax, and begun (mostly done) to work...
Pierre Habouzit (MadCoder [Sat, 29 Jan 2005 22:23:32 +0000 (22:23 +0000)]
some work on the parser, changed a ambiguous syntax, and begun (mostly done) to work on the textual renderer

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-410

16 years agobackport
Pierre Habouzit (MadCoder [Sat, 29 Jan 2005 11:19:04 +0000 (11:19 +0000)]
backport

Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.4--patch-8
   (nl) damnit

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-409

16 years agobackport
Pierre Habouzit (MadCoder [Sat, 29 Jan 2005 11:17:38 +0000 (11:17 +0000)]
backport

Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.4--patch-7
   minor problem wrt NL validation

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-408

16 years agobackport
Raphael Marichez [Sat, 29 Jan 2005 03:20:54 +0000 (03:20 +0000)]
backport

Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.4--patch-6
   to make validation mails work properly

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-407

16 years agoclass XOrgWiki*
Pierre Habouzit (MadCoder [Fri, 28 Jan 2005 21:22:12 +0000 (21:22 +0000)]
class XOrgWiki*

some classes to parse yawc (yet another wiki code)

atm, only blocks are parsed, the syntax is :

!foo        <h1>foo</h1>
!!foo       <h2>foo</h2>
!!!foo      <h3>foo</h3>
.foo        <pre>foo</pre>
*foo        <ul><li>foo</li></ul>
#foo        <ol><li>foo</li></ol>
>foo        <blockquote>foo</blockquote>
----        <hr />
(empty)     <p></p>
foobar      <p>foobar</p>

special thing :

[op] foo
= bar

    is understood as : <op> foo <br /> bar </op>
    = at the beginning of a line means : stay in the previous block, but with a line break.

Now I have to parse line ops like (i think) :

    **foo** -> <strong>foo</strong>
    __foo__ -> <u>foo</u>
    //foo// -> <em>foo</em>
    [expl|url] -> <a href='url'>expl</a>
    (expl|url) -> <img href='url'>expl</img>

    + automatic url and mailto detections.

    all those thing have to be parsed in _parse_line.

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-406

16 years agoNN4/IE6 problem
Pierre Habouzit (MadCoder [Fri, 28 Jan 2005 12:35:17 +0000 (12:35 +0000)]
NN4/IE6 problem

Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.4--patch-5
   correct the NN4 problem

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-405

16 years agobackport
Pierre Habouzit (MadCoder [Fri, 28 Jan 2005 11:27:30 +0000 (11:27 +0000)]
backport

Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.4--patch-4
   WHERR -> WHERE

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-404

16 years agoadd a link to synchro_ax for admins
Pascal Corpet [Fri, 28 Jan 2005 10:15:44 +0000 (10:15 +0000)]
add a link to synchro_ax for admins

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-403

16 years agobackport
Pierre Habouzit (MadCoder [Fri, 28 Jan 2005 00:46:04 +0000 (00:46 +0000)]
backport

Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.4--patch-3
   corrects RSS for real

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-402

16 years agolittle bug wrt RSS
Pierre Habouzit (MadCoder [Fri, 28 Jan 2005 00:27:36 +0000 (00:27 +0000)]
little bug wrt RSS

Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.4--patch-2
   mini bug

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-401

16 years agofix warning
Pierre Habouzit (MadCoder [Thu, 27 Jan 2005 17:58:40 +0000 (17:58 +0000)]
fix warning

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-400

16 years agowas a bad idea
Pierre Habouzit (MadCoder [Thu, 27 Jan 2005 17:57:47 +0000 (17:57 +0000)]
was a bad idea

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-399

16 years agowiki2xhtml added
Pierre Habouzit (MadCoder [Thu, 27 Jan 2005 17:40:04 +0000 (17:40 +0000)]
wiki2xhtml added

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-398

16 years agoprepare clog for 0.9.5
Pierre Habouzit (MadCoder [Thu, 27 Jan 2005 12:26:31 +0000 (12:26 +0000)]
prepare clog for 0.9.5

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-397

16 years agobackport
Pierre Habouzit (MadCoder [Mon, 24 Jan 2005 18:15:39 +0000 (18:15 +0000)]
backport

Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.4--patch-1
   little bug

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-396

16 years ago0.9.4 seems ready to me, now the last minor bugfixes will go in the dedicated branch
Pierre Habouzit (MadCoder [Mon, 24 Jan 2005 14:44:41 +0000 (14:44 +0000)]
0.9.4 seems ready to me, now the last minor bugfixes will go in the dedicated branch

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-395

16 years agolittle detail wrt contacts sorting
Pierre Habouzit (MadCoder [Mon, 24 Jan 2005 14:30:17 +0000 (14:30 +0000)]
little detail wrt contacts sorting

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-394

16 years agovarious bugfixes. new register _really_ seem acurate
Pierre Habouzit (MadCoder [Mon, 24 Jan 2005 07:57:43 +0000 (07:57 +0000)]
various bugfixes. new register _really_ seem acurate

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-393

16 years agoimport profil from AX for new subcription + some tiny error in verif_address.php
Pierre Habouzit (MadCoder [Fri, 21 Jan 2005 23:54:40 +0000 (23:54 +0000)]
import profil from AX for new subcription + some tiny error in verif_address.php

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-392

16 years agoadded function to display resume of categories
Jean-Marc Coic [Thu, 20 Jan 2005 22:03:49 +0000 (22:03 +0000)]
added function to display resume of categories

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-391

16 years agodrop mtic
Pierre Habouzit (MadCoder [Wed, 19 Jan 2005 10:52:38 +0000 (10:52 +0000)]
drop mtic

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-389

16 years agobackport
Pierre Habouzit (MadCoder [Wed, 19 Jan 2005 09:55:36 +0000 (09:55 +0000)]
backport

Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.3--patch-37
   bad ieda

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-388

16 years agoergonomie synchro_x + coding rules
Pascal Corpet [Tue, 18 Jan 2005 23:49:24 +0000 (23:49 +0000)]
ergonomie synchro_x + coding rules

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-387

16 years agoergonomie synchro_ax
Pascal Corpet [Tue, 18 Jan 2005 22:10:36 +0000 (22:10 +0000)]
ergonomie synchro_ax

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-386

16 years agobackport the damn script, one root is an as***le too
Pierre Habouzit (MadCoder [Tue, 18 Jan 2005 21:41:48 +0000 (21:41 +0000)]
backport the damn script, one root is an as***le too

Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.3--patch-36
   back from prod (Falco)

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-385

16 years agobackport
Pierre Habouzit (MadCoder [Tue, 18 Jan 2005 21:40:37 +0000 (21:40 +0000)]
backport

Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.3--patch-35
   what an asshole

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-384

16 years agobackport
Pierre Habouzit (MadCoder [Tue, 18 Jan 2005 21:32:54 +0000 (21:32 +0000)]
backport

Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.3--patch-34
   small fixups

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-383

16 years agomore policy things
Pierre Habouzit (MadCoder [Tue, 18 Jan 2005 17:41:51 +0000 (17:41 +0000)]
more policy things

* manageurs.com webservices are really bad written, so keep them in a place where they do not contaminate plat/al
* some missing brackets.

Please read : http://doc.polytechnique.org/CodingRules/

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-382

16 years agopolicy things
Pierre Habouzit (MadCoder [Tue, 18 Jan 2005 17:35:24 +0000 (17:35 +0000)]
policy things

 * admin pages _live_ in admin/
 * the file was really ill tabulized

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-381

16 years agocloses FS#267
Pierre Habouzit (MadCoder [Tue, 18 Jan 2005 17:26:14 +0000 (17:26 +0000)]
closes FS#267

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-380

16 years agowhish 151 : mise a jour depuis l'AX
Pascal Corpet [Tue, 18 Jan 2005 16:43:20 +0000 (16:43 +0000)]
whish 151 : mise a jour depuis l'AX

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-379

16 years agopreparation pour la synchro avec l'ax : attention modification dans platal.conf
Pascal Corpet [Tue, 18 Jan 2005 12:26:25 +0000 (12:26 +0000)]
preparation pour la synchro avec l'ax : attention modification dans platal.conf

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-378

16 years agofix various bugs
Pierre Habouzit (MadCoder [Tue, 18 Jan 2005 11:32:56 +0000 (11:32 +0000)]
fix various bugs

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-377

16 years agosome fixups in registration when triggered by marketing
Pierre Habouzit (MadCoder [Tue, 18 Jan 2005 11:02:02 +0000 (11:02 +0000)]
some fixups in registration when triggered by marketing

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-376

16 years agobug 255 : add a new e-mail directly from private.php
Pascal Corpet [Mon, 17 Jan 2005 16:34:42 +0000 (16:34 +0000)]
bug 255 : add a new e-mail directly from private.php

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-375

16 years agobug 255 : relance des adresses connues pour les non inscrits
Pascal Corpet [Mon, 17 Jan 2005 16:12:52 +0000 (16:12 +0000)]
bug 255 : relance des adresses connues pour les non inscrits

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-374

16 years agoold <?php ?> => smarty's {}
Damien Bobillot [Mon, 17 Jan 2005 12:38:16 +0000 (12:38 +0000)]
old <?php ?> => smarty's {}

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-373

16 years agowibbles
Pierre Habouzit (MadCoder [Mon, 17 Jan 2005 09:42:09 +0000 (09:42 +0000)]
wibbles

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-372

16 years agoadd pubDates, that rocks
Pierre Habouzit (MadCoder [Mon, 17 Jan 2005 09:28:40 +0000 (09:28 +0000)]
add pubDates, that rocks

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-371

16 years agofinish panel + login feeds
Pierre Habouzit (MadCoder [Mon, 17 Jan 2005 09:02:32 +0000 (09:02 +0000)]
finish panel + login feeds

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-370

16 years agobetter rss handling
Pierre Habouzit (MadCoder [Mon, 17 Jan 2005 08:30:29 +0000 (08:30 +0000)]
better rss handling

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-369

16 years agobetter zoom
Pierre Habouzit (MadCoder [Mon, 17 Jan 2005 00:48:43 +0000 (00:48 +0000)]
better zoom

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-368

16 years agowibble
Pascal Corpet [Mon, 17 Jan 2005 00:33:05 +0000 (00:33 +0000)]
wibble

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-367

16 years agowish 261 : courbe d'evolution du nb d'inscrits
Pascal Corpet [Mon, 17 Jan 2005 00:31:40 +0000 (00:31 +0000)]
wish 261 : courbe d'evolution du nb d'inscrits

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-366

16 years agowibble
Pascal Corpet [Mon, 17 Jan 2005 00:09:21 +0000 (00:09 +0000)]
wibble

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-365

16 years agograph by promo : maintenant en pourcentage
Pascal Corpet [Mon, 17 Jan 2005 00:03:24 +0000 (00:03 +0000)]
graph by promo : maintenant en pourcentage

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-364

16 years agowibble
Pierre Habouzit (MadCoder [Sun, 16 Jan 2005 23:59:13 +0000 (23:59 +0000)]
wibble

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-363

16 years agowish 255 : e-mail de marketing
Pascal Corpet [Sun, 16 Jan 2005 23:51:59 +0000 (23:51 +0000)]
wish 255 : e-mail de marketing

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-362

16 years agorss upgrades
Pierre Habouzit (MadCoder [Sun, 16 Jan 2005 23:48:06 +0000 (23:48 +0000)]
rss upgrades

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-361

16 years agowibble
Pierre Habouzit (MadCoder [Sun, 16 Jan 2005 23:47:47 +0000 (23:47 +0000)]
wibble

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-360

16 years agogit-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-359
Jean-Marc Coic [Sun, 16 Jan 2005 20:35:50 +0000 (20:35 +0000)]
git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-359

16 years agomatricule disponible sur le site pour les non-inscrits
Raphael Marichez [Sun, 16 Jan 2005 19:05:38 +0000 (19:05 +0000)]
matricule disponible sur le site pour les non-inscrits

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-358

16 years agoupdate notifs to the new semantics
Pierre Habouzit (MadCoder [Sun, 16 Jan 2005 17:36:55 +0000 (17:36 +0000)]
update notifs to the new semantics

notifs are known a posteriori or a priori.

for /a priori ones/ we want the hilight to be enabled the good day (TM)

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-357

16 years agobackport
Pierre Habouzit (MadCoder [Sun, 16 Jan 2005 16:10:27 +0000 (16:10 +0000)]
backport

Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.3--patch-33
   repair rss

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-356

16 years agoMake use of config file for manageurs webservice
Jean-Marc Coic [Sun, 16 Jan 2005 14:49:14 +0000 (14:49 +0000)]
Make use of config file for manageurs webservice

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-355

16 years agocloses FS#210
Pierre Habouzit (MadCoder [Sun, 16 Jan 2005 14:09:49 +0000 (14:09 +0000)]
closes FS#210

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-354

16 years agoCheck remote IP address before serving request
Jean-Marc Coic [Sun, 16 Jan 2005 14:07:50 +0000 (14:07 +0000)]
Check remote IP address before serving request

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-353

16 years agographe des stats par promo a la volee avec gnuplot
Pascal Corpet [Sun, 16 Jan 2005 13:38:40 +0000 (13:38 +0000)]
graphe des stats par promo a la volee avec gnuplot

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-352

16 years agoadd nobel + fields
Pierre Habouzit (MadCoder [Sun, 16 Jan 2005 12:12:32 +0000 (12:12 +0000)]
add nobel + fields

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-351

16 years agowibble
Pierre Habouzit (MadCoder [Sat, 15 Jan 2005 23:28:52 +0000 (23:28 +0000)]
wibble

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-350

16 years agonow we can see medals in the fiche
Pierre Habouzit (MadCoder [Sat, 15 Jan 2005 23:08:16 +0000 (23:08 +0000)]
now we can see medals in the fiche

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-349

16 years agoyou can now add decorations, medals and stuff in the profile
Pierre Habouzit (MadCoder [Sat, 15 Jan 2005 22:42:11 +0000 (22:42 +0000)]
you can now add decorations, medals and stuff in the profile

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-348

16 years agoprepare for #210
Pierre Habouzit (MadCoder [Sat, 15 Jan 2005 21:34:26 +0000 (21:34 +0000)]
prepare for #210

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-347

16 years agoChangelog in alphabetical order
Pascal Corpet [Sat, 15 Jan 2005 14:41:24 +0000 (14:41 +0000)]
Changelog in alphabetical order

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-346

16 years agoChangelog du bug 212
Pascal Corpet [Sat, 15 Jan 2005 14:24:34 +0000 (14:24 +0000)]
Changelog du bug 212

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-345

16 years agocloses 212 : same font-size for top date and content
Pascal Corpet [Sat, 15 Jan 2005 14:16:46 +0000 (14:16 +0000)]
closes 212 : same font-size for top date and content

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-344

16 years agocloses 215 : singular/plural in notifications
Pascal Corpet [Sat, 15 Jan 2005 14:04:57 +0000 (14:04 +0000)]
closes 215 : singular/plural in notifications

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-342

16 years agowibble
Pierre Habouzit (MadCoder [Sat, 15 Jan 2005 14:03:41 +0000 (14:03 +0000)]
wibble

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-341

16 years agoa real bad part of plat/al vanish. (closes FS#236)
Pierre Habouzit (MadCoder [Sat, 15 Jan 2005 13:55:57 +0000 (13:55 +0000)]
a real bad part of plat/al vanish.  (closes FS#236)

no more creation of preferences.tpl by rendez-vous in preferences.tpl.d

it solves the skin pb.

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-340

16 years agocloses FS#204 : nicknames
Pierre Habouzit (MadCoder [Sat, 15 Jan 2005 12:58:26 +0000 (12:58 +0000)]
closes FS#204 : nicknames

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-339

16 years agotri des contacts avec des images
Pascal Corpet [Sat, 15 Jan 2005 12:38:37 +0000 (12:38 +0000)]
tri des contacts avec des images

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-338

16 years agowe stole a lot of icons from nuvola's theme
Pierre Habouzit (MadCoder [Sat, 15 Jan 2005 11:33:39 +0000 (11:33 +0000)]
we stole a lot of icons from nuvola's theme

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-337

16 years agoadd images
Pierre Habouzit (MadCoder [Sat, 15 Jan 2005 11:30:48 +0000 (11:30 +0000)]
add images

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-336

16 years agocloses 180 : changer l'ordre de tri de la page des contacts
Pascal Corpet [Sat, 15 Jan 2005 11:17:45 +0000 (11:17 +0000)]
closes 180 : changer l'ordre de tri de la page des contacts

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-335

16 years agowibble
Pierre Habouzit (MadCoder [Sat, 15 Jan 2005 10:45:40 +0000 (10:45 +0000)]
wibble

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-334

16 years agohandle crontabs from plat/al
Pierre Habouzit (MadCoder [Sat, 15 Jan 2005 10:34:06 +0000 (10:34 +0000)]
handle crontabs from plat/al

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-333

16 years agocloses FS#232
Pierre Habouzit (MadCoder [Sat, 15 Jan 2005 09:43:57 +0000 (09:43 +0000)]
closes FS#232

Patches applied:

 * opensource@polytechnique.org--2005/platal--release--0.9.3--patch-32
   bug in the notifs

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-332

16 years agodumb thing to avoid a bug wrt timestamps
Pierre Habouzit (MadCoder [Sat, 15 Jan 2005 02:19:36 +0000 (02:19 +0000)]
dumb thing to avoid a bug wrt timestamps

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-331

16 years agoone little thing for NL + changelog entry
Pierre Habouzit (MadCoder [Sat, 15 Jan 2005 02:11:20 +0000 (02:11 +0000)]
one little thing for NL + changelog entry

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-330

16 years agoordering was stupid
Pierre Habouzit (MadCoder [Sat, 15 Jan 2005 02:08:39 +0000 (02:08 +0000)]
ordering was stupid

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-329

16 years agoorthographe + better formulation
Pierre Habouzit (MadCoder [Sat, 15 Jan 2005 02:06:54 +0000 (02:06 +0000)]
orthographe + better formulation

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-328

16 years agoswitch the mail format preference (carnet and nl) to auth_user_quick
Pascal Corpet [Sat, 15 Jan 2005 01:57:37 +0000 (01:57 +0000)]
switch the mail format preference (carnet and nl) to auth_user_quick

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-327

16 years agowibble
Pierre Habouzit (MadCoder [Sat, 15 Jan 2005 01:31:48 +0000 (01:31 +0000)]
wibble

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-326

16 years ago#63 + notifications enhancements
Pierre Habouzit (MadCoder [Sat, 15 Jan 2005 01:19:53 +0000 (01:19 +0000)]
#63 + notifications enhancements

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-325

16 years agocloses FS#63
Pierre Habouzit (MadCoder [Sat, 15 Jan 2005 00:51:12 +0000 (00:51 +0000)]
closes FS#63

* create cron
* update various tiny things

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-324

16 years agoand now, a 4 line change to add Birthdays !!!!
Pierre Habouzit (MadCoder [Fri, 14 Jan 2005 23:54:51 +0000 (23:54 +0000)]
and now, a 4 line change to add Birthdays !!!!

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-323

16 years agorework notifs template, and watch_contact semantics
Pierre Habouzit (MadCoder [Fri, 14 Jan 2005 23:49:45 +0000 (23:49 +0000)]
rework notifs template, and watch_contact semantics

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-322

16 years agocloses FS#258
Pierre Habouzit (MadCoder [Fri, 14 Jan 2005 23:11:19 +0000 (23:11 +0000)]
closes FS#258

git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-321