Changes between Version 5 and Version 6 of ModificacionesEGWconAlterncStable
- Timestamp:
- 09/17/16 16:29:59 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ModificacionesEGWconAlterncStable
v5 v6 1 1 2 URL 2 == URL == 3 3 4 4 * https://intranet.cta.org.ar/ … … 6 6 7 7 8 El codigo alternc para manejar los mails y el cambio de clave 8 == El codigo alternc para manejar los mails y el cambio de clave == 9 9 10 === lo ultimo == 10 11 * git https://github.com/AlternC/AlternC/blob/stable-3.1/bureau/class/m_mail.php#L606 11 12 * german:/usr/share/alternc/panel/class 12 13 13 El codigo del modulo CTA en egw: 14 === version anterior === 15 16 * En alternc 0.9.5 17 * function _createpop($mail,$dom,$pass) { https://github.com/AlternC/AlternC/blob/0.9.5/bureau/class/m_mail.php#L450 18 * function _updatepop($mail,$dom,$pass) { https://github.com/AlternC/AlternC/blob/0.9.5/bureau/class/m_mail.php#L482 19 * function _deletepop($mail,$dom) { https://github.com/AlternC/AlternC/blob/0.9.5/bureau/class/m_mail.php#L498 20 21 * Nuestro patch para alternc 0.9.5 22 * function _createpop source:trunk/alternc/patches/class/m_mail_egw.php#L6 23 24 == El codigo del modulo CTA en egw: == 25 14 26 * nuestro codigo en trac source:trunk/egroupware/CTA 15 27 * german:/var/alternc/html/i/intranet/intranet.cta.org.ar/v4-1.6/egroupware/CTA 16 El bug: 28 29 == El bug: == 17 30 * https://trac.redcta.org.ar/interno/conf/ticket/7 18 31 19 Otras paginas con información importante 32 == Otras paginas con información importante == 33 20 34 * EgroupWarePatchesModulos 21 35