Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
PicaRecord
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dmj
PicaRecord
Graph
25e9f54193d63196a10ed6000f3a853f6505d20a
Select Git revision
Branches
3
master
default
protected
next
php5
Tags
9
v1.1.1
v1.1.0
help
v1.0.1
v1.0.0
v0.3.1
v0.3.0
v0.2.0
v0.1.0
12 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
26
Aug
16
Apr
26
Jul
2
Jan
22
Dec
23
Jul
12
Aug
7
23
May
14
Jan
13
10
6
Aug
17
Apr
5
Mar
29
Feb
17
16
15
Revert "Update typehint to avoid warning"
master
master
Require PHP 7.3 in Travis
Fix call to undefined method Field::append()
php5
php5
Use addSubfield() to add subfields
Update typehint to avoid warning
Require phan/phan and phpstan/phpstan for development
Require PHP >= 7.1
Require PHP 7.2 in Travis
Bump copyright year
Use docker to run unit tests
Update tests to use PHPUnit 8
.gitignore
Enable Travis CI
Merge pull request #1 from seboettg/master
v1.1.1
v1.1.1
Merge pull request #1 from seboettg/seboettg-hash-subfields
Update Subfield.php
Declare $_subfields property
help v1.1.0
help v1.1.0
Update copyright
Add unit test for serialization
New function: Return true if field has subfield
Factor out subfield code pattern
Properly handle record w/o local record fields
v1.0.1
v1.0.1
Update documentation
v1.0.0
v1.0.0
Add .eproject metadata
Relocate unit tests
next
next
New function: Return all subfields with specified code
Add PSR-0 autoloader declaration
Fix docstring of PHPUnit bootstrap
Fix project name in composer.json
Adjust directory structure for package delivery via Composer
Allow empty subfield values (031N)
Set and get containing parent records
New variable: Containing parent record
New functions: Check if concrete nested records contain a record
New function: Return true if nested records contains a record
Bump version to 0.3.1
v0.3.1
v0.3.1
Do not delegate getFields() to contained records
.gitignore: Fix pattern for Emacs auto-save files
Bump version number
v0.3.0
v0.3.0
Fix E_STRICT compliance