Skip to content

Modify .gitignore file - #1

Merged
andrew-polk merged 1 commit into
BloomBooks:masterfrom
andrew-polk:modifyGitIgnore
Oct 6, 2014
Merged

Modify .gitignore file#1
andrew-polk merged 1 commit into
BloomBooks:masterfrom
andrew-polk:modifyGitIgnore

Conversation

@andrew-polk

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread .gitignore Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another way to ignore the directory bin and all its contents would be:
bin/

(To ignore it only in the root directory you'd write /bin/)

Better way of ignoring directories
@andrew-polk

Copy link
Copy Markdown
Contributor Author

Gordon says looks good but doesn't have write permission.

andrew-polk added a commit that referenced this pull request Oct 6, 2014
@andrew-polk
andrew-polk merged commit 3235f1c into BloomBooks:master Oct 6, 2014
@andrew-polk
andrew-polk deleted the modifyGitIgnore branch October 6, 2014 17:54
hatton pushed a commit that referenced this pull request Sep 8, 2016
jsubloom referenced this pull request in jsubloom/BloomDesktop Jan 16, 2019
gmartin7 pushed a commit that referenced this pull request Jul 11, 2023
* mostly affects Credits page
* enlarge bottom logos
* add USAID to copyright
gmartin7 added a commit that referenced this pull request Jul 11, 2023
[5.4] BL-12396 Guatemala branding #1 (#5972)

Co-Authored-By: Gordon Martin <gordon_martin@sil.org>
hatton added a commit that referenced this pull request Jun 26, 2026
#7949)

Code changes responding to the PR review:

- Team Collections (review #1/#3/#4/#13): BloomBridge's mutating external
  endpoints (add/update/process-book) now fail fast on a Team Collection rather
  than silently corrupting a shared collection (they don't honor checkout, the
  TeamCollection.status file, or TC renames). Adds
  CollectionModel.IsEditableCollectionATeamCollection and
  ExternalApi.RefuseIfTeamCollection, and documents the non-TC assumption on
  CollectionModel.AddBookFromFolder.

- Off-screen JS bridge cleanup (#6/#7/#8) in BookProcessor: the capture trigger
  is now fire-and-forget (its result was discarded), the redundant
  Application.DoEvents() in the poll loop is removed (the sync call already pumps
  the loop), and WaitForJavascriptResult documents why the off-screen processor
  keeps the poll-a-window-global approach rather than the live editor's async
  API callback.

- Async page-readiness (#10/#11/#15): SetImageDisplaySizeIfCalledFor now
  registers a requestPageContent delay around its asynchronous image-info fetch
  and resize, so captureContentForExternalProcessing waits for image sizing to
  finish before capturing. Corrects the editablePage.ts comments that wrongly
  called the load-time fix-ups "synchronous", and clarifies the natural-size
  fallback in autoFitImageOverTextSplits.

- autoFit overlays (#14): fitOneImageOverTextSplit now also skips pages whose top
  pane has non-text overlays (canvas elements other than the background image),
  not just text overlays.

- Smaller comment fixes: clarify the "already in the collection" guard in
  AddBookFromFolder (#2); document that the process-book overlay message is
  intentionally not localized (#12); note that priorForeground is captured once
  on purpose (#5); move the JSON-vs-delimiter note next to the code it describes
  (#16); raise the ExternalBusyOverlay z-index (#17).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
JohnThomson added a commit that referenced this pull request Jul 10, 2026
…wn-locked books

Two bugs diagnosed from e2e-4's fully-logged failure (see the batch doc's
OUTSTANDING BUGS #1):

- CloudBookTransfer staged every download into the FIXED temp path
  %TEMP%\BloomCloudTCDownload, shared by every download in every Bloom
  process; TemporaryFolder.Dispose deletes the whole folder, so two
  concurrent instances (shared-machine TC use, and every two-instance E2E
  scenario) clobbered each other mid-copy ('Could not find file ...
  A5 Portrait.htm'). The staging folder name is now unique per call.

- QueueMissingRepoBooksForBackgroundDownload skipped books locked by
  ANYONE, so a teammate checking a book out seconds after one transient
  download failure left it missing for the whole lock duration. The skip
  now only covers books locked by the CURRENT user (the genuine
  rename-mid-checkin edge); a teammate's lock does not block downloading
  committed content (same semantics as Receive).

Tests: locked-by-me still skips; locked-by-teammate now downloads.
Cloud filter 420/420 green.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants