Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial draft for listing new and modified concepts for a vocabulary in the REST API #982

Merged
merged 31 commits into from
Jun 15, 2020
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
7f4ada2
initial draft for the REST API methods returning new and modified con…
joelit May 6, 2020
765e9a1
Separated the functionality of WebController and RestController when …
joelit May 8, 2020
c177381
Amended tests to reflect the change in functionality
joelit May 8, 2020
65ea798
Timestamps passed from vocabulary as native PHP dateTimes, then proce…
joelit May 8, 2020
ce77bc6
Added handling of malformed date strings and tests
joelit May 12, 2020
80bde33
Fixed a method argument
joelit May 12, 2020
1b672e1
Fixed a method argument
joelit May 12, 2020
852dedc
using a PHP 7.1 compatible way for formating DateTime object
joelit May 12, 2020
be3076c
Numerous style tweaks. Added a limit parameter to parameterize the si…
joelit May 12, 2020
f2b8a57
Additional documentation for mappings-method
joelit May 14, 2020
c0bde73
Merge branch 'master' into issue862-mappings-documantation
May 14, 2020
454f1d0
Merge pull request #985 from NatLibFi/issue862-mappings-documantation
May 14, 2020
b42ff05
fixed a parameter name
joelit May 14, 2020
a326450
Merge pull request #987 from NatLibFi/issue986-fix-mappings-apidoc
May 14, 2020
d110308
fix typo in test name
kouralex Jun 3, 2020
4dd782f
initial draft for the REST API methods returning new and modified con…
joelit May 6, 2020
cb1bf10
Separated the functionality of WebController and RestController when …
joelit May 8, 2020
8d7bbdb
Amended tests to reflect the change in functionality
joelit May 8, 2020
31a422f
Timestamps passed from vocabulary as native PHP dateTimes, then proce…
joelit May 8, 2020
a3482bc
Added handling of malformed date strings and tests
joelit May 12, 2020
02c9b04
Fixed a method argument
joelit May 12, 2020
8be9f70
Fixed a method argument
joelit May 12, 2020
d209a45
using a PHP 7.1 compatible way for formating DateTime object
joelit May 12, 2020
52c84dc
Numerous style tweaks. Added a limit parameter to parameterize the si…
joelit May 12, 2020
2b5a423
Refactored methods, added swagger documentation
joelit Jun 10, 2020
0c20bac
Merge commit
joelit Jun 10, 2020
a171d68
cleaning up the code
joelit Jun 12, 2020
4d84b21
Added tests. Fixed abiguity between the namespace prefixes dc, dct, d…
joelit Jun 12, 2020
e5c649d
created & modified properties moved to the correct namespace
joelit Jun 12, 2020
053b065
Handling and tests for malformed dates
joelit Jun 12, 2020
a907434
Fixed PHPDoc comments
joelit Jun 15, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixed a method argument
  • Loading branch information
joelit committed May 12, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 1b672e196ae5c619581c07c45678ecf2f22dc379
2 changes: 1 addition & 1 deletion controller/WebController.php
Original file line number Diff line number Diff line change
@@ -567,7 +567,7 @@ public function invokeChangeList($request, $prop='dc:created')
// render template
echo $template->render(
array(
'vocab' => $vocab,
'vocab' => $request->getVocab(),
'languages' => $this->languages,
'request' => $request,
'changeList' => $bydate)