Tom Bogle

Results 45 comments of Tom Bogle

@FoolRunning Any idea whether this was/is intentional (seems unlikely) or whether fixing it one way or another would break something in Paratext? My inclination would be to say that setting...

If @FoolRunning or someone on the Paratext 9 team can work with us to follow up and ensure that fixing this doesn't create a subtle bug (or even a really...

*[`SIL.Core/ClearShare/CreativeCommonsLicenseBare.cs` line 12 at r4](https://reviewable.io/reviews/sillsdev/libpalaso/1478#-OeRm1OP5B9PDGjOMrl2:-OebGQfA2K8LDMFe-LbA:b-xpubm7) ([raw file](https://github.com/sillsdev/libpalaso/blob/5edc50c20f4b880399f336665e7019b8c0386bcf/SIL.Core/ClearShare/CreativeCommonsLicenseBare.cs#L12)):* Previously, aror92 (Ariel Ror.) wrote… What do you think of one of these names instead for the "Bare" version?: "CreativeCommonsLicenseText" or "CreativeCommonsLicenseInfo". Jason...

*[`SIL.Core/ClearShare/LicenseUtils.cs` line 11 at r5](https://reviewable.io/reviews/sillsdev/libpalaso/1478#-OebVUYR1IrEV3XCQ2JO:-OerBoQQ5yN7D6dWQrB0:b5a9c98) ([raw file](https://github.com/sillsdev/libpalaso/blob/7dea421aef2243a781b3b4b5b633871ce30f89dc/SIL.Core/ClearShare/LicenseUtils.cs#L11)):* Previously, jasonleenaylor (Jason Naylor) wrote… @tombogle It has been particularly tricky to get this to work well in consuming classes in an intuitive...

*[`SIL.Windows.Forms/ClearShare/WinFormsUI/MetadataEditorControl.cs` line 76 at r10](https://reviewable.io/reviews/sillsdev/libpalaso/1478#-Og30tcqDcHQl6022HdZ:-Og30l3Q9gW-Z_EmseAZ:bbc6myh) ([raw file](https://github.com/sillsdev/libpalaso/blob/d961c94f0c58eac96909a7d5394c7e8af36808d8/SIL.Windows.Forms/ClearShare/WinFormsUI/MetadataEditorControl.cs#L76)):* > ```Smalltalk > > _copyrightBy.Text = _metadata.GetCopyrightBy(); > if (_metadata.License!=null && (_metadata.License is ILicenseWithImage)) > ``` Can also be simplified _Code snippet:_ ```Smalltalk...