Esteban Zeller

Results 8 issues of Esteban Zeller

Changed the updateAll function to use: - Multi insted of multiple ( for mongodb 2.4.9 ) - Convert conditions when using "_id" as primary key to the correspondent value.

This pull request helps in the situations where the ACO object's do not have "id" has primaryKey field. See issue #18

When using Aros with personalized primary key's this changed should be done: In AclController.php line 146 add: $this->set('aroPk', $Aro->primaryKey ); in permissions.ctp change from line 29: $inherit = $this->Form->value("Perms." ....

On the Readme.md said: ALTER TABLE `users` ADD `facebook_id` BIGINT(20) UNSIGNED NOT NULL The problem is that when you update the schema to get into account the new field it...

### Summary of issue Clone the repository and build the image, cannot build the app container ### Steps to reproduce Install a new repository using the command lines ./dcp up...

As Ondřej Surý PPA has dropped support for Ubuntu 16.04, this PR updates to Ubuntu 18.04 and updates the ssl certificate generation.

Can be added to the standar tree structure inside the cake proyect tab the "Plugins" -> with the structure of each app/Plugin subfolder. "Lib" -> with the Elements of app/Lib...

enhancement
pending

The generated PDF doesn't have any image or css file asociated. The addres for my CakePHP instalation is: http://host.com/subfolder/ I've tried touching the set_protocol() and set_base_path() inside PdfView.php to add...