12301 Commits

Author SHA1 Message Date
63784fbf33 Merge branch 'insert-deploy-packagist' into 'master'
Insert deploy packagist

See merge request !5
2016-11-19 19:44:07 +01:00
e4f5fe4e04 fix update packagist script 2016-11-19 19:28:00 +01:00
6ec1d44978 fix deploy command and improve scripts
The scripts now test that variables are set.
The "deploy to packagist" build should return an error if not successful.
2016-11-19 19:15:18 +01:00
5ac623075d add "deploy to packagist" stage during ci 2016-11-17 22:29:40 +01:00
b396826d8e removing testdox for a better understanding of failure message 2016-11-17 21:59:12 +01:00
38ed02b514 Customization of buttons :
- new bt-show and bt-new classes
- add margin-right after i inside sc-button
2016-11-15 21:49:33 +01:00
961d942f38 layout improvement in UI 2016-11-15 21:42:17 +01:00
ff3daec08e fix style on bt create 2016-11-15 21:42:17 +01:00
9f3cdfdff8 improve layout of activity type form 2016-11-15 14:32:11 +01:00
5dda66342a add an "active" field on activity type 2016-11-14 23:00:13 +01:00
bd78722a6b fix test for inserting addresses 2016-11-13 21:41:51 +01:00
f8dd08d194 adding div around title
Those div are required to solve ref Chill-project/Chill-Person#12
2016-11-13 21:04:20 +01:00
5fd6aa95e5 make cf-title look a legend
ref Chill-project/Chill-Person#12
2016-11-13 20:59:08 +01:00
4c265ef293 improve layout of custom field on view page
ref #12
2016-11-13 20:27:20 +01:00
d90be4ec46 removing debug info from grunt 2016-11-13 20:26:19 +01:00
428007284e adapt ExportManager test to current api 2016-10-20 12:21:29 +02:00
ef96aad966 fix doc for export interface 2016-10-20 12:21:19 +02:00
90ced95a4b allow to pass customfields to person list widget 2016-10-20 12:10:52 +02:00
7c6d446b87 allow empty configuration for widgets 2016-10-20 12:07:48 +02:00
771fa68c2f adding an order on person list widget 2016-10-13 22:39:56 +02:00
813f9e389f fixing typo in widget page 2016-10-07 00:31:39 +02:00
fe8ade2ca8 add documentation for widget 2016-10-07 00:27:12 +02:00
89aa9a0fb4 Merge branch 'master' of git.framasoft.org:Chill-project/Chill-Person 2016-10-06 15:12:42 +02:00
c82a1de1a9 fix translation 2016-10-06 15:12:26 +02:00
82c7434871 adding custom filtering on personListWidget 2016-10-06 11:46:37 +02:00
010c7652a6 Fixing minor issue with widget api and removing homepage menu 2016-09-23 12:34:48 +02:00
de4844fb9d removing homepage menu from routing 2016-09-23 12:33:20 +02:00
38df9bb91d adding a widget "add a person" on homepage, replacing the homepage menu
We use the new widget api to add a widget "add a person" on homepage. The homepage menu is deprecated.
2016-09-23 12:29:46 +02:00
adbc59ec76 Merge remote-tracking branch 'origin/master' 2016-09-19 00:02:55 +02:00
2f5efd50e8 add a widget to display a person list on homepage 2016-09-18 23:57:32 +02:00
a3e7c60e01 replacing delegated_block api by widget api 2016-09-18 23:55:15 +02:00
812aeac3d7 adding style to pagination
ref #24
2016-09-06 13:15:35 +02:00
53a6ca3d6b adding doc about pagination 2016-09-05 23:16:42 +02:00
c2e96f7052 try to fix artifact 2016-09-04 21:33:41 +02:00
6ff3c44145 fixing artifact and removing before_script on build-doc 2016-09-04 21:29:17 +02:00
1e3d7bc43c fixing error in .gitlab-ci, setting stages 2016-09-04 21:22:35 +02:00
55192a07eb adding job to build api doc 2016-09-04 21:16:09 +02:00
79dd4bfac8 Removing the --testdox argument on phpunit
This should improve the readability on tests result (which test fails).
2016-09-02 14:38:34 +02:00
6855923b37 removing the --testdox report for phpunit execution
This should improve readability on which test failed.
2016-09-02 14:37:40 +02:00
9100bb14b3 fixing the call on js function 2016-09-02 08:26:18 +02:00
99c1d488e3 adding condition for displaying message with number of result
Now, the message "Result x-y of z" displays only if the number
of events in result is > 0
2016-09-02 08:24:42 +02:00
09f46d804a adding translation for export 2016-09-02 08:23:43 +02:00
32f887d71f adding the paginator to timeline 2016-09-02 08:21:42 +02:00
1b674f9141 renaming some function in paginator + fixing bug in paginator
- the '*itemPerPage' function are renamed '*itemsPerPage'
- the paginatorFactory now get the route parameters correctly
2016-09-02 08:20:08 +02:00
82b0fad8de renaming SearchInterface::SEARCH_PREVIEW => SEARCH_PREVIEW_OPTION 2016-08-25 22:18:40 +02:00
10ea0c77e7 adding pagination on search + renaming option 2016-08-25 22:18:12 +02:00
f442bf54b7 implements the preview of search 2016-08-25 22:18:12 +02:00
ede767d01a renaming SEARCH_PREVIEW => SEARCH_PREVIEW_OPTION 2016-08-25 22:15:33 +02:00
2a10929d36 implementing the pagination api and the search preview 2016-08-19 21:35:41 +02:00
d20404bc3c implementing pagination api on search, and creating a "preview" of results
The search controller return a subset of the 5 first results. If the user want to
see more, the services implementing SearchInterface should add a link "see more",
and make use of the Pagination API to paginate.
2016-08-19 21:33:37 +02:00