Re: BZ difficultyEasy -> difficultyBeginner (admin help neeeded)

2016-02-05 Thread Robinson Tryon
On Fri, Feb 5, 2016 at 4:14 AM, Bjoern Michaelsen
 wrote:
> On Fri, Feb 05, 2016 at 12:50:08PM +0100, jan iversen wrote:
>> I heard from another BZ installation, that the admins have the power to
>> supress emails, while doing bulk changes ?

Yes, there's some limited email-suppression built-in for some builds
of Bugzilla. For our Bugzilla, I wrote some custom code to make it
possible to suppress all bug-change emails based on user_id (aka
"Ninja Edits"). I ran into some perm problems with gerrit, but if
those get resolved, I can check-in those changes. Now that recall,
I've actually got an improved version of my first patch that leverages
Bugzilla's built-in group system so that one can toggle Ninja group
status directly in the admin interface. Not that we should do silent
edits on a regular basis, but it can be handy in some special cases
;-)

> AFAIK one can only set off notifications globally. So:
> 1/ disable notifications
> 2/ do foo
> 3/ enable notifications
>
> with the risks being: other stuff beyond foo done at the same time doesnt get
> notifications, forgetting to reenable etc.

That's generally true, but (IIRC) Keywords may be renamed directly in
the admin interface without triggering any notification emails. One
change, and all bugs are updated. Easy, peasy!

Jan I: Feel free to ping me re: change requests for Keywords. We'll
want to make sure that any pertinent docs on are the wiki are updated,
and perhaps something else that I'm not remembering off the top of my
head...

>
> I should have admin right now (thanks moggi), but feel like this when in that
> interface for now:
>
>  http://i0.kym-cdn.com/photos/images/newsfeed/000/234/786/bf7.gif

Yeah, dealing with Bugzilla sometimes feels like wrestling with a Klingon targ.

Best,
--R


-- 
Robinson Tryon
LibreOffice Community Outreach Herald
QA Bug Wrangler, TDF
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] dev-tools.git: 2 commits - scripts/esc-bug-stats.pl

2016-01-20 Thread Robinson Tryon
 scripts/esc-bug-stats.pl |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 56830328e5f500787db7be4649ef51dbea55e464
Author: Robinson Tryon 
Date:   Mon Dec 21 20:23:15 2015 -0600

esc-bug-stats: Whiteboard -> Keywords migration

We haven't made a decision about migrating the bibisected36 /
bibisected40 tags to Keywords, so we've tweaked the queries to include
the ~100 bugs for which this detail is applicable.

diff --git a/scripts/esc-bug-stats.pl b/scripts/esc-bug-stats.pl
index 23277ed..496b79c 100755
--- a/scripts/esc-bug-stats.pl
+++ b/scripts/esc-bug-stats.pl
@@ -102,8 +102,8 @@ $reg_open = Bugzilla::get_query($regression_open_query);
 $reg_high = Bugzilla::get_query($regression_high_query);
 
 print STDERR "Querying for bibisection:\n";
-my $bibisect_query = 
"https://$Bugzilla::bugserver/buglist.cgi?f1=keywords&f2=status_whiteboard&known_name=BibisectedAll&list_id=578080&n2=1&o1=substring&o2=substring&product=LibreOffice&query_based_on=BibisectedAll&query_format=advanced&resolution=---&resolution=FIXED&resolution=INVALID&resolution=WONTFIX&resolution=DUPLICATE&resolution=WORKSFORME&resolution=MOVED&resolution=NOTABUG&resolution=NOTOURBUG&v1=bibisected&v2=bibisected35older";;
-my $bibisect_open_query = 
"https://$Bugzilla::bugserver/buglist.cgi?f1=keywords&f2=status_whiteboard&known_name=Bibisected&list_id=578082&n2=1&o1=substring&o2=substring&product=LibreOffice&query_based_on=Bibisected&query_format=advanced&resolution=---&v1=bibisected&v2=bibisected35older";;
+my $bibisect_query = 
"https://$Bugzilla::bugserver/buglist.cgi?f2=status_whiteboard&f3=OP&f4=keywords&f5=status_whiteboard&j3=OR&known_name=BibisectedAll&limit=0&list_id=579989&n2=1&o1=substring&o2=substring&o4=substring&o5=substring&order=changeddate
 
DESC%2Cop_sys%2Cbug_status%2Cpriority%2Cassigned_to%2Cbug_id&product=LibreOffice&query_format=advanced&resolution=---&resolution=FIXED&resolution=INVALID&resolution=WONTFIX&resolution=DUPLICATE&resolution=WORKSFORME&resolution=MOVED&resolution=NOTABUG&resolution=NOTOURBUG&v1=bibisected&v2=bibisected35older&v4=bibisected&v5=bibisected";
+my $bibisect_open_query = 
"https://$Bugzilla::bugserver/buglist.cgi?f2=status_whiteboard&f3=OP&f4=keywords&f5=status_whiteboard&j3=OR&known_name=Bibisected&list_id=579994&n2=1&o1=substring&o2=substring&o4=substring&o5=substring&product=LibreOffice&query_based_on=Bibisected&query_format=advanced&resolution=---&v1=bibisected&v2=bibisected35older&v4=bibisected&v5=bibisected";;
 
 my ($all, $open);
 $all = Bugzilla::get_query($bibisect_query);
commit e5cb2cdabbb1e7cdf5682c0506671d865fd2cc84
Author: Robinson Tryon 
Date:   Thu Dec 17 08:56:53 2015 -0600

esc-bug-stats: Update queries to reflect Whiteboard -> Keywords migration

Updating the Bugzilla queries used to generate stats. We've been
migrating many Whiteboard tags to the Keywords field.

diff --git a/scripts/esc-bug-stats.pl b/scripts/esc-bug-stats.pl
index b5645be..23277ed 100755
--- a/scripts/esc-bug-stats.pl
+++ b/scripts/esc-bug-stats.pl
@@ -102,14 +102,14 @@ $reg_open = Bugzilla::get_query($regression_open_query);
 $reg_high = Bugzilla::get_query($regression_high_query);
 
 print STDERR "Querying for bibisection:\n";
-my $bibisect_query = 
"https://$Bugzilla::bugserver/buglist.cgi?n2=1&f1=status_whiteboard&list_id=267679&o1=substring&resolution=---&resolution=FIXED&resolution=INVALID&resolution=WONTFIX&resolution=DUPLICATE&resolution=WORKSFORME&resolution=MOVED&resolution=NOTABUG&resolution=NOTOURBUG&query_based_on=BibisectedAll&o2=substring&query_format=advanced&f2=status_whiteboard&v1=bibisected&v2=bibisected35older&product=LibreOffice&known_name=BibisectedAll&limit=0";;
-my $bibisect_open_query = 
"https://$Bugzilla::bugserver/buglist.cgi?n2=1&f1=status_whiteboard&list_id=267685&o1=substring&resolution=---&query_based_on=Bibisected&o2=substring&query_format=advanced&f2=status_whiteboard&v1=bibisected&v2=bibisected35older&product=LibreOffice&known_name=Bibisected&limit=0";;
+my $bibisect_query = 
"https://$Bugzilla::bugserver/buglist.cgi?f1=keywords&f2=status_whiteboard&known_name=BibisectedAll&list_id=578080&n2=1&o1=substring&o2=substring&product=LibreOffice&query_based_on=BibisectedAll&query_format=advanced&resolution=---&resolution=FIXED&resolution=INVALID&resolution=WONTFIX&resolution=DUPLICATE&resolution=WORKSFORME&a

Re: [Libreoffice-qa] Bugzilla Tip: Ever want to make private notes on a bug report?

2016-01-09 Thread Robinson Tryon
On Fri, Jan 8, 2016 at 9:58 AM, Eike Rathke  wrote:
> Hi,
>
> On Thursday, 2016-01-07 17:00:20 -0600, Robinson Tryon wrote:
>
>> If any of you have ever wanted to make a private note on a bug report,
>> feel free to use the 'Tags' field. The content in there is only
>> viewable to you, and editing that field won't send email to any other
>> users (so don't be shy about tagging up bugs with your notes!)
>
> Caveat though, that field is really meant as a tags field and not free
> from text. Everything you enter there ends up in a tags list and
> is suggested for further entries, tags are comma separated.

Ah yes, it does have auto-suggestions, although (in my personal
application of the field) I often just ignore them :P

> I'd not use
> that for private comments. The tags system helps though to classify bugs
> according to a personal schema.
>
> Btw, can the tags list be edited somehow?

Not that I'm aware of.

> Unfortunately it is also not
> possible to set tags in a mass change, in all bugs of a search result.

Correct. I feel like that one might be a bit easier to implement than
the former feature. Is bulk-update something that you'd find very
useful, or just a nice-to-have?

Best,
--R

-- 
Robinson Tryon
LibreOffice Community Outreach Herald
QA Bug Wrangler, TDF
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Bugzilla Tip: Ever want to make private notes on a bug report?

2016-01-07 Thread Robinson Tryon
Hi all,

Here's a handy tip to help you get the most out of using our Bugzilla instance:

If any of you have ever wanted to make a private note on a bug report,
feel free to use the 'Tags' field. The content in there is only
viewable to you, and editing that field won't send email to any other
users (so don't be shy about tagging up bugs with your notes!)

You can query on the field just like searching the Whiteboard (look
under 'Custom Search') , so I've personally used the Tags field to
keep track of things like repro needs, people whom I've poked about
fixing a particular bug, or bugs that need some cleanup help.

It's really nice to be able to keep my notes associated directly with
bug reports instead of keeping them in a separate document or external
list. Because you're the only one who will see it, you can keep the
notes as messy or as tidy as you like!


Best,
--R

-- 
Robinson Tryon
LibreOffice Community Outreach Herald
QA Bug Wrangler, TDF
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Bugzilla: Standardizing format of Keywords

2016-01-07 Thread Robinson Tryon
Hi all,

As mentioned during the ESC call, to keep things standardized in
Bugzilla, we've made a small change to two Keywords:

have-backtrace -> haveBacktrace
want-backtrace -> wantBacktrace

If you have any bookmarks to queries that refer to these Keywords (or
etc), please make sure to update them. If you have any questions,
please let me know!

Best,
--R


-- 
Robinson Tryon
LibreOffice Community Outreach Herald
QA Bug Wrangler, TDF
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Bugzilla: Update on Whiteboard -> Keywords migration

2015-12-14 Thread Robinson Tryon
Hi all,
The migration of several tags from the Whiteboard -> Keywords is now
largely complete for Open bugs. Here's some useful info for y'all:


S!
--
Last week I made some tweaks to Bugzilla to make it easier to do bulk
edits to bugs without spamming everyone's inboxes. Because bugs were
updated without an email notification, I did include a short comment
with each silent change.


What's Changed?

There were several categories of Whiteboard tags that were migrated to
Keywords. Here's the live list of Keywords:
https://bugs.documentfoundation.org/describekeywords.cgi

And here's the current wiki page for Whiteboard tags
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Whiteboard

The Keywords field will give you some auto-completion options once you
start typing, so as long as you remember the first few characters,
you're set.

Alongside the basic migration, I did a bit of consolidation, typo
correction, and added documentation. There were a number of EasyHacks
tagged with "SkippCpp" (instead of "SkillCpp") and some other amusing
Whiteboard entries. Remember: Although it may be tempting, please do
not write full sentences in the Whiteboard! :-)

Big kudos go to beluga and others who helped to triage and close a
number of old bugs that were uncovered during the migration.


How Do I Update My Queries?
---
The safest way to update any saved query urls is to open them in a
browser and tweak them live in Bugzilla. For those who like to live
dangerously, it's often possible to just search-and-replace
"status_whiteboard" -> "keywords" _IF_ all tags you're referencing
have been converted to Keywords. Example:

OLD:
https://bugs.documentfoundation.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=LibreOffice&query_format=advanced&status_whiteboard=EasyHack%20DifficultyInteresting%20SkillCpp&status_whiteboard_type=allwords&ctype=atom

NEW:
https://bugs.documentfoundation.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&product=LibreOffice&query_format=advanced&keywords=EasyHack%20DifficultyInteresting%20SkillCpp&keywords_type=allwords&ctype=atom


Documentation
-
I've updated the pages on the TDF wiki to reflect the migrated
Whiteboard tags and provide some additional information on using
Keywords. If you know of external docs or references, or your eagle
eyes spot something in the wiki that I have missed, please let me
know.


Thanks,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Bugzilla: Docs available for Status RESOLVED INSUFFICIENTDATA

2015-12-03 Thread Robinson Tryon
As requested in the ESC and then discussed on these lists at length,
the new RESOLVED status of "INSUFFICIENTDATA" is available in
Bugzilla. Docs offering guidance for proper use this status may be
found here:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Status/RESOLVED#INSUFFICIENTDATA

Questions? Suggestions? We may have a few wrinkles to iron out, so
please ask away...

Thanks,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] dev-tools.git: scripts/esc-bug-stats.pl

2015-12-03 Thread Robinson Tryon
 scripts/esc-bug-stats.pl |5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 0d930b1c9042ad5f0a1c212fbdc436ca1bf0daf5
Author: Robinson Tryon 
Date:   Thu Dec 3 04:04:55 2015 -0600

esc-bug-stats: Add 5.2 MABs; avoid DIV0 error if no bugs are MABs

diff --git a/scripts/esc-bug-stats.pl b/scripts/esc-bug-stats.pl
index 4d84dd3..b5645be 100755
--- a/scripts/esc-bug-stats.pl
+++ b/scripts/esc-bug-stats.pl
@@ -52,7 +52,8 @@ my %ver_total;
 build_overall_bugstats();
 
 my %rseries =
-( '5.1' => '5.1',
+( '5.2' => '5.2',
+  '5.1' => '5.1',
   '5.0' => '5.0',
   '4.5' => '5.0', # urgh
   '4.4' => '4.4',
@@ -84,7 +85,7 @@ for my $rs (keys %rseries) {
 for my $bucket (sort { $b cmp $a } keys %ver_open) {
 my $open = $ver_open{$bucket};
 my $all = $ver_total{$bucket};
-my $percent = sprintf("%2d", (($open * 100.0) / $all));
+my $percent = sprintf("%2d", $all ? (($open * 100.0) / $all) : 0);
 print STDERR "$bucket: $open/$all - $percent%\n";
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Changes to 'refs/tags/libreoffice-5.1.0.0.beta1-buildfix1'

2015-11-25 Thread Robinson Tryon
Tag 'libreoffice-5.1.0.0.beta1-buildfix1' created by Robinson Tryon 
 at 2015-11-25 21:50 -0800

Tag libreoffice-5.1.0.0.beta1-buildfix1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJWVi0mAAoJEPQ0oe+v7q6j7nQP/0nf6+6TAN2bLC76g1gwU/Ms
YzMuT5oeNOdBA8VZUxxFZnMAGStqas/K5uU9V0afoaq804o5Mwg+m7mKLVlNfr3x
EeIMkbvZ3HtZszXNsW+22GWPISOJFxZrIKXJsApY41cfOChpv+4ZQ15BJNZnn2tn
UaLUy1KPqaAAeMpwu+w9TqgU4VjsfX/OVSjeddNNHt3kq+cuBdYevslnvnSUoN1M
G0q32JYOFK0qmpSTqAj2fhCiKbZUTA4w7wO5UYvvAvOYDWmukXg2NKOX0v0MYhVD
Is15bzFbUkSgsMXyUX5PwznI0WQmBXig9fu/YVoim1HfvRsw1/ozRJPmxxfbkjnQ
11k3ehDXCGC4BY5ieMllga21GZg8i8QAw1pauKcJKqYNj9rsK9F41fDN0bW+3MWI
bML7VOqDLs2R6W62p5Z14COSwoQXUG1LbTIEIbQd78BL+8Hs8uPs3eooDoXJnXGC
s2GWBW5inyl4Z0mySQ17X+PAYtHgM3uRXxS9q1J1xaUiJIurlO2omOGwdoPve3cJ
lpWeC36ZGvwYRwvmcIt/3sp5h5Y1eHJ/nf6/JeJU4WNq2EC5Mz3R6gvm6SfYDb6x
PRBTv2cyEcz6aOrj0FiAxIQ67AzS3E++12H6b4/69lGWd3cIboF8+jwoVA0NOKdr
K4NRtm4PlyZ4gzlFgbQy
=JX8J
-END PGP SIGNATURE-

Changes since libreoffice-5.1.0.0.beta1-4:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] translations.git: Changes to 'refs/tags/libreoffice-5.1.0.0.beta1-buildfix1'

2015-11-25 Thread Robinson Tryon
Tag 'libreoffice-5.1.0.0.beta1-buildfix1' created by Robinson Tryon 
 at 2015-11-25 21:50 -0800

Tag libreoffice-5.1.0.0.beta1-buildfix1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJWVi0lAAoJEPQ0oe+v7q6jt+QP+wZg4Z1eKIPIpdwRWHzl4zu9
8i2PHGBgspomwn/qgsPkEGyFz6NblvR7RSBx8Nyj1GIy0T5JF2s70wJScd5arj6+
xKauGUgmY3ytyiYCxzFoV20kD9eWo1HHiGngqxZb9Yd8EmdLsAXZK3YpK1er32ld
Qyz30ANikV1v1dTBlaxpAorDToM9KJP6q3Wp0SSuO6IxnUNbG7sEAj7qn0tgKKuc
ChO0bO/Ie+5LN3js0mjdYi7Iktg9vgshgAY5H3xMMRmQNAIvBVqLx8XesGlXbHm0
IDSzk+us9tgyUSuT5yGdmqZ0QeY7CCecS+F0COS6QEgd+ed1LKautZymUv9BxgUy
6PdLycrnsb+IncVejMFQAqLcqNz2pOGCzCnxwyO+p95bUsgILNeqa56kxWFe9Ys0
+c+j5M51qYG1tLGljHpmGgSeiERSnAAmWWqfZW/srTfKjqCUdle36KzDizxrKZS2
s+RkVQ3Q7xQWA2hnEPLKKKv1CCAOEx9REV8UQkug0EMT9K7QLWqAPNHA6DEg3v0m
kQDskSy18GVWTQ7j+vpI+iIFmHA7/kbxUwcLIa0MMn4K3cNeWkdIBTm14FsTQJpn
quZ8yDMCwlFCdNlATuQIEIMENmGc+2LmyS+nQLJfVHNdhHW7USXJb2MY1YymLkHs
2hQlHVTzP1A3XhMuTHrF
=yYv3
-END PGP SIGNATURE-

Changes since libreoffice-5.1.0.0.beta1:
Robinson Tryon (1):
  Version 5.1.0.0.beta1-buildfix1, tag libreoffice-5.1.0.0.beta1-buildfix1

---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/libreoffice-5.1.0.0.beta1-buildfix1'

2015-11-25 Thread Robinson Tryon
Tag 'libreoffice-5.1.0.0.beta1-buildfix1' created by Robinson Tryon 
 at 2015-11-25 21:50 -0800

Tag libreoffice-5.1.0.0.beta1-buildfix1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJWVi0lAAoJEPQ0oe+v7q6jG88P/0BqD7geMMfZDRcjlKMwNJK7
lnsXhFT6axyYlatIDMjIP40oFw4E+NNAF+h/1MdopT/btGunOhAikAmsqOCj6a7N
XBw0WuCfIsGxOGgWZ+F3EIrL31vYbFTpYDKMWvLR3K1r/xUr3yz+7ozHPpHqjwCR
DTMT7FIrC/WgAA6bpjC8o2SH4691EO26HA1IeMPGMMxFvhEn3SThmrEs1PtzilF+
2QcUgiOcEzZElD/pkGCL8WuneV+/MAYs/oPbrJReXMuLhsx60CNy8cMag3LoCxGX
5VaVLZrGtDIr1+CcjMrBGicP18mst1oD2X6fXeYfpcp3odIzQ7RlOk7KkC7T71iR
ye4ToZCL8oYZ9XPQOuy4Sxrr7bkTO7Ns//jm8LegjJ9accJWo+XrQtFEHF5RQi0D
/b2JAQ9WkA5aANLaoPjCOBL51YgArDACcN3iUgcoww4ahlCnZGmHLoC2aqc1hypp
fj1LH21u/Jc7jwFTy6IQWUbHoW+1e78Q3RO9ABvkE5+GuagyS3gkpYtRKRNVD6Tg
pg8oeMQImGbxpDnT0rZ4eswHmemm9lw/nQS+BzXIedLI6QvBdxESP18sKtogv5yU
SO7LXSw7BfcmO9Tudss6i1P1nDD0D1HCtGqU5R47Upx6Y2lsadtQi0LECnq8LOio
h7JTfMar/tkz1lPGi5MZ
=JWvz
-END PGP SIGNATURE-

Changes since libreoffice-5.1.0.0.beta1:
Robinson Tryon (1):
  Version 5.1.0.0.beta1-buildfix1, tag libreoffice-5.1.0.0.beta1-buildfix1

---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Changes to 'refs/tags/libreoffice-5.1.0.0.beta1-buildfix1'

2015-11-25 Thread Robinson Tryon
Tag 'libreoffice-5.1.0.0.beta1-buildfix1' created by Robinson Tryon 
 at 2015-11-25 21:50 -0800

Tag libreoffice-5.1.0.0.beta1-buildfix1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJWVi0lAAoJEPQ0oe+v7q6jNAcP/ij9cpXWPxLDydIkq7LI/BS8
XwrtAmFYDmlXtgNV/+k7hsR6BFE/67M2FuVmsnurQNz4189KUVZVpEevuBExw65F
y2Cx4X3a4HvDhk/6TLNaW9jTwq+5hOT82+53BJsU4SrpRB8Mk1f6jOInWHqYlLVz
ZKbzWque/oNr9pEmQ1jEdTelglYcmtpd0aFQriMvazewlFz0FAvF3qmJt0hmeBMv
G3KIdcQA2KOcqfEp/WFbgMiiqYybJcgYZS8ETJs9w7VB1OSzKrpNERlrf4dGgtAL
iP/wReXHaXdFgPzY+9j6GhPoh1oYeMT+v9iktdfuUus9ynpB0R/0++ZYLu4/NWBF
g8Xe+Y1bBQZ+o3Jb5SJ9BF8n+rvgYk6VOGR/NeNZWobchf3SQZkQDpbBMoiza7Dy
9UEpv+cxKuW4RzidzFjyygaGOihIrJ4qNOXSoKCOzH3ZxXaOrUgcjFkwT70VHOao
pIXeClHs3ra9x2UNBgR42IhvCE4TIK9q4/fSZUIX+uEDm/OPYcN7NdGhxK8IRkoJ
4dlztMu5wM/3KM/KHjfisF4yoSDxGLkVBWfGiygfXD4QeyWYVXcvr1j+xMWU5hzd
hqjqAlt/98lo9q0XESVpbMFsGN636RgwwoSxbHj5x+dph34kVqBW7EBa+21Dp2hn
5lD/MxpxuM7onwVd9+/b
=cj3n
-END PGP SIGNATURE-

Changes since libreoffice-5.1.0.0.beta1:
Robinson Tryon (1):
  Version 5.1.0.0.beta1-buildfix1, tag libreoffice-5.1.0.0.beta1-buildfix1

---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: minutes of ESC call ...

2015-11-25 Thread Robinson Tryon
On Mon, Nov 16, 2015 at 9:04 AM, Jan Holesovsky  wrote:
>> * Further renaming in sw (Kendy/Miklos)
>> + Kendy would again update the script so that Cloph can run it before 
>> the branch-off
>> + script lives in: bin/rename-sw-abbreviations.sh
>
> I've pushed several renames so that running the script causes no
> warnings and no errors, and pushed the updated script:
>
> http://cgit.freedesktop.org/libreoffice/core/commit/?id=3190f5a71dd3e63260edebc345aead4746a269a3
>
> Additional testing appreciated of course :-)

Hi Kendy,
It looks like the rename script got greedy and erroneously modified an
ODT (sw/qa/complex/writer/testdocuments/TESTXMLID.odt):
http://cgit.freedesktop.org/libreoffice/core/commit/?id=49c2b9808df8a6b197dec666dfc0cda6321a4306

Could you add file extension white/black -listing to the script to
prevent it from modifying non-code files in the future?

Thanks,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] core.git: Branch 'libreoffice-5-1' - configure.ac

2015-11-25 Thread Robinson Tryon
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b141d20645599681198f1cfc27c30540588464aa
Author: Robinson Tryon 
Date:   Wed Nov 25 08:47:26 2015 -0500

bump product version to 5.1.0.0.beta1+

Change-Id: I433ea34ed036be9ee4810b6db75a2dbb945b23a2

diff --git a/configure.ac b/configure.ac
index 5e52434..4d63038 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([LibreOffice],[5.1.0.0.alpha1+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[5.1.0.0.beta1+],[],[],[http://documentfoundation.org/])
 
 AC_PREREQ([2.59])
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Changes to 'refs/tags/libreoffice-5.1.0.0.beta1'

2015-11-25 Thread Robinson Tryon
Tag 'libreoffice-5.1.0.0.beta1' created by Robinson Tryon 
 at 2015-11-25 13:41 -0800

Tag libreoffice-5.1.0.0.beta1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJWVbqYAAoJEPQ0oe+v7q6j9fQQANDO2yIPaGiqRAMIZWo9e8Av
/q0JPkA8X3ztPFy6kvnfa8nb5gNSgn74oRMjMXlfL0zb63pUf1aGGtwAzsgYIM1g
irCwNiuHk5EOmmArmRdtzoGEXfvjB9XlwqwrH9pm4ogc4Ond9QiX10PMoWNCvBE3
SicTDdosYunN4ZRLyfyWDcaD4FOBkdKkUPqWazyIapppVzeD9ttXruvXU9OmTLg0
dW56Z2F3GVKRdQbTlzlJ/2+jUc48cFfjpgngJFrxJ5+BBfVmVD5KFK6VaQ76vc+p
Bic6u43ALK3jnI/rD0U7X6SLZZBxNbANm6e+b9k2exLZt3dTVvlZ3uLoa3gxcwnB
wKf/XuMd/C/xxf7cXPAx5f4zWOC2zEygboRGDIsscqdeyFM0hstvQcKQ96RkIr8V
+MeV3C+a+CLF9B2g3x+Uj4rhy15tv/5If8Opl9cELuFaGZV604uRCaeR29xhxJ7O
A6G7eN1hy8hXhbT04jIF9q3zKJkW8zAzc5P14W14DnjzPYpjoCg0UQI6p0VS9eGq
+MEaw4eWuCG2U9OonycZyZk8pywpCYa3QMUR2sLGAXLHBK0cRNHaGGDU2/yDeYg0
gbl4IXV8MkhCuqdVOt9J+EiIHrsWBwdkvwNc1bfJFKLP0viuyVl1ownbqy8BPp0S
/dlGxXEHvEzADvylNlSt
=nGjH
-END PGP SIGNATURE-

Changes since libreoffice-5-1-branch-point-2:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] translations.git: Changes to 'refs/tags/libreoffice-5.1.0.0.beta1'

2015-11-25 Thread Robinson Tryon
Tag 'libreoffice-5.1.0.0.beta1' created by Robinson Tryon 
 at 2015-11-25 13:41 -0800

Tag libreoffice-5.1.0.0.beta1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJWVbqYAAoJEPQ0oe+v7q6jJDMQAMCo91CL86iG/IJdVE+qZ+57
s5H1O/oT+xuKoipXROrBEfAH7auZg0xfIAmKxHlSajSHRWQE4O68QMa3MKaW1d4b
meysV8/sI0jQxCA2Vqtxs/V1/qJyCRqEevPn+WpjhmrqO6YwduUdjFS8NURYotvc
UjLGmrPHsTEtMMgLFfKwgeUbhmBQrzuN1UfffbzfYLRwak815qi8akSZeC5RxTFU
hjQZ0siKe0JMQ0Ia7X4MaS3mBP9RwXuWvEKysa2DhUnaGetZqNeoj+sexgn3ib0q
jw51MsMrDjN42UCErIuBD+nQNG3E40TFSX3AwIvM+L6pnSLK8F7+ggA//CNe6Eef
C/p1sWLeg6EM0DlX8TGBLlIQI20gbunD2PpBhtv5QX/bx229CaU/DP+MueTbX0fH
faN466r6CeEJQIFShX+pgpH6cJOEmM1xZsytYAP22zphIGABy15HT1J0OfRHOleH
ebUNLemDQB9KwrUaqle8iIAG3R0lZwmC3XLTKofh90cbsYEcl82cedb28rR7Rewg
Hv4sYfLwgjEthaAIqOueyuSfRllvPLL0T2QVKo6ViCR0HpoyMosmNkOXXNYUeLJJ
Zakb64EbvZ35skJU8AZhBjhcCWVw9Q6Ql9aX4zKviGqAGaHb9I9ubMZ374ZHvygC
Hpd6ctWDwaUQLG3B/Smf
=BBLC
-END PGP SIGNATURE-

Changes since libreoffice-5-1-branch-point-1:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Changes to 'refs/tags/libreoffice-5.1.0.0.beta1'

2015-11-25 Thread Robinson Tryon
Tag 'libreoffice-5.1.0.0.beta1' created by Robinson Tryon 
 at 2015-11-25 13:41 -0800

Tag libreoffice-5.1.0.0.beta1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJWVbqYAAoJEPQ0oe+v7q6j4uQQALlYybDhfAf0rdtHFMEOEkWj
1AO2moETweApLjobz3bQfAvMmZ7VQyBA3uK4KfmJG+maPJRS5lxSfP2AtbFF3zUV
WCRCg0NGjThlxE0ZRwUrBk2vL0jRSe6gU0WLmZWPx2Fg1OORgoFZ9LeZYx1pxGs5
PAEq24kpi0C/GqAVNyJw7EAv0hC/0xMYZYR4Z3fNHlW/qepBjlYWbjFD24MB+RpL
IM/ob9enEsooZ0rJFlRUpHVwWZR5mSCddgooFIR+8nYwb9FGxPGbzmyUIeIcfoal
lg/LHXQkHq7p7Ssih1BmUIxZxwhSAKT9gkL2+u8cvjep99GnbZITgnoAbsZQvA+3
JlHzSEI61r0LXUBWIJGCDLLDnQW3Kepuk3URTC2DOJo89pX/ui7NWmdTNzPXEVlY
9rO4HJE2sFEcoMUCfbuhF5eHBBAl3JXATXojcDeKN2Wwe4QFDn6oAx2YZ6DKRyin
qWPYfFctTa6sBw8eI8XUilq8nPIC4IJrQ0hDSuHI8KwjOCBqGLM0gXQsDQTodmpT
Rvx/bcZcAyPtd6y6EOllrh5dQ+fXVBM/lDRWcngbRDIv97425MxvShROBAChY1wQ
gLDbnpTXinukPuCKc18XfApdTRtaB9E9umLzXrjXacf2DqH8wD2ESYC1gFnxLAPy
3gIJpFrDVd47mfh1tj1q
=SrfX
-END PGP SIGNATURE-

Changes since libreoffice-5-1-branch-point-1:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/libreoffice-5.1.0.0.beta1'

2015-11-25 Thread Robinson Tryon
Tag 'libreoffice-5.1.0.0.beta1' created by Robinson Tryon 
 at 2015-11-25 13:41 -0800

Tag libreoffice-5.1.0.0.beta1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJWVbqXAAoJEPQ0oe+v7q6jdGcQALJiycHuUlxZ48HmLgZj0CxU
jdNgEf/lZSRAMou2w0eDq2jj4UUEDW30DQDlVey1AxoIJCT5ftpGaHCsbfX816jY
3hhkYs4sOeoR6iUbQpaQSZZ/1DtA3B2zO6Xg5yNMhCV3uFjfBrGWbKaiLzhOkYS7
B7H4XRNHYIvaV6BsHiXjwToS+xFjrKuYWOQj3XR7B6z9Hghp6Synawg47bF6kfSS
9wNXe2xTmLk8Fm8XvVncEASgo4SKwwaVLKmSwD9TcNsoPA+YjkuPeZw1ZNtdGxzW
KbcV6Sfsi03SzNocJlIqhotDaPQ4vyH7lw6jLyHh8v8tPWGfyrpp2juXftK2H46E
WS6uMukXHGS4Mxo1iWn/OdCO2BMA7wKX3JqNLq7mV44yrWpV2M+DWSE3xGxDZAYE
KnMreNjvpHCghQ4FkP+IvpDk8+NfxikPFL4ufpNLmqRzcnE+RcjvY13uLpnTwGMJ
vgVRhpEDwHMoei/5z/EFUGGzvM1E7BtawMpAa76OUrYM4IekkQaTta7nPuvVN/vc
NXby7ARn7LbFgh6ysGJ17RI62rcj7Wn7RVNxpLLRAh7Ybw5OoGGflUAOAxj01O43
XfV47SwnzsVs4Ssg5HlNUxUlvNjEVO0e46Fjw0uN0hUlILfLI1TskfxJaxuPvzUU
oyur3o15E7q+oVtQMMTU
=1QKf
-END PGP SIGNATURE-

Changes since libreoffice-5-1-branch-point-1:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Changes to 'refs/tags/libreoffice-5-1-branch-point'

2015-11-25 Thread Robinson Tryon
Tag 'libreoffice-5-1-branch-point' created by Robinson Tryon 
 at 2015-11-25 12:45 -0800

Tag libreoffice-5-1-branch-point
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJWVa1RAAoJEPQ0oe+v7q6jtC0P/1bL0VTTMLOjPLudjmr+K9Sm
k7ivEX4T8OvIjRhAi3aRr7kW8KSIMg8selXs4isjiAfJsgisYRXBlodgtC8Nf4Et
PNc2/BiVsGqV8PEpeLWV0JxMiJCcsdWSW59/idQjt90CPTbruKSH/YDKp0VX3dcS
l4Ic3diQbsaep7+AVI5US+zd7Mraxzs1lBlvzKRR8KHSB1m1hnoK5r06ukjKSkbu
EQ3cNI0VzPzA5UCMhcUYgtpxRMmjEtB9m2NkH+yOr4U5SgDeUtuCrBcxI0ZAvODN
d/ykFcHkMA0Yeom++hvRR4p3mLxjhsZ90Wzz0CAGyn79G2Q0CgKJKFZkoZlkfzEn
cIyHZYnCGt0PUmsPFxORg1t1hoddAzFIXVD9OSUQXiGKY6uLKsr87GMHUaD2nwCl
Jkk4DGiYkSrNmcJEtS1tq8J+uWPhis1Y/Tu7xN+JIkwNMdw6/un1uE7nT+CTcJuH
i3OcH70MyJjJiXJhx70WlcBl+cdDsZ4vQa8mbEcfCXclhWwkn1I7pbuXogKTLeXo
C/gMpOzu4MmtCs5g0abUz+g2kLMnvrz3Xn6Ck/wuxlyQSPHpSxmUZhVgyUAFvnFm
m7t49ZCDQtrMGRrJQjtd00mv5zYjZf1ZYWfjSNkrFa5n3WKKeSU5cch0ZnR1KzCt
sOsBSVAT2gI/7X4iv9Gl
=pEOl
-END PGP SIGNATURE-

Changes since libreoffice-5-0-branch-point-9779:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] translations.git: Changes to 'refs/tags/libreoffice-5-1-branch-point'

2015-11-25 Thread Robinson Tryon
Tag 'libreoffice-5-1-branch-point' created by Robinson Tryon 
 at 2015-11-25 12:45 -0800

Tag libreoffice-5-1-branch-point
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJWVa1RAAoJEPQ0oe+v7q6j0XgP/0qDRPzJX96SrWOsNeJP7Ou9
prQOoSY/u832mSvljtjk7+6wV5l/9kK1iXO6qgUzv4xl42zBKz/DHI6s/EHmVW9t
bG7MpV37BS0Pz3W21Esy3YbE7aRHoYtVZ4E2a8M1lmX27T8t5DK6/qYhPA2lYxmV
6Kl/ZlqE8p5NF4WWcfmAZI7vptnZaR86LctPv9uGEiHZJhl55/yEVObzo3k0AZLl
YL5qOB6s1hbQgMObWag097qMHzCDhjIKgPnLnkYr51vb7EIvDgbdGMOZa0v7nhXl
1T5vFvNJqrqwWkFhXyh/PiNjLZy1CQPkl6SIXkDXzcKRQ53TQgbAMXXYwA5CAG5I
cqcPhKiaThbno3cxK1uGhz1KEugYqKmBXYykrBJCyZCASX2dhnQaCt77va6iEImG
5A4ySqp3aUE3gFLOvaBAXTvcnAqUqaKx4eWPattA1hj5C1t0Q7ZcmrFThgRibIEi
2d9GToyFKiflc05FueiaWjQpHiEDW11OjkVxXjI4A0YF+Aav5YQTw4Z78C89Z6hQ
Ytn86rjskHzViw7XCUSw1MoWiSytnZ0lpq284iQk1bSQ/8FCJDZ3aKquMJ393RUc
uxWKuV/XAggDIOtTR/uoML6N8Yed2rT1SjcTs/W7pJa6KzQh2UGocPBj0lHtLS4B
oCJcapDQ7fO53dju6v1f
=SVDZ
-END PGP SIGNATURE-

Changes since libreoffice-5.1.0.0.alpha1-3:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: configure.ac

2015-11-25 Thread Robinson Tryon
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 52d01bb5caa7950e72b00f7969c5dbccf76d3737
Author: Robinson Tryon 
Date:   Wed Nov 25 07:14:20 2015 -0500

bump product version to 5.2.0.0.alpha0+

Change-Id: Ibc95574848752111d36cc9b3ff13709921b67e6c

diff --git a/configure.ac b/configure.ac
index 5e52434..57a41f7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([LibreOffice],[5.1.0.0.alpha1+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[5.2.0.0.alpha0+],[],[],[http://documentfoundation.org/])
 
 AC_PREREQ([2.59])
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Changes to 'libreoffice-5-1'

2015-11-25 Thread Robinson Tryon
New branch 'libreoffice-5-1' available with the following commits:
commit fa7c921feb2f6e14f7eca717dd3cfbca0bd35c03
Author: Robinson Tryon 
Date:   Wed Nov 25 06:26:48 2015 -0500

Branch libreoffice-5-1

  This is 'libreoffice-5-1' - the stable branch for the 5.1.x
  releases.  The commit rules are different according to the
  development phase:

  A. 5.1.0 beta phase:

 A. any bug fixes are allowed without review
 B. late features need approval by 3 people with
different affiliation

  B. 5.1.0 rc phase and later:

 A. fixes need approval by one reviewer
 B. late features need approval by 3 more people with
different affiliation.

  IMPORTANT: Every developer is responsible for pushing the fixes into 
all
appropriate branches. Note that we do not plan any merge
from this branch to master or vice versa.

  Please, help us to make a stable and usable release. If you want to 
build
  something cool, unstable, and risky, use master.

Change-Id: I64b18be16ad2bb78aa46522fcd50591a13424a94

___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] translations.git: Changes to 'libreoffice-5-1'

2015-11-25 Thread Robinson Tryon
New branch 'libreoffice-5-1' available with the following commits:
commit 5969b4a8b6bd316344270e342fff70445f11d06e
Author: Robinson Tryon 
Date:   Wed Nov 25 06:23:46 2015 -0500

  Branch libreoffice-5-1

  This is 'libreoffice-5-1' - the stable branch for the 5.1.x
  releases.  The commit rules are different according to the
  development phase:

  A. 5.1.0 beta phase:

 A. any bug fixes are allowed without review
 B. late features need approval by 3 people with
different affiliation

  B. 5.1.0 rc phase and later:

 A. fixes need approval by one reviewer
 B. late features need approval by 3 more people with
different affiliation.

  IMPORTANT: Every developer is responsible for pushing the fixes into 
all
appropriate branches. Note that we do not plan any merge
from this branch to master or vice versa.

  Please, help use to make stable and usable release. If you want to 
build
  something cool, unstable, and risky, use master.

Change-Id: Ic6ea0c96e74d6adab3293c86e45b6b12913e8f1c

___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Changes to 'libreoffice-5-1'

2015-11-25 Thread Robinson Tryon
New branch 'libreoffice-5-1' available with the following commits:
commit ee86f7cfdc8087c54c592080e50d03ff2c0c9a76
Author: Robinson Tryon 
Date:   Wed Nov 25 06:23:46 2015 -0500

  Branch libreoffice-5-1

  This is 'libreoffice-5-1' - the stable branch for the 5.1.x
  releases.  The commit rules are different according to the
  development phase:

  A. 5.1.0 beta phase:

 A. any bug fixes are allowed without review
 B. late features need approval by 3 people with
different affiliation

  B. 5.1.0 rc phase and later:

 A. fixes need approval by one reviewer
 B. late features need approval by 3 more people with
different affiliation.

  IMPORTANT: Every developer is responsible for pushing the fixes into 
all
appropriate branches. Note that we do not plan any merge
from this branch to master or vice versa.

  Please, help use to make stable and usable release. If you want to 
build
  something cool, unstable, and risky, use master.

Change-Id: Ie90a661dab1a43c0bc7b38114c24ebfa96002a16

___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: Changes to 'libreoffice-5-1'

2015-11-25 Thread Robinson Tryon
New branch 'libreoffice-5-1' available with the following commits:
commit e830d3c1fad770a5df7c5ae4d2b497ef055c6611
Author: Robinson Tryon 
Date:   Wed Nov 25 06:23:44 2015 -0500

  Branch libreoffice-5-1

  This is 'libreoffice-5-1' - the stable branch for the 5.1.x
  releases.  The commit rules are different according to the
  development phase:

  A. 5.1.0 beta phase:

 A. any bug fixes are allowed without review
 B. late features need approval by 3 people with
different affiliation

  B. 5.1.0 rc phase and later:

 A. fixes need approval by one reviewer
 B. late features need approval by 3 more people with
different affiliation.

  IMPORTANT: Every developer is responsible for pushing the fixes into 
all
appropriate branches. Note that we do not plan any merge
from this branch to master or vice versa.

  Please, help use to make stable and usable release. If you want to 
build
  something cool, unstable, and risky, use master.

Change-Id: Ic726302a6170fdcf4ca2528e22ee4d39577f5860

___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: extras/source

2015-11-24 Thread Robinson Tryon
 extras/source/autocorr/lang/bg/DocumentList.xml|2 
 extras/source/autocorr/lang/ca/DocumentList.xml|5 
 extras/source/autocorr/lang/cs/DocumentList.xml|2 
 extras/source/autocorr/lang/da/DocumentList.xml|2 
 extras/source/autocorr/lang/en-AU/DocumentList.xml |2 
 extras/source/autocorr/lang/en-US/DocumentList.xml |2 
 extras/source/autocorr/lang/en-ZA/DocumentList.xml |2 
 extras/source/autocorr/lang/es/DocumentList.xml|2 
 extras/source/autocorr/lang/fa/DocumentList.xml|2 
 extras/source/autocorr/lang/fi/DocumentList.xml|2 
 extras/source/autocorr/lang/fr/DocumentList.xml|2 
 extras/source/autocorr/lang/hr/DocumentList.xml|2 
 extras/source/autocorr/lang/hu/DocumentList.xml|2 
 extras/source/autocorr/lang/is/DocumentList.xml|2 
 extras/source/autocorr/lang/it/DocumentList.xml|2 
 extras/source/autocorr/lang/ja/DocumentList.xml|2 
 extras/source/autocorr/lang/ko/DocumentList.xml|2 
 extras/source/autocorr/lang/lt/DocumentList.xml|2 
 extras/source/autocorr/lang/mn/DocumentList.xml|2 
 extras/source/autocorr/lang/nl/DocumentList.xml|2 
 extras/source/autocorr/lang/pl/DocumentList.xml|2 
 extras/source/autocorr/lang/pt-BR/DocumentList.xml |2 
 extras/source/autocorr/lang/pt/DocumentList.xml|2 
 extras/source/autocorr/lang/ro/DocumentList.xml|2 
 extras/source/autocorr/lang/ru/DocumentList.xml|2 
 extras/source/autocorr/lang/sk/DocumentList.xml|2 
 extras/source/autocorr/lang/sl/DocumentList.xml|   26 +--
 extras/source/autocorr/lang/sv/DocumentList.xml|8 -
 extras/source/autocorr/lang/tr/DocumentList.xml|2 
 extras/source/autocorr/lang/vi/DocumentList.xml|2 
 extras/source/autocorr/lang/zh-CN/DocumentList.xml |  159 -
 extras/source/autocorr/lang/zh-TW/DocumentList.xml |2 
 32 files changed, 206 insertions(+), 48 deletions(-)

New commits:
commit b630ec5ff0b8eb358ade2d8a55293940679f7cdf
Author: Robinson Tryon 
Date:   Wed Nov 25 02:40:53 2015 -0500

update emoji autocorrect files from po-files

Change-Id: I1c58da68525ccfe8726a07e40dd8c7db89616580

diff --git a/extras/source/autocorr/lang/bg/DocumentList.xml 
b/extras/source/autocorr/lang/bg/DocumentList.xml
index 4f23539..37c30f6 100644
--- a/extras/source/autocorr/lang/bg/DocumentList.xml
+++ b/extras/source/autocorr/lang/bg/DocumentList.xml
@@ -97,10 +97,10 @@
   
   
   
+  
   
   
   
-  
   
   
   
diff --git a/extras/source/autocorr/lang/ca/DocumentList.xml 
b/extras/source/autocorr/lang/ca/DocumentList.xml
index cba1a8e..a301d1e 100644
--- a/extras/source/autocorr/lang/ca/DocumentList.xml
+++ b/extras/source/autocorr/lang/ca/DocumentList.xml
@@ -358,6 +358,7 @@
   
   
   
+  
   
   
   
@@ -515,10 +516,10 @@
   
   
   
+  
   
   
   
-  
   
   
   
@@ -597,7 +598,7 @@
   
   
   
-  
+  
   
   
   
diff --git a/extras/source/autocorr/lang/cs/DocumentList.xml 
b/extras/source/autocorr/lang/cs/DocumentList.xml
index 05c5493..7d04405 100644
--- a/extras/source/autocorr/lang/cs/DocumentList.xml
+++ b/extras/source/autocorr/lang/cs/DocumentList.xml
@@ -707,7 +707,7 @@
   
   
   
-  
+  
   
   
   
diff --git a/extras/source/autocorr/lang/da/DocumentList.xml 
b/extras/source/autocorr/lang/da/DocumentList.xml
index 00c1eea..cb0998a 100644
--- a/extras/source/autocorr/lang/da/DocumentList.xml
+++ b/extras/source/autocorr/lang/da/DocumentList.xml
@@ -782,7 +782,7 @@
   
   
   
-  
+  
   
   
   
diff --git a/extras/source/autocorr/lang/en-AU/DocumentList.xml 
b/extras/source/autocorr/lang/en-AU/DocumentList.xml
index deb296c..f58f114 100644
--- a/extras/source/autocorr/lang/en-AU/DocumentList.xml
+++ b/extras/source/autocorr/lang/en-AU/DocumentList.xml
@@ -979,10 +979,10 @@
   
   
   
+  
   
   
   
-  
   
   
   
diff --git a/extras/source/autocorr/lang/en-US/DocumentList.xml 
b/extras/source/autocorr/lang/en-US/DocumentList.xml
index 4d14a6e..2c829be 100644
--- a/extras/source/autocorr/lang/en-US/DocumentList.xml
+++ b/extras/source/autocorr/lang/en-US/DocumentList.xml
@@ -984,10 +984,10 @@
   
   
   
+  
   
   
   
-  
   
   
   
diff --git a/extras/source/autocorr/lang/en-ZA/DocumentList.xml 
b/extras/source/autocorr/lang/en-ZA/DocumentList.xml
index 1f279eb..c40638e 100644
--- a/extras/source/autocorr/lang/en-ZA/DocumentList.xml
+++ b/extras/source/autocorr/lang/en-ZA/DocumentList.xml
@@ -827,9 +827,9 @@
   
   
   
+  
   
   
-  
   
   
 
diff --git a/extras/source/autocorr/lang/es/DocumentList.xml 
b/extras/source/autocorr/lang/es/DocumentList.xml
index ede331d..ad5075d 100644
--- a/extras/source/autocorr/lang/es/DocumentList.xml
+++ b/extras/source/autocorr/lang/es/DocumentList.xml
@@ -676,7 +676,7 @@
   
   
   
-  
+  
   
   
   
diff --git a/extras/source/autocorr/lang/fa/DocumentList.xml 
b/extras/source/autocorr/lang/fa/DocumentList.xml
index 50e9a51..190a99f 100644
--- a

[Libreoffice-commits] core.git: translations

2015-11-24 Thread Robinson Tryon
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit c99f75ca4535af54a23c375f843c8ece971f8589
Author: Robinson Tryon 
Date:   Tue Nov 24 05:47:40 2015 -0500

Updated core
Project: translations  9b7a6f9619c88ddee34c8cd1623eccdd7d4a4769

Update translations for master and force-fix errors using pocheck

Change-Id: Ia185c1d9ef3b66189ec6b1ab08795fa5f4aaca49

diff --git a/translations b/translations
index 2c02b59..9b7a6f9 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit 2c02b59bd90e8fb0f8ab7b2449bf885f7c41f6e7
+Subproject commit 9b7a6f9619c88ddee34c8cd1623eccdd7d4a4769
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dev-tools.git: scripts/esc-bug-stats.pl

2015-11-12 Thread Robinson Tryon
 scripts/esc-bug-stats.pl |3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit c0725394d6234afdc1bbf0dcb9c128407a5143c9
Author: Robinson Tryon 
Date:   Thu Nov 12 08:13:29 2015 -0600

esc-bug-stats: Add 5.1 release series to MAB stats

diff --git a/scripts/esc-bug-stats.pl b/scripts/esc-bug-stats.pl
index 094e316..4d84dd3 100755
--- a/scripts/esc-bug-stats.pl
+++ b/scripts/esc-bug-stats.pl
@@ -52,7 +52,8 @@ my %ver_total;
 build_overall_bugstats();
 
 my %rseries =
-( '5.0' => '5.0',
+( '5.1' => '5.1',
+  '5.0' => '5.0',
   '4.5' => '5.0', # urgh
   '4.4' => '4.4',
   '4.3' => '4.3',
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Bugzilla: Adding new Status for 'abandoned' bugs?

2015-11-09 Thread Robinson Tryon
Hi all,

As mentioned in the ESC call, it could be helpful to add a new
Bugzilla Status that encompasses bugs that have been abandoned/don't
have enough data.

=> What type of bugs would this cover?

* User isn't willing to share private document with anyone, and we
can't reproduce
* Bug sits in NEEDINFO status for 6+ months
* (other situations?)

=> Reasoning:

* We currently mark abandoned bugs as RESOLVED WORKSFORME, or RESOLVED
INVALID, but an additional Status value could help us be more precise
in indicating why a bug has been set aside.
* An additional Status would allow us to be more diplomatic with tough
users, and avoid the potential negatives of "INVALID" or "WORKS FOR
ME" on such bugs

=> Naming:

A couple of names for this status have been offered, however new
suggestions are certainly welcome. Here are a few suggestions or
status values that are currently in use on other bug trackers:
* ABANDONED
* INSUFFICIENT DATA (RedHat)
* EXPIRED (Launchpad)


Thoughts on adding a new Status?
Suggestions for what name we might use?
Please share your thoughts!


Thanks,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


QA Meeting Minutes - 2015-11-04

2015-11-09 Thread Robinson Tryon
Hi all,

Thanks to all for attending the QA Call last week! Minutes are here:
https://wiki.documentfoundation.org/QA/Meetings/2015/November_04

Our meeting this week will be at the regular time:
https://wiki.documentfoundation.org/QA/Meetings/2015/November_11

If you have any ACTION items to address, please take a look today or
tomorrow and see if you can make some progress by Wednesday. It's
always great to hear what y'all have been working on throughout the
past week!

Cheers,
--R

P.S. UNCONFIRMED bugs are up to 553!  Let's discuss how we can
chew-away at that number on Wednesday.

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


QA Meeting Minutes - 2015-10-28

2015-10-30 Thread Robinson Tryon
Hello all,

Thank you for another great QA Meeting! Minutes are here:
https://wiki.documentfoundation.org/QA/Meetings/2015/October_28

Our next meeting will be on November 4th:
https://wiki.documentfoundation.org/QA/Meetings/2015/November_04

Our BugHunting Session for 5.1 is in full swing -- join in the fun on
the #libreoffice-qa channel :-)

Cheers,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: QA Meeting Minutes - 2015-10-21

2015-10-27 Thread Robinson Tryon
On Tue, Oct 27, 2015 at 9:30 AM, Sophie  wrote:
> Hi Robinson,
> Le 24/10/2015 09:37, Robinson Tryon a écrit :
>> Hi all,
>>
>> Thanks for the great QA Meeting on Wednesday!
>>
>> Minutes are here:
>> https://wiki.documentfoundation.org/QA/Meetings/2015/October_21
>>
>> Our next meeting will be on the 28th, just a couple of days before the
>> BugHunting Session for LibreOffice 5.1. We'll go over any last-minute
>> updates for the weekend at that point:
>> https://wiki.documentfoundation.org/QA/Meetings/2015/October_28
>
> I just saw in the log that the meeting was on 18:00 UTC, could you
> announce it next time, on the wiki it was still 13:00 UTC and I didn't
> read anything on the list about it. Thanks!

Hi Sophie,
Sorry for the kerfuffle last week. The meeting this week will be the
usual: Wednesday, 13:00 UTC, in #libreoffice-qa:
https://wiki.documentfoundation.org/QA/Meetings/2015/October_28

Thanks,
--R

> Cheers
> Sophie
>
> --
> Sophie Gautier sophie.gaut...@documentfoundation.org
> GSM: +33683901545
> IRC: sophi
> Co-founder - Release coordinator
> The Document Foundation
> ___
> LibreOffice mailing list
> LibreOffice@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/libreoffice



-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


QA Meeting Minutes - 2015-10-21

2015-10-24 Thread Robinson Tryon
Hi all,

Thanks for the great QA Meeting on Wednesday!

Minutes are here:
https://wiki.documentfoundation.org/QA/Meetings/2015/October_21

Our next meeting will be on the 28th, just a couple of days before the
BugHunting Session for LibreOffice 5.1. We'll go over any last-minute
updates for the weekend at that point:
https://wiki.documentfoundation.org/QA/Meetings/2015/October_28

Thanks,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: fatal error in git pull for the master

2015-10-18 Thread Robinson Tryon
On Sun, Oct 18, 2015 at 10:59 PM, Jean-Baptiste Faure
 wrote:
> Hi,
>
> I get a fatal error when updating my local repository for the master.
> The problem comes from the commit updated core / translations :
>
> https://gerrit.libreoffice.org/gitweb?p=core.git;a=commitdiff;h=b26018b762b7d5659ffab98ffb05c7a74dc94910
>
> The error message (translated in English from French) is:
> fatal: the reference is not a tree :
> ca20aa8ceb614b394803763754df27fb3b44c0de
> Unable to extract 'ca20aa8ceb614b394803763754df27fb3b44c0de' in the path
> of the submodule 'translations'.
>
> Is the problem in my local repository or is there un problem with the
> translations updating?

Hiya,
There seemed to be some issues with pushing commits to gerrit earlier.
I'm still getting java.lang errors when I push, but ca20aa8c should be
there now (according to gerrit's web interface).

Best,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] translations.git: Changes to 'refs/tags/libreoffice-5.1.0.0.alpha1'

2015-10-18 Thread Robinson Tryon
Tag 'libreoffice-5.1.0.0.alpha1' created by Robinson Tryon 
 at 2015-10-18 19:01 -0700

Tag libreoffice-5.1.0.0.alpha1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJWI95cAAoJEPQ0oe+v7q6jVtMQAItctB1T635YlBnj0ktpQqxm
+vEUO7sgJGvQGA/TXtS7fKUR1muIz45lHZo/vc1ES711///XQtyv4LtE5bt/RAgI
ZVRW5+ZXzMhPd14ITkx3/aQEswhJI3kIZDOU+pmP1hXRiOqNQBJha59oZw5oZP0s
3v5Ulj4llWMMO5hFFtXCtfQHISqlzK5ayaKvr++O2KcwtmuRA+9M7clRVb1SFEx+
S5ta9Ej2/hN0uYQcjwIGBv2qTkveyectv7WGv6I3Cj4C9bWwzpLYuqV5nbeQaVoP
SphP9hjChsp4TlYxMyRWgeIcQ/y0Vt2OdyWH4BhIlOIEov1A3K8RFr5i3CsvmOLq
6FAsD9C/KrAfzxA2UOBv+4fnY8VwZUAI8jzZoz+GVCyJcmV5G9OnpAAP86BtkZH2
iWKxvKTCeyk8Zo1otmbe6NW2zTrEoOWwVr0nQd/eHiF0h6wlhEPhjgUdUlbn3YMH
cfyjfPm1j23GfwLu1ew07QWsmkQDpCNdr76SOHejrJtXP4pxMwNvpB5KuLCEP5WL
4IJ2gXU08r1k/kkQ2tbQSnNxAGme3MZOuu7nu0W8cJY1TVWfYGbkJlKKkrNj3BO3
9JbeGe1KmzLqLXAomRY0JvC0azWOMfvePxf9gc5rl2AstPjjYUfWlNiIil+cmNO5
1AtKxSYE6bYYQUUBcqbV
=Tv7F
-END PGP SIGNATURE-

Changes since libreoffice-5-0-branch-point-5:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: 2 commits - i18npool/source translations

2015-10-18 Thread Robinson Tryon
 i18npool/source/localedata/saxparser.cxx |2 +-
 translations |2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 51df957e1a40d2f3511345c1600c05dd35f34b6b
Author: Robinson Tryon 
Date:   Sun Oct 18 12:57:18 2015 -0500

Updated core
Project: translations  b29df8cb3000f603cfedccd11de4ae5ad1373eed

Version 5.1.0.0.alpha1, tag libreoffice-5.1.0.0.alpha1

Change-Id: I8a0c7795be5dfb714c46110d4aa868876b443bab

diff --git a/translations b/translations
index ca20aa8..b29df8c 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit ca20aa8ceb614b394803763754df27fb3b44c0de
+Subproject commit b29df8cb3000f603cfedccd11de4ae5ad1373eed
commit 9922dc2724f8ea17de0d5e091410595bcb683a5d
Author: Takeshi Abe 
Date:   Fri Oct 16 16:01:04 2015 +0900

Fix typo

Change-Id: I88ffb084c9d0f6119543757dcd633dd1b30c760e

diff --git a/i18npool/source/localedata/saxparser.cxx 
b/i18npool/source/localedata/saxparser.cxx
index c842586..bde98f9 100644
--- a/i18npool/source/localedata/saxparser.cxx
+++ b/i18npool/source/localedata/saxparser.cxx
@@ -320,7 +320,7 @@ SAL_IMPLEMENT_MAIN_WITH_ARGS(argc, argv)
 {
 try {
 if( argc < 4) {
-printf( "usage : %s   \n", argv[0] );
+printf( "usage : %s   \n", argv[0] );
 exit( 1 );
 }
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Changes to 'refs/tags/libreoffice-5.1.0.0.alpha1'

2015-10-18 Thread Robinson Tryon
Tag 'libreoffice-5.1.0.0.alpha1' created by Robinson Tryon 
 at 2015-10-18 19:00 -0700

Tag libreoffice-5.1.0.0.alpha1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIbBAABAgAGBQJWI95HAAoJEPQ0oe+v7q6jH4cP+I5m7t/pittXB7XC+gr6q9k5
6gEWQB18yTEpGx+3B2cGrm0BOufbZBcl7BxORy0z5zGZ5chUcshoa5V6SLX1t+0z
KgkZsKzz6dQplXZEMCuyfCXwUKKchGwGfQBtusiLOZkOEZBA1pO8jCoWbIGoZZR1
LMbSzhiEGcFVjzKhpagkoMvpwM5TJts70DmjTIFH8XmT8hMFj+RHuhDaCNfao87v
kbDOGp9xBvqawWyH3pJmBLOpnWxklaLPJ8AJjMGnr34D1jg+XgZQaGi35CyqYy+z
WElDpakhEciyBVVkSzoTB4HEghKxvD+6q/lc4+WZ33VaNgNM1WiBxswP6Ptk2Pnt
XrlJg23+G9CNYE1+Q5zPDrgVGOB5XpZYTKg9SWdpl0dU+yYl7VglDOJFKqGXmtII
g0owc/3dHTFxQfc9VvZE0W2TVZPaHZn0LGkaY/KW9j6pbRDnhYUbZEdWXVD5inC/
sCcpfUXgSyV1qUtvIVKdDjLuNtSiQocUNm7FBL4FgN/mYvMHRGiMhxUYPyPFOrIw
KiBKioqxXBYYM6cNamHrMIV6sobrWYyxlYudhZyxF1gdmZaDHzPshczRotahOXAb
KjulkMCcDBFmdvcH6If4WpBN8C7tWAxxD4XAV6LA388ZKPPDs9qnZivvy0PqJwKO
ilHDKuFv/gdyWofLvVI=
=l+vF
-END PGP SIGNATURE-

Changes since libreoffice-5-0-branch-point-74:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/libreoffice-5.1.0.0.alpha1'

2015-10-18 Thread Robinson Tryon
Tag 'libreoffice-5.1.0.0.alpha1' created by Robinson Tryon 
 at 2015-10-18 23:08 -0700

Tag libreoffice-5.1.0.0.alpha1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJWJBhrAAoJEPQ0oe+v7q6jYaQP/ijgoGbYBOLk10urADortqxC
vjyH8LCKGyNy1b+P290+Ugm6TerCSk0WZukuDLo52UOEesj7qK5zr1/uSt7fR72R
Tj9hRVSdNLiTVNcmmktZ5kj/dshXMqZ/CH/ejHfUAeDgrpNJlbuJvsX+s9Zi4+9L
zJEkN8Ru6cE7ZhJLLe8TmzzVUlPn4SZ+1o/8/DvVngjv0PH/GJqjrUdg4factX5q
RvRvHJ9hGAMgtk4dP6a9bYzTuNT93c4HD/UILLFH7rKVCKJaOywCjvg90TrEXQuO
bf3g7qUtUwVPtJ0P5vDTt0z0R471cfyLUK1qXLLX08vWz/ZqhRyS+djtrRmBrkbK
JfHZk532xs22QyXNrR6AD+GEYUHJAqcPL80UdHhvXsfHCbvz9jZCSwy/VnlQUI/E
ufckhDUoo7WezL8eeH+ozK6IU9PyiYBiEI3CMjxMLRfo5Hcnp6etrBwCqICJp4+U
EWzmJRDXi3PRcJFjSNeutLUD7Xd1CqyJ7ITRurvGabkfoS6MpKFtHhIjC7as5dCQ
KF8Nh7gVckPlliQoxdat31t4m4VjnIQKjqICtSZGAVrbaiRXt9FZuiwoqB0pbU9S
LbHlqGeQDW/24zQRwZ1nYxhn7HahajGnywaXlAHDBx4mp0iSye+v12pNdIOEyADr
kBAUL4pp17Hp6hVVdW6R
=bjHy
-END PGP SIGNATURE-

Changes since libreoffice-5-0-branch-point-13:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Changes to 'refs/tags/libreoffice-5.1.0.0.alpha1'

2015-10-18 Thread Robinson Tryon
Tag 'libreoffice-5.1.0.0.alpha1' created by Robinson Tryon 
 at 2015-10-18 19:01 -0700

Tag libreoffice-5.1.0.0.alpha1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJWI95cAAoJEPQ0oe+v7q6jaocP/2JWMGvOaz7Hm/0tymG1BUWc
XI+garlRcGDsY/hjGarpGYTxnB65YEjXbIuCURII9kZ0vQxIXVK5/ekE4jjAUIIk
0QPtca8M5rdEULbsoBkVSs/OU3fGqDgqVmaHGFNbN031RQsGKj5Edp8ZrnbU/wT2
icmzd6GMteeq3oJlLzIwbwcdl64GSxPabDarkuvUzogQiDv2p/k71X4ZbvHaU5xb
VKp5fgWaIkUCXIHY+z1hPINpqu7ccaqprooTwPIO0a/YA/B9KZptfRQrwON83jPS
nA+lzACe4S3lIk7Mv+ig6WD/i/ImpC9cpweMtN+Ek02EV7puOoAKUWyGer2V10oW
piO8rwMeUrxZzngChWZrIx/xeruvofYXV90Kx/MuFVSwvz1IIZpS8nIy7qlXxwob
C1AA8rYSmUbpNo2ijyLPbEtYuwbExU/wq7y7uwIV2FplaSxOJS6L24cX7sWAdlyQ
HnUXEcvhWMXkXblRrPqGaWuDLRWUY2jEaAJJMrMoqBbJ12YnB6Axo2LqL5j6Ru79
JsNo8LHLuiWwfnVRH4+vBgW9cPD9wCPrInhLkwdq8Ce+aE1mbNnvfhISTz30jMJs
GjLKB0M0zOhBTLY0BmU0jA1McvxwlmJEFW6xNo1of4qnGJKSMVczPIB6hWnONKrI
1XvVDwLF06hdBYgkk7Hk
=Q4vm
-END PGP SIGNATURE-

Changes since libreoffice-5-0-branch-point-7388:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: extras/source

2015-10-18 Thread Robinson Tryon
 extras/source/autocorr/lang/cs/DocumentList.xml|   12 
 extras/source/autocorr/lang/en-US/DocumentList.xml |2 
 extras/source/autocorr/lang/es/DocumentList.xml|   80 +
 extras/source/autocorr/lang/hr/DocumentList.xml|   17 
 extras/source/autocorr/lang/is/DocumentList.xml| 1099 +
 extras/source/autocorr/lang/ja/DocumentList.xml|2 
 extras/source/autocorr/lang/pt-BR/DocumentList.xml |   28 
 extras/source/autocorr/lang/ru/DocumentList.xml|   94 +
 extras/source/autocorr/lang/sv/DocumentList.xml|  115 ++
 9 files changed, 1417 insertions(+), 32 deletions(-)

New commits:
commit 6c6463124d9a7fcf1abe3f02067eb5205d7fcd3c
Author: Robinson Tryon 
Date:   Sun Oct 18 02:07:01 2015 -0500

update emoji autocorrect files from po-files

Change-Id: I94e04257d2157efa2a01144e42098067bc13a288

diff --git a/extras/source/autocorr/lang/cs/DocumentList.xml 
b/extras/source/autocorr/lang/cs/DocumentList.xml
index f7b217e..dae5f42 100644
--- a/extras/source/autocorr/lang/cs/DocumentList.xml
+++ b/extras/source/autocorr/lang/cs/DocumentList.xml
@@ -957,6 +957,7 @@
   
   
   
+  
   
   
   
@@ -1102,6 +1103,7 @@
   
   
   
+  
   
   
   
@@ -1306,6 +1308,7 @@
   
   
   
+  
   
   
   
@@ -1499,7 +1502,7 @@
   
   
   
-  
+  
   
   
   
@@ -1518,6 +1521,7 @@
   
   
   
+  
   
   
   
@@ -1582,7 +1586,8 @@
   
   
   
-  
+  
+  
   
   
   
@@ -1682,6 +1687,7 @@
   
   
   
+  
   
   
   
@@ -1709,7 +1715,7 @@
   
   
   
-  
+  
   
   
   
diff --git a/extras/source/autocorr/lang/en-US/DocumentList.xml 
b/extras/source/autocorr/lang/en-US/DocumentList.xml
index da50017..4d14a6e 100644
--- a/extras/source/autocorr/lang/en-US/DocumentList.xml
+++ b/extras/source/autocorr/lang/en-US/DocumentList.xml
@@ -987,7 +987,7 @@
   
   
   
-  
+  
   
   
   
diff --git a/extras/source/autocorr/lang/es/DocumentList.xml 
b/extras/source/autocorr/lang/es/DocumentList.xml
index 0bda9ec..20541cc 100644
--- a/extras/source/autocorr/lang/es/DocumentList.xml
+++ b/extras/source/autocorr/lang/es/DocumentList.xml
@@ -501,8 +501,6 @@
   
   
   
-  
-  
   
   
   
@@ -588,6 +586,7 @@
   
   
   
+  
   
   
   
@@ -632,6 +631,7 @@
   
   
   
+  
   
   
   
@@ -644,6 +644,9 @@
   
   
   
+  
+  
+  
   
   
   
@@ -673,10 +676,10 @@
   
   
   
+  
   
   
   
-  
   
   
   
@@ -741,7 +744,11 @@
   
   
   
+  
   
+  
+  
+  
   
   
   
@@ -763,7 +770,7 @@
   
   
   
-  
+  
   
   
   
@@ -810,6 +817,7 @@
   
   
   
+  
   
   
   
@@ -862,10 +870,13 @@
   
   
   
+  
+  
   
   
   
   
+  
   
   
   
@@ -886,6 +897,7 @@
   
   
   
+  
   
   
   
@@ -901,10 +913,10 @@
   
   
   
+  
   
   
   
-  
   
   
   
@@ -929,6 +941,7 @@
   
   
   
+  
   
   
   
@@ -939,15 +952,19 @@
   
   
   
+  
+  
   
   
   
   
+  
   
   
   
   
   
+  
   
   
   
@@ -965,8 +982,11 @@
   
   
   
+  
+  
   
   
+  
   
   
   
@@ -977,7 +997,12 @@
   
   
   
+  
+  
+  
+  
   
+  
   
   
   
@@ -991,7 +1016,11 @@
   
   
   
+  
+  
+  
   
+  
   
   
   
@@ -1084,6 +1113,8 @@
   
   
   
+  
+  
   
   
   
@@ -1096,7 +1127,7 @@
   
   
   
-  
+  
   
   
   
@@ -1126,6 +1157,7 @@
   
   
   
+  
   
   
   
@@ -1182,6 +1214,8 @@
   
   
   
+  
+  
   
   
   
@@ -1191,7 +1225,7 @@
   
   
   
-  
+  
   
   
   
@@ -1202,6 +1236,7 @@
   
   
   
+  
   
   
   
@@ -1272,6 +1307,7 @@
   
   
   
+  
   
   
   
@@ -1281,6 +1317,7 @@
   
   
   
+  
   
   
   
@@ -1301,6 +1338,7 @@
   
   
   
+  
   
   
   
@@ -1317,12 +1355,20 @@
   
   
   
+  
   
   
+  
   
-  
+  
+  
+  
+  
+  
+  
   
   
+  
   
   
   
@@ -1363,9 +1409,12 @@
   
   
   
+  
   
   
   
+  
+  
   
   
   
@@ -1409,6 +1458,8 @@
   
   
   
+  
+  
   
   
   
@@ -1418,15 +1469,19 @@
   
   
   
+  
   
   
   
+  
   
   
   
   
+  
   
   
+  
   
   
   
@@ -1446,11 +1501,13 @@
   
   
   
-  
+  
   
   
-  
+  
+  
   
+  
   
   
   
@@ -1459,6 +1516,7 @@
   
   
   
+  
   
   
   
@@ -1471,6 +1529,7 @@
   
   
   
+  
   
   
   
@@ -1519,6 +1578,7 @@
   
   
   
+  
   
   
   
diff --git a/extras/source/autocorr/lang/hr/DocumentList.xml 
b/extras/source/autocorr/lang/hr/DocumentList.xml
index 1f6fcb0..75c8455 100644
--- a/extras/source/autocorr/lang/hr/DocumentList.xml
+++ b/extras/source/autocorr/lang/hr/DocumentList.xml
@@ -708,6 +708,10 @@
   
   
   
+  
+  
+  
+  
   
   
   
@@ -972,16 +976,18 @@
   
   
   
-  
+  
+  
   
   
   
-  
+  
   
   
   
   
   
+  
   
   
   
@@ -1217,8 +1223,9 @@
   
   
   
+  
   
-  
+  
   
   
   
@@ -1249,6 +1256,7 @@
   
   
   
+  
   
   
   
@@ -1353,7 +1361,8 @@
   
   
   
-  
+  
+  
   
   
   
diff --git a/extras/source/autocorr/lang/is/DocumentList.xml 
b/extras/source/autocorr/lang/is/DocumentList.xml
index d416d5a..06186aa 100644
--- a/extras/source/autocorr/lang/is/DocumentList.xml
+++ b/extras/source/autocorr/lang/is/DocumentList.xml
@@ -1,14 +1,141 @@
 
 http://openoffice.org/2001/block-list

[Libreoffice-commits] core.git: translations

2015-10-17 Thread Robinson Tryon
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b26018b762b7d5659ffab98ffb05c7a74dc94910
Author: Robinson Tryon 
Date:   Sat Oct 17 20:45:45 2015 -0500

Updated core
Project: translations  ca20aa8ceb614b394803763754df27fb3b44c0de

Update translations for master and force-fix errors using pocheck

Change-Id: I631ca49b2d16304d2a238e92bf96c5e38c6cc77d

diff --git a/translations b/translations
index af8538d..ca20aa8 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit af8538d62d29b7a3a70a812d222cc419a1cc57bf
+Subproject commit ca20aa8ceb614b394803763754df27fb3b44c0de
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Most Annoying Bugs: Wiki docs updated

2015-10-16 Thread Robinson Tryon
Hi all,

The MAB docs on the wiki have been updated to reflect the new
Priority-based system for categorizing bugs:
https://wiki.documentfoundation.org/QA/Most_Annoying_Bugs

The old MAB tracker bugs (mab4.3, mab4.4, etc.) will remain in
Bugzilla for historical reference, but should be ignored for current
work. Please make sure that any tooling or documentation that
references the MABs is up to date and references only the new system.

If you run across any additional documentation or software that has
not yet been updated, please let me know so that we can fix it.

Thanks,
--R


-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice-qa] Bibisecting: Over 1000 bibisects served!

2015-10-16 Thread Robinson Tryon
On Fri, Oct 16, 2015 at 5:12 PM, Joel Madero  wrote:
> Great news. Do we have any stats on the % of those that are now resolved?
>

Sure thing: 62% of the bugs currently bibisected are RESOLVED or CLOSED.

(CLOSED bugs make up less than 1% of the total -- we don't seem to
bother taking that last step with many of our bugs... ;-)

--R

> On Fri, Oct 16, 2015 at 2:40 PM, Robinson Tryon 
> wrote:
>>
>> Hi all,
>>
>> A big thanks to everyone who's been helping us out with bibisection of
>> regressions, and a hearty congratulations to Terrence Enger for being
>> the lucky one to perform the 1000th one (and the 1001st one, too)!
>>
>> More here:
>>
>> https://colonelqubit.wordpress.com/2015/10/15/libreoffice-qa-over-1000-bibisects-served/
>>
>> Best,
>> --R
>>
>> --
>> Robinson Tryon
>> QA Engineer - The Document Foundation
>> LibreOffice Community Outreach Herald
>> qu...@libreoffice.org
>> 802-379-9482 | IRC: colonelqubit on Freenode
>> ___
>> List Name: Libreoffice-qa mailing list
>> Mail address: libreoffice...@lists.freedesktop.org
>> Change settings:
>> http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
>> Problems?
>> http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
>> Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
>> List archive: http://lists.freedesktop.org/archives/libreoffice-qa/
>
>
>
>
> --
> Joel Madero
> LibreOffice QA Volunteer
> jmadero@gmail.com
>



-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Bibisecting: Over 1000 bibisects served!

2015-10-16 Thread Robinson Tryon
Hi all,

A big thanks to everyone who's been helping us out with bibisection of
regressions, and a hearty congratulations to Terrence Enger for being
the lucky one to perform the 1000th one (and the 1001st one, too)!

More here:
https://colonelqubit.wordpress.com/2015/10/15/libreoffice-qa-over-1000-bibisects-served/

Best,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Bugzilla: Further restrictions on Severity field

2015-10-07 Thread Robinson Tryon
Hi all,

As I mentioned at the QA Meeting today, we've implemented further
restrictions on access to the Severity field. For users to raise the
Severity above 'normal', they will have to be a member of the
'Contributors' group.

To ensure that new contributors don't have to wait for a Bugzilla
Administrator to show up in IRC, we have 'blessed' several other QA
Team members, giving them the ability to add new users to the
Contributors group. If a newcomers wishes to join the QA Team and help
us properly triage incoming bugs, please ask in the #libreoffice-qa
channel, and it's very likely that one of our delegates will be
available.

QA Team:
After a new user is added to the 'Contributors' group, please help
answer any questions they have, and encourage them to read through all
our documentation about triaging and testing.

Thanks,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


QA Meeting Minutes - 2015-10-07

2015-10-07 Thread Robinson Tryon
Hi all,

Thanks for the great QA Meeting today!  For those who couldn't make
it, please see the minutes and ACTION items here:
https://wiki.documentfoundation.org/QA/Meetings/2015/October_07

At our meeting next week, we'll continue to talk about recruitment,
UNCONFIRMED bugs, the upcoming 5.1 release, and what's left of the
legacy MAB structure:
https://wiki.documentfoundation.org/QA/Meetings/2015/October_14

It was great to hear praise for our QA Teammates this week, so be sure
to bring your questions, suggestions, general gripes, and (of course)
praise along next week, and we'll work through as many items as we
can!

Best,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice-qa] New Whiteboard tags created for text layout bugs: text:rtl, text:cjk, text:ctl

2015-10-05 Thread Robinson Tryon
On Sun, Sep 27, 2015 at 4:41 AM, Aleksandr P  wrote:
> Hello, Robinson.
>
> 1. From Wiki:
>> The default text layout is Left-to-Right, so we don't both using a 
>> "text:rtl" tag, as that would be silly.
>
> Could you explain the sentence more clearly?   Is it mean not to use
> both text:rtl and text:ctl?

Good catch: looks like that sentence got mangled, but I've now fixed
it. The intended point was that we don't need to label any
Left-to-Right text layout, as it's the default.

> 2. Should we use any of the tags for problems with top-to-bottom text
> in complex objects, for example, charts?

Hmm, that's a good question. I'm not sure if that text layout uses a
different mechanism, so I'm cc'ing Lior and Matthew Francis to see if
either one has some insight.

> 3. What tag should be used for such bugs as
> https://bugs.documentfoundation.org/show_bug.cgi?id=65266 which is
> mark as CJK in summary, but the text is not top to bottom?

Another good question for the above pair. My understanding is that
top-to-bottom and cjk are often used interchangeably in text layout,
but there may be more nuance to the situation..

Cheers,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] dev-tools.git: scripts/esc-bug-stats.pl

2015-10-01 Thread Robinson Tryon
 scripts/esc-bug-stats.pl |   37 ++---
 1 file changed, 18 insertions(+), 19 deletions(-)

New commits:
commit 2f859f9921c1befbbf12dd1b472663d13c9ae084
Author: Robinson Tryon 
Date:   Thu Sep 17 08:58:16 2015 -0500

esc-bug-stats: Update MAB queries to use Priority:highest

We've replaced MAB trackers with Priority:highest, so we need to
update our stats queries to use the new mechanisms. The distribution
of bugs might shift by release series, but the overall numbers should
remain the same.

diff --git a/scripts/esc-bug-stats.pl b/scripts/esc-bug-stats.pl
index 4c0241f..b926cb6 100755
--- a/scripts/esc-bug-stats.pl
+++ b/scripts/esc-bug-stats.pl
@@ -46,31 +46,30 @@ sub print_component_counts($$$)
 printf STDERR "\n";
 }
 
-my %bug_to_ver = (
-'5.0' => '86696',
-'4.4' => '79641',
-'4.3' => '75025',
-'4.2' => '65675',
-'4.1' => '60270',
-'4.0' => '54157',
-'3.6' => '6',
-);
-
 my %ver_open;
 my %ver_total;
 
 build_overall_bugstats();
 
-print STDERR "Querying for open MABs:\n";
-for my $ver (reverse sort keys %bug_to_ver) {
-my $bug = $bug_to_ver{$ver};
-my $base_url = "https://$Bugzilla::bugserver/showdependencytree.cgi?id="; . 
$bug;
-my $all = Bugzilla::get_deps($base_url);
-my $open = Bugzilla::get_deps($base_url . "&hide_resolved=1");
+my @rseries = ('5.0', '4.5',
+   '4.4', '4.3', '4.2', '4.1', '4.0',
+   '3.6', '3.5', '3.4', '3.3',
+   'Inherited from OOo',
+   'PreBibisect',
+   'unspecified',
+);
+
+print STDERR "Querying for open, highest-Priority bugs (aka \"MABs\"):\n";
+for my $rs (@rseries) {
+my $highest = 
"https://$Bugzilla::bugserver/buglist.cgi?f1=version&o1=regexp&priority=highest&product=LibreOffice&v1=^";
 . $rs . ".*";
+
+my $all = Bugzilla::get_query($highest);
+my $open = Bugzilla::get_query($highest . "&resolution=---");
+
 my $percent = sprintf("%2d", (($open * 100.0) / $all));
-print STDERR "$ver: $open/$all - $percent%\n";
-$ver_open{$ver} = $open;
-$ver_total{$ver} = $all;
+print STDERR "$rs: $open/$all - $percent%\n";
+$ver_open{$rs} = $open;
+$ver_total{$rs} = $all;
 }
 
 my ($reg_all, $reg_open, $reg_high);
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


New Whiteboard tags created for text layout bugs: text:rtl, text:cjk, text:ctl

2015-09-25 Thread Robinson Tryon
Hi all,

After some discussion during the conference and at the hackfest
yesterday, we identified new Whiteboard tags to be used to categorize
bugs related to text layout.

Details available here, including links to all bugs using the tags:
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Whiteboard/Advanced#text:xxx


Cheers,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


QA Activities @ Aarhus Hackfest tonight

2015-09-24 Thread Robinson Tryon
Hi all,

I'm looking forward to working on a variety of QA tasks at the
hackfest tonight! Our very own Matthew Francis has a talk this evening
about Bibisecting, and I encourage all of you who are interested in QA
to join me at his talk, after which we can head over to the hackfest
venue together.

A big thanks to everyone who has suggested QA tasks for tonight. We've
got a great list of ideas here:
https://wiki.documentfoundation.org/Hackfest/Aarhus2015/QA

It's not too late to add suggestions -- just do so asap! :-)

Cheers,
--R

P.S. UNCONFIRMED bugs is down to 470. It's great to see the numbers
dropping so much during the Conference week!

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


QA Meeting Minutes - 2015-09-16

2015-09-21 Thread Robinson Tryon
Hi all,

We had a great QA Meeting this past Wednesday and got some good input
about which types of bugs QA should investigate at the Hackfest. I'm
still interested in hearing your suggestions about particular
categories of bugs that deserve our attention, so please send those in
to me or list them here:
https://wiki.documentfoundation.org/Hackfest/Aarhus2015/QA

Minutes:
https://wiki.documentfoundation.org/QA/Meetings/2015/September_16

Our next meeting will be the Wednesday after the conference. I'm sure
we'll have a bunch to talk about!
https://wiki.documentfoundation.org/QA/Meetings/2015/September_30

Thanks,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [ANN] Bugzilla upgraded to 4.4.10

2015-09-19 Thread Robinson Tryon
> On Sat, Sep 19, 2015 at 09:30:55AM -0700, julien2412 wrote:
>> I'm not sure and, perhaps it's not related, but it seems docx attachments
>> have mimetype "application/zip" instead of
>> "application/vnd.openxmlformats-officedocument.wordprocessingml.document"
>> (eg: https://bugs.documentfoundation.org/show_bug.cgi?id=94359). Even if
>> confirmed, not a blocker of course ! :-)

Because OOXML and ODF both use ZIP as a container for a bunch of XML,
I wonder if the type-detecting mechanisms aren't sufficiently nuanced
to detect and differentiate between ZIP and ZIP+(DOCX guts).

Here's a quick test using the 'file' command (v5.14)

qubit@loopbackoffice:~/libreoffice/bugs$ find -type f -print0 | xargs -0 file
./90736/TableCellBorderLineStyle.pptx: Microsoft
PowerPoint 2007+
./93865/fubar.odt: OpenDocument Text
./93853/checkbox bug_pdf-test-export.pdf:  PDF document, version 1.4
./93853/.~lock.checkbox bug.odt#:  ASCII text,
with no line terminators
./93853/checkbox bug.odt:  OpenDocument Text
./93356/testsort.ods:  OpenDocument Spreadsheet
./92703/Character.Controls.rtf:Rich Text
Format data, version 1, ANSI
./91293/impress-file-saved-as-pptx.pptx:   Zip archive
data, at least v2.0 to extract
./91293/.~lock.impress-file-saved-as-pptx_try-2.pptx#: ASCII text,
with no line terminators
./91293/impress-file-saved-as-pptx_try-2.pptx: Zip archive
data, at least v2.0 to extract
./93868/Lecture 1 African Historical Background.pptx:  Microsoft
PowerPoint 2007+
./93851/Untitled 1.ods:OpenDocument Spreadsheet

Looks like ODF files are recognized quite well on this system, but
it's struggling with OOXML. Is there a correlation between authoring
software and recognition?

On Sat, Sep 19, 2015 at 1:27 PM, David Tardon  wrote:
> That's nothing new. The attachment format auto-detection has never really
> worked.

We did have much worse file-type detection when we were hosted at FDO,
but I believe that things have gotten significantly better.

David: Is there something we could do to help upstream utilities more
easily recognize OOXML files?  (both files that LibreOffice creates,
as well as ones from other sources)


Thanks,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[Libreoffice-commits] dictionaries.git: Branch 'distro/collabora/lov-5.0' - 2 commits - cs_CZ/description.xml cs_CZ/dictionaries.xcu cs_CZ/README_cs.txt cs_CZ/README_en.txt cs_CZ/th_cs_CZ_v3.dat Dicti

2015-09-19 Thread Robinson Tryon
 Dictionary_cs.mk   |4 
 cs_CZ/README_cs.txt|   10 
 cs_CZ/README_en.txt|   10 
 cs_CZ/description.xml  |4 
 cs_CZ/dictionaries.xcu |   11 
 cs_CZ/th_cs_CZ_v3.dat  |62748 -
 6 files changed, 2 insertions(+), 62785 deletions(-)

New commits:
commit 2fc00b684de2ccd851a90e85538e995efe6a6965
Author: Robinson Tryon 
Date:   Thu Sep 3 12:32:45 2015 -0500

   Branch libreoffice-5-0-2

   This is 'libreoffice-5-0-2' - the stable branch for the 5.0.2 release.
   Only very safe changes, reviewed by three people are allowed.

   If you want to commit more complicated fix for the next 5.0.x release,
   please use the 'libreoffice-5-0' branch.

   If you want to build something cool, unstable, and risky, use master.

Change-Id: Ia44e4744de5ae0d67a5c659efbb8a09832c22bf8
commit 71f54e95a0b443c673f924c71e23d04b540cc441
Author: Christian Lohmaier 
Date:   Tue Sep 1 09:48:07 2015 +0200

tdf#93514 remove Czech thesaurus

Change-Id: I40ebd1ca223fe7950ed3280c43a51a3dfbd0070e
(cherry picked from commit 03a4a7b13f28c2c8df08cf6d5049fde97d6b4244)

diff --git a/Dictionary_cs.mk b/Dictionary_cs.mk
index cc6f4fd..d1c7844 100644
--- a/Dictionary_cs.mk
+++ b/Dictionary_cs.mk
@@ -17,8 +17,4 @@ $(eval $(call gb_Dictionary_add_root_files,dict-cs,\
dictionaries/cs_CZ/README_en.txt \
 ))
 
-$(eval $(call gb_Dictionary_add_thesauri,dict-cs,\
-   dictionaries/cs_CZ/th_cs_CZ_v3.dat \
-))
-
 # vim: set noet sw=4 ts=4:
diff --git a/cs_CZ/README_cs.txt b/cs_CZ/README_cs.txt
index 473f494..ad6e117 100644
--- a/cs_CZ/README_cs.txt
+++ b/cs_CZ/README_cs.txt
@@ -12,16 +12,6 @@ Jsou v nem provedeny drobne zmeny nutne pro kompatibilitu s 
OpenOffice.org.
 Slovnik je licencovan pod GNU/GPL licenci, ktera je prilozena nize.
 
 
-Slovník synonym

-
-Copyright (c) 1994,2008 Karel Pala, Jan Všianský
-p...@fi.muni.cz
-
-Slovník můžete volně využívat v kancelářském balíku OpenOffice.org 
(a odvozených).
-Nesmíte jej upravovat nebo využívat pro komerční účely bez souhlasu 
autora.
-
-
 Slovník pro dělení slov
 ---
 
diff --git a/cs_CZ/README_en.txt b/cs_CZ/README_en.txt
index 9cc5e7c..99c02fd 100644
--- a/cs_CZ/README_en.txt
+++ b/cs_CZ/README_en.txt
@@ -8,16 +8,6 @@ This dictionary for spell-checking Czech texts is licensed 
under GPL license.
 The dictionary is based on Czech ispell dictionary created by Petr Kolar
 and numerous contributors.
 
-Thesaurus
---
-
-Copyright (c) 1994,2008 Karel Pala, Jan Všianský
-p...@fi.muni.cz
-
-You can freely use the thesaurus in OpenOffice.org (or its derivatives).
-You can not modify it or use for commercial purposes without the author's
-approval.
-
 Hyphenation dictionary
 --
 
diff --git a/cs_CZ/description.xml b/cs_CZ/description.xml
index 7284b55..0661918 100644
--- a/cs_CZ/description.xml
+++ b/cs_CZ/description.xml
@@ -31,8 +31,8 @@
 The default entry is the one listed first.
 -->
 
-Czech spell check dictionary, hyphenation rules and 
thesaurus
-Český slovník pro kontrolu pravopisu, dělení slov 
a slovník synonym
+Czech spell check dictionary and hyphenation 
rules
+Český slovník pro kontrolu pravopisu a dělení 
slov
 
 
 
diff --git a/cs_CZ/dictionaries.xcu b/cs_CZ/dictionaries.xcu
index 0a54ce6..95dbb43 100644
--- a/cs_CZ/dictionaries.xcu
+++ b/cs_CZ/dictionaries.xcu
@@ -25,17 +25,6 @@
 cs-CZ
 
 
-
-
-%origin%/th_cs_CZ_v3.dat 
%origin%/th_cs_CZ_v3.idx
-
-
-DICT_THES
-
-
-cs-CZ
-
-
 

 
diff --git a/cs_CZ/th_cs_CZ_v3.dat b/cs_CZ/th_cs_CZ_v3.dat
deleted file mode 100644
index c67a0b9..000
--- a/cs_CZ/th_cs_CZ_v3.dat
+++ /dev/null
@@ -1,62748 +0,0 @@
-UTF-8
-zhudlařit|1
-(1)|zkazit |zpackat
-vrch|4
-(1)|kopec|pahorek|vršek|vyvýšenina
-(2)|pahorkatina|vrchovina
-(3)|vrchol
-(4)|povrch|hořejšek
-Å¡korpit se|1
-(1)|hašteřit se|hádat se|škádlit se
-spurtovat|2
-(1)|zrychlit běh
-(2)|finišovat
-oplést|1
-(1)|ovinout |omotat|obtočit
-báze|2
-(1)|základ|základna|podklad|východisko
-(2)|zásada|alkálie
-žehnat se|1
-(1)|loučit se |rozžehnávat se
-zahnat|3
-(1)|odehnat |zapudit|zaplašit
-(2)|ukojit (hlad)|utišit|zažehnat
-(3)|odnést  (bouře)
-rozohňovat se|1
-(1)|rozvášňovat se|rozpalovat se|uklidňovat se
-připamatovat|1
-(1)|připomenout|vzpomenout|upamatovat|zapomenout
-propít|1
-(1)|utratit (pitím)|prohýřit|prochlastat
-dopustit se|1
-(1)|spáchat (zločin)|provést
-klepnout|4
-(1)|ťuknout|kliknout (tlačítkem)|cvaknout
-(2)|zasáhnout |praštit
-(3)|zabít|ranit (mrtvice)
-(4)|popovídat si|poklepat si|zdrbnout si
-zotročený|2
-(1)|utlačený|porobený
-(2)|nesvobod

[Libreoffice-commits] core.git: Branch 'distro/collabora/lov-5.0' - dictionaries

2015-09-19 Thread Robinson Tryon
 dictionaries |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1cffc81e117e00f0b1e9518ac5305cdb06237660
Author: Robinson Tryon 
Date:   Thu Sep 3 12:32:45 2015 -0500

Updated core
Project: dictionaries  2fc00b684de2ccd851a90e85538e995efe6a6965

   Branch libreoffice-5-0-2

   This is 'libreoffice-5-0-2' - the stable branch for the 5.0.2 release.
   Only very safe changes, reviewed by three people are allowed.

   If you want to commit more complicated fix for the next 5.0.x release,
   please use the 'libreoffice-5-0' branch.

   If you want to build something cool, unstable, and risky, use master.

Change-Id: Ia44e4744de5ae0d67a5c659efbb8a09832c22bf8

diff --git a/dictionaries b/dictionaries
index bf7a337..2fc00b6 16
--- a/dictionaries
+++ b/dictionaries
@@ -1 +1 @@
-Subproject commit bf7a33714170fc040fcfa0b0f0770cf217e5b79c
+Subproject commit 2fc00b684de2ccd851a90e85538e995efe6a6965
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: [ANN] Bugzilla upgraded to 4.4.10

2015-09-14 Thread Robinson Tryon
On Mon, Sep 14, 2015 at 4:58 AM, Michael Stahl  wrote:
> On 13.09.2015 11:54, Robinson Tryon wrote:
>> Hi all,
>>
>> Bugzilla has been upgraded to 4.4.10, and we've made patches to
>> restrict access to the Importance fields (Priority & Severity):
>> https://wiki.documentfoundation.org/QA/Bugzilla/Administration#Access_Control
>
> h, yay!
>
> but ... the page says only the "blocker" severity is restricted, i hope
> the documentation is incomplete and users can't set their own bugs to
> "critical"?

Yes, further restrictions to the Severity field (and other fields)
will be forthcoming :-) I'd like to make sure these changes are solid
before we deploy further tweaks, so please let us know this week if there are
any issues with the 4.4.10 upgrade or the existing set of restrictions.

Thanks,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[ANN] Bugzilla upgraded to 4.4.10

2015-09-13 Thread Robinson Tryon
Hi all,

Bugzilla has been upgraded to 4.4.10, and we've made patches to
restrict access to the Importance fields (Priority & Severity):
https://wiki.documentfoundation.org/QA/Bugzilla/Administration#Access_Control

If you're restricted from changing the Priority field on a bug, please
let one of the Bugzilla admins know and we'll add you to the
'Contributors' group in the bugtracker:
https://wiki.documentfoundation.org/QA/Bugzilla/Administration#Administrators

If you see any issues with the Bugzilla upgrade or the access control
that's been implemented, please drop us an email.

Thanks,
--R


-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


QA Meeting Minutes - 2015-09-09

2015-09-09 Thread Robinson Tryon
Hi all,

Thanks for the great QA meeting today! A big thanks to cloph for
helping wrangle IZbot and smooth-over some technical issues. Minutes
are here:
https://wiki.documentfoundation.org/QA/Meetings/2015/September_09

The LibreOffice Annual Conference is taking place 2 weeks from now, so
instead of having a meeting then, we'll have another (shorter) meeting
next week:
https://wiki.documentfoundation.org/QA/Meetings/2015/September_16

For anyone attending the conference in Aarhus, please think about
topics that you'd like to discuss at our QA roundtable/lightning
talks.

Cheers,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


LibreOffice 5.0.2 RC1 available

2015-09-08 Thread Robinson Tryon
Dear Community,

The Document Foundation is pleased to announce the first release
candidate of LibreOffice 5.0.2. The upcoming 5.0.2 will be the second
bugfix release of our fresh 5.0 line. Please be aware that LibreOffice
5.0.2 RC1 has not been flagged as ready for production use yet,
however feel free to give it a try instead of 5.0.1.

A work-in-progress list of new features in LibreOffice 5.0 can be
found at https://wiki.documentfoundation.org/ReleaseNotes/5.0

The release is available for Windows, Linux and Mac OS X from our QA
builds download page at

  http://www.libreoffice.org/download/pre-releases/

Windows builds are also provided in 64bit version.

Should you find bugs, please report them to our Bugzilla:

  https://bugs.documentfoundation.org

A good way to assess the release candidate quality is to run some
specific manual tests on it, our TCM wiki page has more details:

 
http://wiki.documentfoundation.org/QA/Testing/Regression_Tests#Full_Regression_Test

For other ways to get involved with this exciting project - you can
e.g. contribute code:

  http://www.libreoffice.org/community/developers/

translate LibreOffice to your language:

  http://wiki.documentfoundation.org/LibreOffice_Localization_Guide

or help with funding our operations:

  http://donate.libreoffice.org/

A list of known issues and fixed bugs compared to 5.0.1 final (rc2) is
available from our wiki:

  http://wiki.documentfoundation.org/Releases/5.0.2/RC1

Let us close again with a BIG Thank You! to all of you having
contributed to the LibreOffice project - this release would not have
been possible without your help.

Cheers,
Robinson

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[ANNOUNCE] Branch libreoffice-5-0-2 and Tag libreoffice-5.0.2.1 created

2015-09-05 Thread Robinson Tryon
Hi all,

The tag libreoffice-5.0.2.1 (AKA 5.0.2 RC1) and the corresponding
branch libreoffice-5-0-2 have been created.
The branch will be used for fine tuning of the 5.0.2 release.
(there is one additional RC planned)

The following rules apply:

+ preferably just translation or blocker fixes
+ only cherry-picking from libreoffice-5-0 branch
+ 2 additional reviews needed; 2nd reviewer pushes
+ no regular merges back to anything

The 'libreoffice-5-0' branch is still active and will be used for the
5.0.3 bugfix release. Please read more at
   http://wiki.documentfoundation.org/ReleasePlan/5.0#5.0.2_release
   http://wiki.documentfoundation.org/Development/Branches
   http://wiki.documentfoundation.org/Release_Criteria

Now, if you want to switch your clone to the branch, please do:

./g pull -r
./g checkout -b libreoffice-5-0-2 origin/libreoffice-5-0-2

To checkout the tag, use

./g fetch --tags
./g checkout -b tag-libreoffice-5.0.2.1 libreoffice-5.0.2.1

Hopefully it will work for you :-)  Most probably, you will also want to
do (if you haven't done it yet):

git config --global push.default tracking

When you do git push with this, git will push only the branch you are
on; e.g. libreoffice-5-0-2 when you have switched to it.  This will
save you some git shouting at you.

Linux distro packages might find source tarballs at
http://dev-builds.libreoffice.org/pre-releases/src/
They will soon be available from the official page together with the builds.

Attached is the list of changes against 5.0.1 RC2 (5.0.1 final)

Cheers,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
+ revert "When printing ... 'Order' did not count." (bnc#835985) [Jan Holesovsky]
+ DOCX import: rot=90 and vert=vert270 means no text rotation (cid#1315264) [Miklos Vajna]
+ uninitialized scalar field (coverity#1320472) [Caolán McNamara]
+ fix mis-merge (i#121407) [Stephan Bergmann]
+ xmloff: fix Calc header background image saving (i#124638) [Miklos Vajna]
+ handle the NULL clip correctly for pdf output (i#65128) [Thorsten Behrens]
+ svtools: don't commit SvtMenuOptions too early (i#95318) [Michael Stahl]
+ [abrt] libreoffice-core: sdr::table::SvxTableController::SetTableStyle(): soffice.bin killed by SIGSEGV (rhbz#1255200) [Caolán McNamara]
+ [fix available] Calc: Random Number generator can't be edited and applied for cell location (rhbz#1255811) [Eike Rathke]
+ Printing/Exporting to PDF adds text to the side of form elements ('checkbox',...) (tdf#44388) [Thorsten Behrens]
+ UI: Format Cells dialog displays misleading value for 'Decimal places' (tdf#44399) [Laurent Balland-Poirier]
+ The operation on  was started with an invalid parameter (tdf#60381) [Giuseppe Castagno]
+ Sidebar: Styles are missing from Properties tab (tdf#73071) [Yousuf Philips]
+ password protected library does not honnor end user type definition (tdf#75973) [Laurent Godard]
+ Trend line invisible if first data point is missing x value (tdf#76649) [Laurent Balland-Poirier]
+ FORMATTING: CJK ruby text (furigana) in vertical mode pushes characters to the left of the base line (tdf#77514) [Mark Hung]
+ UI: "Freakout"-behaviour and freeze during resize of docked sidebar (tdf#78111) [Maxim Monastirsky]
+ FILEOPEN: DOCX with a footnote hangs LO on open (tdf#79018) [Oliver Specht]
+ Macro with Find @ Replace crash Calc (tdf#79741) [Julien Nabet]
+ UI: Horizontal scrollbar backwards with RTL sheet and kde4 ui (tdf#80512) [Jan-Marek Glogowski]
+ Layout of custom handouts is ignored (tdf#80866) [Jan Holesovsky]
+ SIDEBAR: content panels in tray don't open with accelerators when sidebar is enabled but fully hidden (tdf#83546) [Maxim Monastirsky]
+ 4.4.0.x Automatic font color no longer works (tdf#87922) [Miklos Vajna]
+ FILEOPEN: DOCX - text in shape is wrong direction (tdf#87924) [Miklos Vajna]
+ EDITING: Insert Frame dialog shows empty lists for area fill types (tdf#88986) [Miklos Vajna]
+ FORMATTING, FILESAVE: Header and footer background images are not saved (tdf#89245) [Miklos Vajna]
+ ValueSet has rendering issues in RTL interface (tdf#89381) [Maxim Monastirsky]
+ Highlighted comment text with replies have dark color (tdf#89720) [Miklos Vajna]
+ FORMATTING: Autocapitalisation does not happen if the last word in the previous sentence has a comment in the middle of the word (tdf#89954) [Miklos Vajna]
+ Incorrect Dates in Report created with legacy report wizard (tdf#91022) [Julien Nabet]
+ LO impress crashes when opening pptx with comments (tdf#91060) [Caolán McNamara]
+ UI: Dialogue for Advanced filter is transparent. (tdf#91882) [Michael Meeks]
+ FORMATTING: Parts of Paragraph Border missing when B

[Libreoffice-commits] core.git: Changes to 'refs/tags/libreoffice-5.0.2.1'

2015-09-05 Thread Robinson Tryon
Tag 'libreoffice-5.0.2.1' created by Robinson Tryon  at 
2015-09-05 08:55 -0700

Tag libreoffice-5.0.2.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJV6qAOAAoJEPQ0oe+v7q6j3tYP/1/Ex7Znvvvwhq292Winu1TA
HpQrveRRBBuGj97VWZLxK6sls1lzWwecPXpMFYwmOEx4Jdu2xLeTy9RrjdRyzAm6
pySZkJ65FgKGQPyIWwjZlpGaEJgGtvUqGjXWspqH1JgdwTyb7PCXRqk1CF8tP5rF
DXeGQTh/haqgPkHD5En0ZAqyE/J65IDN7ss1rEsgVKMIKWR7h6PGBL+4i3HL5XdG
lZDgwht+zYdUBVjj6S38K0sXWOOtojUwah64CF3a/4Wi1+5Fza78LeCWvSWbTuFh
r4RRotuqoaa6nhbbVSPUEvqqinvXn1wvJAnkn5fMy6LEhVK/NGE0kHEf/ahB3rf+
leAdJuONhPvTHzYuCCFTdR5pPS8tLMTft0ddwaUGx0NMEMMJCSMW04wC55Vmn9w/
2BpkqtlgKngu0wEQDe/YwgAPrKvF6dF1jVJQjEAajT/6Q2Gs/lVn6PAXnaUxi6iD
oI6hu9qZ80ggF4moeJrREp71/hoWXITOgJQxlcFVeZJ7uaHGeT80aQSELp573uBS
RlrW20FynFy814qpHZ48qS8sKjdPRvkWCJ3ZZgzgvMfJs+CFkD5ZAXx5n/dzepvz
vsjqpKccvQYLzLvxeogCDUjzp2NMMxz18DqUxgupKjz9mD3LE/t3Bp8ZU287W4Qq
Olvp5Xr9I/sudDXRI6GK
=EbRM
-END PGP SIGNATURE-

Changes since cp-5.0-branch-point-1062:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] translations.git: Changes to 'refs/tags/libreoffice-5.0.2.1'

2015-09-05 Thread Robinson Tryon
Tag 'libreoffice-5.0.2.1' created by Robinson Tryon  at 
2015-09-05 08:55 -0700

Tag libreoffice-5.0.2.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJV6qAOAAoJEPQ0oe+v7q6jLWgP/iAjEo4rg3bCujrbit5nEHSE
6X+x+8nDRWn0hLOzx4q/hlgMrlA/t+7uNhe6ivHAEqfaweS7bNapZgW/l64nW+PR
Zhsvakv57+MRoKNTz0kIoUzYVVU8i9tYFpo0CJnAaT6wVRpAZkb1xebaDHQ4vzdJ
jVr8DafsOA9NZ0RP0zSTtr2YHbUqzqRn7pA8uw8DDVRN8DS3lwdKieuI6s2X25KE
4u1NGaEThtN7KH9jKhe/pZKSe6L11bt+MtVKF1oh/HxbYgjo5vUM84E/Z9ktUKyQ
7lkq/Mt/XtFBlTJQAxWZnO+7Vte85Rc339ODTELdXn0/EmVX3scc8RkGvLGR1M1U
+vjSHWyzoHj/HaRvHzKH1SxxUjSbcFPKDX+DLgBwf5DnQS5l7ZrOFJjW5FwFxpj8
vniptAZbFlkbmWyaPTZT5X6MwSlPe0oBlmVttFkB2SnlAJnKFN+27FEzT+JXKWcq
d/cdIfOlLanWy1o135zLxd/IsFuyFcoLx09GnpfWwQRM8HECVeANPwvE0eW63New
q9wo+ZWbX/J86AYwtVpZ93eDq/Fmx5mTDaPyx9m1lnE1DdAhvUjSNbC+GoYz9+91
/kD4gq8p3f+ieM+3j3LPfoXfOH4va8Ig8sdJ6vzxkZdS0b9lEYFiLUpnxTqA+0ug
7ShZv49AKl4H9S3JbvgS
=Rf6R
-END PGP SIGNATURE-

Changes since libreoffice-5-0-branch-point-23:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/libreoffice-5.0.2.1'

2015-09-05 Thread Robinson Tryon
Tag 'libreoffice-5.0.2.1' created by Robinson Tryon  at 
2015-09-05 08:55 -0700

Tag libreoffice-5.0.2.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJV6p//AAoJEPQ0oe+v7q6jxTQQAJCpMt9mYF4mYNWRC0Ihgi4x
XwJE1XByW5pLmTjsKzZtv0wCFw58Ib91zi+1i8myB2tU+BBOFu2eZhKnsOWO2Nsk
6qkg1qic+zzeTnRvqLzZVyVEpsrKbyBjPrqJNkeCCuM1XCW2AJC0g9HBzyr9sjgr
bBfK61Rm6UTHWsZ2BUEqKdASqK62e1qRD7sK7UG+g3mu4aT/+TO5mRnJ0uwkLIKx
zcf+ws2ytTYIn018zhTcaXSjNogm4psMG4rqZ2mR7EHY0VzLoJv5u7V8KI74PRGM
2YXtNCclCspjJydcsfd6WevG7w4/pQOYTMh/aVfQx2JZ3oSsxW+n9mmLj4u4H6Nt
Kp2Mya4u7nnKnZkUlG4vrrvmiPWwKCbDkDUMBY2Q/cKQmDlLmJxvgFR1ewWG8eVs
HM0orLsxn1SDKpjRP9uNF0EbBjfXtk2TgD6y1t6/BYfkBsiaKgM+jlAQ7fkCN7DB
yiZwr2IKV19OwhEeFhxIlckqEFUtyl472C+2EQIer63wkeici6Bh6eFZe4c6f8e+
Zjg7gUeDEbY1f0eZ1wwOeubMI8w53JZ2Bxdj8rorgy3eFJsvguTd4MCmnFjUICKt
ZyZ434FYXQ+wNolPkB32nIXowVNu6QGB15ElWWhu19UJutHbxgDWJ+OjEh17nc4D
JHZaTGXI7/q5b2St+HlN
=V0O2
-END PGP SIGNATURE-

Changes since libreoffice-5-0-branch-point-8:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Changes to 'refs/tags/libreoffice-5.0.2.1'

2015-09-05 Thread Robinson Tryon
Tag 'libreoffice-5.0.2.1' created by Robinson Tryon  at 
2015-09-05 08:55 -0700

Tag libreoffice-5.0.2.1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJV6qANAAoJEPQ0oe+v7q6jvBQQAJ31jOk8Xeqk4OPcUCTahWid
OprtaMkM9OzEjLuf4/KqdEWwO3rZ50VG8Tb+QJLw2xytBSP0AeEWBnYliJNRGJKO
hkaxL0PQ903j62HOoqSJsrSUbFk47neQnDcaXTI8QUpVExbBS20jKvwM+yzKR3T8
CDNsW2NKk29wIWNPonPw9RnhOLGSpIKts3Me4exNPx7lKufcbG1mRhlmKh2P94AK
kH1NcMnh28VROtny0SpJgQRUnVuJF8o9D9SgOirf32Vy3S/Mx+E9AYFLoRko3zNU
6i19ortpnJkTlsK7QL7E1iaeMZvmDlPJSY1xB4Bj3uVSvXsknPtU8rjBPiLm/Gp1
o0JQlMASc/2bUc3H1xSIG8Bs2CwEQzrClnbtRTPvsXtBFqre6/PcTVazRedzvjyQ
717Ki6Dm+qR4Diu4EzhXwrgiZx7uvCHVSuibL6E+oEdKzbeKqYf819x2wCAN9ER9
mm0KY663oS+8w9oTDCw0vZkzINcyYpKMkWpMLB10ZkRwhGAvsI3d//f9KeyT09p6
6Ey/O+Foa4LKCbNHvVt9Wwb4Y4yrhl9PkonTThj7QnLNm1ngCi4ve2FzrahuWGcA
xflA5OnQt914FqSTr2dzDL75Nlv8hxns6LwZnkFfEpT//Sy5hxJpOuwnP5dEXTOI
rHQUYU/ZynPDCG//svl2
=x4/m
-END PGP SIGNATURE-

Changes since libreoffice-5-0-branch-point-12:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-0-2' - configure.ac

2015-09-05 Thread Robinson Tryon
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e489429b66b74ddffbd121b34faecb75fb2b24e4
Author: Robinson Tryon 
Date:   Sat Sep 5 02:59:15 2015 -0500

bump product version to 

Change-Id: I041a7b6e06d7f5e976537806f526f7fba53650cd

diff --git a/configure.ac b/configure.ac
index 13cfa08..6724c20 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([LibreOffice],[5.0.2.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[5.0.2.1.0+],[],[],[http://documentfoundation.org/])
 
 AC_PREREQ([2.59])
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-0-2' - extras/source

2015-09-05 Thread Robinson Tryon
 extras/source/autocorr/lang/bg/DocumentList.xml|   28 +--
 extras/source/autocorr/lang/ca/DocumentList.xml|   15 +
 extras/source/autocorr/lang/de/DocumentList.xml|   24 +-
 extras/source/autocorr/lang/en-AU/DocumentList.xml |   24 +-
 extras/source/autocorr/lang/en-US/DocumentList.xml |   24 +-
 extras/source/autocorr/lang/es/DocumentList.xml|6 
 extras/source/autocorr/lang/is/DocumentList.xml|  196 +
 extras/source/autocorr/lang/it/DocumentList.xml|   24 +-
 extras/source/autocorr/lang/pl/DocumentList.xml|   14 -
 extras/source/autocorr/lang/pt/DocumentList.xml|   24 +-
 10 files changed, 293 insertions(+), 86 deletions(-)

New commits:
commit 4b25757fd7e2fc27cb186ecba953c6f927e542f6
Author: Robinson Tryon 
Date:   Sat Sep 5 02:26:25 2015 -0500

update emoji autocorrect entries from po-files

Change-Id: Ia10e07e428bce001da8fd7e38e07ace820b42153

diff --git a/extras/source/autocorr/lang/bg/DocumentList.xml 
b/extras/source/autocorr/lang/bg/DocumentList.xml
index 07c02e6..4f23539 100644
--- a/extras/source/autocorr/lang/bg/DocumentList.xml
+++ b/extras/source/autocorr/lang/bg/DocumentList.xml
@@ -16,60 +16,59 @@
   
   
   
-  
   
   
   
-  
+  
   
-  
+  
   
-  
+  
   
   
-  
+  
   
   
   
   
   
   
-  
+  
   
   
   
   
   
   
-  
+  
   
   
   
   
   
-  
+  
   
   
   
-  
+  
   
   
   
   
-  
+  
   
   
   
-  
+  
   
   
   
   
-  
+  
   
   
   
-  
+  
   
   
   
@@ -1114,8 +1113,9 @@
   
   
   
-  
+  
   
+  
   
   
   
diff --git a/extras/source/autocorr/lang/ca/DocumentList.xml 
b/extras/source/autocorr/lang/ca/DocumentList.xml
index 7893567..656acb7 100644
--- a/extras/source/autocorr/lang/ca/DocumentList.xml
+++ b/extras/source/autocorr/lang/ca/DocumentList.xml
@@ -353,6 +353,11 @@
   
   
   
+  
+  
+  
+  
+  
   
   
   
@@ -464,7 +469,7 @@
   
   
   
-  
+  
   
   
   
@@ -514,7 +519,7 @@
   
   
   
-  
+  
   
   
   
@@ -591,7 +596,7 @@
   
   
   
-  
+  
   
   
   
@@ -835,7 +840,7 @@
   
   
   
-  
+  
   
   
   
@@ -864,7 +869,7 @@
   
   
   
-  
+  
   
   
   
diff --git a/extras/source/autocorr/lang/de/DocumentList.xml 
b/extras/source/autocorr/lang/de/DocumentList.xml
index 7512e78..b324447 100644
--- a/extras/source/autocorr/lang/de/DocumentList.xml
+++ b/extras/source/autocorr/lang/de/DocumentList.xml
@@ -1265,29 +1265,29 @@
   
   
   
-  
-  
+  
+  
   
-  
+  
   
   
-  
+  
   
-  
+  
   
-  
+  
   
-  
+  
   
-  
+  
   
-  
+  
   
-  
+  
   
-  
+  
   
-  
+  
   
   
   
diff --git a/extras/source/autocorr/lang/en-AU/DocumentList.xml 
b/extras/source/autocorr/lang/en-AU/DocumentList.xml
index f2a684f..deb296c 100644
--- a/extras/source/autocorr/lang/en-AU/DocumentList.xml
+++ b/extras/source/autocorr/lang/en-AU/DocumentList.xml
@@ -827,56 +827,56 @@
   
   
   
-  
+  
   
-  
+  
   
-  
+  
   
   
-  
+  
   
   
   
   
   
   
-  
+  
   
   
   
   
   
   
-  
+  
   
   
   
   
   
-  
+  
   
   
   
-  
+  
   
   
   
   
-  
+  
   
   
   
-  
+  
   
   
   
   
-  
+  
   
   
   
-  
+  
   
   
   
diff --git a/extras/source/autocorr/lang/en-US/DocumentList.xml 
b/extras/source/autocorr/lang/en-US/DocumentList.xml
index 62bd90b..4d14a6e 100644
--- a/extras/source/autocorr/lang/en-US/DocumentList.xml
+++ b/extras/source/autocorr/lang/en-US/DocumentList.xml
@@ -832,56 +832,56 @@
   
   
   
-  
+  
   
-  
+  
   
-  
+  
   
   
-  
+  
   
   
   
   
   
   
-  
+  
   
   
   
   
   
   
-  
+  
   
   
   
   
   
-  
+  
   
   
   
-  
+  
   
   
   
   
-  
+  
   
   
   
-  
+  
   
   
   
   
-  
+  
   
   
   
-  
+  
   
   
   
diff --git a/extras/source/autocorr/lang/es/DocumentList.xml 
b/extras/source/autocorr/lang/es/DocumentList.xml
index 57c1291..520b772 100644
--- a/extras/source/autocorr/lang/es/DocumentList.xml
+++ b/extras/source/autocorr/lang/es/DocumentList.xml
@@ -501,6 +501,8 @@
   
   
   
+  
+  
   
   
   
@@ -975,7 +977,7 @@
   
   
   
-  
+  
   
   
   
@@ -1444,7 +1446,7 @@
   
   
   
-  
+  
   
   
   
diff --git a/extras/source/autocorr/lang/is/DocumentList.xml 
b/extras/source/autocorr/lang/is/DocumentList.xml
new file mode 100644
index 000..2da7566
--- /dev/null
+++ b/extras/source/autocorr/lang/is/DocumentList.xml
@@ -0,0 +1,196 @@
+
+http://openoffice.org/2001/block-list

[Libreoffice-commits] core.git: Branch 'libreoffice-5-0-2' - translations

2015-09-04 Thread Robinson Tryon
 translations |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6782de62f50165fd6f623f362f418f02bd6162f0
Author: Robinson Tryon 
Date:   Fri Sep 4 02:33:52 2015 -0500

Updated core
Project: translations  33da995f33241d35f6d1a74509f57cd8555b2fe2

Update translations for 5-0-2

Change-Id: Iaa61ea72368a4619c69c9ec64bb559d30bd495d2

diff --git a/translations b/translations
index 33195da..33da995 16
--- a/translations
+++ b/translations
@@ -1 +1 @@
-Subproject commit 33195da3a7e41128a07a17b807ff6f9fe06ce59a
+Subproject commit 33da995f33241d35f6d1a74509f57cd8555b2fe2
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - configure.ac

2015-09-03 Thread Robinson Tryon
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5df1bf2555afae2ce933d305850f3248b5ae9a8e
Author: Robinson Tryon 
Date:   Thu Sep 3 12:42:52 2015 -0500

bump product version to 5.0.3.0.0+

Change-Id: Icd1b3aa4931853c2b3fdc20101fa60d7fedd4b27

diff --git a/configure.ac b/configure.ac
index 13cfa08..c6f7b8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([LibreOffice],[5.0.2.0.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[5.0.3.0.0+],[],[],[http://documentfoundation.org/])
 
 AC_PREREQ([2.59])
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Changes to 'libreoffice-5-0-2'

2015-09-03 Thread Robinson Tryon
New branch 'libreoffice-5-0-2' available with the following commits:
commit 4d3d9ad830b042787e40bfab1e0c87caa44714a2
Author: Robinson Tryon 
Date:   Thu Sep 3 12:34:23 2015 -0500

   Branch libreoffice-5-0-2

   This is 'libreoffice-5-0-2' - the stable branch for the 5.0.2 release.
   Only very safe changes, reviewed by three people are allowed.

   If you want to commit more complicated fix for the next 5.0.x release,
   please use the 'libreoffice-5-0' branch.

   If you want to build something cool, unstable, and risky, use master.

Change-Id: Ifc544905e8a8b8c05cc0118ca15efeccb10c6a82

___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Changes to 'libreoffice-5-0-2'

2015-09-03 Thread Robinson Tryon
New branch 'libreoffice-5-0-2' available with the following commits:
commit 2c1357c5c6cab1c290ddbed6b7b02e232cd7c123
Author: Robinson Tryon 
Date:   Thu Sep 3 12:32:46 2015 -0500

   Branch libreoffice-5-0-2

   This is 'libreoffice-5-0-2' - the stable branch for the 5.0.2 release.
   Only very safe changes, reviewed by three people are allowed.

   If you want to commit more complicated fix for the next 5.0.x release,
   please use the 'libreoffice-5-0' branch.

   If you want to build something cool, unstable, and risky, use master.

Change-Id: I98c51b8d8037980f2385cba0095bb99cf2bba657

___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: Changes to 'libreoffice-5-0-2'

2015-09-03 Thread Robinson Tryon
New branch 'libreoffice-5-0-2' available with the following commits:
commit 2fc00b684de2ccd851a90e85538e995efe6a6965
Author: Robinson Tryon 
Date:   Thu Sep 3 12:32:45 2015 -0500

   Branch libreoffice-5-0-2

   This is 'libreoffice-5-0-2' - the stable branch for the 5.0.2 release.
   Only very safe changes, reviewed by three people are allowed.

   If you want to commit more complicated fix for the next 5.0.x release,
   please use the 'libreoffice-5-0' branch.

   If you want to build something cool, unstable, and risky, use master.

Change-Id: Ia44e4744de5ae0d67a5c659efbb8a09832c22bf8

___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] translations.git: Changes to 'libreoffice-5-0-2'

2015-09-03 Thread Robinson Tryon
New branch 'libreoffice-5-0-2' available with the following commits:
commit 33195da3a7e41128a07a17b807ff6f9fe06ce59a
Author: Robinson Tryon 
Date:   Thu Sep 3 12:32:46 2015 -0500

   Branch libreoffice-5-0-2

   This is 'libreoffice-5-0-2' - the stable branch for the 5.0.2 release.
   Only very safe changes, reviewed by three people are allowed.

   If you want to commit more complicated fix for the next 5.0.x release,
   please use the 'libreoffice-5-0' branch.

   If you want to build something cool, unstable, and risky, use master.

Change-Id: I1d0437cfc2a2a99efcce87d1bcae1df4b890397f

___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


LibreOffice 5.0.1 RC2 available

2015-08-25 Thread Robinson Tryon
Dear Community,

The Document Foundation is pleased to announce the second release
candidate of LibreOffice 5.0.1. The upcoming 5.0.0 will be the first
bugfix release of our fresh 5.0 line. Please be aware that LibreOffice
5.0.1 RC2 has not been flagged as ready for production use yet,
however feel free to give it a try instead of 5.0.0.

A work-in-progress list of new features in LibreOffice 5.0 can be
found at https://wiki.documentfoundation.org/ReleaseNotes/5.0

The release is available for Windows, Linux and Mac OS X from our QA
builds download page at

  http://www.libreoffice.org/download/pre-releases/

Windows builds are also provided in 64bit version.

Should you find bugs, please report them to our Bugzilla:

  https://bugs.documentfoundation.org

A good way to assess the release candidate quality is to run some
specific manual tests on it, our TCM wiki page has more details:

 
http://wiki.documentfoundation.org/QA/Testing/Regression_Tests#Full_Regression_Test

For other ways to get involved with this exciting project - you can
e.g. contribute code:

  http://www.libreoffice.org/community/developers/

translate LibreOffice to your language:

  http://wiki.documentfoundation.org/LibreOffice_Localization_Guide

or help with funding our operations:

  http://donate.libreoffice.org/

A list of known issues and fixed bugs compared to 5.0.1 RC1 is
available from our wiki:

  http://wiki.documentfoundation.org/Releases/5.0.1/RC2

Let us close again with a BIG Thank You! to all of you having
contributed to the LibreOffice project - this release would not have
been possible without your help!

--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


[ANNOUNCE] libreoffice-5.0.1.2 (on branch libreoffice-5-0) created

2015-08-22 Thread Robinson Tryon
Hi all,

The tag libreoffice-5.0.1.2 (AKA 5.0.1 RC2) on the corresponding
branch libreoffice-5-0 has been created.
The branch will be used for fine tuning of the 5.0.1 release. (It is
the last scheduled RC)

The following rules apply to the branch:

+ preferably just translation or blocker fixes
+ only cherry-picking from libreoffice-5-0 branch
+ 2 additional reviews needed; 2nd reviewer pushes
+ no regular merges back to anything

The 'libreoffice-5-0' branch is still active and will be used for the
5.0.2 bugfix release. Please read more at
   http://wiki.documentfoundation.org/ReleasePlan/5.0#5.0.1_release
   http://wiki.documentfoundation.org/Development/Branches
   http://wiki.documentfoundation.org/Release_Criteria

To checkout the tag, use

./g fetch --tags
./g checkout -b tag-libreoffice-5.0.1.2 libreoffice-5.0.1.2

Linux distro packages might find source tarballs at
http://dev-builds.libreoffice.org/pre-releases/src/
They will soon be available from the official page together with the builds.

Attached is the list of changes against 5.0.1.1 (the first RC).

Best,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
+ crash on revisiting insert special character (i#91025) [Caolán McNamara]
+ FORMATTING: Erroneous formatting of certain numbers (tdf#86024) [Eike Rathke]
+ improve performance for some matrix operations (tdf#89387) [Łukasz Hryniuk]
+ Page numbering in the status bar which may cause confusion (tdf#90150) [Jan Holesovsky]
+ Export draw-document to eps result in crash (tdf#91782) [Julien Nabet]
+ UI - StartCenter and Application windows can not be resized diagonally with mouse after initial window size increase and covers OSX Dock (tdf#92242) [andreask]
+ VIEWING: Multiple page view does not render properly when scrolling (tdf#92305) [Jan Holesovsky]
+ Crash in Windows and Runtime exception on Linux with Basic Clipboard function (tdf#92446) [Stephan Bergmann]
+ VLOOKUP not calculated correctly in the large file from Calc 4.4 (hard recalc helps) (tdf#92749) [Eike Rathke]
+ START CENTER: Icon sizes in breeze cause help and extensions buttons not to be visible (tdf#93064) [andreask]
+ Selecting text with keyboard (partially outside current view) results in wrong highlighting and mangled text (tdf#93096) [Miklos Vajna]
+ Crash on enabling image contour (tdf#93102) [Szymon Kłos]
+ Crash Inserting Special Character (tdf#93113) [Caolán McNamara]
+ Insert Special Character - Not reading Fonts Correctly (tdf#93114) [László Németh]
+ SIDEBAR: Style drop down menu increasing the minimum size of the sidebar (tdf#93290) [Maxim Monastirsky]
+ Calc: Alt+E,I,D to fill down now (LO 4.4+ ) toggles edit mode (tdf#93326) [Eike Rathke]
+ Crash moving chart (tdf#93382) [Stephan Bergmann]
+ status indicator progress bar not shown while loading big file (tdf#93404) [Stephan Bergmann]
i#91025 crash on revisiting insert special character [Caolán McNamara]
tdf#86024 FORMATTING: Erroneous formatting of certain numbers [Eike Rathke]
tdf#89387 improve performance for some matrix operations [Łukasz Hryniuk]
tdf#90150 Page numbering in the status bar which may cause confusion [Jan Holesovsky]
tdf#91782 Export draw-document to eps result in crash [Julien Nabet]
tdf#92242 UI - StartCenter and Application windows can not be resized diagonally with mouse after initial window size increase and covers OSX Dock [andreask]
tdf#92305 VIEWING: Multiple page view does not render properly when scrolling [Jan Holesovsky]
tdf#92446 Crash in Windows and Runtime exception on Linux with Basic Clipboard function [Stephan Bergmann]
tdf#92749 VLOOKUP not calculated correctly in the large file from Calc 4.4 (hard recalc helps) [Eike Rathke]
tdf#93064 START CENTER: Icon sizes in breeze cause help and extensions buttons not to be visible [andreask]
tdf#93096 Selecting text with keyboard (partially outside current view) results in wrong highlighting and mangled text [Miklos Vajna]
tdf#93102 Crash on enabling image contour [Szymon Kłos]
tdf#93113 Crash Inserting Special Character [Caolán McNamara]
tdf#93114 Insert Special Character - Not reading Fonts Correctly [László Németh]
tdf#93290 SIDEBAR: Style drop down menu increasing the minimum size of the sidebar [Maxim Monastirsky]
tdf#93326 Calc: Alt+E,I,D to fill down now (LO 4.4+ ) toggles edit mode [Eike Rathke]
tdf#93382 Crash moving chart [Stephan Bergmann]
tdf#93404 status indicator progress bar not shown while loading big file [Stephan Bergmann]
+ core
+ >Fill< to >F~ill<, >Ed~it Mode< to >E~dit Mode< (tdf#93326) [Eike Rathke]
+ breeze: StartCenter icon size fixed to 32px (tdf#93064, tdf#92242) [andreask]
+ bump product version to 5.0.1.1.0+ [Christian Lohmaier]
+ bump product version to 5.0.1.2 [Robinson Tryon]
 

[Libreoffice-commits] core.git: Changes to 'refs/tags/libreoffice-5.0.1.2'

2015-08-22 Thread Robinson Tryon
Tag 'libreoffice-5.0.1.2' created by Robinson Tryon  at 
2015-08-22 07:37 -0700

Tag libreoffice-5.0.1.2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJV2Bi7AAoJEPQ0oe+v7q6jMdQQAJVzXVELduCjuQjxw2hCABF3
UbL+k04o2LRIaAJuJM91N3mIJUd5pn8XsON7P1YOb1AAR9aO0y6YGz6jZm+YI1uJ
CrQgKHGV3RRw5IzuzkytM0D64uuprxdFNk2daG3WkDksSZspqMXGu9WZH1FOmmef
UW9t2vHVHzAsIiTdlLa8hF+dkG7sHakDzD1N1y6s8xaeloBCQTVDTpeIZ1xMmDQC
dgPcSH8l4djPcYidVdGp12A3e92v5fRLVCGNs96shcaEZ9tABH2wannCl97PaaMM
kdM2KsUvYKxf7ShQ1MqUVnLY3S/N09kHzjvSolSj00unMwDG7LgIUprxR5q9IBr5
R3uByLAq5wD9ZJvmwF1jGYLf5zYd1ZxKRsfvj+pSltSGRldNHoN8fOBUwAgK3pw1
dO2PmqCIvGBsrth4DwcKukWfrKckbO784+1ZcWMIERj3MSBWExHZ0dFSTfaAakBv
9/yvg2g4CFY+0znyNeed8TlB9yfbsxSZxXX3nc/heuqmjesctFKaRwDFb3dggkcB
X7ZsK0F9MjubcEDAj9mwFJX9XI49lhZsuUuexSSVZH3D8Q52A22FQix4Oc+Mf4VK
MRTLKjh0WGt6cV8aoE/cq3p6Jippq/2rzeXGgF0+FowYYW4H0iHwerMMHsPb5lF8
hFTVWfZYWSRBDoPkLqs9
=JZ8t
-END PGP SIGNATURE-

Changes since cp-5.0-branch-point-810:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] help.git: Changes to 'refs/tags/libreoffice-5.0.1.2'

2015-08-22 Thread Robinson Tryon
Tag 'libreoffice-5.0.1.2' created by Robinson Tryon  at 
2015-08-22 07:37 -0700

Tag libreoffice-5.0.1.2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJV2Bi7AAoJEPQ0oe+v7q6jVekQAM22xkx5o+rgt9e2XxSB7grH
5gKwwJo1epA3+WkhcFzWGL5Q7CM2bRvZ2HuW6BnOKyPLbZB57exyLJWFMR9wdQV2
YU/uyd7u+98CHnGJttYHgz0U4/eIVZYBfhMrOG+z+ndxjI/2wAUD4eQ7hFoUpdcm
iwteK6ds85UZ03rtqPhDpoVQvc71x6Iaxj6iyaTRK00/ZyV3JjHl7e4UG+mDJkxQ
FnYPI2Pfb5rjzIyZRC72/gdRPZ2cFwlV+wLDL6JdyO8nQm0uRTAniQ38DJ126qew
dy8Iu/ZAUzdmlrJXVWWjR0b4gDlf5U2xAaCypwPBtSK0k/1D3NHvjMrCQcecw12e
gHh4yFHM8ZDu79VI4zpiSh9lH2yKgo0MaU2aJjs5QM3Li8NlNqZwUp7C14coO9Rh
GKW3H92o1VnvwF0dQEbrp4nE9F6WqexgSiLhDFOpG8HUch6zllG8VrLd5hRFwfJG
tKR/7m0DP9qGtHktkJaZ8jmCVahKCwtfrE7tHIx6VFQJcuQiHM5Xk3aIxZSm4dtz
tSMDQrAvncFRBBC7lZFYyL/x/uEUFWtWQF/ZQaELNYx3FgoojnkWcwUy2lPgwPob
3zGmcIC+VFte0p3cMDHuWvbe0Dl2R+EaSK83KGNd+4H9aAewCVlwzQD8hv9/Kjk0
nNziKY6C4oZFLsKCrABZ
=l1DV
-END PGP SIGNATURE-

Changes since libreoffice-5-0-branch-point-12:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] translations.git: Changes to 'refs/tags/libreoffice-5.0.1.2'

2015-08-22 Thread Robinson Tryon
Tag 'libreoffice-5.0.1.2' created by Robinson Tryon  at 
2015-08-22 07:37 -0700

Tag libreoffice-5.0.1.2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJV2Bi7AAoJEPQ0oe+v7q6jGG0P/ifKHVx1o/aHr8OGCnHPwRHe
0gKILJ7tO0hfRACEgYr7AJvQeDrQjBFVS1NnIGKTcHb0EtrPuJqLkvNb23WaRn+J
rDWwrnnYCmGfTR561mRPza9YY1xolgpza/Gx4XFR7103K7oNDTkFD39iibXOaYyb
X+QGELkYSXtfPkEWW3A4VPAZF8JGHR6nOebbbocemM4D/V/l/TzXukA6HU93Pv1i
GX1vc7DrK2ZU2uVnJqJeWPbQcAWzseUzIvecCTzoHcpUgkpWbhvnJCTyi+61prYe
FtBcP0HA8dDUw8Sw65+oJrK2efxDWDfotuiVaFdNleSoZdXvVNhhRXiFhz3Wriio
G7bfgDRo4WFC8oUW9JjvPLBOTRBMQqN3OWbJB7fH93QmEvbZomqGJikp/LURx0B8
Dc9Oyj2u+WochH1ILLlBICwTD39z3zdd5RYiuBW0R+btq6hAR4zUoAjhg5Pat0DD
y46XClrFfrLkgepI+FDfpefBRy8gCqEUdKaMIW8I/KJS6RlZZa2d7WT14r6uG/Jd
QNz05zYQUl6dxcsohVlCBnY7m79sl2rYHtptGk1ENlCvYa6DyP+eQcGqtoRBSVC+
ZYOSZbZkRvW5xcURpmqtMVwGiYsQmSVfERXLKyrz61/IVskuhajZ8cCUAJDA6xDT
Z9B4pgRyAQOhxrjhwr7U
=rH1G
-END PGP SIGNATURE-

Changes since libreoffice-5-0-branch-point-21:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] dictionaries.git: Changes to 'refs/tags/libreoffice-5.0.1.2'

2015-08-22 Thread Robinson Tryon
Tag 'libreoffice-5.0.1.2' created by Robinson Tryon  at 
2015-08-22 07:36 -0700

Tag libreoffice-5.0.1.2
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJV2BiEAAoJEPQ0oe+v7q6jUUAP/02kHGgOVIPdT8D0vbg1O1yB
Xj4rtlujSBjpKg6YB03Qw9QX3PvnoBTHdNdVXkJlZZkmrJYo5x/Q3qUKO+ql3rG4
u67BgjnwOHiBau9zqSfuq/gKi8ci5v8i07MWCci1WCEWvxuDivtsTrXUlvaw/EIB
dYXVHQ+SZRYQsPlnY9prsfxAkKmgJwVWkMdo/iXKZUYWBTtzmbsEdqhFEf7jYYLJ
W2s22gohANoFIAIrxN7mM521stkNC2Pil/5cJo5YXQjxGUQbwxvT9cKiSNLKeI9s
aX6u5bQoXzd5XndaC4o3M2Ox2xdRl3uqa6hl/2xmZ1+aCyeWmKEqlgTUjTaFtU7y
+pWqsoaRgnUEI4kZUUh83DBLBgHS69TBQUt1jyZFwTudXeOn2tZqfz2xvndCdvQO
z/D5VEeSQG5u3pY+btbUda+K9GIpEXwWEYZIM3rBhieY6mlzuvojV+a5Po3XzqNz
v9YqVUl/RwaKbYXVai6ha4DgxD8+ZEWy2xnTB6bRSpAdjWCTNfPIxXv6f68h6RAT
dbIFsCydwNBJ62pxCaC7KJD6ygDtECTz+A7fPYqVeYXqJcmVddHUQIHcAbqMmh9c
ej+bve2z6fhGe/ZENw1E+iDwPVTMe+UR6I+3GodkHVcJkh6DuhAtjAKILoIMteKX
pusw/LUwT5vco7C6pqPm
=XQ8S
-END PGP SIGNATURE-

Changes since libreoffice-5-0-branch-point-7:
---
 0 files changed
---
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


[Libreoffice-commits] core.git: Branch 'libreoffice-5-0-1' - configure.ac

2015-08-21 Thread Robinson Tryon
 configure.ac |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 529b52b5f0439fee06c69abdc30d129a2d3ac157
Author: Robinson Tryon 
Date:   Sat Aug 22 01:41:35 2015 -0500

bump product version to 5.0.1.2

Change-Id: I6bcb18fd29aafdf4f3b89d07d7eefa616ed35795

diff --git a/configure.ac b/configure.ac
index 4afd95b..e77c598 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
 # several non-alphanumeric characters, those are split off and used only for 
the
 # ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no 
idea.
 
-AC_INIT([LibreOffice],[5.0.1.1.0+],[],[],[http://documentfoundation.org/])
+AC_INIT([LibreOffice],[5.0.1.2.0+],[],[],[http://documentfoundation.org/])
 
 AC_PREREQ([2.59])
 
___
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits


Re: [Libreoffice-qa] Bugzilla: Temporarily reverting patch to Importance fields

2015-07-18 Thread Robinson Tryon
On Thu, Jul 16, 2015 at 9:18 PM, Joel Madero  wrote:
> Now that we've actually had people testing it - is the only issue the
> NEEDINFO to NEW bug? I'm looking at the code now and probably can get a
> fix by this weekend.

That's one of the unintended side effects. Take a look at this thread
for a few more details, including Asigned-To:
http://lists.freedesktop.org/archives/libreoffice/2015-July/069235.html

Thanks,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: bugzilla: no ASSIGNED status anymore?

2015-07-16 Thread Robinson Tryon
On Wed, Jul 15, 2015 at 3:30 AM, David Tardon  wrote:>
> ...
> There is another gotcha related to this that I found a few days ago:

I've temporarily reverted the field-restricting patches until we have
time to dig deeper into the cause of these unintended side effects.
Please let me know if you see any further issues with Bugzilla,
field-weirdness, etc.

Thanks,
--R


-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Bugzilla: Temporarily reverting patch to Importance fields

2015-07-16 Thread Robinson Tryon
Hi all,

As we've run into some unintended side effects from our latest local
changes to Bugzilla, I've reverted our field-restriction patch for the
time being.

This means that everyone will once again be able to make changes to
the Severity and Priority fields, so please do keep a watchful eye out
for miscategorized bugs.

The upgrade to Bugzilla v4.4.9 appears to be fine, so I'm leaving
those patches in place.

Thanks,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


QA Meeting Minutes - 2015-07-15

2015-07-15 Thread Robinson Tryon
Hi all,

Thanks to everyone who contributed during the meeting today!  Minutes
are available on the wiki here:
https://wiki.documentfoundation.org/QA/Meetings/2015/July_15

Our next meeting will be in two weeks, on July 29th:
https://wiki.documentfoundation.org/QA/Meetings/2015/July_29

Best,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: bugzilla: no ASSIGNED status anymore?

2015-07-14 Thread Robinson Tryon
On Tue, Jul 14, 2015 at 10:53 AM, Lionel Elie Mamane  wrote:
> On Tue, Jul 14, 2015 at 05:46:23PM +0200, Lionel Elie Mamane wrote:
>
>> Did the ASSIGNED status for a bug disappear or am I being particularly
>> blind today?
>
> It appeared, seemingly only after I changed the "assigned to" field
> away from the default?

I don't think it was a part of the 4.4.9 upgrade
(https://www.bugzilla.org/releases/4.4.9/release-notes.html); it's
possible that some of our recent changes to who can edit Bugzilla
fields has slightly tweaked the field interactions. Is there an
instance in which we'd like to use ASSIGNED with the default
assigned-to account/email?

Quick Reminder for everyone else: If you're unable to edit the
Priority/Severity/Assigned-To fields, ping one of the Bugzilla admins*
and we'll add you to the 'contributors' group.

Best,
--R

* https://wiki.documentfoundation.org/QA/Bugzilla/Administration#Administrators

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


QA Meeting Minutes - 2015-07-01

2015-07-01 Thread Robinson Tryon
Hiya,

Our test run of an earlier QA Meeting went quite well today, so we'll
be continuing with the same time at our next meeting in two weeks
(July 15th).

Today's meeting minutes:
https://wiki.documentfoundation.org/QA/Meetings/2015/July_01

Our next meeting:
https://wiki.documentfoundation.org/QA/Meetings/2015/July_15

Cheers,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [Libreoffice-qa] MAB/Priority and Severity

2015-06-24 Thread Robinson Tryon
On Tue, Jun 23, 2015 at 3:51 PM, Joel Madero  wrote:
> On 06/23/2015 12:32 PM, Bjoern Michaelsen wrote:
>> Hi,
>>
>> On Sun, May 31, 2015 at 01:14:54PM -0700, Joel Madero wrote:
>>> So the time has finally arrived that we are moving forward with _locking
>>> out priority/severity_. This means that *MAB will be retired*.
>> I'd like to suggest to add this query as a reocurring item for the Robinson 
>> and
>> the rest of the call to look at during the QA section of the ESC call:
>>
>>  
>> https://bugs.documentfoundation.org/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&bug_status=NEEDINFO&bug_status=PLEASETEST&chfield=priority&chfieldfrom=-8d&chfieldto=Now&chfieldvalue=highest&list_id=545001&priority=highest&product=LibreOffice&query_format=advanced&resolution=---
>>
>> It shows:
>>
>> - open bugs
>> - that were changed to priority highest (thus a MAB) in the last 8 days
>>   (aka ~since the last call)
>> - and currently are still priority highest (and thus a MAB)
>>
>> This is for the ESC to both be aware of newly marked important bugs -- and 
>> also
>> to weed out one or another wrongly marked high priority bug. Also, this 
>> should
>> help us keep the total number of high priority bugs both under control and on
>> the radar.
>>
>> @Robinson: Can you take that up?

Sure, I'll take a look at that.

> Along with this - I created the patch months ago that is sitting in the
> test instance to block priority/severity from being changed by
> "non-contributors." Beluga and I put in some time adding all devs and QA
> members (or at least the vast majority) to a new group in bugzilla so
> that they will have the rights without requesting. At this point I'm
> just waiting for Robinson to give me some feedback as to what the hold
> up is.

I'm happy to deploy the changes to production asap -- perhaps tomorrow
after the ESC call would work well. I just want to make sure that I
have some QA folks available to hammer on the changes and make sure
nothing wonky has happened. I don't think that we'll see any
interference between the patches and the git-integration for the devs,
but that'll be another piece to double-check.

Cheers,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


QA Meeting Minutes - 2015-06-17 (PLUS: BugHunting Session all this weekend!)

2015-06-19 Thread Robinson Tryon
Hi all,

Remember that we're having a BugHunting Session all this weekend for
the RC1 of LibreOffice 5.0. If you want to join in or have questions
about where to start, please see the wiki page here:
https://wiki.documentfoundation.org/BugHunting_Session_5.0.0_RC1

...and drop by the IRC channel here:
https://wiki.documentfoundation.org/QA/IRC

Regarding the QA Meeting, a big thanks to everyone who showed up this
past Wednesday. I know that the time late in the day isn't the best
for many of you, so we'll be trying something a bit different for our
next meeting (July 1st), and starting much earlier.

Minutes from our meeting:
https://wiki.documentfoundation.org/QA/Meetings/2015/June_17

Our next meeting: (tentatively starting 6h earlier than usual)
https://wiki.documentfoundation.org/QA/Meetings/2015/July_01


Best,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


--with-parallelism default is actually 1 core?

2015-06-07 Thread Robinson Tryon
Per the docs:
https://wiki.documentfoundation.org/Development/BuildingOnLinux#--with-parallelism

"--with-parallelism already defaults to the the number of cores/cpus
on your system, unless you use --enable-icecream - then to 10."

I tried configuring a VM with 12 cores, and then used ./autogen.sh
--with-parallelism and still only had 1 or (maybe?) 2 cores being
used. When I changed that to ./autogen.sh --with-parallelism=12 my
machine started chugging along like a fully-loaded freight train.

Is there something special about my setup, or?

Thanks,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Bug reports on LibO 5 x86 or x64-64 version on 64-bit Windows

2015-06-03 Thread Robinson Tryon
On Wed, Jun 3, 2015 at 7:15 AM, Michael Stahl  wrote:
> On 03.06.2015 11:42, Takeshi Abe wrote:
>> Hi,
>>
>> Is there any simple, boilerplate way in bugzilla for reporters to tell
>> whether the observed behavior of LibO 5 on 64-bit Windows is actually
>> about x86 or x86-64 version (or both)?
>> Current combination of fields "Version"/"Hardware"/"OS" does not suffice
>> for the purpose.
>
> the "Hardware" field can be used for this purpose.
> ...
> but like many things in bugzilla, this is not obvious because the naming
> is awful...
>
> is it possible to rename the "Hardware" field to something better in our
> bugzilla installation?

Got a suggestion?

The tootip for the 'Hardware' field does say "The hardware platform
the bug was observed on." I'm not sure how many people are matching
that field to their chipset, their OS, or their build of LibreOffice,
but at least personally I do use the field for my actual hardware
(setting the field only when relevant). In general, the detail of
word-size is a minor distinction within all our bugs.

Cheers,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: LibreOffice Help broken redirects

2015-05-31 Thread Robinson Tryon
On Mon, Jun 1, 2015 at 1:37 AM, Adolfo Jayme Barrientos
 wrote:
> 2015-05-31 20:03 GMT-05:00 Dennis Roczek :
>> -- mainly to 3.6 (so no urgent I guess).
>
> … which leads me to a question: why do we keep help content for
> unsupported releases in the wiki?
>
> I suggest that we drop any content corresponding to any release older
> that 4.4,

Are you suggesting that we remove a URL from the Help Wiki that has
been embedded into a release version of LibreOffice?

> and maintain only those pages corresponding to the Fresh and
> Still branches at a time.

AFAIK Canonical, RedHat, Collabora, and others currently ship/provide
support for versions that predate the current Fresh and Still
branches. It seems quite possible that those builds may point to the
Help Wiki, and as such, I'm reticent to break those links without a
really strong argument as to why this is necessary.

Cheers,
--R


-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


LibreOffice 4.4.4 RC1 available

2015-05-30 Thread Robinson Tryon
Dear Community,

The Document Foundation is pleased to announce the first release
candidate of LibreOffice 4.4.4. The upcoming 4.4.4 will be the first
in a sequence of frequent bugfix release for our feature-packed 4.4
line. Please be aware that LibreOffice 4.4.4 RC1 is not been flagged
as ready for production use yet, however feel free to give it a try
instead of 4.4.3.

A work-in-progress list of new features in LibreOffice 4.4 can be
found at https://wiki.documentfoundation.org/ReleaseNotes/4.4

The release is available for Windows, Linux and Mac OS X from our QA
builds download page at

  http://www.libreoffice.org/download/pre-releases/

Developers and QA might also be interested in the symbol server for
windows debug information (see the release notes linked below for
details)

Should you find bugs, please report them to our Bugzilla:

  https://bugs.documentfoundation.org

A good way to assess the release candidate quality is to run some
specific manual tests on it, our TCM wiki page has more details:

 
http://wiki.documentfoundation.org/QA/Testing/Regression_Tests#Full_Regression_Test

For other ways to get involved with this exciting project - you can
e.g. contribute code:

  http://www.libreoffice.org/community/developers/

translate LibreOffice to your language:

  http://wiki.documentfoundation.org/LibreOffice_Localization_Guide

or help with funding our operations:

  http://donate.libreoffice.org/

A list of known issues and fixed bugs with 4.4.4 RC1 is available
from our wiki:

  http://wiki.documentfoundation.org/Releases/4.4.4/RC1

Let us close again with a BIG Thank You! to all of you having
contributed to the LibreOffice project - this release would not have
been possible without your help.

On behalf of the Community,

Robinson


-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


QA Meeting Minutes - 2015-05-06

2015-05-08 Thread Robinson Tryon
Hi all,

Thanks for the great meeting on Wednesday! Meeting minutes are available here:
https://wiki.documentfoundation.org/QA/Meetings/2015/May_06

Our next meeting is taking place in two weeks
https://wiki.documentfoundation.org/QA/Meetings/2015/May_20

Interestingly, May 20th also happens to be Metrology Day, dedicated to
"the worldwide uniformity of measurement":
https://en.wikipedia.org/wiki/World_Metrology_Day

Goodness knows that QA testing is very non-uniform at times, but we
can definitely strive for consistency and repeatability in all that we
do!

Best,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: I’m sorry for the whiteboard spam!

2015-04-29 Thread Robinson Tryon
On Wed, Apr 29, 2015 at 10:12 AM, Adolfo Jayme Barrientos
 wrote:
> Hi all,
>
> As I’m a monkey who sucks hard at computers, I have just flopped it
> when trying to fix some whiteboard tags. Pressed “Commit” too soon
> and... accidentally wiped out the rest of tags I didn’t add in my
> query’s exclusion list. So, this mail is to apologize.

Your heart was in the right place, so please don't feel too bad :-)
Speaking on behalf of QA, we definitely appreciate the effort to keep
things neat and tidy!

> I’m fixing everyting manually now. In order not to receive even more
> stupid mail, please adjust your Bugzilla settings [1] and uncheck “Any
> field not mentioned above changes”.

If you need a bit of help getting things cleaned up, let me know.
Manual review of bugs can become a bit of a slog without someone to
keep you company!

Best,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


QA Meeting Minutes - 2015-04-22

2015-04-24 Thread Robinson Tryon
Hi all,

Thanks for the great QA Meeting on Wednesday! Minutes are here:
https://wiki.documentfoundation.org/QA/Meetings/2015/April_22

Our next meeting will be on May 6th:
https://wiki.documentfoundation.org/QA/Meetings/2015/May_06


We've been facing a tough challenge staying below 300 UNCONFIRMED
bugs, with our count currently back up at 324. By our Bug Hunting
Session for 5.0 in May, I hope that we can bring that number down to
250 (and not have it increase back to 300+)

Here are a few tips to help us get some traction in this space:

1) Make sure the summary is accurate

If the summary is vague, please clarify it. Or ask the reporter to do
so (and put the bug in NEEDINFO)

2) Use NEEDINFO whenever you need info from the reporter

If something about the bug isn't clear, if you need a document for
testing, or if you need repro steps from the bug reporter, please
leave a note and put the bug in NEEDINFO status.

We've added an automatic message that lets the bug reporter know that
they should change the status back to UNCONFIRMED after they reply
and/or provide the requested info or materials.

3) Add repro needs to the Whiteboard

If the bug requires Windows 7 and you don't have it, please put
'needsWin7' in the Whiteboard. If the bug requires a WebDAV server for
testing, put 'needsWebDAV' in the Whiteboard.

Appropriate tagging of UNCONFIRMED bugs will help the rest of QA
narrow-in on those particular bugs that require certain repro
environments, and let us complete triage more quickly and more
efficiently.

4) Use [hard to reproduce] in the Summary if testing with the same setup

If you test a bug using the same software and OS versions as the bug
reporter (e.g. LO 4.3.2 + Win7) and can't reproduce the problem, feel
free to add "[hard to reproduce]" at the end of the Summary.

This tag provides a visual clue to the rest of QA that this bug is
unlikely to be easily reproduced, and that unless they're looking for
a big challenge, they should spend time triaging other bugs.


Thanks!
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: .ODS to .XLSX File conversion bug report

2015-04-24 Thread Robinson Tryon
On Fri, Apr 24, 2015 at 9:50 AM, RamonTavarez  wrote:
> The file attached is an .ODS file (1,976 KB).  When seved as  .XLSX file it
> expands to more than 15 MB.
>
> If the new .XLSX files is oppened with MSOffice 2013 it will ask for
> recovery of information within the file,  after that if we save the
> recovered file to the same file type (.XLSX) the file shrinks to 2,393KB.

Hi Ramon,
This mailing list is for discussion of code and programming changes to
LibreOffice. Your best bet with this issue is to start by filing a bug
report in Bugzilla and attaching the original ODS and re-saved files
(I think the 15MB file might be too large an attachment, but the
MS-Office-saved XLSX should fit):
https://bugs.documentfoundation.org

Once the bug is filed, QA will be happy to help triage and (attempt
to) confirm your bug report. if you're interested in delving-into the
code and helping to determine why LibreOffice is saving much larger
files than MS-Office, please post on this mailing list or the
#libreoffice-dev channel on Freenode IRC.

Thanks,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482 | IRC: colonelqubit on Freenode
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


QA Meeting Minutes - 2015-04-08

2015-04-08 Thread Robinson Tryon
Hi all,

Please find QA Meeting Minutes here:
https://wiki.documentfoundation.org/QA/Meetings/2015/April_08

Our next meeting will be on April 22nd, although I'll be travelling on
that day and may have trouble joining y'all in IRC (I know -- it's so
sad...):
https://wiki.documentfoundation.org/QA/Meetings/2015/April_22

Two big takeaways from this meeting:

1) We're stepping up our testing on Android, and will start to use
MozTrap to help keep track of our work

2) Thanks to persistent work by Matthew Francis, we now have a good
way to categorize all of our open, confirmed bugs using "Regression
Triage"

Everything should fall into one of these 3 categories:
(1) A problem that predates LibreOffice "Inherited from OOo"
(2) A regression from some working version of LibreOffice, and
(3) What we're calling an 'implementationError' -- a bug that was
introduced in the code at the same time that a new feature was added

For more details, see
https://wiki.documentfoundation.org/QA/Bugzilla/Fields/Whiteboard/Advanced#Regression_Triage

We've got a big backlog of older bugs that don't have this
categorization fully applied, but I think it's important for us to
start using this system with new bugs to help us better understand and
manage all of our open bugs.

Thanks to everyone who joined the meeting today, and a special thanks
to MJF who was unable to join, but left me notes!

Cheers,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: Testing Request for the "LibreOffice Online" version

2015-04-06 Thread Robinson Tryon
On Wed, Apr 1, 2015 at 6:32 PM, Niels Maschmeyer 
wrote:

>  Hi,
>
> I just read that you pronounced the release of a “Cloud version” in the
> near future (
> http://www.webundmobile.de/Aktuelles/News/LibreOffice-Online-fuer-den-Browser-angekuendigt
> )
> ...
>
I would be very interested in such a development and am very happy to test
> it from our end to support the “Movement” of open documents if there is a
> way…
>

Hi Niels,
The development of LibreOffice Online ("LOOL") is just getting started, and
we're very interested in welcoming new programmers into the project. We're
not quite ready for public testing, but I'll jot your name down and make
sure to let you know when we have a beta available.

If you or Benchmarking.com.au would like to learn more about how to get
involved with the development of LOOL, LibreOffice for Android, or just
LibreOffice, please do let us know. There are a lot of different ways for
companies to contribute to the overall ecosystem, and developer time is one
of our most precious resources!

Best,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


QA Meeting Minutes - 2015-03-11

2015-03-13 Thread Robinson Tryon
Hi all,

Thanks to everyone for a great QA Meeting this Wednesday. Minutes are here:
https://wiki.documentfoundation.org/QA/Meetings/2015/March_11

Our next meting is in two weeks, on Document Freedom Day!
https://wiki.documentfoundation.org/QA/Meetings/2015/March_25

Cheers,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: report a bug while filtering

2015-03-03 Thread Robinson Tryon
)On Tue, Mar 3, 2015 at 5:17 AM, 虹口小徐  wrote:
> hello, I'm using Libreoffice, it's nice.
> my version is 4.3.3.2 i'm using in Simplified Chinese
>
> While I'm ordering Data-Filter and was tring all kinds of filter , the
> system collapsed. as the first two rows of each columns are combined , and
> then I was deleting the second line.
> I don't know how to make it happen again to show you.

Hi,
As you already know, it's really important for us to be able to
reproduce the problem you're experiencing. If the same problem happens
to you again, please file a bug (http://bugs.documentfoundation.org/)
and we can work with you to see if we can reproduce the issue.

Even if we can't reproduce the problem, it's possible that someone
else will have the same issue and find your bug report in the bug
tracker. In this way we can target even hard-to-reproduce bugs by
involving more of our userbase in QA.

> Thank you for your work.
>

You're quite welcome. Thanks for letting us know about your crash!

Best,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


QA Meeting Minutes - 2015-02-25

2015-02-27 Thread Robinson Tryon
Thanks for the great meeting on Wednesday!

We had some great conversations about recruiting and university
collaboration, and apparently I'm now on the hook to make a flag
(thank you Arnaud and Beluga for that important action item ;-)
https://wiki.documentfoundation.org/QA/Meetings/2015/February_25

Our next meeting is on March 11th, which is close to but not actually
St. Patrick's Day. Feel free to wear some green to the meeting if it
strikes your fancy, and of course BYOB:
https://wiki.documentfoundation.org/QA/Meetings/2015/March_11

Best,
--R

-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Re: [IMPORTANT] Google OpenId End-of-Life, Gerrit users need to take action

2015-02-21 Thread Robinson Tryon
On Sat, Feb 21, 2015 at 6:16 AM, Norbert Thiebaud  wrote:
> Google OpenId is going to turn off by April 20...
> A very large portion of hte gerrit users have google are their sole
> openid provider linked to their account.
> You need to link one or more other OpenId provider to your existing
> account. See:
> https://wiki.documentfoundation.org/Development/GoogleOpenID

Perhaps that page can link to/get cosy with this one?
https://wiki.documentfoundation.org/Website/OpenID

>
> If you fail to do so by April 20th, then you will not be able to
> log-in your current gerrit account.

Unless y'all have a favorite alternative OpenID provider, I suggest
you take a look at Launchpad/UbuntuOne. Hopefully Launchpad will
continue to offer OpenID support for at least a few more months:
https://wiki.documentfoundation.org/Website/OpenID#Need_an_OpenID_for_one_of_our_services.3F


Best,
--R


-- 
Robinson Tryon
QA Engineer - The Document Foundation
LibreOffice Community Outreach Herald
qu...@libreoffice.org
802-379-9482
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


  1   2   3   >