- Nov 26, 2014
-
-
Martin Czygan authored
From: https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html > When a text file is normalized, its line endings are converted to LF in the repository. To control what line ending style is used in the working directory, use the eol attribute for a single file and the core.eol configuration variable for all text files.
-
Martin Czygan authored
Net change of: $ git hist -- local/config/vufind/config.ini * 12e3f23c 2014-10-14 | * reverted vendor to vufind.org state * added composer.phar * updated all dependencies from composer.json [Ulf Seltmann] * 147eba31 2014-09-11 | added alpha config [root]
-
Martin Czygan authored
A combined, slightly modified version of the changes to README.md from: * eac50fca 2014-11-03 | added dev-dependencies to add ci-tools via composer [Ulf Seltmann] * 12e3f23c 2014-10-14 | * reverted vendor to vufind.org state * added composer.phar * updated all dependencies from composer.json [Ulf Seltmann] * 729ff5e3 2014-09-11 | modified docu [smoebody]
-
Martin Czygan authored
-
Martin Czygan authored
In existing branch: $ git diff d26d7b8c^..eff4fa4d -- local/dev > local-dev.patch Apply patch in the new branch: $ git apply local-dev.patch This combines the following commits: * eff4fa4d 2014-11-06 | fix relative path in local/dev/.gitignore (origin/issue/4117, issue/4117) [Martin Czygan] * 8bd99282 2014-11-06 | ignore developer-specific ini files [Martin Czygan] * cbf32081 2014-10-23 | modified default dev-config [seltmann] * d26d7b8c 2014-10-22 | added dev config and some gitignore entries [seltmann]
-
Martin Czygan authored
Cherry-picked 47cb19e9.
-
Martin Czygan authored
List all files, that are ignored, yet tracked and remove them from the repository without deleting them on disk: $ git ls-files -ci --exclude-standard -z | xargs -0 git rm --cached
-
Martin Czygan authored
This combines the changes to .gitignore from three commits: 91847d1a added oauth token to provide composer with github login credentials 75681907 added git config d26d7b8c added dev config and some gitignore entries via `git diff d26d7b8c^..91847d1a -- .gitignore`, except `vendor/*` is changed to `/vendor` so it does not match: themes/bootstrap3/js/vendor
-
Martin Czygan authored
As introducted by eac50fca.
-
Martin Czygan authored
Introduced in eac50fca. I am bit unsure about binaries in source repositories.
-
Martin Czygan authored
As introduced by 91847d1a.
-
Martin Czygan authored
-
- Nov 14, 2014
-
-
Chris Hallberg authored
-
Chris Hallberg authored
-
Chris Hallberg authored
-
Chris Hallberg authored
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
- Nov 13, 2014
-
-
Chris Hallberg authored
-
Chris Hallberg authored
Simpler initialize size. Minimap that shows context. Performance update.
-
-
sestakjakub authored
- added form-control class to inputbox
-
- Nov 12, 2014
-
-
Chris Hallberg authored
-
Demian Katz authored
-
- Nov 11, 2014
-
-
Chris Hallberg authored
-
Ere Maijala authored
-
Chris Hallberg authored
-
- Nov 07, 2014
-
-
Oliver Schihin authored
* note_780_5 is "absorbed" * German value translates to "absorbed into", so the other way round * proper translation is "Darin aufgegangen" ("Absorbiert" would sound very chemical) * see for MARC: http://www.loc.gov/marc/bibliographic/bd780.html * German translation by Deutsche Nationalbibliothek is identical: http://d-nb.info/996983511/34
-
Demian Katz authored
-
Demian Katz authored
-
Demian Katz authored
-
- Nov 06, 2014
-
-
Demian Katz authored
- Resolves VUFIND-1042.
-
Demian Katz authored
-
Demian Katz authored
-
- Nov 05, 2014
-
-
Chris Hallberg authored
-
Chris Hallberg authored
-
Chris Hallberg authored
-
- Nov 04, 2014
-
-
Chris Hallberg authored
Fix usercomments to require login before posting comments. Avoids/Fixes a nasty Lightbox redirect bug.
-
Chris Hallberg authored
-