Module: tools
Branch: master
Commit: 97036c17e646267916d87da7570a420631611d9a
URL: http://source.winehq.org/git/tools.git/?a=commit;h=97036c17e646267916d87da7…
Author: Francois Gouget <fgouget(a)codeweavers.com>
Date: Thu Dec 7 04:13:09 2017 +0100
testbot: Document a quirk of Collection::Add().
Not only does it not force loading from the database, it marks the
Collection as loaded. So if Add() is the first call on a Collection,
calling GetKeys() or GetItems() later on will only return the new
Item.
Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
testbot/lib/ObjectModel/Collection.pm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/testbot/lib/ObjectModel/Collection.pm b/testbot/lib/ObjectModel/Collection.pm
index 9d3d3ae..1b29ec1 100644
--- a/testbot/lib/ObjectModel/Collection.pm
+++ b/testbot/lib/ObjectModel/Collection.pm
@@ -168,6 +168,11 @@ sub Load($)
Instantiates a new Item and adds it to the Collection.
+Note that not only does calling Add() not force loading from the database,
+it marks the Collection as loaded. So if Add() is the first call on a
+Collection, calling GetKeys() or GetItems() later on will only return the new
+Item.
+
See Item->new() for details on the Item's default column values and for
important information regarding its primary key.
Module: wine
Branch: master
Commit: 83bbeab9b2d0ceac2548d2a9d8e5aefb0d9f5606
URL: http://source.winehq.org/git/wine.git/?a=commit;h=83bbeab9b2d0ceac2548d2a9d…
Author: Austin English <austinenglish(a)gmail.com>
Date: Wed Dec 6 13:51:09 2017 -0600
maintainers: Move WineHQ URLs to https.
Signed-off-by: Austin English <austinenglish(a)gmail.com>
Signed-off-by: Alexandre Julliard <julliard(a)winehq.org>
---
MAINTAINERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 2f92151..6845a7a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3,7 +3,7 @@
List of Wine subsection maintainers
When submitting patches to Wine, the guidelines at
-<http://wiki.winehq.org/SubmittingPatches> should be followed. This file
+<https://wiki.winehq.org/SubmittingPatches> should be followed. This file
contains a list of maintainers for subsections of Wine. When submitting
patches, you may want to CC relevant people from this list. If you have
questions about your work in an area of Wine, you may find a list of
@@ -317,7 +317,7 @@ F: */
Stable Branch
M: Michael Stefaniuc <mstefani(a)winehq.org>
-W: http://wiki.winehq.org/StableRules
+W: https://wiki.winehq.org/StableRules
Staging Branch
M: Sebastian Lackner <sebastian(a)fds-team.de>