About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
development:git-branches

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
development:git-branches [2023/03/03 19:03] – [Feature Branches] demiankatzdevelopment:git-branches [2023/11/16 16:18] demiankatz
Line 1: Line 1:
 ====== Useful Git Branches ====== ====== Useful Git Branches ======
- 
-Some features are not available in the core VuFind® distribution, either because they have been deprecated, because they have not been released yet, or because the VuFind® team has not yet committed to maintaining them in the long term. These features are maintained in separate branches in the VuFind® GitHub repository and may be merged in manually if they meet your local needs. 
  
 ===== Key Branches and Tags ===== ===== Key Branches and Tags =====
Line 18: Line 16:
   * If you want to get an exact release from a specific point in time, use the "vx.y.z" tag.   * If you want to get an exact release from a specific point in time, use the "vx.y.z" tag.
  
-===== Feature Branches =====+===== Other Branches ===== 
 + 
 +Some features are not available in the core VuFind® distribution, either because they have been deprecated, because they have not been released yet, or because the VuFind® team has not yet committed to maintaining them in the long term. These features are maintained in separate branches in the VuFind® GitHub repository and may be merged in manually if they meet your local needs. 
 + 
 +==== Feature Branches ====
  
 Features that may be useful but which the core VuFind® team is not yet ready to fully support are given feature branches. Features that may be useful but which the core VuFind® team is not yet ready to fully support are given feature branches.
Line 26: Line 28:
   * [[https://github.com/vufind-org/vufind/tree/feature/heroku|feature/heroku]] - This adds experimental support for running VuFind® on [[https://www.heroku.com/|Heroku]]. Not all features are supported. See [[https://github.com/vufind-org/vufind/pull/913|#913]] for details.   * [[https://github.com/vufind-org/vufind/tree/feature/heroku|feature/heroku]] - This adds experimental support for running VuFind® on [[https://www.heroku.com/|Heroku]]. Not all features are supported. See [[https://github.com/vufind-org/vufind/pull/913|#913]] for details.
   * [[https://github.com/vufind-org/vufind/tree/feature/text-only-theme|feature/text-only-theme]] - A stripped-down, text-only theme for extreme bandwidth situations. Inspired by [[https://text.npr.org/]].   * [[https://github.com/vufind-org/vufind/tree/feature/text-only-theme|feature/text-only-theme]] - A stripped-down, text-only theme for extreme bandwidth situations. Inspired by [[https://text.npr.org/]].
-===== Legacy Branches =====+ 
 +==== Legacy Branches ====
  
 Features that have been deprecated and removed from dev are given "legacy" branches where volunteers are free to keep them up to date with dev if they need to do so. Feel free to issue pull requests against the legacy branches if you wish to help keep them up to date. Features that have been deprecated and removed from dev are given "legacy" branches where volunteers are free to keep them up to date with dev if they need to do so. Feel free to issue pull requests against the legacy branches if you wish to help keep them up to date.
development/git-branches.txt · Last modified: 2024/02/05 13:59 by demiankatz