Commit Graph

648 Commits

Author SHA1 Message Date
Romain Neutron
3b5be74d99 New installer 2013-05-13 15:07:48 +02:00
Romain Neutron
c007567c79 Add unit tests fir setup requirements 2013-05-13 15:07:47 +02:00
Romain Neutron
70196c5095 Merge pull request #341 from csaoh/fix-1135
[3.8] Implement caption route
2013-05-13 03:39:15 -07:00
jygaulier
6990b004ba CS 2013-05-07 20:18:03 +02:00
jygaulier
78326b3da1 fix test 2013-05-07 19:11:12 +02:00
jygaulier
3be31a7ac8 php fallback if function "phrasea_utf8_convert_to" is not available 2013-05-07 14:33:54 +02:00
jygaulier
61fdc3dc2b nodiacritics moved to extension 2013-05-06 16:37:01 +02:00
Andrey
def6994a87 Replaced key variable with token 2013-05-06 10:14:08 +02:00
Andrey
958a3bafd0 Fix #1135 : Implement caption route, add tests 2013-04-30 18:47:54 +02:00
Romain Neutron
cf0f13d9c9 Add TokensServiceProvider 2013-04-30 18:44:35 +02:00
Andrey
fbf8f5f2f0 Implement JSON serialization in caption_record 2013-04-25 15:44:45 +02:00
Romain Neutron
0aa435eb29 Fix record unit tests 2013-04-18 23:54:08 +02:00
Romain Neutron
5928cb71ae Fix unit tests 2013-04-18 17:11:35 +02:00
Romain Neutron
4b802365e7 Fix unit tests 2013-04-18 16:12:53 +02:00
Romain Neutron
4547474923 Add test on phrasea in search engine test 2013-04-17 23:19:29 +02:00
Romain Neutron
d5c97082d6 Move URL etag from permalinks to media subdef urls 2013-04-03 10:42:00 +02:00
Romain Neutron
01baa8f968 Enable etag in URI by default 2013-04-03 10:41:59 +02:00
Romain Neutron
1a393b7dc7 Fix #1133 : Permalinks always expose the file extension of the original document 2013-04-03 10:41:59 +02:00
Romain Neutron
0a64895b34 Merge branch '3.7' 2013-04-02 17:17:20 +02:00
Romain Neutron
4e69157726 Move URL etag from permalinks to media subdef urls 2013-04-02 15:46:15 +02:00
Romain Neutron
6480cefbcd Merge branch '3.7' 2013-03-29 11:05:17 +01:00
Romain Neutron
610dcf45e2 Fix unit tests 2013-03-28 16:47:44 +01:00
Romain Neutron
a46bc98fb2 Enable etag in URI by default 2013-03-28 16:33:36 +01:00
Romain Neutron
e4fcd1fdaf Fix #1133 : Permalinks always expose the file extension of the original document 2013-03-28 16:29:40 +01:00
Romain Neutron
c172ba7bbc Merge branch '3.7' 2013-03-28 14:37:57 +01:00
Romain Neutron
a50541221d Add download URL to API record embed route 2013-03-26 13:21:16 +01:00
Romain Neutron
a1ace8a7ba Fix #1127 : Update permalinks API to expose a file extension 2013-03-26 13:09:29 +01:00
Romain Neutron
35c64c6a32 Fix #1128 : Add API timers logs 2013-03-25 19:55:33 +01:00
Romain Neutron
190d6baade Cleaup 2013-03-22 15:41:11 +01:00
Romain Neutron
77817d177f Merge branch '3.7' 2013-03-22 15:07:12 +01:00
Nicolas Le Goff
128f69e314 Fix typo 2013-03-22 15:03:01 +01:00
Nicolas Le Goff
02e5e2c216 Subsitution cleanup && test enhancement 2013-03-22 15:03:00 +01:00
Nicolas Le Goff
93aa9be0fa Fix sub views substitution 2013-03-22 15:03:00 +01:00
Romain Neutron
370d603741 Merge branch '3.7' 2013-03-22 15:01:00 +01:00
Romain Neutron
84be237256 Merge pull request #322 from nlegoff/fix_1111
[3.7] Fix #1111 sub views substitution is broken
2013-03-21 11:42:56 -07:00
Nicolas Le Goff
2ba14821b3 Fix typo 2013-03-21 17:17:23 +01:00
Nicolas Le Goff
3bcf24b611 Subsitution cleanup && test enhancement 2013-03-21 17:10:46 +01:00
Nicolas Le Goff
915749c224 Fix sub views substitution 2013-03-21 16:06:06 +01:00
Romain Neutron
0e1d8a5035 Fix #1118 : API does not return records starting at right offset 2013-03-14 16:40:29 +01:00
Romain Neutron
a5d04ca67d Merge pull request #314 from romainneutron/flash-messages
[3.8] Add simpler behavior for flash messages
2013-02-25 07:27:47 -08:00
Romain Neutron
a2fc03b7d5 Add simpler behavior for flash messages 2013-02-16 02:52:06 +01:00
Nicolas Le Goff
d1eb293965 Fix CS 2013-02-15 13:44:09 +01:00
Nicolas Le Goff
22c7f34049 Split Report/Root controller collection in multiple Controller Collections 2013-02-15 13:42:44 +01:00
Nicolas Le Goff
1e97436008 Fix tests
Fix  && add test for json dashboard controller

Fix date formatting issue
2013-02-15 12:00:10 +01:00
Nicolas Le Goff
b796e11b40 Refactor reports into silex controllers
Refactor reports into silex controllers
2013-02-14 16:39:23 +01:00
Romain Neutron
dfe372d6d1 Add UrlGenerator helpers in Application
two new methods are available :

`Application::path` that returns an absolute path
`Application::url` that returns an absolute url
2013-02-14 15:27:25 +01:00
jygaulier
cb249f3e9f fix tests for phrasea engine stemming 2013-02-14 13:50:13 +01:00
jygaulier
df7313abbb Revert "fix tests for phrasea engine stemming"
This reverts commit 3f312402b7487f257cff99266479ba0237904d33.
2013-02-14 13:47:24 +01:00
jygaulier
bc10fb2b93 fix tests for phrasea engine stemming 2013-02-14 13:47:24 +01:00
Romain Neutron
25f567522f Merge pull request #266 from nlegoff/refactor_report
[3.8] Refactor report
2013-02-12 08:31:23 -08:00