Commit graph

997 commits

Author SHA1 Message Date
Josh Sherman
4ba24d3684 Dropped adding extension to the INI
Having some problems once it gets out on travis-ci. I suspect the path to the extension isn't being set properly and/or the extension isn't being loaded as a zend_extension which is mandatory.
2014-07-12 12:58:16 -04:00
Josh Sherman
260b532a66 Dropped php-test-helpers for uopz
Seems that uopz has superseded php-test-helpers. Updated the exit overloading and adjusted some tests based on the new behavior of not echoing out the argument passed to exit().
2014-07-12 12:41:47 -04:00
Josh Sherman
018ae0edc1 Adjusted test to accommodate format
It seems like AYAH changed the format of the script URL being returned. I made the last part optional in case the last part of the URL still shows up in legacy type scenarios.
2014-07-12 11:50:50 -04:00
Josh Sherman
df19a61ab7 Updated dependency versions
SCSS and Coveralls had new versions.
2014-07-12 11:42:06 -04:00
Josh Sherman
b08e1cabeb Added config to only test master 2014-05-12 22:48:57 -04:00
Josh Sherman
5349159c51 Merge branch 'master' of github.com:joshtronic/pickles 2014-05-10 12:52:28 -04:00
Josh Sherman
0870c99ede Added browser refresh method
Closes #44
2014-05-10 12:51:28 -04:00
Joshua Sherman
2d327927ba Dropped install and added 5.6 as an allowed failure
Still no dice on HHVM even with installing php5-dev. Added PHP 5.6 to see how
we fare. Will drop the allowed failure when 5.6 is gold or when the test suite
is passing. Whichever comes first.
2014-04-29 15:12:41 -04:00
Joshua Sherman
04d4e5105d Attempting to get HHVM to test 2014-04-29 15:00:59 -04:00
Joshua Sherman
c2871fca76 Added Placehold.it API wrapper
Closes #17
2014-04-20 19:12:58 -04:00
Joshua Sherman
1d28714d0a Updated files to be Josh instead of Joshua 2014-04-20 18:47:54 -04:00
Joshua Sherman
2763818e49 Updated test RegEx for AYAH
Seems the format being returned doesn't start with ip... updated RegEx to check
for a 45 character alphanumeric instead of ip + 43 character alpha numeric
2014-04-20 18:41:01 -04:00
Joshua Sherman
fa59eddae0 Upgraded SCSS to latest 2014-04-16 11:50:18 -04:00
Joshua Sherman
2a7555bf2b Updated dependencies 2014-04-16 11:46:49 -04:00
Josh Sherman
86ef824455 Only compile LESS or SASS if minify flag is true
Probably need to rename the minify flag since it now also represents compiling the CSS. Better yet, probably better to eliminate it entirely and make it an assumption that you should only be compiling when on the "local" environment or when the minified file is completely missing.
2014-02-20 15:55:02 -05:00
Joshua Sherman
048a118236 Fixed link to branch 2014-02-02 10:36:10 -05:00
Joshua Sherman
248c0ae458 Updated dependencies
I destroyed my old AYAH repo in favor of a fork of the official stuff that I updated. Had to add some vcs entry to get composer to pull from my fork and not the main package.
2014-02-02 10:16:00 -05:00
Joshua Sherman
4c59f7c55b Added round up to Time::ago
Some strings were resulting in returns of "24 hours" and "7 days" that needed to be rounded up to the next increment. Closes #28
2014-02-02 09:47:24 -05:00
Joshua Sherman
2559672246 Fixed user links 2014-01-26 15:56:22 -05:00
Joshua Sherman
ddf1719862 Reworked the README a bit 2014-01-26 15:52:31 -05:00
Joshua Sherman
7e993d9958 Merge branch 'master' of github.com:joshtronic/pickles 2014-01-26 15:11:18 -05:00
Joshua Sherman
0810302e4f Fixed issue with UTF-8 2-byte characters
Characters were being split up and causing invalid sequences when using
`substr()`. Went ahead and updated to use `mb_strcut()` and forcing the
character encoding to UTF-8. I think the plan down the road will be to set the
internal encoding to UTF-8 but I am not currently sure how that could effect
the rest of the system (perhaps it won't). Closes #39
2014-01-26 15:09:16 -05:00
Joshua Sherman
54875f149d Merge branch 'master' of github.com:joshtronic/pickles 2014-01-25 18:53:51 -05:00
Joshua Sherman
11f4f78d9c Added branch to the travis-ci badge 2014-01-25 18:52:49 -05:00
Joshua Sherman
782bad5c02 Went back to versioneye
Unsure why but Gemnasium kept showing that it was refreshing but never seemed
to load the dependencies even though the file was read in correctly. Will check
in a week, thinking perhaps they don't refresh nearly as frequently as I would
have liked.
2014-01-21 22:05:49 -05:00
Joshua Sherman
70a547cf6c Changed build/log directory 2014-01-21 21:51:59 -05:00
Joshua Sherman
710620e96a Trying all the paths. 2014-01-21 21:40:55 -05:00
Joshua Sherman
946df09750 Debugging coverage report location 2014-01-21 00:20:54 -05:00
Joshua Sherman
5f94652e9c Rehooking up coveralls 2014-01-20 23:58:32 -05:00
Joshua Sherman
4728858880 Added package details to json file 2014-01-20 23:44:51 -05:00
Joshua Sherman
adae3ba468 Moved pickles code to src/ 2014-01-20 23:20:43 -05:00
Joshua Sherman
2c55b25988 Fixing them paths for real. 2014-01-20 22:49:56 -05:00
Joshua Sherman
4e7f442f86 Fixed vendor paths and build path 2014-01-20 22:29:08 -05:00
Joshua Sherman
ec02d03457 Switched to HTTPS instead of SSH
Hoping that clears up the prompt
2014-01-20 22:26:29 -05:00
Joshua Sherman
e2f8464c51 Working towards standard directory names 2014-01-20 22:23:04 -05:00
Joshua Sherman
293f618bef Worked through some bugs, updated dependencies
The vendor directory is now just composer stuff. Planning to rearrange some
files soon but wanted to commit these changes. AYAH is now installed via
composer from a package I am maintaining and I dropped the test helpers as it
is a dev-only requirement (and that's assuming you even want to test).
2014-01-20 22:06:59 -05:00
Joshua Sherman
c9f39e2e18 Updated email address 2014-01-20 15:19:38 -05:00
Joshua Sherman
74a77e2262 Swapped dependency monitoring
Same functionality but now the button's green color matches the other two
buttons. Was kinda bugging me :-/
2014-01-20 15:06:18 -05:00
Joshua Sherman
7c8ae14b75 And then there were none. 2014-01-20 01:25:11 -05:00
Joshua Sherman
54cb6dfe83 Any closer and it would be done
Had to rework the Model class a bit, there's some weirdness happening and I'm
unsure if it's part of the rewrite or always been busted. Won't really know for
sure until I start porting sites over to it I suppose.
2014-01-20 01:06:22 -05:00
Joshua Sherman
db6e169f7b 95% coverage, getting close. 2014-01-19 22:36:30 -05:00
Joshua Sherman
f3d5d12b9f More testing and fixed capitalization fuck up
Seems I went ahead and munged the capitalization for half of the file.
2014-01-19 18:15:13 -05:00
Joshua Sherman
dada837300 Updated mock model to use a public attribute 2014-01-19 14:27:31 -05:00
Joshua Sherman
07d2348dd1 More model testing
Getting close!
2014-01-19 14:25:15 -05:00
Joshua Sherman
4bffc1d80c Dropped error message from expected exception
Travis was dumping the same error code but now the same message. Dropping the
message assertion but still asserting the expected exception code.
2014-01-18 11:47:08 -05:00
Joshua Sherman
72be314073 Finished up security class testing. 2014-01-18 11:43:23 -05:00
Joshua Sherman
30b9616b12 Finished testing the Database class 2014-01-18 10:31:46 -05:00
Joshua Sherman
2ff7a658e7 Testing Database class 2014-01-17 17:22:23 -05:00
Joshua Sherman
8655045097 Dropped database JOINs
Not being used and the logic is pretty damn hacky. I don't believe in JOINs so
I'm unsure if this support will be re-added in the future or if there will
simply be a backed in opinion that JOINs are the devil.
2014-01-17 15:46:57 -05:00
Joshua Sherman
9cc466bcd3 Module testing coverage 100% 2014-01-17 15:30:58 -05:00