hakre on wordpress
Hakre's devlog, thoughts and rants on wordpress on wordpress.com. And webdesign related. And web development related. My weapons of choice are Netscape 2.01, HTML, CSS, PHP and the Gif Construction Kit.
You can find out more on my codex page.-
Defective by Design - HTML5 is so awesome you can screw it now. Congratulations. Tell W3C: We don't want the Hollyweb! - Get educated and spread the word! -
Issue 2.1 is out! (; as print version so far, not yet on the website.) Take a look at conferences and events to get as well all back issues of Libre Graphics magazine with a discount or just order online. Wordpress Licensing – hakre on wordpress
- GPL: This Deserves a Special Mention, II
- b2/cafelog is GPL
- WordPress Changes GPL License Text Again
- Akismet Introduces GPL Version to WordPress (Updated 3x)
- Kses, GPL, Copyright, Licensing and Disclaimer
- WordPress, Copyright, Hello Dolly Lyrics, the GNU GPL and I
- WordPress Licensing Issues – Plugins are GPL, Right?
- WordPress Licensing Issues – On Showing License
- Relicensing of IXR – The Incutio XML-RPC Library (Day 15)
- WordPress Licensing Issues – NOOP (Day 8)
Wordpress Questions (and Answers)
- An error has occurred; the feed is probably down. Try again later.
Linked
- Looking back on Selling Gravatar to Automattic
- SJ Hook Profiler
- RIPS – A static source code analyser for vulnerabilities in PHP scripts
- The JavaScript Trap
- Image_Graph
- The Law of Leaky Abstractions
- They killed the Failwhale
- TkSQLite
- DejaVu fonts
- XHProf PHP Profiling Tool
- Using Linux Screen for Session Management
Archives
- April 2022 (1)
- November 2019 (1)
- October 2019 (2)
- April 2019 (3)
- February 2019 (1)
- December 2018 (1)
- October 2017 (1)
- September 2017 (1)
- August 2017 (1)
- March 2017 (1)
- January 2016 (1)
- November 2015 (1)
- March 2015 (2)
- February 2015 (2)
- January 2015 (1)
- June 2014 (2)
- May 2014 (1)
- December 2013 (2)
- November 2013 (1)
- October 2013 (1)
- September 2013 (3)
- August 2013 (3)
- July 2013 (6)
- June 2013 (1)
- May 2013 (1)
- April 2013 (2)
- March 2013 (2)
- February 2013 (12)
- January 2013 (5)
- December 2012 (2)
- November 2012 (1)
- October 2012 (1)
- September 2012 (2)
- August 2012 (7)
- July 2012 (8)
- June 2012 (8)
- May 2012 (10)
- April 2012 (11)
- March 2012 (7)
- February 2012 (3)
- January 2012 (8)
- December 2011 (6)
- November 2011 (1)
- October 2011 (7)
- September 2011 (3)
- August 2011 (4)
- July 2011 (7)
- June 2011 (7)
- May 2011 (6)
- April 2011 (7)
- March 2011 (16)
- February 2011 (29)
- January 2011 (11)
- December 2010 (10)
- November 2010 (11)
- October 2010 (9)
- September 2010 (15)
- August 2010 (23)
- July 2010 (9)
- June 2010 (33)
- May 2010 (26)
- April 2010 (20)
- March 2010 (8)
- February 2010 (11)
- January 2010 (26)
Wordpress
Ex-Blogroll
Categories
- Code Smells (11)
- HTML/CSS Code Smells (3)
- PHP Code Smells (5)
- Developing (21)
- Licensing (3)
- Hacking The Core (70)
- Wordpress Licensing (17)
- Hakre's Tips (94)
- Patched (6)
- Persona (5)
- Plugin Plugout (28)
- Enhancing Feeds (7)
- Theme-A-Licious (2)
- Pressed (351)
- Libre Graphics (1)
- Linked (149)
- Bugs and Features (19)
- Hashcat sightings (1)
- Video (1)
- Number of the Day (3)
- PHP Development (59)
- PHP Library (7)
- Professional Webdevelopers At Work (2)
- Reports (26)
- Save the Date (8)
- Wordpress Releases (6)
- Surviving the Internet (28)
- Tools (86)
- Gates and Fences (3)
- PHP Development (35)
- PHP Frameworks (10)
- PHP Standards (2)
- PHP Template Language (5)
- Scripts (6)
- Webtools (5)
- WordPress Support (9)
- Uncategorized (47)
- Code Smells (11)
Music
Tag Archives: Git
Git Committer Date is Author Date (Amend)
Amend the last commit (HEAD) and set the committer date as the author date – as “–committer-date-is-author-date” may have done (a git-rebase option): GIT_COMMITTER_DATE=”$(git show -s –format=%at HEAD)” git commit \ –amend -C HEAD (Explainshell) Git Author Date is Committer … Continue reading
Speedpills 4 Linting PHP Files in Parallel
Quite some time ago I’ve already written about linting PHP files in the shell / build. Even though parallel linting is fine, when the code-base is growing larger and larger, the build becomes slower and slower. A slow build sucks. … Continue reading
Posted in Hakre's Tips, PHP Development, PHP Development, Pressed, Scripts, Tools, Uncategorized
Tagged Build, Git, PHP, sed, Shell, xargs
1 Comment
Git – Set the Author Date to The Committer Date of a Recent Commit
Ah gosh that one commit has the author date just too far off, but if it would be the same as the committer date, that would be fine… Locate the commit when rebase interactively and mark for edit. Then go … Continue reading
Commandline Source Fixes Foo
From time to time I need to cleanup source trees. Today I needed to do that again, here are some command liners to get some work done. If you’re on Windows, all you need to do to get these running … Continue reading
Posted in Developing, Hakre's Tips, Pressed, Tools
Tagged CLI, dos2unix, file extensions, Find, Git, newline, sed
Leave a comment
Just a little follow up to Your Guide to Composer in WordPress as I was stumbling over while surfing (and equally short just for the log): Bryan Petty (tierra) was so kind to mirror the WordPress Source/Development branch on Github, … Continue reading
Thoughts on a Websites’ Environment
I needed to put an older site under git version control and I wanted to be able to at least semi-automatically publish that site to the webserver. This is an old project for very good friends. Time to put it … Continue reading
Posted in Pressed
Tagged Configuration, Deployment, Development, Environment, Git, HTML, PHP, Production, Website, Wordpress
Leave a comment
PHPStorm: WI-12547 Paste multiple commands into Command Line Tools Console
IDEA/PHPStorm: IDEA-64024 Git submodules should be supported
PHP on Heroku, again
Setting up a PHP project for the Heroku platform is straight-forward if you know how. The information is a bit scattered, that’s why I write my own little post about it so I don’t have to remember this my own … Continue reading
Posted in Hakre's Tips, PHP Development, Pressed, Reports
Tagged Cloud, Git, Heroku, PHP
31 Comments
PHPStorm: WI-10191 PHPStorm commits w/o asking first when sharing repository on Github
Revisiting Git, Github, and the wordpress.org plugin repository
Mjam! git cherry-pick
Each day you didn’t know about how to use git-cherry-pick is half a developer’s day. Kind of my feeling after this week has passed. It allows to take one commit from another branch and add it to the current branch. … Continue reading
Posted in Hakre's Tips, Linked, Pressed, Tools, Uncategorized
Tagged cherry picking, Git
Leave a comment
If you want to google up an SVN command and you type in GIT instead … you know you’ve made a switch. By #16525
Fedora 14 PHP Development Setup from Scratch
I’m currently setting up a new Fedora 14 development box. For documentation purposes I’m writing down my way of setting it up and it’s probably worth for others. I was pretty confident with a Fedora 13 + Eclipse setup so … Continue reading
Posted in Uncategorized
Tagged Eclipse, EGit, Fedora, Fedora 14, Geany, Git, PDT, PHP, PHPUnit, postaweek2011, PTI, tig, Xdebug
3 Comments
Git for WordPress development
Linked: Nicolas Kuttler has a nice post about Using git for WordPress development which is a How-To with some additional comments. Basically about interoperability between git and the wordpress plugin repository which is SVN: https://plugins.svn.wordpress.org/. Read On: Revisiting Git, Github, … Continue reading
FluentDOM now on Github
EOL for SVN in the FluentDOM project, it moved over to GIT and github: http://fluentdom.github.com/. The SVN repository is not updated any longer according to the website. FluentDOM is a very usable PHP library for DOMDocument traversion and manipulation. Next … Continue reading
Git Rocks!
Period. I’m currently traveling around and be it in a train or airplane or just on a offline remote-site: Git, a decentralized version control system, is like a present I’ve never asked for. It does work de-centralized, which means you … Continue reading