1 |
fraynaud |
3 |
openMairie Exemple - Todo |
2 |
|
|
========================= |
3 |
|
|
|
4 |
fraynaud |
20 |
questions techniques flo |
5 |
|
|
==================== |
6 |
fraynaud |
8 |
|
7 |
fraynaud |
20 |
* export_sitadel utf8 ? |
8 |
fraynaud |
3 |
|
9 |
fraynaud |
29 |
|
10 |
fraynaud |
20 |
questions fonctionnelles |
11 |
|
|
======================== |
12 |
fraynaud |
3 |
|
13 |
fraynaud |
49 |
gen.class.php ne fct pas avec des vues qui ont des jointures ex arles_dynmap_pos |
14 |
fraynaud |
3 |
|
15 |
|
|
|
16 |
fraynaud |
20 |
correction de bugs |
17 |
|
|
================== |
18 |
fraynaud |
3 |
|
19 |
fraynaud |
20 |
* export_sitadel : bug ligne 137 avec substr -> voir base |
20 |
fraynaud |
8 |
|
21 |
fraynaud |
20 |
* voir controle numerique si decimaux dossier.class |
22 |
|
|
n accepte que les entiers |
23 |
fraynaud |
8 |
|
24 |
fraynaud |
49 |
* moteur de recherche a finir |
25 |
|
|
* edition ads -> faire 2 etats |
26 |
fraynaud |
3 |
|
27 |
fraynaud |
20 |
correction de base |
28 |
|
|
================== |
29 |
fraynaud |
34 |
* cle secondaires a corriger |
30 |
fraynaud |
20 |
-> not null et defaut = 0 ou '' entraine impossibilite contrainte referentielle |
31 |
|
|
update dossier set instructeur = null where instructeur = 0; |
32 |
|
|
update dossier set travaux = null where travaux = 0; |
33 |
|
|
update dossier set demandeur_categorie = null where demandeur_categorie = 0; |
34 |
|
|
update dossier set demandeur_civilite = null where demandeur_civilite = '0'; |
35 |
|
|
update dossier set delegataire_civilite = null where delegataire_civilite = '0'; |
36 |
|
|
update dossier set demandeur_civilite = null where demandeur_civilite = ''; |
37 |
|
|
update dossier set delegataire_civilite = null where delegataire_civilite = ''; |
38 |
|
|
update dossier set architecte = null where architecte = '0'; |
39 |
fraynaud |
3 |
|
40 |
fraynaud |
38 |
pb evenement - bible |
41 |
|
|
-------------------- |
42 |
|
|
pb de cles secondaires avec evenement a retraiter (evenement inexistant en base -> zone lib = ex...) |
43 |
|
|
|
44 |
|
|
|
45 |
fraynaud |
29 |
changement en lettretype sql -> om_utilisateur |
46 |
|
|
------------------------ |
47 |
|
|
|
48 |
fraynaud |
53 |
correction de openmairie_exemple FAITES le 17/08/2011 |
49 |
fraynaud |
29 |
================================= |
50 |
fraynaud |
20 |
gen/import.php -> lettretype se_couleurtexte a enlever + longueur fichier |
51 |
fraynaud |
53 |
gen/gen.php : suppression acces doc om 3.0.0 |
52 |
fraynaud |
34 |
pdf/pdflettretype.php correction utf8 |
53 |
fraynaud |
41 |
scr/form_sig_point.php : pb de '' dans idx |
54 |
fraynaud |
53 |
pdf/etat.php a revoir -> pb sous etat (voir bloc note) Non fait utf8 |
55 |
|
|
sig/json_points.php : pb du () regle |
56 |
fraynaud |
3 |
|
57 |
fraynaud |
20 |
|
58 |
fraynaud |
53 |
*** pb de doc |
59 |
fraynaud |
20 |
|
60 |
fraynaud |
53 |
/var/www/openmairie_foncier/documentation/trunk/source/parametrage/evenement.rst:84: |
61 |
|
|
(WARNING/2) Bullet list ends without a blank line; unexpected unindent. |
62 |
|
|
/var/www/openmairie_foncier/documentation/trunk/source/parametrage/evenement.rst:88: |
63 |
|
|
(WARNING/2) Bullet list ends without a blank line; unexpected unindent. |
64 |
|
|
/var/www/openmairie_foncier/documentation/trunk/source/traitement/recherche.rst:1: |
65 |
|
|
(WARNING/2) malformed hyperlink target. |
66 |
|
|
/var/www/openmairie_foncier/documentation/trunk/source/utilisation/principes.rst:72: |
67 |
|
|
(WARNING/2) Bullet list ends without a blank line; unexpected unindent. |
68 |
|
|
|
69 |
|
|
|
70 |
|
|
*** pb de view n fct pas avec arles_dynmap -> plante gen |
71 |
|
|
|
72 |
|
|
-- DROP VIEW arles_dynmap_pos; |
73 |
|
|
|
74 |
|
|
CREATE OR REPLACE VIEW arles_dynmap_pos AS |
75 |
|
|
SELECT dblink.pos, dblink.libelle, dblink.geom |
76 |
|
|
FROM dblink('dbname=arles_dynmap'::text, 'SELECT sb_data_338.rowid, type_ , g FROM |
77 |
|
|
sb_data_338 inner join sb_geom_254 on sb_data_338.rowid=sb_geom_338.rowid'::text) |
78 |
|
|
dblink(pos integer, libelle character varying(40), geom geometry); |
79 |
|
|
|
80 |
|
|
|
81 |
|
|
|
82 |
|
|
*** pb de tableau de bord suite modif en update |
83 |
|
|
|
84 |
|
|
|
85 |
|
|
update public.om_tdb set position=1, bloc='Caction' where om_tdb='update' and login='demo' |
86 |
|
|
|
87 |
|
|
pb de Caction et update ? |
88 |
|
|
|
89 |
|
|
|
90 |
|
|
|
91 |
|
|
|
92 |
|
|
|
93 |
|
|
|
94 |
|
|
|
95 |
fraynaud |
42 |
pb encodage (portable) utf8 |
96 |
|
|
=========================== |
97 |
fraynaud |
29 |
|
98 |
fraynaud |
42 |
#AddDefaultCharset Iso *** |
99 |
|
|
etc/apache2/init.d/apache2 reload.... |
100 |
fraynaud |
29 |
|
101 |
fraynaud |
46 |
awesome-screenshot-capture ne fct pas sur portable |
102 |
|
|
pb de version firefox : 3.6.17 |
103 |
|
|
comment changer ? |
104 |
fraynaud |
29 |
|
105 |
fraynaud |
20 |
|
106 |
fraynaud |
49 |
|