| CARVIEW |
markstory
(Mark Story)
- You’re not logged in!
- Login
- Pricing & Signup
- Name
- Mark Story
- Website/Blog
- https://mark-story.com
- Location
- Toronto, Ontario
- Member Since
- Sep 10, 2008 (about 1 year)
Following 9 githubbers and watching 27 repositories view all →
Public Repositories (7)
-
hashgrid
A little tool that inserts a layout grid in web pages, allows you to fix it in place, and toggle ...
Forked from dotjay/hashgrid Wed Dec 30 07:14:42 -0800 2009
Last updated Wed Dec 30 20:05:48 -0800 2009
-
acl_extras
A console plugin for helping you manage your ACL tables.
Last updated Fri Oct 02 11:31:55 -0700 2009
-
cakephp_vcard
A simple helper for creating vCard's in CakePHP applications.
Last updated Mon Jul 06 18:59:07 -0700 2009
-
story-scribbles
MIT licensed pieces
Last updated Mon Jul 06 18:48:17 -0700 2009
-
cakephp_menu_component
A component that generates dynamic DbAcl based menus. Works with AcoExtrasShell
Last updated Mon Jul 06 18:44:00 -0700 2009
-
cakephp_geshi
CakePHP plugin that provides a Helper for use with Geshi Syntax highlighter.
Last updated Mon Jul 06 18:41:27 -0700 2009
-
tm_bundle
TextMate bundle(s) for CakePHP
Forked from jperras/tm_bundle Mon Jan 05 11:20:58 -0800 2009
Last updated Thu Nov 06 16:28:19 -0800 2008
Public Activity 
-
markstory
committed
0ede0ef6:
Renaming sql dir to schema.
-
markstory
committed
85ef0ef4:
Merge branch 'master' into 1.3-compatible
-
markstory
committed
db4727b8:
Making absoluting of paths check a few different places.
-
jrbasso
committed
e16331a4:
Translation to Portuguese (Brazil).
-
jrbasso
committed
7db5f681:
Fixed some uses of internacionalizations and regenerated api_generator.pot
-
jrbasso
committed
4b616279:
Using domains to translations.
-
markstory
committed
227bca8f:
Merge branch 'master' into 1.3-compatible
-
markstory
committed
e0c28569:
Correcting modification of localePaths array.
-
markstory
committed
714e7307:
Merge branch 'master' into 1.3-compatible
-
markstory
committed
7a6e9caa:
Adding patch from 'neilcrookes' to allow relative paths to be used in mappings and paths.
-
tPl0ch
committed
5ae01645:
Added Validation::uuid(). Updated test cases.
-
markstory
committed
8110aed1:
Updating doc blocks for App and Configure.
-
markstory
committed
65a12ed9:
Adding tests for previous commit.
-
dogmatic
committed
467ae1f4:
Removing check that prevents bootstrapping paths that do not contain the
-
markstory
committed
683be26b:
Merge branch '1.3' of github.com:cakephp/cakephp1x into 1.3
-
markstory
committed
be7ce6e9:
Fixing issues where chained jQuery engine requests wouldn't eval() script elements, making ajax pagination much harder.
-
markstory
committed
b6e22704:
Refactoring and updating footer element to use param based basePath.
-
markstory
committed
6b3e9583:
Moving more direct GET access to params.
-
markstory
committed
98cf758a:
Continuing refactoring of CakeTestMenu.
-
markstory
committed
21afcef7:
Updating CakeTestSuiteDispatcher to get base url and base dir. Refactoring xdebug and simpletest error pages. Starting to phase out CakeTestMenu.
-
markstory
committed
44cacf6d:
Adding stub methods for upcoming refactoring of menu generation.
-
markstory
committed
1e5923c7:
Moving templates to templates dir.
-
markstory
committed
3c57dbee:
Refactoring methods from CakeTestMenu into CakeHtmlReporter.
-
markstory
committed
95135d18:
Merge branch '1.3' into 1.3-misc
-
markstory
committed
32113a4c:
Merge branch '1.3' of github.com:cakephp/cakephp1x into 1.3
-
markstory
committed
a726f82f:
Fixing failing test caused by changes in Configure/App api's and merged code from 1.2
-
predominant
committed
e4fa4759:
Test cases for model bake updates, refs #147
-
predominant
committed
47fc47ff:
Refs #147. Adding more verbose baked validations for models.
-
markstory
committed
5046382e:
Merge branch '1.3-misc' of github.com:cakephp/cakephp1x into 1.3-misc
-
markstory
committed
7dcf66dd:
Removing dynamic calling of setTablePrefix(). tableprefix should be with the tablePrefix property, and any other custom construction behavior should be done in an overridden Model::__construct.
-
markstory
committed
eab706e7:
Correcting and improving doc block for Model::__construct.
-
markstory
committed
e70236d2:
Removing background image as its not used anymore.
-
markstory
committed
6171e10e:
more changes to html file.
-
markstory
committed
5834e9d0:
Modifying index.htm to point an the other repo.
-
markstory
committed
aa17ba60:
Updating documentation and adding GRID_OPTIONS config object.
-
markstory
committed
a52ccc38:
Renaming README to README.mdown
-
markstory
committed
3e65e0db:
Vertical column grid can now be generated programatically using the options in the GridOverlay class
-
markstory
committed
66d8e89d:
Port to mootools complete.
-
markstory
committed
edfe7d93:
Reformatting CSS and linking in mootools.
-
markstory
committed
d6db6d60:
Starting conversion to Mootools, grid draws, and cookies are read..
A little tool that inserts a layout grid in web pages, allows you to fix it in place, and toggle between displaying it in the foreground or background.
-
markstory
committed
a9a8c0b0:
Adding access tags and additional param/return docs.
-
markstory
committed
fdd8cf01:
Making FixtureTask always refresh schema for models.
-
markstory
committed
31fff5e3:
Making ViewTask always refresh model schema so baked views reflect current schema.
-
markstory
committed
ec88bd9c:
Forcing ModelTask to always reload schema for models when baking. Also setting the dbo's cacheSources = false so table listings are always fresh as well.
-
markstory
committed
49e95504:
Merge branch '1.3' into 1.3-misc
-
markstory
committed
32683d3d:
Fixing issues in PrototypeEngineHelper where parameters would end up wrapped in a function() {} when marked as a dataExpression. This prevented the sending of form data.
-
markstory
committed
93ced3be:
Casting return of Validation::ip to always be a boolean when filter_var is used. It used to return the input string which could cause issue with identity checks.
-
markstory
committed
6b2154d9:
Merge branch '1.2' into mergers
-
predominant
committed
19924501:
Updating Inflector to employ internal caching.
-
markstory
committed
1a387e6b:
Fixing url parameters set with options() or beforeRender not being merged on next() / prev().
-
markstory
committed
425dcf2d:
Applying patch from 'tPl0ch', connect key is set to 'mysql_connect' when not using persistent connections. Fixes #132
-
markstory
committed
c00cebb0:
Removing doc for param that no longer exists.
-
ceeram
committed
6d8fa76b:
edit of docblock
-
markstory
committed
5274dce9:
Making set vars with Js->set go to the top of the buffered scripts array. Tests added.
-
markstory
committed
42fa6ff0:
Fixing JsHelper::writeBuffer when inline is set to false. Scripts are now enclosed in a script tag. Fixes #130
-
markstory
committed
6356c6ed:
Fixing issue where forms generated with requestAction would be missing the _Token fields that Security component creates. Test cases added to ensure that token key does not change when requestAction is used.
-
markstory
committed
bbc72c37:
Updating use of deprecated split() to use preg_split().
-
markstory
committed
c8297ff2:
Minor optimization on Inflector::variable
-
markstory
committed
aa3a197b:
Reformatting test case. Fixes #104
-
real34
committed
bdfb50e6:
Fixed a bug in Set::extract. Wrong key returned when two arrays are at the extraction level.
-
markstory
committed
4ac29963:
Refactoring Model::__validateWithModels. Should be slightly faster as loops are smaller.
-
markstory
committed
a490e249:
Adding test for validation of with models canceling a save.
-
ADmad
committed
33038c75:
Removing redundant 'isset' check from DboMysql::connect
-
markstory
committed
02330b2d:
Making DboSource::fields() accept an expression object. Fixes issues with sql parsing over quoting special SQL syntax.
-
markstory
committed
47a9401d:
Adding test case for cached view files, and fatal errors caused by the view instance not being registered. View instances are now registered when rendering view caches, and unregistered if the cached view fails. This fixes issues rendering flash messages with custom layouts and fixes FormHelper methods inside nocache blocks.
-
renan.saddam
committed
c3bf6bc0:
Checking for french error on dbo_mssql. Fixes #77.
-
markstory
committed
7c2cdb1f:
Adding tests to Xml::toString to disprove #395
And 13 more commits...
