Bem-vindo(a) ao PORTAL X-TRAD
PORTAL X-TRAD  
Horários baseados na GMT -2. Agora são 06:58 PM.
Antigo 28-09-2007, 02:37 PM
Webmaster
 
Avatar de beduino
 
Registrado em: Dec 2005
Localização: rio de janeiro
Idade: 51
Postagens: 2,073
Entradas no Blog: 2
Thanks: 60
Thanked 33 Times in 24 Posts
Reputação: 10 @ 176
beduino has a spectacular aura aboutbeduino has a spectacular aura about
Enviar mensagem via Windows Live Messenger para beduino
Exclamation Xoops 2.0.17 Rc1

Pronto!
Saiu o primeiro bugfix para o novo xoops. E parece que, alem das correções, finalmente foi corrigido um antigo problema no arquivo resource.db.php que - ao menos para mim - era sempre um motivo de ajuste para os módulos do Gijoe.

Existem arquivos novos no pacote de linguagem e ajustes nos atuais.
Changelog:
Citação:
Notes:
This is a bugfix release for login problems with some IE browsers caused by session_regenerate_id on some PHP versions.
Users who still suffer from login problem after implementing the patch are suggested to turn on custom session in system preferences, or set "enableRegenerateId" to FALSE in /kernel/session.php line #78.
Read the full changelog for details.
--------------------------------------------------------------------------------
Changes:
============================
2007/09/14: Version 2.0.17.1
============================
- Fixed bug #1783807: login failure in some browsers caused by session_regenerate_id (phppp/web-M/mrphilong/incama)
- Fixed bug #1792982: user list is not populated when user count is less than a limit (phppp/dugris/alainternet01)
- Replacing extras/resource.db.php with the file provided by Gijoe (malanciault)
============================
2007/08/24: Version 2.0.17
============================
- Fixed deprecated js captureEvents method and style property errors (phppp/skenow)
- Fixed xhtml/css compliance errors (phppp/skenow/kris_fr/studioC/malanciault)
- Fixed bug #1656854 - Missing quotes and Id in XoopsObjectTree->makeSelBox (hthouzard/dugris)
- Fixed bug #1716980 - Sitename with contraction is truncated in mail users form (rowd/dugris)
- Fixed bug #1763214 - Color Module Preference field issue (zoullou/dugris)
- Fixed bug #1707436 - gzip compression not working correctly (rowd/young-pee/dugris/phppp)
- Fix : writing templates with prefix (template_set-theme_set) during modules installation and update (dugris)
- Fixed bug #1767284 view template code in template admin (dugris/Kris_fr)
- Fixed bug #1744332 fixing how we loop into the blocks array defined module xoops_version.php (malanciault/dave_l/dugris)
- Fixed bug #1767457 combined {X_SITEURL} and [url] in custom blocks is not correctly compiled (phppp/domecc)
- Fixed bug #1767018 the popup menu is not correctly rewritten when the default language has been changed in General Settings - complete rewriting of the function : xoops_module_get_admin_menu (dugris/phppp)
- Fix: save the real version of system module during install (dugris)
- Fixed bug #1746179 BBCode Interpretation Incorrect for Images with ID and Alt (dugris/mboyden)
- Fixed bug #1751011 Add compatibility with plugin smarty for xoops for redirect page and close site page, Add smarties variables for redirect page and close site page, Add Meta for closed site (dugris/phppp)
- Fixed permission assignment problem in module installation and block management, which only granted permissions to groups of the user who installs the module; now module/block access permissions will be assigned to the three basic groups (admin, member, anonymous) by default (phppp/dugris/alainternet01)
- Fixed a problem in authfactory: configuration for authentication method was not checked properly (phppp)
- Fixed a bug in page redirect after user login with no access permission, which caused infinite loop (phppp)
- Fix bug #1734811: popen command execution in phpmailer::sendmail (phppp/larholm/judas_iscariote/m0nty_)
- Fixed wrong value for "disposition-type" in Content-Disposition header field of downloader class: inline => attachment (ref: http://www.ietf.org/rfc/rfc2183.txt) (phppp)
- Fixed bug #1745032: Group Assignement problem when creating new user from admin (phppp/malanciault/dugris/felix)
- Fixed bug #1745057 and improved group selection for large count of user accounts (phppp/malanciault)
- Fixed bug in XoopsMultiMailer for setting $xoopsMailerConfig['smtphost'] which is a string instead of array (phppp/domecc)
- Fixed bug #1748019 : LDAP auth problem with Euro sign (pemen)
- Fixed bug #1764107 : Authentication problems with AD on Windows 2003. Added LDAP_OPT_REFERRALS option (pemen)
- Fixed bug #1610461 : edituser problem removing the url from the profile 2.0.16 (rowd/malanciault)
- Fixed bug #1610461 : unable to remove 'always attach my signature' once selected (rowd/malanciault)
- Fixed bug #1610461 : 4 x PHP 'undefined variable' notices; two for fields which are no longer used, two for checkbox fields (rowd/malanciault)
- Fixed bug #1626243 : when the site was closed and the Smarty Debug activated, the debug popup was displayed to anonymous users (rowd/malanciault)
- Fixed bug #1015557 : problem of undoHtmlSpecialChars when converting   (phpp/malanciault)
- Fixed bug #1689884 : Confusing Rank Code In EditUser Form In Admin Section (rowd/malanciault)
- Fixed syntax error in banner management (phppp/gibaphp)
- Fixed bug in XOOPS form checking if an element is required (phppp)
- Fixed bug in XOOPS form that an element added to a container as required is not counted by form (phppp)
+ Update smarty class (version 2.6.18) (dugris)
+ Update snoopy class (version 1.2.3) (dugris)
+ Improved system preference management: use register_shutdown_function to guarantee cached file cleaning up (phppp)
+ Improved: add delimiter for XoopsFormRadio and XoopsFormCheckBox (dugris)
+ Improved: add folder css for themes (dugris)
+ Improved cache ID generation: protecting group or language sensitive contents (phppp)
+ Improved XOOPS plugin for SMARTY: skip fetching tpl resource from DB for "default" template set (phppp)
+ Improved: cosmetic update for error message display in register (phppp)
+ Improved uploader class: localization of error messages (phppp)
+ Improved user selection to handle large amount of user accounts (phppp/ncnynl/huzhenghui)
+ Improved localization of navigation in system admin (phppp)
+ Improved session handling: added IP check and session_regenerate_id for each request (phppp/intron)
+ Implemented feature request #1745040 (temporarily) by enabling group selection (phppp/malanciault)
+ Implemented: leave form renderValidationJS method to each element for better control of validation code (phppp/dugris)
+ Added email as required and disclaimer if is required in registerform (phppp/dugris)
+ Added mark for required elements in XOOPS themeform (phppp)
+ Added block bid to block data assigned to templates (similar as in XOOPS 2.2*) as workaround for manipulating specific blocks. (phppp)
+ Added extra garbage collector for cases that gc function registered in session handler is not executed as expected (phppp/skalpa)
+ Added form element type check to form renderer which causes fatal error if an element is a string (phppp)
+ Added "required" flag to form elements that are required but not marked properly (phppp)
+ Added "name" parameter to form label element to allow positioning when template is used (phppp/ncnynl)
+ Added "overflow" property for XoopsCode in /themes/default/style.css (phppp)
+ Added TLS support for LDAP authentication with new config option #1697107 (pemen)
+ Add new constant in config Database for TLS (pemen)
+ Added upd-2.0.16-to-2.0.17 program (pemen)
+ Added _NOT_NOTHINGTODELETE constant that was missing (malanciault)
- Removed "list-style" parameter from li class in /themes/default/style.css which makes trouble to ol'ed li (phppp/huzhenghui)
- Modified installation procedure and add TLS (pemen)
- Code cleaning up for upgrade scripts, removed unused folders and files (phppp)
+ Added language files:
/language/english/findusers.php (phppp)
/language/english/uploader.php (phppp)
- Modified language files:
/modules/system/language/english/admin/findusers.php (malanciault)
/modules/system/language/english/admin.php (phppp)
/modules/system/language/english/admin/users.php (phppp)
/modules/system/language/english/admin/preferences.php (pemen)
/languages/english/auth.php (pemen)
/languages/english/notification.php (malanciault)


  • Página do sourceforge para download ... aqui
  • Notícia no Xoops.Org.... aqui
Abraços,
Beduino

"The Kingdom of God is within you and all around you, not in mansions of wood and stone. Split a piece of wood and I am there; lift a stone and you will find me."
"O reino de Deus esta dentro de você e ao seu redor, não em construções de madeira e pedra. Lasque um pedaço de madeira e estarei lá; erga uma pedra e me encontrarás"



beduino está offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Responder com Quote
Antigo 29-09-2007, 11:05 PM
Diretoria Colegiada
 
Avatar de izzy
 
Registrado em: Aug 2006
Postagens: 257
Entradas no Blog: 19
Thanks: 6
Thanked 19 Times in 16 Posts
Reputação: 4 @ 105
izzy will become famous soon enoughizzy will become famous soon enough
Enviar mensagem via ICQ para izzy Enviar mensagem via Skype para izzy
Padrão

Muito bom! Até que enfim. Vai voltar os cabelos na careca do GIJOE, com certeza! :P
izzy está offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Responder com Quote
Antigo 13-11-2007, 01:20 PM
Diretoria Colegiada
 
Avatar de izzy
 
Registrado em: Aug 2006
Postagens: 257
Entradas no Blog: 19
Thanks: 6
Thanked 19 Times in 16 Posts
Reputação: 4 @ 105
izzy will become famous soon enoughizzy will become famous soon enough
Enviar mensagem via ICQ para izzy Enviar mensagem via Skype para izzy
Padrão

Num tem Captcha aqui? (rs)
izzy está offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Responder com Quote
Antigo 13-11-2007, 02:43 PM
Webmaster
 
Avatar de beduino
 
Registrado em: Dec 2005
Localização: rio de janeiro
Idade: 51
Postagens: 2,073
Entradas no Blog: 2
Thanks: 60
Thanked 33 Times in 24 Posts
Reputação: 10 @ 176
beduino has a spectacular aura aboutbeduino has a spectacular aura about
Enviar mensagem via Windows Live Messenger para beduino
Padrão

amigo.................... esse treco eh infernal - vou dar pros mods gerais a alçada para o one touch ban and clean.
eh um hackzinho q manda os spammers para o banimento e limpa tudo o q fizeram - mas eh um saco esse treco

"The Kingdom of God is within you and all around you, not in mansions of wood and stone. Split a piece of wood and I am there; lift a stone and you will find me."
"O reino de Deus esta dentro de você e ao seu redor, não em construções de madeira e pedra. Lasque um pedaço de madeira e estarei lá; erga uma pedra e me encontrarás"



beduino está offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Responder com Quote
Antigo 14-11-2007, 09:38 AM
Diretoria Colegiada
 
Avatar de izzy
 
Registrado em: Aug 2006
Postagens: 257
Entradas no Blog: 19
Thanks: 6
Thanked 19 Times in 16 Posts
Reputação: 4 @ 105
izzy will become famous soon enoughizzy will become famous soon enough
Enviar mensagem via ICQ para izzy Enviar mensagem via Skype para izzy
Padrão

hehe, mais um SPAM... afffffff
izzy está offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Responder com Quote
Resposta

Favoritos

LinkBacks (?)
LinkBack to this Thread: http://www.x-trad.org/forums/noticias-x-trad/3684-xoops-2-0-17-a.html
Postado Por For Type Data
X-TRAD :: SEU TERRITÓRIO DE TRADUÇÃO This thread Refback 29-09-2007 05:38 PM


Usuários ativos no Tópico: 1 (0 Membros e 1 Visitantes)
 
Ferramentas do Tópico
Modos de Exibição

Regras para Postagens
Você não pode postar novos tópicos
Você não pode postar respostas
Você não pode postar anexos
Você não pode editar seus posts

Código [IMG] Sim
Código HTML Não
Trackbacks are Sim
Pingbacks are Sim
Refbacks are Sim

Tópicos Similares
Tópico Tópico Iniciado Por Fórum Respostas Última Mensagem
Tutorial Parte IV [XFACIL] Incrementando e palavras finais beduino Tutoriais XOOPS 0 09-11-2007 07:09 PM
XOOPS 2.0.17 em Português! beduino Notícias X-TRAD 2 27-08-2007 04:15 PM
XOOPS 2.0.17 Stable - Lançado! beduino Notícias X-TRAD 2 23-08-2007 08:22 PM


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178