KrisJordan (Kris Jordan)

Name
Kris Jordan
Email
Website/Blog
http://www.krisjordan.com/
Company
New Media Campaigns
Location
North Carolina
Member Since
Oct 27, 2008 (about 1 year)

Following 6 githubbers and watching 12 repositories view all →

Public Repositories (5)

  • recess-annotation-examples

    Let's have some fun with Recess' annotations!

    legend

    Last updated Wed Sep 16 20:50:39 -0700 2009

  • sandbox

    A collection of shell scripts to setup a system for serious PHP development.

    legend

    Forked from recess/sandbox Mon Aug 17 09:40:57 -0700 2009

    Last updated Mon Sep 14 19:06:22 -0700 2009

  • recess

    legend

    Last updated Mon Sep 14 17:20:25 -0700 2009

  • devenv

    Development Environment Scripts for Ubuntu

    legend

    Last updated Mon Aug 17 09:28:18 -0700 2009

  • recess-plugin_simpleauth

    Simple authentication app for Recess!

    legend

    Last updated Tue Mar 17 11:29:33 -0700 2009

Public Activity feed

KrisJordan pushed to master at nmcteam/recess Wed Dec 09 15:59:26 -0800 2009
HEAD is 1a996652f2b14d8838dcf9829bd8fbd4b58d93a6

18 commits »

KrisJordan pushed to master at recess/recess Fri Oct 30 09:51:14 -0700 2009
HEAD is 801a946d75b35bf342781bcb0eb7911f4b4f3d31
  • Kris Jordan committed 801a946d:
    Forced format now properly updated in Request
KrisJordan opened issue 16 on recess/recess Mon Oct 05 11:53:03 -0700 2009
Remove the explicit / from the welcome app
KrisJordan closed issue 9 on recess/recess Tue Sep 29 14:33:27 -0700 2009
Call to undefined method Model::insert()
KrisJordan pushed to master at recess/recess Tue Sep 29 14:30:35 -0700 2009
HEAD is 5a1205931a14786a6640e449dcf428db545d1bf4
KrisJordan closed issue 13 on recess/recess Tue Sep 29 14:21:30 -0700 2009
all number strings get 0's stripped
KrisJordan pushed to master at recess/recess Tue Sep 29 14:20:41 -0700 2009
HEAD is ceba2d03635dc6736ea57975d90a2482ba34c86a
  • KrisJordan committed ceba2d03:
    Fix for issue Issue #13 where string fields with leading 0's are not handled properly in Query Builder.
KrisJordan closed issue 3 on recess/recess Tue Sep 29 14:08:48 -0700 2009
Empty prefix results in prefix='/', which causes errors
KrisJordan pushed to master at recess/recess Tue Sep 29 14:06:42 -0700 2009
HEAD is 4eb5a4d0e03bebbe152e39b70ec1c7d148771609
  • KrisJordan committed 4eb5a4d0:
    Bug-fix: Empty prefix in Recess Tools results in a forward slash. Stripping leading slashes from application route prefixes.
KrisJordan closed issue 10 on recess/recess Tue Sep 29 13:58:10 -0700 2009
Check PHP Version
KrisJordan pushed to master at recess/recess Tue Sep 29 13:58:06 -0700 2009
HEAD is 98cb76256c9d7b3de6192e46ed0c0d172e5e6b4e
  • KrisJordan committed 98cb7625:
    Moving check for PHP version to occur only in DEVELOPMENT mode.
KrisJordan pushed to master at recess/recess Tue Sep 29 13:54:27 -0700 2009
HEAD is ea0fec3b822f2284cd13fc653fef69d4b34aa5b4
KrisJordan pushed to master at recess/recess Tue Sep 29 13:45:01 -0700 2009
HEAD is 83673d34827e9dfe4edd853000cb6b511d967eaf
  • christiaan committed 83673d34:
    The default of the data attribute of a response should be an array, not a string
KrisJordan pushed to master at recess/recess Tue Sep 29 13:00:53 -0700 2009
HEAD is d1ed50c52b207fdb75b14183eeca24fdc2aabfb6

2 commits »

KrisJordan pushed to master at recess/recess Tue Sep 29 12:57:41 -0700 2009
HEAD is ef5305e6ae61cad7e6c4853b1a39c1a34d297570

3 commits »

KrisJordan pushed to master at recess/sandbox Tue Sep 29 12:48:48 -0700 2009
HEAD is 06be76a1a3db357f7bbc34a81a4a74b635998e1d

2 commits »

KrisJordan pushed to master at recess/recess Tue Sep 29 12:44:28 -0700 2009
HEAD is 70a1b74955aac4ce9d6a80e4ff5603d41311eb7d
  • KrisJordan committed 70a1b749:
    Improved routing speed by 40% by removing unnecessary calls.