Fix: Replace FIXME tags that were TODO. Still having 3 FIXME.

This commit is contained in:
Laurent Destailleur 2010-11-15 19:28:00 +00:00
parent 629767d696
commit be057d94f9
4 changed files with 10 additions and 10 deletions

View File

@ -1393,7 +1393,7 @@ class CommonObject
* @param $dateSelector Show date input fields (if service) * @param $dateSelector Show date input fields (if service)
* @param $seller Object of seller third party * @param $seller Object of seller third party
* @param uyer Object of buyer third party * @param uyer Object of buyer third party
* FIXME This must be moved into a html.class file instead of a business class. * TODO This must be moved into a html.class file instead of a business class.
*/ */
function printLinesList($dateSelector=0,$seller,$buyer) function printLinesList($dateSelector=0,$seller,$buyer)
{ {

View File

@ -105,7 +105,7 @@ class Menubase
// Get the max rowid in llx_menu and use it as rowid in insert because postgresql // Get the max rowid in llx_menu and use it as rowid in insert because postgresql
// may use an already used value because its internal cursor does not increase when we do // may use an already used value because its internal cursor does not increase when we do
// an insert with a forced id. // an insert with a forced id.
// Two solution: Disable menu handler with database for postgres or update couter when // Two solution: Disable menu handler using database when database is postgresql or update counter when
// enabling such menus. // enabling such menus.
// Insert request // Insert request

View File

@ -1738,7 +1738,7 @@ class Societe extends CommonObject
* @param idprof 1,2,3,4 (Exemple: 1=siren,2=siret,3=naf,4=rcs/rm) * @param idprof 1,2,3,4 (Exemple: 1=siren,2=siret,3=naf,4=rcs/rm)
* @param soc Objet societe * @param soc Objet societe
* @return int <0 si ko, >0 si ok * @return int <0 si ko, >0 si ok
* FIXME not in business class * TODO not in business class
*/ */
function id_prof_check($idprof,$soc) function id_prof_check($idprof,$soc)
{ {
@ -1790,7 +1790,7 @@ class Societe extends CommonObject
* @param idprof 1,2,3,4 (Exemple: 1=siren,2=siret,3=naf,4=rcs/rm) * @param idprof 1,2,3,4 (Exemple: 1=siren,2=siret,3=naf,4=rcs/rm)
* @param soc Objet societe * @param soc Objet societe
* @return string url ou chaine vide si aucune url connue * @return string url ou chaine vide si aucune url connue
* FIXME not in business class * TODO not in business class
*/ */
function id_prof_url($idprof,$soc) function id_prof_url($idprof,$soc)
{ {
@ -2025,7 +2025,7 @@ class Societe extends CommonObject
* @param idprof 1,2,3,4 (Exemple: 1=siren,2=siret,3=naf,4=rcs/rm) * @param idprof 1,2,3,4 (Exemple: 1=siren,2=siret,3=naf,4=rcs/rm)
* @param htmlname Nom de la zone input * @param htmlname Nom de la zone input
* @param preselected Default value to show * @param preselected Default value to show
* FIXME not in business class * TODO not in business class
*/ */
function show_input_id_prof($idprof,$htmlname,$preselected) function show_input_id_prof($idprof,$htmlname,$preselected)
{ {
@ -2037,7 +2037,7 @@ class Societe extends CommonObject
* @param idprof 1,2,3,4 (Exemple: 1=siren,2=siret,3=naf,4=rcs/rm) * @param idprof 1,2,3,4 (Exemple: 1=siren,2=siret,3=naf,4=rcs/rm)
* @param htmlname Nom de la zone input * @param htmlname Nom de la zone input
* @param preselected Default value to show * @param preselected Default value to show
* FIXME not in business class * TODO not in business class
*/ */
function get_input_id_prof($idprof,$htmlname,$preselected) function get_input_id_prof($idprof,$htmlname,$preselected)
{ {

View File

@ -59,12 +59,12 @@ FCKConfig.AutoGrowMax = 400 ;
// FCKConfig.ProtectedSource.Add( /(<asp:[^\>]+>[\s|\S]*?<\/asp:[^\>]+>)|(<asp:[^\>]+\/>)/gi ) ; // ASP.Net style tags <asp:control> // FCKConfig.ProtectedSource.Add( /(<asp:[^\>]+>[\s|\S]*?<\/asp:[^\>]+>)|(<asp:[^\>]+\/>)/gi ) ; // ASP.Net style tags <asp:control>
FCKConfig.AutoDetectLanguage = true ; FCKConfig.AutoDetectLanguage = true ;
FCKConfig.DefaultLanguage = 'fr' ; FCKConfig.DefaultLanguage = 'en' ;
FCKConfig.ContentLangDirection = 'ltr' ; FCKConfig.ContentLangDirection = 'ltr' ;
FCKConfig.ProcessHTMLEntities = true ; FCKConfig.ProcessHTMLEntities = false ;
FCKConfig.IncludeLatinEntities = true ; FCKConfig.IncludeLatinEntities = false ;
FCKConfig.IncludeGreekEntities = true ; FCKConfig.IncludeGreekEntities = false ;
FCKConfig.ProcessNumericEntities = false ; FCKConfig.ProcessNumericEntities = false ;