Quand l'URL n'a pas de sous composant (genre http://server/do.php...)
alors dirname renvoie '/' qui générait l'URL //admin/setup.php
=> firefox (entre autres) considérait alors que la machine était admin...
Maintenant, l'URL générée est /admin/setup.php que firefox interprète
bien comme relatif à l'hôte courant.
svn+ssh://danydb@svn/svn/phpcompta/branches/rel510
........
r3329 | danydb | 2010-06-23 18:18:21 +0200 (Wed, 23 Jun 2010) | 2 lines
Check if the plugin does exist
........
r3330 | danydb | 2010-06-23 18:23:10 +0200 (Wed, 23 Jun 2010) | 2 lines
check if file exists for the plugin
........
r3331 | danydb | 2010-06-23 18:29:36 +0200 (Wed, 23 Jun 2010) | 1 line
Improve extension : add preferences, check on the file to include
........
r3332 | danydb | 2010-06-23 18:31:17 +0200 (Wed, 23 Jun 2010) | 3 lines
Attribut : add a sort on object with usort (faster)
Add new method for card : setAttribut
Fiche_Def after an insert the $this->id is now set
........
file:///home/developper/svn/phpcompta/branches/rel510
........
r3286 | danydb | 2010-06-12 19:24:49 +0200 (Sat, 12 Jun 2010) | 2 lines
Check if database is valid
........
r3287 | danydb | 2010-06-12 20:41:47 +0200 (Sat, 12 Jun 2010) | 1 line
Fix bug : when using twice the same accounting in operation, one of them is not visible in "impression->poste"
........
r3288 | danydb | 2010-06-12 21:04:36 +0200 (Sat, 12 Jun 2010) | 2 lines
Cosmetic
........
r3289 | danydb | 2010-06-12 21:14:07 +0200 (Sat, 12 Jun 2010) | 1 line
Cosmetic : fix CSS
........
r3290 | danydb | 2010-06-12 21:17:05 +0200 (Sat, 12 Jun 2010) | 2 lines
Fix CSS
........
r3291 | danydb | 2010-06-12 21:48:52 +0200 (Sat, 12 Jun 2010) | 3 lines
Cosmetic : fix CSS
An user who is NOT admin and can access only ONE folder is automatically redirected to the plugins or the dashboard
........
r3292 | danydb | 2010-06-14 20:38:39 +0200 (Mon, 14 Jun 2010) | 2 lines
Cosmetic highlight row for lettering
........
r3293 | danydb | 2010-06-14 20:38:52 +0200 (Mon, 14 Jun 2010) | 2 lines
Highlight row of lettering
........
r3294 | danydb | 2010-06-14 20:41:53 +0200 (Mon, 14 Jun 2010) | 1 line
Lettering : if an operation is removed : the lettering is also removed on both side
........
r3295 | danydb | 2010-06-14 20:43:50 +0200 (Mon, 14 Jun 2010) | 1 line
rename upgrade80
........
r3296 | danydb | 2010-06-14 20:49:40 +0200 (Mon, 14 Jun 2010) | 2 lines
cosmetic : parameter -> societe align to right
........
r3297 | danydb | 2010-06-14 20:50:38 +0200 (Mon, 14 Jun 2010) | 2 lines
width set auto for the table
........
r3298 | danydb | 2010-06-14 21:04:09 +0200 (Mon, 14 Jun 2010) | 1 line
Lettering : if an operation is removed : the lettering is also removed on both side
........
r3299 | danydb | 2010-06-14 21:25:04 +0200 (Mon, 14 Jun 2010) | 2 lines
Fix problem with offset unlimited
........
r3300 | danydb | 2010-06-14 21:57:45 +0200 (Mon, 14 Jun 2010) | 1 line
Update the doc == Lettering : if an operation is removed : the lettering is also removed on both side
........
r3301 | danydb | 2010-06-15 23:57:55 +0200 (Tue, 15 Jun 2010) | 1 line
Add bank CBC on line
........
r3302 | danydb | 2010-06-16 00:30:47 +0200 (Wed, 16 Jun 2010) | 2 lines
Bug fix : when using a predefined operation, javascript for adding rows doesn't work properly
........