Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Various improvements #84

Open
wants to merge 88 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
88 commits
Select commit Hold shift + click to select a range
f3eb7b7
Make sure to load everything for tests.
Oct 2, 2014
9f9b60d
Make sure we don't change parameters when overriding methods.
Oct 2, 2014
95e3c18
Fixed test coverage annotations.
Oct 2, 2014
f867b66
Don't use deprecated `assertTag`.
Oct 2, 2014
8690eea
Removed unused attribute assignment on a non-existent object.
Oct 2, 2014
b5295dc
Be more specific about the directory to run tests from.
Oct 2, 2014
199204a
Added rake php:unit.
Oct 2, 2014
4d27956
Trying some stuff with PHP config.
Oct 2, 2014
da37de0
Explicitly capture and dump it out.
Oct 3, 2014
fe6fa5a
Don't include coverage.
Oct 3, 2014
95a60d5
Don't convert anything to exceptions.
Oct 3, 2014
38fe127
Show what phpunit is actually doing.
Oct 3, 2014
1d71ce1
Now properly printing the HTML foot text
adamfranco Apr 3, 2015
d7dbf42
Stop logging everything
csbailey5t Mar 14, 2016
4a01948
Use TimelineJS instead of Simile
csbailey5t Mar 14, 2016
fb841d1
Parse the date string and use it in the slide
csbailey5t Mar 14, 2016
7e3a99d
Refactor just a bit
csbailey5t Mar 14, 2016
bfb5b8a
Pull in the record's title and include it in the slide
csbailey5t Mar 14, 2016
f560633
Add a title slide with the timeline title and description
csbailey5t Mar 15, 2016
8eb6930
Refactor date and add image support to the slide
csbailey5t Mar 17, 2016
b18acdf
Add the end date of a record to the slide if the record has an end date
csbailey5t Mar 18, 2016
038a898
Remove old code, make slide title a link
csbailey5t Mar 21, 2016
ef1260f
Only add a description to the record slide if it exists
csbailey5t Mar 28, 2016
aaa6649
Set the id of the timeline div to match the timeline record id, allow…
csbailey5t Mar 28, 2016
78502a4
Add an alert warning for slow render times for large amounts of data
csbailey5t Apr 14, 2016
3c6bdce
load external scripts over SSL
NedHenry Jun 21, 2016
b56c2f0
Supported updated syntax for internal assets
NedHenry Jun 21, 2016
94697c6
Do not use invalid date value '0000-00-00'
jajm Oct 25, 2016
dd887d3
Merge remote-tracking branch 'adamfranco/adamfranco-patch-1-echo_foot'
Daniel-KM Nov 27, 2016
b104b04
Fixed Travis and PhpUnit tests.
Daniel-KM Nov 27, 2016
13e03f5
Merge remote-tracking branch 'nedhenry/master'
Daniel-KM Nov 27, 2016
1b039a7
Fixed default added date for mysql 5.6.
Daniel-KM Nov 27, 2016
058075c
Merge remote-tracking branch 'biblibre/invalid-date-0000-00-00'
Daniel-KM Nov 27, 2016
0721a16
Merge remote-tracking branch 'origin/feature/fix-travis'
Daniel-KM Nov 27, 2016
1e210bf
Fixed the use of internal assets.
Daniel-KM Nov 27, 2016
6e43a6f
Updated the javascript library (only urls are changed).
Daniel-KM Nov 27, 2016
473b662
Merge remote-tracking branch 'origin/timelinejs'
Daniel-KM Nov 27, 2016
d3acbaa
Added an option to choose between the Simile and the Knightlab timeli…
Daniel-KM Nov 27, 2016
26a1243
Cleaned PHPUnit testing files.
Daniel-KM Nov 27, 2016
62c2fc7
Fixed strict standard.
Daniel-KM Nov 27, 2016
0d063cc
Fixed the hook for items browse sql.
Daniel-KM Nov 27, 2016
fcc6387
Fixed the uninstall message and reorder hooks logically.
Daniel-KM Nov 27, 2016
d4b7ec6
Removed useless requirements.
Daniel-KM Nov 27, 2016
6c2b4b2
Normalized the name of the creator to the owner.
Daniel-KM Nov 27, 2016
6e047f7
Normalized the name of a method.
Daniel-KM Nov 27, 2016
67b37a5
Replaced the hook "items_browse_sql" by the filter "items_browse_para…
Daniel-KM Nov 27, 2016
1369c27
Made compatible with the plugin "Search by Metadata".
Daniel-KM Nov 27, 2016
da7b996
Normalized config form.
Daniel-KM Nov 27, 2016
43d81b2
Normalized timeline form.
Daniel-KM Nov 27, 2016
8c0e111
Normalized the controller and the table.
Daniel-KM Nov 27, 2016
e7842c8
Normalized the model and the table.
Daniel-KM Nov 27, 2016
e93b1cd
Moved the helper for functions.
Daniel-KM Nov 27, 2016
6376d78
Moved class used for assertion.
Daniel-KM Nov 27, 2016
57c3eee
Updated readme.md.
Daniel-KM Nov 27, 2016
99e3160
Normalized the main class and moved the upgrade inside a specific file.
Daniel-KM Nov 27, 2016
bd00dd3
Allowed a single number to be rendered as a year, if desired.
Daniel-KM Nov 27, 2016
c2ce077
Added a column to manage parameters of the timelines.
Daniel-KM Nov 27, 2016
c185fff
Replaced the center_date by a parameter.
Daniel-KM Nov 27, 2016
b9b6cc1
Added a default to center date.
Daniel-KM Nov 27, 2016
f238fa7
Allowed to set a specific element for title, description, date, rende…
Daniel-KM Nov 27, 2016
0672eff
Added an option to set an element for the end date.
Daniel-KM Nov 27, 2016
c520e43
Published fixes and improvements.
Daniel-KM Nov 27, 2016
c18d20a
Converted queries into json.
Daniel-KM Nov 27, 2016
44eccef
Set title and description not null.
Daniel-KM Nov 27, 2016
d82379a
Fixed tests.
Daniel-KM Nov 27, 2016
9d16f63
Added a message to center the view on the earliest or the latest date.
Daniel-KM Nov 27, 2016
6c7c485
Added a text area to set the javascript parameters for each timeline.
Daniel-KM Nov 27, 2016
64fb7e0
Fixed upgrade with mysql 5.7 and from some old releases.
Daniel-KM Nov 27, 2016
8ca43ba
Fixed filter in background context.
Daniel-KM Dec 4, 2016
0fe4adb
Added default dummy controller.
Daniel-KM Dec 4, 2016
21356cb
Added an option to add a link in the secondary nav.
Daniel-KM Dec 4, 2016
eaf1cb7
Displayed the secondary link like the Geolocation map.
Daniel-KM Dec 4, 2016
ec79a7d
Fixed external assets.
Daniel-KM Jan 5, 2017
fc73503
Fixed strings.
Daniel-KM Apr 16, 2017
fea58fa
Increased default height to 400px.
Daniel-KM Apr 16, 2017
6672006
Modified default values.
Daniel-KM Apr 16, 2017
e7cabbb
Fixed json header.
Daniel-KM Apr 16, 2017
4f2b0d1
Updated to follow the release for Omeka S.
Daniel-KM Apr 16, 2017
7d72b21
Updated for Omeka 2.5 and released version 2.3.
Daniel-KM Apr 16, 2017
2b95793
Updated a test for new default values.
Daniel-KM Apr 16, 2017
49ffabf
Updated travis config.
Daniel-KM Apr 16, 2017
d802058
Added a warning for Simile on a site with https.
Daniel-KM Jun 25, 2017
5f705f0
Added an option to force internal assets for the Simile widget on an …
Daniel-KM Jun 25, 2017
9a006fc
Fixed docblock.
Daniel-KM Apr 8, 2018
d355102
Updated link in readme.
Daniel-KM Apr 8, 2018
2dd80b5
Updated Knightlab library to follow Omeka S version.
Daniel-KM Apr 8, 2018
d218d3b
Fixed display of negative range.
Daniel-KM Apr 29, 2018
ed28a82
Released version 2.3.1.
Daniel-KM Apr 29, 2018
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
23 changes: 16 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,28 @@
# Travis doesn't pass php 5.3 anymore, neither Omeka 2.1.
language: php

php:
- 5.4
- 5.5
- 5.6
#- '5.2'
#- '5.3'
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- '7.1'

env:
#- OMEKA_BRANCH=stable-1.5
- OMEKA_BRANCH=stable-2.0
#- OMEKA_BRANCH=stable-2.0
#- OMEKA_BRANCH=stable-2.1
- OMEKA_BRANCH=stable-2.2
- OMEKA_BRANCH=stable-2.3
- OMEKA_BRANCH=stable-2.4
- OMEKA_BRANCH=stable-2.5

before_script:
- ./travis_setup.sh
#- export OMEKA_DIR=/home/travis/builds/scholarslab/NeatlineTime/omeka
- ./tests/travis_setup.sh

script: ./travis_tests.sh
script: ./tests/travis_tests.sh


notifications:
Expand Down
Loading