Skip to content

Instantly share code, notes, and snippets.

[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.0.16-ga5444ad-dirty (root@marc-G71GX) (gcc version 4.4.1 (Sourcery G++ Lite 2010q1-188) ) #28 PREEMPT Thu Mar 28 12:05:40 CET 2013
[ 0.000000] CPU: ARMv7 Processor [510f00f2] revision 2 (ARMv7), cr=10c53c7d
[ 0.000000] CPU: VIPT nonaliasing data cache, VIVT ASID tagged instruction cache
[ 0.000000] Machine: htcleo
[ 0.000000] Nand Boot: 2
[ 0.000000] Partition (from atag) lk -- Offset:212 Size:3
[ 0.000000] Partition (from atag) recovery -- Offset:216 Size:30
[ 0.000000] Partition (from atag) boot -- Offset:246 Size:28
[ 0.000000] Partition (from atag) misc -- Offset:26e Size:8
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.0.37-Shaky156-MPMR--gef3a4c7-dirty (root@shaky156-GA-970A-DS3) (gcc version 4.7.3 20130205 (prerelease) (Linaro GCC 4.7-2013.02-01) ) #6 PREEMPT Sun Mar 24 10:01:49 GMT 2013
[ 0.000000] CPU: ARMv7 Processor [510f00f2] revision 2 (ARMv7), cr=10c53c7d
[ 0.000000] CPU: VIPT nonaliasing data cache, VIVT ASID tagged instruction cache
[ 0.000000] Machine: htcleo
PHPUnit 3.7.10 by Sebastian Bergmann.
Configuration read from /home/marc/Dokumente/feature_migrations/phpunit.xml.dist
EE
Time: 2 seconds, Memory: 6.50Mb
There were 2 errors:
[15:01:59] <nn-1> who doesn't love giant diffs
[15:03:19] <nn-1> so you were using the container
[15:03:27] <nn-1> so igorw/naderman told you to inject parameters which you did
-- Correct.
[15:03:32] <nn-1> then i told you to use the container
[15:03:40] <nn-1> and you went back to container
-- I kind of have trouble understanding what you mean with that.
@marc1706
marc1706 / gist:4388445
Created December 27, 2012 13:39
No idea ...
PHPUnit 3.7.9 by Sebastian Bergmann.
Configuration read from C:\Users\Marc\Documents\Entwicklung\phpbb3\phpunit.xml.dist
E
Time: 1 second, Memory: 4.00Mb
There was 1 error:
@marc1706
marc1706 / gist:4320367
Created December 17, 2012 17:57
Create nicely formatted git log for pasting in lists. Replace after with a correct date.
git log --pretty=format:"[*]%s" --after=2012-10-11 > ../log.txt
phpunit -c phpunit.xml.functional
PHPUnit 3.7.10 by Sebastian Bergmann.
Configuration read from /home/marc/Dokumente/phpBB/phpbb3/phpunit.xml.functional
...........E.I...........
Time: 14 seconds, Memory: 41.50Mb
There was 1 error:
@marc1706
marc1706 / gist:4263460
Created December 11, 2012 23:46
Get rid of popup message and refresh the page after marking forums read.
diff --git a/phpBB/includes/functions_display.php b/phpBB/includes/functions_display.php
index 7312980..ed3d1b0 100644
--- a/phpBB/includes/functions_display.php
+++ b/phpBB/includes/functions_display.php
@@ -61,10 +61,13 @@ function display_forums($root_data = '', $display_moderators = true, $return_mod
{
markread('all', false, false, request_var('mark_time', 0));
- trigger_error(
- $user->lang['FORUMS_MARKED'] . '<br /><br />' .
if (!$data['uc_size'])
{
$content = '';
}
elseif (!$data['c_size'])
{
/*
* The archiver put files directly into his zip. Make sure
* that folders in the root of the zip are created in the
* parent directory the archive is supposed to be extracted to
if (!$data['uc_size'])
{
$content = '';
}
else
{
$content = fread($this->fp, $data['c_size']);
}