Josh Sherman
1381fd82a0
Dropped other classes we don't need any longer
2014-09-24 23:33:03 -04:00
Josh Sherman
e299d268c8
Setting headers and shit
2014-09-24 23:26:00 -04:00
Josh Sherman
0fdf2149be
Dropped markup logic
...
Dropped the display / template rendering layer. API-first, converting to be a
lean mean data driven machine.
2014-09-24 23:24:36 -04:00
Josh Sherman
eba206556c
Set up return structure.
2014-09-24 22:28:34 -04:00
Josh Sherman
1718bc27a6
Dropped gravatar method
...
Seems I had a method in the string class that referenced the now removed
gravatar API wrapper. Dropped the method and the associated test.
2014-09-24 07:24:56 -04:00
Josh Sherman
60ab001833
Updated composer deps
2014-09-24 00:07:41 -04:00
Josh Sherman
0090adef7c
Dropped AYAH
...
Going to merge into my AYAH library eventually. For now just need to remove it
2014-09-23 22:52:22 -04:00
Josh Sherman
5f2eaead10
Moved Google Profanity API to it's own repo
...
It can be found at https://github.com/joshtronic/php-googleprofanity
2014-09-23 22:19:45 -04:00
Josh Sherman
67be4e0889
Dropped Gravatar class
...
Gone but not forgottten, the class now lives in
https://github.com/joshtronic/php-gravatar
2014-09-23 20:58:12 -04:00
Josh Sherman
2f2dd0d8b8
Moved placehold.it class to it's own repo
...
Decoupling API wrappers from PICKLES. New location for the API is
https://github.com/joshtronic/php-placeholdit
2014-09-23 20:02:40 -04:00
Josh Sherman
93ee7356b2
Dropped asset minification
...
Been moving away from using this functionality in favor of either Grunt or
Gulp. Dropped functionality for minification of CSS and JS but left the dynamic
reference logic intact. This will be moved to the HTML class eventually and
expanded to support the generation of the HTML tags as well as injecting the
URI with a timestamp.
2014-09-23 18:22:56 -04:00
Josh Sherman
c88d469e18
Rolled back to vfsStream v1.3.0
...
Moved to v1.4.0 and my tests started to fail. Locked version until I get around
to figuring out what changed and fix my code to accommodate
2014-09-23 18:01:06 -04:00
Josh Sherman
55f45b8d8f
Merge branch 'master' of github.com:joshtronic/pickles
2014-09-23 07:23:36 -04:00
Josh Sherman
6c7b81aeb4
Cleaned up formatting a bit
...
Had a few lines that were way too long.
2014-09-23 07:23:07 -04:00
Josh Sherman
3701971894
Dropped autoload require
...
Thinking this may bork the test suite because it won't be able to fine ayah.
This is just part of the move towards having a local copy of pickles in the
project installed and managed by composer. Also retabbed the composer json.
2014-09-21 22:08:13 -04:00
Josh Sherman
702414b694
Updated dependencies and dropped most version numbers
...
There's no point in defining version numbers prematurely. I'll update with
exact versions as the need arises. At the moment `dev-master` outta be good
enough.
2014-09-20 15:43:15 -04:00
Josh Sherman
617eb21614
Converted tabs to spaces.
2014-09-13 17:06:28 -04:00
Josh Sherman
3e08d173a1
Cleaned up issues with phpunit
4.2.x
2014-09-13 16:43:29 -04:00
Josh Sherman
0c40241b45
Finishing out the phpunit version.
2014-09-13 16:15:28 -04:00
Josh Sherman
891d08d7ad
Eventually...
2014-09-13 16:10:32 -04:00
Josh Sherman
cc8da12327
Still trying to get uopz to load correctly.
2014-09-13 15:32:38 -04:00
Josh Sherman
07863a5a84
Dropped absolute version paths
2014-09-13 15:23:04 -04:00
Josh Sherman
60a6cfa2bf
Removed a tab
...
How'd that get in there? ;)
2014-09-13 15:07:47 -04:00
Josh Sherman
e340593cd0
MOAR EXTENSIONS
...
Added additional paths to see which one will stick. Should move to a setup
script that sniffs the environment and injects the correct version.
2014-09-13 15:06:39 -04:00
Josh Sherman
1405ede86f
Rehashing path
2014-09-13 14:54:44 -04:00
Josh Sherman
8b024c17d9
Still no dice, went back to just appending zend_
2014-09-13 14:49:49 -04:00
Josh Sherman
9867789060
Dropped appending zend_ to the file.
2014-09-13 12:15:52 -04:00
Josh Sherman
c56aadd6e6
Updated sed
to write to a new file and then mv
2014-09-13 12:13:50 -04:00
Josh Sherman
cdce86971a
Switched command to sed
...
My fault for trusting some shit off teh interwebs without testing it. `tail`
srsly?!
2014-09-13 12:09:22 -04:00
Josh Sherman
e8781d8a7d
Stripping first line from php.ini
...
I think the dupe declaration is borking the loading of the extension. This very
well could mark the point that support for PHP 5.4 is dropped.
2014-09-13 12:03:35 -04:00
Josh Sherman
651a6d338b
Doing some debugging on Travis
2014-09-13 11:56:00 -04:00
Josh Sherman
4228ae81ff
Updated README
...
Wrapped to 80 columns and cleaned up the URLs
2014-09-13 10:51:53 -04:00
Josh Sherman
70c21db132
PHP 5.6 is no longer an allowed failure.
2014-09-01 11:58:01 -04:00
Josh Sherman
30fc51dcd5
Upgraded scssphp
2014-08-14 22:16:24 -04:00
Josh Sherman
3098300c6e
Fixed issue with scss being moved to PSR-4
2014-08-11 21:33:09 -04:00
Josh Sherman
695f4d3196
Added php to the list of dependencies
2014-08-10 08:21:44 -04:00
Josh Sherman
69c2fba9a1
Dumped dependency's version
...
@leafo's project has been quite active this week.
2014-08-10 08:17:10 -04:00
Josh Sherman
179f9cc143
Updated leafo/scssphp to 0.0.15
2014-08-07 18:57:06 -04:00
Josh Sherman
d00ce689b1
Changed username
...
Updated username in mock config for Model tests.
2014-08-05 20:08:56 -04:00
Josh Sherman
fea03520c8
Reconfigured database username
...
Seems @travis-ci did make some changes as per their blog. Updated code to use
the username `root` for connections instead of no user.
2014-08-05 18:58:33 -04:00
Josh Sherman
4645ac95eb
Added command to create database
...
Evidently @travis-ci no longer includes the `test` database in MySQL by
default. Added the command to create said database before importing SQL.
2014-08-05 18:47:21 -04:00
Josh Sherman
e19d3bd8b5
Updated leafo/scssphp to latest version
...
Just clearing out out of date dependencies.
2014-08-05 18:41:04 -04:00
Josh Sherman
84df7a1136
Dropped the UA
2014-07-27 18:11:25 -04:00
Josh Sherman
c02f658385
Updated dependencies
2014-07-27 18:02:18 -04:00
Josh Sherman
79228d0f73
Updated README
...
Updated the optional software to include UOPZ instead of php-test-helpers
2014-07-12 14:50:19 -04:00
Josh Sherman
73d853e866
Attempting to load extension twice
...
Seems 5.5+ handles nicely to simply changing from extension to zend_extension. 5.4 barks about not being able to find the shared object. Added 2 commands to attempt to load both. One should fail but the tests should pass. I'm not quite ready to give up on PHP 5.4, not until 5.6 is GM
2014-07-12 14:45:43 -04:00
Josh Sherman
e14db9aec8
Getting crazy with the conditionals
2014-07-12 14:41:46 -04:00
Josh Sherman
4a06032ac7
Appending zend_ to extension call
2014-07-12 14:23:18 -04:00
Josh Sherman
fc25e80142
Interrogating PHP directly for version
2014-07-12 14:14:27 -04:00
Josh Sherman
f050b50779
More tweaks.
2014-07-12 14:08:46 -04:00