Commit Graph

915 Commits

Author SHA1 Message Date
Jérôme Le Gal 7557d6d619 entities.php: fix some spelling issues in french translation 2017-07-22 23:45:08 +02:00
Jérôme Le Gal 57eeb9b0a3 common.php: fix some spelling issues in french translation 2017-07-22 23:45:08 +02:00
Jérôme Le Gal 813c7d5902 auth.php: fix some spelling issues in french translation 2017-07-22 23:45:08 +02:00
Dan Brown f200b4183d
Defined LDAP constant for testing without LDAP installed 2017-07-22 17:22:31 +01:00
Dan Brown 33642c20ec
Fixed faulty text rendering calls and LDAP tests 2017-07-22 17:10:52 +01:00
Dan Brown 2704962277
Updated utfmb4 upgrade command 2017-07-22 16:19:17 +01:00
Dan Brown 6bcd89acf7
Moved utf8mb4 migration to command instead of migration
To prevent errors upon migration.
Command generates out the SQL syntax to make the change instead
so the upgrade can be done manually.

In reference to #425
2017-07-22 15:54:17 +01:00
Dan Brown 433cb9b3b2
Improved breadcrumb responsiveness
Closes #426
2017-07-22 15:20:36 +01:00
Dan Brown 7f43372dd4
Fixed broken code block rendering when using DOMPDF
Fixes #427
2017-07-22 14:34:17 +01:00
Dan Brown b12e2ceada
Added included content into page's text view
Allows rendered content to be shown in listings and used in searches.
Also prevented angular tags in content being parsed in listings.

Fixes #442
2017-07-22 14:21:56 +01:00
Dan Brown bc067e9ad4
Updated dropdowns to hide after option click
Fixes #429
2017-07-22 14:03:06 +01:00
Clément Blanco 245294fbc5 Trying to make the tests green. 2017-07-17 14:42:08 +01:00
Clément Blanco f38bc75ab4 Trying to make the tests green. 2017-07-17 14:21:41 +01:00
Clément Blanco 3407900abb Trying to make the tests green. 2017-07-17 14:18:03 +01:00
Clément Blanco 684c20c4ea Trying to make the tests green. 2017-07-17 14:09:21 +01:00
Clément Blanco 6ef522df7e Trying to make the tests green. 2017-07-17 14:05:41 +01:00
Clément Blanco 3b771f2976 Trying to make the tests green. 2017-07-17 14:03:31 +01:00
Clément Blanco afc56c12fe Trying to make the tests green. 2017-07-17 14:01:10 +01:00
Clément Blanco 5eeed03dcd Trying to make the tests green. 2017-07-17 13:53:02 +01:00
Clément Blanco 0d98b4ce5e Trying to make the tests green. 2017-07-17 13:37:15 +01:00
Clément Blanco ae2ec43a82 Avoid having to wait until all tests are processed to exit upon error/failure. 2017-07-17 13:35:38 +01:00
Clément Blanco 265ed34ffd Update travis.yml to try and solve the test issue around LDAP. 2017-07-17 13:34:19 +01:00
Clément Blanco 711dcb4a48 Update travis.yml to try and solve the test issue around LDAP. 2017-07-17 13:29:29 +01:00
Nilesh Deepak 3079a9f4de Reverted required changes. 2017-07-15 19:07:32 +05:30
Nilesh Deepak a7d2cfdee2 Resolving test cases 2017-07-15 19:03:02 +05:30
Nilesh Deepak a149e87ca7 Resolving test cases 2017-07-15 19:00:23 +05:30
Nilesh Deepak 854fd52a27 Resolving test cases 2017-07-15 18:57:09 +05:30
Nilesh Deepak 3d808ac75f Test for cover image 2017-07-15 18:39:13 +05:30
Nilesh Deepak 39b924f158 Merge branch 'master' of https://github.com/OsmosysSoftware/BookStack 2017-07-15 18:37:55 +05:30
Nilesh Deepak a488ef6b00 Test for cover image. 2017-07-15 18:36:49 +05:30
abijeetp 6d66c38c12 Fixes issues with the test case, now creating a user with the required profile setting. 2017-07-15 18:00:39 +05:30
Nilesh Deepak 922964ecf2 Changes grid container size 2017-07-15 17:50:09 +05:30
Nilesh Deepak 0c70416b5c Test books display options. 2017-07-15 16:33:52 +05:30
Nilesh Deepak 770f30c3a8 Test books display options. 2017-07-15 16:29:42 +05:30
Nilesh Deepak b4044e6c3a Resolves heading issues in grid view 2017-07-15 16:22:29 +05:30
Nilesh Deepak 9872767f20 Test for cover image upload 2017-07-15 16:19:35 +05:30
Nilesh Deepak dd4d2f4696 Resolves book heading issues in grid view. 2017-07-15 16:15:45 +05:30
Nilesh Deepak e5dc0e6bb8 Merge branch 'master' of https://github.com/OsmosysSoftware/BookStack 2017-07-15 16:13:48 +05:30
Nilesh Deepak 85fbe820c4 Adding getHeadingExcerpt to get heading. 2017-07-15 16:11:10 +05:30
abijeetp 832f8eaa94 Fixes the test case related to UserProfileTest. 2017-07-15 15:50:42 +05:30
Abijeet 3435dcc91e Merge pull request #10 from OsmosysSoftware/test-issue-181
Tests for issue 181
2017-07-15 14:29:38 +05:30
Nilesh Deepak 1ed74b8598 Test for grid and list layout selection. 2017-07-15 13:19:49 +05:30
Nilesh Deepak fd36978c13 Test for layout selection. 2017-07-15 12:26:57 +05:30
Nilesh Deepak 1278a0b818 Test for layout selection. 2017-07-15 11:40:51 +05:30
Nilesh Deepak 6a6516ddd5 Test for layout selection. 2017-07-15 11:31:43 +05:30
Clément Blanco 67bc7007aa Support new lines for book/chapter descriptions
Avoid ignoring new lines when renderring the book/chapter descriptions on their respective detailed views.
2017-07-14 16:05:46 +01:00
Nilesh Deepak 1fe8f13503 Cover image test case 2017-07-14 18:36:50 +05:30
Nilesh Deepak 8f3adcda5d Cover image test case 2017-07-14 18:02:45 +05:30
JachuPL 9e0c931573 Polish translation 2017-07-13 16:00:42 +02:00
Abijeet 21a8df78ee Merge pull request #9 from OsmosysSoftware/feature-181
Feature 181
2017-07-13 15:50:43 +05:30