Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

KumbiaPHP

KumbiaPHP framework
Collective - Host: opensource - https://opencollective.com/kumbiaphp - Website: https://kumbiaphp.com - Code: https://github.com/KumbiaPHP

corregido bug al obtener el nombre de la tabla intermendia en una asociacion

cuando se trabaja con asociaciones y modelos dentro de carpetas
la variable through tenia el nom...

github.com/KumbiaPHP/KumbiaPHP - c10e5fa90a41159b1aad5e0a596454716da707f8 authored over 12 years ago
Merge pull request #44 from manuelj555/auth

Se agrega un namespace a la sesión que maneja la lib Auth

github.com/KumbiaPHP/KumbiaPHP - 13109c5bd6d7fd29ff906cae8f7e7e293cc44a94 authored over 12 years ago
Merge pull request #42 from manuelj555/ajax

se cambia el orden de los parametros para evitar confusión

github.com/KumbiaPHP/KumbiaPHP - 4bfddc1154af5995479d8f1c44d15a104f45e343 authored over 12 years ago
Merge pull request #43 from manuelj555/active_record

mejoras en el active record y las asociaciones

github.com/KumbiaPHP/KumbiaPHP - f7a174b6cea6246df75d49350d8a9fa8cb71afe0 authored over 12 years ago
Merge pull request #38 from manuelj555/no_model

Nueva vista de excepción no_model.phtml

github.com/KumbiaPHP/KumbiaPHP - bccd7e19f308974a2bd57b0d420e74eb73e767c4 authored over 12 years ago
Merge pull request #45 from manuelj555/defaults_active_record

Defaults active record

github.com/KumbiaPHP/KumbiaPHP - a268d7718101f03de55bf0b6f9b5815d6ee0a69f authored over 12 years ago
agregada posibilidad de asociaciones con modelos en sub carpetas

ahora se pueden especificar asociaciones del tipo:

$this->has_many('admin/auditorias');
$th...

github.com/KumbiaPHP/KumbiaPHP - 95ddaaa549195e0ef83483758beb6589bcb37352 authored over 12 years ago
agregada una validacion mas estricta en los campos al guardar

La validación ahora verifica que realmente el campo no sea vacio ni nulo,
antes un campo con val...

github.com/KumbiaPHP/KumbiaPHP - af1e0b3810b6999ca9fe6bd3a48799b95b20d1cd authored over 12 years ago
Cambio en el manejo de los campos con default, en el active record

ahora los campos con valores default, al hacer un insert, si el
valor pasado a dicho campo es nu...

github.com/KumbiaPHP/KumbiaPHP - 7d844a7ca7ea1818886c43fda314449eea056033 authored over 12 years ago
Se agrega un namespace a la sesión que maneja la lib Auth

Con este namespace se pueden tener varias apps usando la misma
sesion activa, y ademas pueden ha...

github.com/KumbiaPHP/KumbiaPHP - aed561525b0f80650ff4d95fc9217e9da94635a3 authored over 12 years ago
se documenta el nuevo método (_get_relation_data)

github.com/KumbiaPHP/KumbiaPHP - fe35b3d10838032bb7c32a797937a6c2cebfecc0 authored over 12 years ago
mejoras en el active record y las asociaciones

los metodos __get y __call tenian mucho codigo repetido,
se creo una funcion con ese código y se...

github.com/KumbiaPHP/KumbiaPHP - cb5b6aaaa58ade02c98dd03cf69556bfad1ec04b authored over 12 years ago
se cambia el orden de los parametros para evitar confusión

los parametros $data y $show estaba invertidos, funcionaba bien,
pero los nombres no eran correc...

github.com/KumbiaPHP/KumbiaPHP - 8603a15e0d192ff9888649db1c4bc4f87d43f9b5 authored over 12 years ago
Merge pull request #41 from manuelj555/campos_default_pgsql

agregada verificación de campos con valor por defecto en postgres

github.com/KumbiaPHP/KumbiaPHP - 5b0e785a86c3fd373950b1ad4058a5ecb1af3904 authored over 12 years ago
agregada verificación de campos con valor por defecto en postgres

Los adaptadores de postgres sql, no verificaban los campos con valor
por defecto en las tablas, ...

github.com/KumbiaPHP/KumbiaPHP - 3920ba1fcf0a102784269d2e6d3156e69a7a05d6 authored over 12 years ago
Merge pull request #39 from manuelj555/nuevo_router

Adaptando al nuevo router y a la eliminación del dispatcher

github.com/KumbiaPHP/KumbiaPHP - 1bcc3b3a9b44096dcc5409bb7b959591f1feac9b authored over 12 years ago
adaptando al nuevo router

Se cambian los Dispatcher::get_controller(); que quedaban
para usar el View::getVar()

y se quit...

github.com/KumbiaPHP/KumbiaPHP - 8da9162fc4c51c84fb35ac21a92c181ac7ad42bb authored over 12 years ago
se cambia el KumbiaException para que use la vista no_model

github.com/KumbiaPHP/KumbiaPHP - cd427013173b3303c5dd23f87e8b91869c60f1e0 authored over 12 years ago
se crea la vista no_model.phtml

esta vista mostrará información sobre la excepción que ocurre
cuando no se encuentra un modelo.

github.com/KumbiaPHP/KumbiaPHP - 9de606d8f12241d77289621107c8a4b21c50adf1 authored over 12 years ago
Merge pull request #37 from emilio-rst/bug_radio

Se corrige bug al invocar getFieldDataCheck

github.com/KumbiaPHP/KumbiaPHP - 162ce595e9d6effaaef160cf0f825d58045398c7 authored over 12 years ago
Correccion de bug en helper Form::radio

github.com/KumbiaPHP/KumbiaPHP - 5e3e02dd891b07371751290c0e2cd8acbe6992f4 authored over 12 years ago
Merge pull request #34 from basico/dev

Corregido error en inList y añadidos flags a las funciones url e ip

github.com/KumbiaPHP/KumbiaPHP - 0d21784abf0d1f3304deec531a67bccbe2b37fee authored over 12 years ago
Merge pull request #35 from emilio-rst/bug_form

Corrección de bug en helper form, respecto a getFieldData y getFieldValue.

Asimismo se adicio...

github.com/KumbiaPHP/KumbiaPHP - 257bbdda18959d4942a9a60f86aa935a5a2fc6a1 authored over 12 years ago
Correccion de bug inherente a getFieldValue y getFieldData.

Para los check y radio se adiciona getFieldDataCheck

github.com/KumbiaPHP/KumbiaPHP - adf8aec87354cab9caebf0d364f10f51ffd35546 authored over 12 years ago
Merge KumbiaPHP/dev into dev

github.com/KumbiaPHP/KumbiaPHP - 6da43204f066db2a85c19a47dcff69ed475afdb3 authored over 12 years ago
Corregido error en inList y añadidos flags a las funciones url e ip

En inList se hacia referencia a una variable no definida
En url he añadido la opción de agregar ...

github.com/KumbiaPHP/KumbiaPHP - ff814ad7f869ccefeeb2fb0504a17132e4f7b202 authored over 12 years ago
Merge pull request #26 from manuelj555/kumbia_active_record

Kumbia active record

github.com/KumbiaPHP/KumbiaPHP - 9ca5d58233acb89497cca39dfc1e5443797da758 authored over 12 years ago
Merge pull request #25 from manuelj555/last_sql_query

Se agregó el metodo last_sql_query

github.com/KumbiaPHP/KumbiaPHP - b17738a87855985f141e895f20c9ae689ae76dfb authored over 12 years ago
Se agregó el metodo last_sql_query

Se agregó este metodo debido a que todos los adaptadores tienen
una variable privada $last_query...

github.com/KumbiaPHP/KumbiaPHP - e9da26becced6f4445369e1a668214dc02d7b430 authored over 12 years ago
recorte en la validacion y colocados returns

se quito la validacion !isset($this->$property)
porque lo que interesa saber es si es un objeto ...

github.com/KumbiaPHP/KumbiaPHP - 6cb6f3182101417246ed8161767eabb17ea08a08 authored over 12 years ago
cambio en condicional is_subclass_of($value, 'ActiveRecordBase')

se cambio a is_subclass_of($value, 'KumbiaActiveRecord')

ya que la clase 'ActiveRecordBase' no ...

github.com/KumbiaPHP/KumbiaPHP - 5d586ef0f0b8901eae5db5a122a27091d5184bfc authored over 12 years ago
Merge pull request #22 from emilio-rst/nuevo_router

Nuevo router y eliminando clase Dispatcher

github.com/KumbiaPHP/KumbiaPHP - b09e71db0eca73d8e3e43f45bb189d98868947ce authored almost 13 years ago
Eliminada clase Dispatcher, se unificó con la clase Router

github.com/KumbiaPHP/KumbiaPHP - 9fb46ed9329d92b861a3ba4624b43ba8c8d2abd2 authored almost 13 years ago
Merge pull request #21 from emilio-rst/dev

Método View::getVar y Autocarga de campos en formularios

github.com/KumbiaPHP/KumbiaPHP - 73728c01c95005090b590a91d6fdb849d6ae46ee authored almost 13 years ago
Corrección de bug en Form::getFieldData y Form::getFieldValue.

github.com/KumbiaPHP/KumbiaPHP - 1bfbab7a79aafe03f08938d3373233bbd09c9de6 authored almost 13 years ago
Modificado convenio para autocarga de datos en los campos de los formularios.

Ahora la prioridad es: primero $_POST, segundo $value y tercero el controlador.

Cabe destacar q...

github.com/KumbiaPHP/KumbiaPHP - ecaa66ab1527733a6470173ba10a37ff16f3de8e authored almost 13 years ago
Adicionado metodo KumbiaView::getVar el cual permite obtener el valor de una variable pasada a la vista desde el controlador.

Con este método se busca eliminar las llamadas a Dispatcher::get_controller que usualmente se ut...

github.com/KumbiaPHP/KumbiaPHP - 7fb77a6f44b2ee020c4bd77b66dbb355f0c86154 authored almost 13 years ago
Merge pull request #16 from manuelj555/dev

Identado el IndexController

github.com/KumbiaPHP/KumbiaPHP - d145d579a8b84dc549ceb47fcb2513adb448975b authored almost 13 years ago
Quitado cambios en el master.

Por favor usad el pull request para pasar commits.

github.com/KumbiaPHP/KumbiaPHP - c22480a8622743882f9925ec80fcf23c5caf9e66 authored almost 13 years ago
identado el IndexController y quitados dos letras que se me escaparon en el commit anterior

github.com/KumbiaPHP/KumbiaPHP - 6695c5dee4a06bd75b5f4861f088367a8094c060 authored almost 13 years ago
Merge pull request #15 from manuelj555/dev

cambios en phpdoc estilo de codificación

github.com/KumbiaPHP/KumbiaPHP - f3c58313db01bb79249c6d243523db25df60515a authored almost 13 years ago
mejorando el phpdoc y limpiando estilo de codificación

github.com/KumbiaPHP/KumbiaPHP - 235ec0e5224f7783fd940d33f06c64b9fde7c73d authored almost 13 years ago
mejorando el phpdoc y limpiando estilo de codificación

github.com/KumbiaPHP/KumbiaPHP - a5678a19eaf0bc4ae60d8e03ade71a1f5083dff9 authored almost 13 years ago
Merge pull request #14 from manuelj555/dev

cambios en phpdoc estilo de codificación

github.com/KumbiaPHP/KumbiaPHP - e6fbbeb2b3f288a8aad4a6061aec09a30fae8261 authored almost 13 years ago
mejorando el phpdoc y limpiando estilo de codificación

github.com/KumbiaPHP/KumbiaPHP - ba731141765826a8ffd1dff591f3635f9f737c1f authored almost 13 years ago
mejorando el phpdoc y limpiando estilo de codificación

github.com/KumbiaPHP/KumbiaPHP - 852e5c2842d96d48644ccf52c1a18d38b48e0f90 authored almost 13 years ago
Merge pull request #13 from manuelj555/dev

cambios en phpdoc estilo de codificación

github.com/KumbiaPHP/KumbiaPHP - 88729c37b2ef3155ce4a2e94b455248d3c59e6a8 authored almost 13 years ago
mejorando el phpdoc y limpiando estilo de codificación

github.com/KumbiaPHP/KumbiaPHP - 3c03bda5e0acd78dda825bdc7c139c440a85737d authored almost 13 years ago
Revert "mejorando el phpdoc y limpiando estilo de codificación"

This reverts commit 9f17564810a751dbcb76bb4f26c98a0fae4d2cee.

github.com/KumbiaPHP/KumbiaPHP - 1ee74dc7c29c6a93bd51fd6e03fc34d86b83175c authored almost 13 years ago
mejorando el phpdoc y limpiando estilo de codificación en auth y acl

github.com/KumbiaPHP/KumbiaPHP - 181a133350b7391471444ff529d74dc3fa99f107 authored almost 13 years ago
Merge pull request #11 from manuelj555/dev

mejorando el phpdoc y limpiando estilo de codificación

github.com/KumbiaPHP/KumbiaPHP - 9ccce271bba4275cc9f15c1bfde0f5deb978ac06 authored almost 13 years ago
mejorando el phpdoc y limpiando estilo de codificación

github.com/KumbiaPHP/KumbiaPHP - 9f17564810a751dbcb76bb4f26c98a0fae4d2cee authored almost 13 years ago
mejorando el phpdoc y limpiando estilo de codificación

github.com/KumbiaPHP/KumbiaPHP - ca3388bd71c6950961eecb5f521c7567923ecd0d authored almost 13 years ago
Merge pull request #10 from manuelj555/dev

cambiando un poco la doc, habian unos parametros invertidos.

github.com/KumbiaPHP/KumbiaPHP - ba5462800156d47497de683f3401f38c7637a41f authored almost 13 years ago
mejorando la phpdoc y limpiando estilo de codificación

github.com/KumbiaPHP/KumbiaPHP - 7790ffb69c54ca73696f8973e73aa2daa66d96a7 authored almost 13 years ago
quitada linea vacia el comienzo de

<?php y la doc del archivo

github.com/KumbiaPHP/KumbiaPHP - fc71f6bce76ee7697ce9dd345eea0aeb9f3c5a29 authored almost 13 years ago
mas cambios en la doc...

github.com/KumbiaPHP/KumbiaPHP - e7e1eda6d884b0648731564a3ccbda1851c58eab authored almost 13 years ago
cambios en la doc y identacion de codigo,

creando un estandar para todos los archivos.

github.com/KumbiaPHP/KumbiaPHP - 4aa4d67cdc6a3ff9cc55eaba4334ccba74cf8a20 authored almost 13 years ago
reemplazando usos de "id" en consultas por $this->primary_key[0],

para poder trabajar el active_record con tablas donde
la clave primaria es distinta de id

github.com/KumbiaPHP/KumbiaPHP - f727164988049e4a18c87d865be62caaf4937c76 authored almost 13 years ago
cambiando un poco la doc, habian unos parametros invertidos.

y agregando mas info en el metodo dbSelect

github.com/KumbiaPHP/KumbiaPHP - 0be35af3a21949890f2147c5348a2c016054f58b authored almost 13 years ago
Acomodado los parametros

github.com/KumbiaPHP/KumbiaPHP - b986c56a45d94f3a6a72291e5943b977c54831ba authored almost 13 years ago
Agregado helpers URL a el HTML, devuelve una URL usando el PUBLIC_PATH

github.com/KumbiaPHP/KumbiaPHP - 75f571c1754ca3a3aea2f50a8deacbc5cf4c55ce authored almost 13 years ago
Merge pull request #9 from henrystivens/dev

Tildes e indentación

github.com/KumbiaPHP/KumbiaPHP - bea2cbf909b180d2793fb4da5b12d6c570b2cbc2 authored almost 13 years ago
Completando: Mejorando la indentación del código.

Mejorando la documentación: tildes y otros detallitos.

github.com/KumbiaPHP/KumbiaPHP - 59a53043fc445dd6a6ee6b0bae4325fe27a26a96 authored almost 13 years ago
Mejorando la indentación del código.

Mejorando la documentación: tildes y otros detallitos.

github.com/KumbiaPHP/KumbiaPHP - 74ccabd16ad5ef289f28d6e92708179e19f8f57d authored almost 13 years ago
Merge pull request #8 from joanhey/master

Primer paso en la convención de auth y permisos

github.com/KumbiaPHP/KumbiaPHP - ed9c0d76fed2af429c3b488025d90850b8dc785d authored almost 13 years ago
Por supuesto el primer cambio es que el scaffold controller extienda del AdminController.

github.com/KumbiaPHP/KumbiaPHP - 193336f2721715025f5754e9cb94917eae419a15 authored almost 13 years ago
Primer paso para crear una convención de seguridad y permisos.

Con ello facilitaremos el trabajo de proteger controllers.

También facilitará crear módulos y mi...

github.com/KumbiaPHP/KumbiaPHP - 6c171361d63f06bff53f0f3f2fdf72790d3aceb6 authored almost 13 years ago
Merge pull request #6 from manuelj555/dev

quitando condición innecesaria, ya que nunca va a existir la variable po...
Exacto Manuel, much...

github.com/KumbiaPHP/KumbiaPHP - 1a46943adb2813e41811ade8a8b3c6990993c1df authored almost 13 years ago
quitando condición innecesaria, ya que nunca va a existir la variable porque siempre se está eliminando

github.com/KumbiaPHP/KumbiaPHP - dca2217d12548f9f2233fe675530ec76b3833607 authored almost 13 years ago
Merge pull request #5 from manuelj555/dev

Gracias Manuel

github.com/KumbiaPHP/KumbiaPHP - 1f9cf6406048d2a6890a8084ebf9ccea79b2e7f4 authored almost 13 years ago
quitados comentarios del commit anterior

github.com/KumbiaPHP/KumbiaPHP - c9f0f54bfe1f8939bd4fd6cfd4fab7768e559255 authored almost 13 years ago
añadido un unset($what['order']); en el metodo count(), ya que no es necesario ordenar al contar, y en postgres da un error de sql si se manda el order al contar.

github.com/KumbiaPHP/KumbiaPHP - f5045c2f3c6f20b48bac109c5fe16fb6a1e38991 authored almost 13 years ago
pasado el corrector ortografico del komodo edit a /core/libs/upload/upload.php y /core/libs/session/session.php

github.com/KumbiaPHP/KumbiaPHP - bce7ea0035825a6c8646c23099a8d8f6ea8df04c authored almost 13 years ago
Merge pull request #4 from demonio/master

ortografia

github.com/KumbiaPHP/KumbiaPHP - 125154fc85e382afb32f72b2d4b1bf2653d9cffc authored almost 13 years ago
opps, me deje metodos sin acentuar /core/libs/security/security.php

github.com/KumbiaPHP/KumbiaPHP - 849d8639f3d583e5d1c97c089467142b6df3a89f authored almost 13 years ago
Merge pull request #3 from demonio/master

error ortografico

github.com/KumbiaPHP/KumbiaPHP - 97d9fea5b439480f790c0202a23014ebf9fe532b authored almost 13 years ago
puesto acento en utiles /core/libs/security/security.php

github.com/KumbiaPHP/KumbiaPHP - 87adf9121ed9b1ccf16a3616ade5ef7151998c60 authored almost 13 years ago
Merge pull request #2 from demonio/master

Corrección ortográfica.

github.com/KumbiaPHP/KumbiaPHP - e1ec8363852d38d2404df98c2f955da204a40adf authored almost 13 years ago
puesto acento en aplicacion en /core/libs/registry/registry.php

github.com/KumbiaPHP/KumbiaPHP - 67e05b3d685242aced1fd76f22e3318b428a8911 authored almost 13 years ago
Merge pull request #1 from KumbiaPHP/dev

Cambiada la extensión de .pthml a .html. del public/temp/index.html

github.com/KumbiaPHP/KumbiaPHP - 1e9066d39c7edd387939ae1c0597d252742ccb86 authored almost 13 years ago
Cambiada la extensión de .pthml a .html. del public/temp/index.html

github.com/KumbiaPHP/KumbiaPHP - bfb49901c771a4f86be0c17528215a6a2353eb12 authored almost 13 years ago
Añadido el enlace al grupo de KumbiaPHP en el readme.

github.com/KumbiaPHP/KumbiaPHP - 65e5bf1c857c1b0bdde1f3a55c8a7452b93c5c5f authored almost 13 years ago
Añadidos más enlaces a info interesante de la beta2

github.com/KumbiaPHP/KumbiaPHP - 9db9ea4a77b5b0c54ae614775363894f0a5d9343 authored almost 13 years ago
Añadido los enlaces al API que vamos actualizando.

github.com/KumbiaPHP/KumbiaPHP - cae866597f7c9a586622ebc17c1789d98dc17009 authored almost 13 years ago
Cambio en los forms select y bdselect para que cuando es multiple, marque bien los valores ya seleccionados.

github.com/KumbiaPHP/KumbiaPHP - 13b590074c2736b7cd6ee483fae686dac0a480cc authored almost 13 years ago
Pequeños cambios para mejorar el uso de tablas sin convención.

Queda un 'id' pero lo quiero mirar más antes de cambiarlo.

github.com/KumbiaPHP/KumbiaPHP - 9b5a0660f2212c498351ebc252c34506a1ab28db authored almost 13 years ago
Merge branch 'dev'

github.com/KumbiaPHP/KumbiaPHP - 8205eeb5d0cd9dcd80a53c11d636cd502d09563a authored almost 13 years ago
eliminando archivo fidelio

github.com/KumbiaPHP/KumbiaPHP - bd42bbd4eb2797a3138b87e2a51309c36afae7fb authored almost 13 years ago
Test de fidelio

github.com/KumbiaPHP/KumbiaPHP - baf50391506803ebd20af073958ce8032c6299ad authored almost 13 years ago
Algo más de info en el readme. Ya añadiremos más cosas.

github.com/KumbiaPHP/KumbiaPHP - 10cd9100b75e77aaefbaf2294b8594d391b90a5d authored almost 13 years ago
Actualizada la fecha en la licencia

github.com/KumbiaPHP/KumbiaPHP - 83bc07e853d608118896952917f08f22ece6bf78 authored almost 13 years ago
Esta vez añadido archivo vacio a las carpetas del core

github.com/KumbiaPHP/KumbiaPHP - fca60e4c7c0598a1e97be7e5a707b585183e3625 authored almost 13 years ago
Añadiendo ficheros empty para que se vean las carpetas vacias

github.com/KumbiaPHP/KumbiaPHP - af87f7115e8054d6ea252e3a19ac0ececc72a9aa authored almost 13 years ago
Limpiado Readme antiguo

github.com/KumbiaPHP/KumbiaPHP - 053645e296a3ae0a7d2f86b75b4c3a18aec2187e authored almost 13 years ago
Limpiamos algunas carpetas que quedaron con el paso de bzr a git

github.com/KumbiaPHP/KumbiaPHP - 8f2d91b884165cd46a538ce178e4fd1802b369c3 authored almost 13 years ago
Cambio en estilo de mensajes flash, ahora el texto aparece centrado en la capa.

github.com/KumbiaPHP/KumbiaPHP - d253d02b1254e78eae295d6efdeed356ee1af14a authored almost 13 years ago
Mejorado último cambio del Form y selects multiples

github.com/KumbiaPHP/KumbiaPHP - 0f34a5458f11cc9cf7b593453d7f03289ed94557 authored almost 13 years ago
Mejora velocidad en el Html::dbSelect() cuando es multiple.

Añadido tambien a Html::select() para que marque todos los valores de un select multiple.

github.com/KumbiaPHP/KumbiaPHP - 2e55cdd600c4164bcf8475e58586bf189f417b3c authored almost 13 years ago
Más limpieza del php doc. Marcando bien los tipos de datos de los params.

github.com/KumbiaPHP/KumbiaPHP - 88978b2e00e48054d8326f0b9ada9e8c5b081b21 authored almost 13 years ago