[Bug 38783] Add git date to Special:Version

2013-04-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #62 from Andre Klapper aklap...@wikimedia.org ---
Of course - 1.21 is not even released, so release notes are work in progress.
:)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-04-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #61 from T. Gries m...@tgries.de ---
(In reply to comment #59)
 T. Gries: Why did you bomp the Target Milestone from 1.21 to 1.22?

@André:

because this bug is - apparently currently - not part of
https://www.mediawiki.org/wiki/Release_notes/1.21 !

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-04-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

T. Gries m...@tgries.de changed:

   What|Removed |Added

   Target Milestone|1.21.0 release  |1.22.0 release

--- Comment #58 from T. Gries m...@tgries.de ---
patch available https://gerrit.wikimedia.org/r/#/c/54986/ . pls. can someone
review and commit?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-04-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #59 from Andre Klapper aklap...@wikimedia.org ---
T. Gries: Why did you bomp the Target Milestone from 1.21 to 1.22?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-04-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

T. Gries m...@tgries.de changed:

   What|Removed |Added

   Target Milestone|1.22.0 release  |1.21.0 release

--- Comment #60 from T. Gries m...@tgries.de ---
(In reply to comment #59)
 T. Gries: Why did you bomp the Target Milestone from 1.21 to 1.22?

André: because I thought that the 1.21 train was already gone... (reset to 1.21
milestone). Perhaps you can help to get this in, thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #55 from T. Gries m...@tgries.de ---
A working version is now available in 
https://gerrit.wikimedia.org/r/#/c/54986/

Screenshot http://i.imgur.com/z3RvMiB.png shows, how the Special:Version page
looks when the patch is applied.

It has to *** shell out *** and makes use of the git show command to let git
do the work to fetch and format author and commit dates. Any other solution is
PITA, I investigated different alternatives and all of them are even worse.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

Daniel Friesen mediawiki-b...@nadir-seen-fire.com changed:

   What|Removed |Added

 CC||mediawiki-bugs@nadir-seen-f
   ||ire.com

--- Comment #56 from Daniel Friesen mediawiki-b...@nadir-seen-fire.com ---
(In reply to comment #7)
 Could you use -MM-DD ISO 8601 format instead?
 
 This will help a lot to avoid misunderstanding with a unique date format
 during
 debug.

(In reply to comment #9)

 As explained in comment 7, I strongly insist for a ISO 8601 date. This is a
 vital debug information, not something to localize, especially with a risk of
 day/month confusion.

We localize dates everywhere by the user's preference. RC, contribs, histories,
etc... even our old code review system uses localized dates.

Dates are localized according to the user's choice, they should know how to
read it. In fact none of the date preference options we give are ambiguous. And
if YOU don't like seeing localized dates you can set your preferences to show
ISO dates.

Is there any real reason not to localize the date as our standard is?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #57 from T. Gries m...@tgries.de ---
(In reply to comment #56)
 (In reply to comment #7)
 Dates are localized according to the user's choice, they should know how to
 read it. In fact none of the date preference options we give are ambiguous.
 And
 if YOU don't like seeing localized dates you can set your preferences to show
 ISO dates.
 
 Is there any real reason not to localize the date as our standard is?

Daniel, please simply change the two lines in SpecialVersion.php as you like to
have it --- I want to finish this story, successfully and soon. Pls.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 CC||hexm...@gmail.com

--- Comment #24 from Andre Klapper aklap...@wikimedia.org ---
Note: As this has the 1.21.0 target milestone set (by Nemo), somebody would
have to pick up the patch and rework it. If this does not happen in the next
weeks, the Target Milestone will get removed.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #25 from DaSch da...@daschmedia.de ---
I bet on nobody picking it up!

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

T. Gries m...@tgries.de changed:

   What|Removed |Added

 Status|REOPENED|ASSIGNED

--- Comment #26 from T. Gries m...@tgries.de ---
I am working on that now, rebased and made it working (with core / master ).

see screenshot http://i.imgur.com/d9VC08W.png

https://gerrit.wikimedia.org/r/#/c/54902/

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #27 from T. Gries m...@tgries.de ---
A screenshot of Special:Version page with this patch is available
http://i.imgur.com/d9VC08W.png

and is deployed to 
http://openid-wiki.instance-proxy.wmflabs.org/wiki/Special:Version

where it can be seen in action.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #28 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/54902 (Gerrit Patch-Set:
Ia31a747c0d79f460503f66c369a0d1f2b971b692/5)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #29 from Gerrit Notification Bot gerritad...@wikimedia.org ---
https://gerrit.wikimedia.org/r/54902 (Gerrit Change
Ia31a747c0d79f460503f66c369a0d1f2b971b692) | Code-Review: Reviewed:+1 Patch Set
5: Code-Review+1 [by Wikinaut]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #30 from Gerrit Notification Bot gerritad...@wikimedia.org ---
https://gerrit.wikimedia.org/r/54902 (Gerrit Change
Ia31a747c0d79f460503f66c369a0d1f2b971b692) | Patch Set 5:

A screenshot of Special:Version page with this patch is available
http://i.imgur.com/d9VC08W.png

and is deployed to
http://openid-wiki.instance-proxy.wmflabs.org/wiki/Special:Version

where it can be seen in action. [by Wikinaut]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #31 from Gerrit Notification Bot gerritad...@wikimedia.org ---
https://gerrit.wikimedia.org/r/54902 (Gerrit Change
Ia31a747c0d79f460503f66c369a0d1f2b971b692) | Code-Review: Reviewed:-1 Patch Set
5: Code-Review-1

(1 comment) [by Catrope]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #32 from Gerrit Notification Bot gerritad...@wikimedia.org ---
https://gerrit.wikimedia.org/r/54902 (Gerrit Change
Ia31a747c0d79f460503f66c369a0d1f2b971b692) | Code-Review: Verified:+1 Patch Set
5: Verified+1

Build successful

- https://integration.wikimedia.org/ci/job/mediawiki-core-merge/9485/console :
SUCCESS
-
https://integration.wikimedia.org/ci/job/mediawiki-core-whitespaces/3096/console
: SUCCESS (non-voting)
-
https://integration.wikimedia.org/ci/job/mediawiki-core-phpcs-HEAD/5573/console
: FAILURE (non-voting)
-
https://integration.wikimedia.org/ci/job/mediawiki-core-jslint/4360/checkstyleResult/
: SUCCESS
- https://integration.wikimedia.org/ci/job/mediawiki-core-lint/11333/console :
SUCCESS [by jenkins-bot]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #33 from Gerrit Notification Bot gerritad...@wikimedia.org ---
https://gerrit.wikimedia.org/r/54902 (Gerrit Change
Ia31a747c0d79f460503f66c369a0d1f2b971b692) | Patch Set 5:

(1 comment)

@DaSch: Catrope asked, why you removed return self::getwgVersionLinked() . 
$shortSHA1;

Can you explain ?

I also set to -1 because I want again to check the dates. [by Wikinaut]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #34 from Gerrit Notification Bot gerritad...@wikimedia.org ---
https://gerrit.wikimedia.org/r/54902 (Gerrit Change
Ia31a747c0d79f460503f66c369a0d1f2b971b692) | Code-Review: Reviewed:-1 Patch Set
5: Code-Review-1 [by Wikinaut]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #35 from Gerrit Notification Bot gerritad...@wikimedia.org ---
https://gerrit.wikimedia.org/r/54902 (Gerrit Change
Ia31a747c0d79f460503f66c369a0d1f2b971b692) | Patch Set 5:

(1 comment) [by Wikinaut]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #36 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/54902 (Gerrit Patch-Set:
Ia31a747c0d79f460503f66c369a0d1f2b971b692/6)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #37 from Gerrit Notification Bot gerritad...@wikimedia.org ---
https://gerrit.wikimedia.org/r/54902 (Gerrit Change
Ia31a747c0d79f460503f66c369a0d1f2b971b692) | Code-Review: Verified:+1 Patch Set
6: Verified+1

Build successful

- https://integration.wikimedia.org/ci/job/mediawiki-core-merge/9486/console :
SUCCESS
-
https://integration.wikimedia.org/ci/job/mediawiki-core-whitespaces/3097/console
: SUCCESS (non-voting)
-
https://integration.wikimedia.org/ci/job/mediawiki-core-phpcs-HEAD/5574/console
: FAILURE (non-voting)
-
https://integration.wikimedia.org/ci/job/mediawiki-core-jslint/4361/checkstyleResult/
: SUCCESS
- https://integration.wikimedia.org/ci/job/mediawiki-core-lint/11334/console :
SUCCESS [by jenkins-bot]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #38 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/54902 (Gerrit Patch-Set:
Ia31a747c0d79f460503f66c369a0d1f2b971b692/7)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #39 from DaSch da...@daschmedia.de ---
(In reply to comment #33)
 https://gerrit.wikimedia.org/r/54902 (Gerrit Change
 Ia31a747c0d79f460503f66c369a0d1f2b971b692) | Patch Set 5:
 
 (1 comment)
 
 @DaSch: Catrope asked, why you removed return self::getwgVersionLinked() . 
 $shortSHA1;
 
 Can you explain ?
 
 I also set to -1 because I want again to check the dates. [by Wikinaut]

That's not from my patch!

It can't be found here
https://gerrit.wikimedia.org/r/#/c/16904/
nor here
https://gerrit.wikimedia.org/r/#/c/17333/

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #40 from Gerrit Notification Bot gerritad...@wikimedia.org ---
https://gerrit.wikimedia.org/r/54902 (Gerrit Change
Ia31a747c0d79f460503f66c369a0d1f2b971b692) | Code-Review: Verified:+1 Patch Set
7: Verified+1

Build successful

- https://integration.wikimedia.org/ci/job/mediawiki-core-merge/9488/console :
SUCCESS
-
https://integration.wikimedia.org/ci/job/mediawiki-core-whitespaces/3099/console
: SUCCESS (non-voting)
-
https://integration.wikimedia.org/ci/job/mediawiki-core-phpcs-HEAD/5576/console
: FAILURE (non-voting)
-
https://integration.wikimedia.org/ci/job/mediawiki-core-jslint/4364/checkstyleResult/
: SUCCESS
- https://integration.wikimedia.org/ci/job/mediawiki-core-lint/11337/console :
SUCCESS [by jenkins-bot]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #41 from Gerrit Notification Bot gerritad...@wikimedia.org ---
https://gerrit.wikimedia.org/r/54902 (Gerrit Change
Ia31a747c0d79f460503f66c369a0d1f2b971b692) | Code-Review: Reviewed:-1 Patch Set
7: Code-Review-1

The following comment by Dereckson is important:
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783#c17

*** I hereby withdraw (abandon) that patch set, because it indeed does not work
as intended, Well, it shows a date, but not necessarily the commit date, or
edit date. ***


Dereckson wrote:

As I indicated in the Ib66be27a review in December, I've tested your patch and
it doesn't work as intended.

First, the logs/HEAD file contains other operations than commits. There would
have been a need to filter to only process commit lines.

But there is a bigger issue: the patch currently reads the .git/logs/HEAD file.
This won't always contain the information we want. 

It contains the operation you did to the git repository (e.g. clone, checkout). 

It will only contain the date of the last commit when committed locally. [by
Wikinaut]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #42 from Gerrit Notification Bot gerritad...@wikimedia.org ---
https://gerrit.wikimedia.org/r/54902 (Gerrit Change
Ia31a747c0d79f460503f66c369a0d1f2b971b692) | change ABANDONED [by Wikinaut]

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #43 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/54986 (Gerrit Patch-Set:
I0931400ecacf91ed2ab4fc7aa46dceac17661768/1)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #44 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/54986 (Gerrit Patch-Set:
I0931400ecacf91ed2ab4fc7aa46dceac17661768/2)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #45 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/54986 (Gerrit Patch-Set:
I0931400ecacf91ed2ab4fc7aa46dceac17661768/3)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #46 from DaSch da...@daschmedia.de ---
what Dereckson want's is only possible by connecting to remote within the PHP
Skript

git information in .git only have local changes.

The information from logs/HEAD contains the last git operation. And that is
exactly what is needed. But only there I see how long I didn't check for an
update. Because when I take the date from the commit I always think that I have
to pull for new updates just because there where no changes for a long time!

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #47 from T. Gries m...@tgries.de ---
(In reply to comment #46)
 what Dereckson want's is only possible by connecting to remote within the PHP
 Skript
 
 git information in .git only have local changes.
 

I think, you are right -- this is, what I also think is needed (fetching the
dates from the remote). 

So in summary, the present solution is the best possible local solution.

Url will be added, when the (draft) patch is published.

 The information from logs/HEAD contains the last git operation. And that is
 exactly what is needed. But only there I see how long I didn't check for an
 update. Because when I take the date from the commit I always think that I
 have
 to pull for new updates just because there where no changes for a long time!

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #48 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/54986 (Gerrit Patch-Set:
I0931400ecacf91ed2ab4fc7aa46dceac17661768/4)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #49 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/54986 (Gerrit Patch-Set:
I0931400ecacf91ed2ab4fc7aa46dceac17661768/5)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #50 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/54986 (Gerrit Patch-Set:
I0931400ecacf91ed2ab4fc7aa46dceac17661768/6)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #51 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/54986 (Gerrit Patch-Set:
I0931400ecacf91ed2ab4fc7aa46dceac17661768/7)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #52 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/54986 (Gerrit Patch-Set:
I0931400ecacf91ed2ab4fc7aa46dceac17661768/8)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #53 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/54986 (Gerrit Patch-Set:
I0931400ecacf91ed2ab4fc7aa46dceac17661768/9)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-03-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

PleaseStand pleasest...@live.com changed:

   What|Removed |Added

 CC||pleasest...@live.com

--- Comment #54 from PleaseStand pleasest...@live.com ---
(In reply to comment #46)
 what Dereckson want's is only possible by connecting to remote within the PHP
 Skript
 
 git information in .git only have local changes.

Commit dates are stored as part of the commit objects, so they are available
locally. However, commit objects can be (and often are) part of packfiles, so
reading them is not easy (unless of course you shell out to `git`).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-02-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #23 from DaSch da...@daschmedia.de ---
I make my extensions simple and my own way at github and mediawiki is the only
project I contribute a little bit and that's only a bit hacking and Copy Paste
Programming because I don't have any experience with PHP only because I have to
do it in PHP for mediawiki because I hate PHP.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-01-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #21 from Quim Gil q...@wikimedia.org ---
Hi DaSch, have you checked

https://www.mediawiki.org/wiki/Git/Workflow#How_to_comment_on.2C_review.2C_and_merge_code_in_Eclipse

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-01-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #22 from Quim Gil q...@wikimedia.org ---
(pressed Save Changes too soon, sorry)

PS: learning how to deal properly with git and code review from your IDE is
useful not only for MediaWiki development but also for many other software
projects. The first time might be annoying but after that going through the
process is trivial.

If you still want to give it a go there is always people happy to help at
#mediawiki IRC or wikitech-l mailing list.
https://www.mediawiki.org/wiki/Communication

Thank you for your interest in improving MediaWiki software!

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-01-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Keywords||patch-in-gerrit
   Priority|Low |Normal

--- Comment #15 from Andre Klapper aklap...@wikimedia.org ---
Ah thanks! Adding patch-in-gerrit keyword...

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-01-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #16 from Andre Klapper aklap...@wikimedia.org ---
https://gerrit.wikimedia.org/r/#/c/17333/ is the latest version of the patch
which was abandoned.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-01-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #17 from Dereckson dereck...@espace-win.org ---
(In reply to comment #13)
 There was a patch
 There was a gerrit commit
 But nobody took care of approving
 So I think nobody really is interested in this
As I said to you end December, T. Gries and me are interested in this.

* * *

As I indicated in the Ib66be27a review in December, I've tested your patch and
it doesn't work as intended.

First, the logs/HEAD file contains other operations than commits. There would
have been a need to filter to only process commit lines.

But there is a bigger issue: the patch currently reads the .git/logs/HEAD file.
This won't always contain the information we want. 

It contains the operation you did to the git repository (e.g. clone, checkout). 

It will only contain the date of the last commit when committed locally.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-01-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #18 from DaSch da...@daschmedia.de ---
4 month after the commit and some days after I said that I'm out of this
by the way I'm not going to ever commit anything to gerrit because this is way
to complicated to me and I have no idea of how it works

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-01-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

 CC||q...@wikimedia.org

--- Comment #19 from Andre Klapper aklap...@wikimedia.org ---
(In reply to comment #18)
 4 month after the commit and some days after I said that I'm out of this
 by the way I'm not going to ever commit anything to gerrit because this is
 way to complicated to me and I have no idea of how it works

DaSch: 
When was the last time you took a look at Gerrit and its documentation at
http://www.mediawiki.org/wiki/Gerrit ? Could you elaborate on what's
complicated? Your feedback is very welcome to make things easier for you to
contribute. Thank you in advance!

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-01-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #20 from DaSch da...@daschmedia.de ---
The documentation is for working with command line and I'm working with
Eclipse, Aptana and Egit. So the Documentation is worthless and the functions
and workflows described there are not available there!

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-01-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #11 from Dereckson dereck...@espace-win.org ---
It seems this should be done in two ways:

(1) ExtensionDistributor. Add a an information file with hash and date.

To get the date:
git show --format=%ci HEAD | head -n1 | cut -f1 -d ' '

To get the hash (if this is needed, I think the case is well covered by our
current class):
git rev-parse HEAD

* * *

(2) If this file is absent and a .git folder is present. The extension has
probabably been fetched by a git clone repository. Test we can execute git on
the system and get the date.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-01-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

Version|unspecified |1.21-git

--- Comment #12 from Andre Klapper aklap...@wikimedia.org ---
[Please don't reset the version field to unspecified.]

Tom: Do you plan to work on this, or why did you set the Target Milestone?

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-01-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #13 from DaSch da...@daschmedia.de ---
There was a patch
There was a gerrit commit
But nobody took care of approving
So I think nobody really is interested in this

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-01-24 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #14 from T. Gries m...@tgries.de ---
André, a patch is there: https://gerrit.wikimedia.org/r/#/c/16904/

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-01-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #10 from T. Gries m...@tgries.de ---
Is someone working on that? I really wish to see the ISO-8601 commit _dates_
close to the version hashes.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2013-01-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

T. Gries m...@tgries.de changed:

   What|Removed |Added

Version|1.20.0  |unspecified
   Target Milestone|--- |1.21.0 release

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2012-12-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

Dereckson dereck...@espace-win.org changed:

   What|Removed |Added

 CC||dereck...@espace-win.org

--- Comment #7 from Dereckson dereck...@espace-win.org ---
Could you use -MM-DD ISO 8601 format instead?

This will help a lot to avoid misunderstanding with a unique date format during
debug.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2012-12-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

Dereckson dereck...@espace-win.org changed:

   What|Removed |Added

 CC||m...@tgries.de

--- Comment #8 from Dereckson dereck...@espace-win.org ---
*** Bug 43354 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2012-12-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #9 from Dereckson dereck...@espace-win.org ---
In the bug 43354, we wanted the Special:Version format:

Method | Git revision and date | Description | Authors



Example of the 4 columns content:

ParserFunctions (Version 1.4.1)

(8d2534b)
2012-12-22

Enhance parser with logical functions

Tim Starling, Robert Rohde, Ross McClure and Juraj Simlovic



As explained in comment 7, I strongly insist for a ISO 8601 date. This is a
vital debug information, not something to localize, especially with a risk of
day/month confusion.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2012-12-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

DaSch da...@daschmedia.de changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #5 from DaSch da...@daschmedia.de ---
Okay, I'm out. That's to complicated for me. Gerrit also does not move. I close
this, seams I have to live without this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2012-12-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

Andre Klapper aklap...@wikimedia.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 Status|RESOLVED|REOPENED
 CC||aklap...@wikimedia.org
 Resolution|WONTFIX |---
   Severity|normal  |enhancement

--- Comment #6 from Andre Klapper aklap...@wikimedia.org ---
Somebody else could still give this a try - reopening.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2012-12-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

taste...@gmx.at changed:

   What|Removed |Added

 CC||taste...@gmx.at

--- Comment #4 from taste...@gmx.at ---
@DaSch:

You write 

date(d.m.Y H:i,$rawdate);

This is a german date format.

The localized date format is available using

$wgLang-date( )   and   $wgLang-time( )

and others, where $wgLang is a global variable storing an instance of the
Language class (can be found in /language/Language.php).

Btw, I suggest not to do the formatting in the GitInfo class. This class should
return a MediaWiki-timestamp obtained by

date( 'YmdHis', $lastlinearray[4] );

In the class SpecialVersion, you can use $wgLang for formatting. (I'm not sure
if the global variable is still to be used but in SpecialVersion lots of them
are still around...)

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2012-10-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

Daniel Kinzler daniel.kinz...@wikimedia.de changed:

   What|Removed |Added

 CC||daniel.kinz...@wikimedia.de

--- Comment #3 from Daniel Kinzler daniel.kinz...@wikimedia.de 2012-10-08 
10:42:36 UTC ---
A new patch, Ib66be27a, is still under review. There doesn't seem to be any
fundamental reason not to do this, the patch just needs some tweaking
(apparently,y the date format isn't localized or something). 

I for one would live to see this implemented.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2012-09-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #2 from DaSch da...@daschmedia.de 2012-09-19 10:50:35 UTC ---
Patch is there
No Review since 7 Weeks
WONTFIX!?

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2012-08-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

matanya matanya.mo...@gmail.com changed:

   What|Removed |Added

   Keywords|patch-need-review   |

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2012-08-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

matanya matanya.mo...@gmail.com changed:

   What|Removed |Added

   Keywords||patch-need-review
 CC||matanya.mo...@gmail.com

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 38783] Add git date to Special:Version

2012-07-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=38783

--- Comment #1 from DaSch da...@daschmedia.de 2012-07-28 23:38:29 UTC ---
Maybe like this
https://gerrit.wikimedia.org/r/#/c/16904/

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l