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 |
54 |
correction de openmairie_exemple |
49 |
fraynaud |
29 |
================================= |
50 |
fraynaud |
54 |
|
51 |
fraynaud |
53 |
pdf/etat.php a revoir -> pb sous etat (voir bloc note) Non fait utf8 |
52 |
fraynaud |
3 |
|
53 |
fraynaud |
54 |
FAIT le 18/08/2011 |
54 |
|
|
M sig/form_sig_point.php -> pb de '' dans idx |
55 |
|
|
M sig/tab_sig_point.php |
56 |
|
|
M sig/json_points.php ->pb de (cle) |
57 |
|
|
M gen/gen.php ->acces doc 3.0.0 |
58 |
|
|
M gen/import.php -> bug import lettretype |
59 |
|
|
M pdf/pdflettretype.php -> correction utf8 |
60 |
fraynaud |
20 |
|
61 |
fraynaud |
54 |
|
62 |
fraynaud |
53 |
*** pb de doc |
63 |
fraynaud |
20 |
|
64 |
fraynaud |
53 |
/var/www/openmairie_foncier/documentation/trunk/source/parametrage/evenement.rst:84: |
65 |
|
|
(WARNING/2) Bullet list ends without a blank line; unexpected unindent. |
66 |
|
|
/var/www/openmairie_foncier/documentation/trunk/source/parametrage/evenement.rst:88: |
67 |
|
|
(WARNING/2) Bullet list ends without a blank line; unexpected unindent. |
68 |
|
|
/var/www/openmairie_foncier/documentation/trunk/source/traitement/recherche.rst:1: |
69 |
|
|
(WARNING/2) malformed hyperlink target. |
70 |
|
|
/var/www/openmairie_foncier/documentation/trunk/source/utilisation/principes.rst:72: |
71 |
|
|
(WARNING/2) Bullet list ends without a blank line; unexpected unindent. |
72 |
|
|
|
73 |
|
|
|
74 |
|
|
*** pb de view n fct pas avec arles_dynmap -> plante gen |
75 |
|
|
|
76 |
|
|
-- DROP VIEW arles_dynmap_pos; |
77 |
|
|
|
78 |
|
|
CREATE OR REPLACE VIEW arles_dynmap_pos AS |
79 |
|
|
SELECT dblink.pos, dblink.libelle, dblink.geom |
80 |
|
|
FROM dblink('dbname=arles_dynmap'::text, 'SELECT sb_data_338.rowid, type_ , g FROM |
81 |
|
|
sb_data_338 inner join sb_geom_254 on sb_data_338.rowid=sb_geom_338.rowid'::text) |
82 |
|
|
dblink(pos integer, libelle character varying(40), geom geometry); |
83 |
|
|
|
84 |
|
|
|
85 |
|
|
|
86 |
|
|
*** pb de tableau de bord suite modif en update |
87 |
|
|
|
88 |
|
|
|
89 |
|
|
update public.om_tdb set position=1, bloc='Caction' where om_tdb='update' and login='demo' |
90 |
|
|
|
91 |
|
|
pb de Caction et update ? |
92 |
|
|
|
93 |
fraynaud |
54 |
Lors de l execution du script : |
94 |
fraynaud |
53 |
|
95 |
fraynaud |
54 |
retour |
96 |
|
|
Caction*update/C1*/C2*7/C3*/C4*/C5*/ |
97 |
fraynaud |
53 |
|
98 |
fraynaud |
54 |
au lieu de C1*/C2*7/C3*/C4*/C5*/ |
99 |
|
|
et de fait requete : |
100 |
|
|
update public.om_tdb set position=1, bloc='C2' where om_tdb='7' and login='demo' |
101 |
fraynaud |
53 |
|
102 |
|
|
|
103 |
|
|
|
104 |
|
|
|
105 |
fraynaud |
54 |
|
106 |
|
|
|
107 |
fraynaud |
42 |
pb encodage (portable) utf8 |
108 |
|
|
=========================== |
109 |
fraynaud |
29 |
|
110 |
fraynaud |
42 |
#AddDefaultCharset Iso *** |
111 |
|
|
etc/apache2/init.d/apache2 reload.... |
112 |
fraynaud |
29 |
|
113 |
fraynaud |
46 |
awesome-screenshot-capture ne fct pas sur portable |
114 |
|
|
pb de version firefox : 3.6.17 |
115 |
|
|
comment changer ? |
116 |
fraynaud |
29 |
|
117 |
fraynaud |
20 |
|
118 |
fraynaud |
49 |
|