CARVIEW |
lorenzo
(José Lorenzo Rodríguez)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- José Lorenzo Rodríguez
- Website/Blog
- https://joselorenzo.com.ve
- Location
- Caracas, Venezuela
- Member Since
- Dec 01, 2008 (about 1 year)
Following 1 coder and watching 25 repositories view all →
Public Repositories (9)
-
cakephp1x
Official CakePHP 1.x Git Repository
Forked from cakephp/cakephp1x Thu Dec 10 06:15:43 -0800 2009
Last updated Fri Jan 15 14:11:18 -0800 2010
-
localized
Git repo to hold I18n and L10n related CakePHP code
Forked from cakephp/localized Sat Dec 19 07:47:34 -0800 2009
Last updated Sat Dec 19 04:40:39 -0800 2009
-
datasources
CakePHP Datasources
Forked from cakephp/datasources Thu Dec 10 06:32:02 -0800 2009
Last updated Thu Dec 10 06:44:17 -0800 2009
-
acl_extras
A console plugin for helping you manage your ACL tables.
Forked from markstory/acl_extras Wed Nov 25 07:32:02 -0800 2009
Last updated Wed Nov 25 08:16:07 -0800 2009
-
workflow
Workflow engine for cakephp
Last updated Wed Nov 25 07:20:34 -0800 2009
-
lazy_loader
CakePHP Plugin - Loads model asssociations as needed.
Forked from mcurry/lazy_loader Tue Jul 21 10:59:07 -0700 2009
Last updated Thu Oct 29 10:59:57 -0700 2009
-
js_validate
CakePHP Plugin - Convert model validation rules to JavaScript and apply on the frontend using jQuery
Forked from mcurry/js_validate Thu Aug 06 06:41:20 -0700 2009
Last updated Thu Aug 06 06:48:53 -0700 2009
-
cakephp-db-migrations
Database migrations shell for CakePHP
Forked from Reen/cakephp-db-migrations Tue Jun 30 21:13:23 -0700 2009
Last updated Tue May 19 09:05:12 -0700 2009
-
cakephp-plugins
concepts and implementations for the almighty CakePHP
Last updated Mon Dec 01 13:04:12 -0800 2008
Public Activity 
Spark Plug Cakephp plugin is an admin section using authsome and a simple acl.
I considered doing that, but it broke some tests. Maybe we should consider that later. I'm not really sure if someone is relying on that fuzzy comparison in his app.
Deploy CakePHP applications using Capistrano

-
lorenzo committed e77ed926:
Merge branch '1.3-cache' into 1.3
-
markstory committed 513db9a7:
Removing repeated checks, as they've been refactored into Cache::increment() and Cache::decrement().
-
markstory committed ff7e906b:
Removing php5 visibility keywords.
-
markstory committed 47c73875:
Fixing various errors related to Cache::increment() and Cache::decrement().
-
markstory committed e150db2a:
Removing test ignore
-
lorenzo committed dff7e17f:
Adding atomic increment and decrement methods to cache engines, closes #234

-
jrbasso committed c4afeb3f:
Minor optimization on datasource and Mysql[i].
-
jrbasso committed e3280435:
Minor optimization in helper. No need cast, always is array.
-
jrbasso committed 8d5acf07:
Infector::_cache is a protected method and no need be singleton.
-
jrbasso committed d2d19eed:
Fixing import in CakeSession.
-
jrbasso committed 6882d96b:
Caching charset in h(). It's save round 50% over each call by helpers.
A CakePHP 1.3 plugin that logs all errors to the database while supplying an easy way to attach custom, user-created actions to specific errors.

-
markstory committed 3a38e086:
Fixing php4 issues in ErrorHandler and ErrorHandler testcase.
-
markstory committed 547aa76c:
Fixing method_exists() use for php4, as method_exists cannot be used with class/method names in php4.
-
markstory committed 036d7e6e:
Updating helper syntax.
-
markstory committed d4d9ed7b:
Fixing test cases and php4 compatibility in Debugger.
-
markstory committed f2dc2078:
Making PagesController include SessionHelper.
-
markstory committed 96c56d74:
Fixing failing tests in php4 caused by missing & operators.
-
markstory committed 5212406e:
Making xml data test php5 only as Xml::compare() is non-functional in php4
-
markstory committed 5d280ea9:
Making CodeCoverageManager and CakeSession tests run in php4. Removing test case for removed method.
-
markstory committed 2093f05c:
Fixing php4 compatibility issues in CakeLog.
-
markstory committed af4e9ba7:
Fixing php4 reference issues in CakeSchema.
-
markstory committed f2cc41bb:
Fixing php4 issues for AclShell test case.
-
jperras committed 259b59ca:
Adding optional $reset parameter to Inflector::rules(). Fixes #91.
-
jperras committed eb7e10db:
Updating Inflector::slug() handling of $map argument. Fixes #18.
-
jperras committed adb0c809:
Refactoring Model::exists() to be independent of Model::$useTable. Fixes #199.
-
jperras committed 199a14f3:
Updating Model::exists() to be more side-effect free.
-
jperras committed 137704e3:
Optimization to Model::save().
-
markstory committed 11a5403a:
Removing unused variables from inflections.php. These variables are artifacts from previous refactorings and have been non-functional for quite sometime. Fixes #163
-
jperras committed 730153b1:
Adding isset() checks for CakeSchema::compare() when diff'ing db indexes.
-
markstory committed 026eeb64:
Correcting and improving doc block for Model::__construct.
-
markstory committed 3c88d817:
Adding tests for model method validation with multiple parameters and addition of original validation rule to method params. Closes #149
And 12 more commits...

-
lorenzo committed c196c2cb:
More whitespace fixes
-
lorenzo committed 5395397c:
Updating doc blocks
-
lorenzo committed 543f40c9:
Simplifying returns
-
lorenzo committed 09b466f8:
Fixing whitespace and removig calls to Helper::output() introduced by error
-
lorenzo committed 0b3758dc:
Bug fix in I18n
-
lorenzo committed a980f723:
Refactoring I18n::translate() to return time format string or arrays when category is LC_TIME
-
lorenzo committed 589972d5:
Merge branch '1.3' into github-i18n
-
lorenzo committed 7e9fc9f7:
Test case for date format definition using a LC_TIME locale file
-
lorenzo committed 50f58da6:
Continuing work on locale definition file parser
-
lorenzo committed 8bc4f033:
Beginings of a parser of locale definition file

-
markstory committed 49e95504:
Merge branch '1.3' into 1.3-misc
-
farhadi committed f86a80ac:
Fixing failing tests caused by changes in L10n class, and removal of duplicate test.
-
farhadi committed 0e8f83e1:
Adding direction var and __l10nCatalog key to L10n class, fixes #4
-
markstory committed cd661126:
Updating form field widths, so error messages align better.
-
markstory committed cb0e63c2:
Updating CSS for firefox gradients, no gradients.
-
markstory committed e067552b:
Updating generic css file to include changes to flash messages (knockout text) submit buttons (green gradient) and required fields (*).
-
markstory committed fbb3d3dc:
Updating CSS including mozilla gradients.
-
markstory committed 183e358f:
Updating CSS file and making a nicer cake icon.
-
markstory committed b0a50e10:
Updating bake templates and default css file.
-
markstory committed 1216884a:
Starting work on bake template redesign.
-
markstory committed b3779057:
Fixing whitespacing and formatting of doc blocks.
-
markstory committed a9e1d0d7:
Optimizing Sanitize::html() to use str_replace instead of preg_replace.
-
markstory committed b68d2a32:
Merge branch '1.3' into 1.3-misc
-
markstory committed 3ad4dd63:
Removing unused variables from CacheHelper::cache()
-
markstory committed 2db479dc:
Making CacheHelper create $this->Html style helper references.
-
markstory committed 6749e116:
Making cacheAction array settings use action names instead of url paths. This removes the ability to set different durations for specific passed arguments. However, makes passed args, named params, and querystring params all behave the same in regard to cacheAction. Test cases updated.
-
markstory committed 45a3eb25:
Starting refactoring of cachehelper to use Router::reverse to generate check/match strings. Removing dead code as well.
-
markstory committed df8914b2:
Router::reverse now removes models and paging keys that controllers can insert into params arrays.
-
markstory committed 5b78a662:
Adding tests for querystring reversal.
-
markstory committed 886cd9e7:
Adding Router::reverse and basic test case.
And 132 more commits...