Commit Graph

4741 Commits

Author SHA1 Message Date
Michael Snoyman
1b5477bc78 Merge pull request #1157 from pseudonom/master
Adjustments for split read and write DB
2016-04-19 07:40:00 +03:00
Maximilian Tagher
f9bde33547 Merge pull request #1216 from erikd/init-msg
yesod-bin: Improve the 'use stack' message
2016-04-18 16:21:06 -07:00
Erik de Castro Lopo
04944de436 yesod-bin: Improve the 'use stack' message
Use `putStrLn` instead of `error` because ghc-8.0 prints call stack
info for `error` calls.
2016-04-19 08:59:38 +10:00
Eric Easley
d99de61554 Use CPP to maintain backward compat 2016-04-18 10:03:39 -07:00
Eric Easley
8e71f766b5 Use PersistRecordBackend constraint synonym 2016-04-15 21:25:40 -07:00
Eric Easley
bf3a9c9dd4 Switch to released persistent-2.5 2016-04-14 15:14:56 -07:00
Maximilian Tagher
d19e3763ec Merge pull request #1209 from maxigit/fix-addToken_needing-trailing-space
Fix addToken_ needing a trailing space to work.
2016-04-13 06:46:19 -07:00
Maxime Bourget
6addf3923d Changes spec name and bump version to 1.5.1.1 2016-04-12 21:42:33 +01:00
Michael Snoyman
210f846af5 Merge pull request #1145 from ajnsit/hierarchical-subsites-args
Pass hierarchical route arguments to subsites
2016-04-12 07:27:47 +03:00
Maxime Bourget
3fecebd5ba Allows more that one space between css selector.
This is needed to support addToken_ workaround before the fix.
Before the fix, an extra space was needed in the selector like this

example:

    addToken "form.foo "

With the fix adding the missing space, code already adding a space
will end up with two spaces between the scope selector and the input one :

    form.foo  input[name=token_]
2016-04-11 21:58:50 +01:00
Maxime Bourget
62fc67a444 Fix addToken_ needing a trailing space to work.
The fix can add spaces in place where none or only one where expected.
The css parser has been modified to remove trailing or multiple spaces.
This might be a bit more lax that official CSS spec.
2016-04-11 21:15:27 +01:00
Eric Easley
f7494260b0 Merge remote-tracking branch 'upstream/master' 2016-04-11 09:16:06 -07:00
Michael Snoyman
4d6448b0dd Use Data.Yaml.Config module to decrease code duplication 2016-04-11 15:08:40 +03:00
Eric Easley
8a9a78bd4c Generalize defaultGetDBRunner 2016-04-10 23:38:44 -07:00
Maximilian Tagher
93039dfc7c Merge pull request #1205 from league/master
Provide CSRF token in Dummy login form
2016-04-03 11:21:19 -07:00
Christopher League
85a62ab074 Bump yesod-auth version for CSRF support (#1205) 2016-04-03 12:43:15 -04:00
Christopher League
fd870c95f9 Provide CSRF token in Dummy login form 2016-04-02 23:04:58 -04:00
Eric Easley
329735e815 Fix http-api-data version for lts 2 2016-03-31 13:38:32 -07:00
Eric Easley
02dcb99cad Merge remote-tracking branch 'upstream/master' 2016-03-31 13:03:47 -07:00
Eric Easley
3b387b7149 Used HTTPS instead of ssh 2016-03-31 01:06:39 -07:00
Eric Easley
641f4a8de4 Trigger travis rebuild 2016-03-30 20:27:27 -07:00
Eric Easley
8ce9a6b088 Update to finalized (?) persistent 2016-03-30 16:20:44 -07:00
Maximilian Tagher
09087c934e Merge pull request #1200 from MaxGabriel/logCSRFErrors
Log a warning when a CSRF error occurs
2016-03-29 10:14:41 -07:00
Michael Snoyman
f35c0c6f5c Merge pull request #1201 from geraldus/gman/translation-fix
Minor improve of Russian translation
2016-03-29 17:18:31 +03:00
Arthur Fayzrakhmanov (Артур Файзрахманов)
ecdee7f51a Tidy up imports 2016-03-29 19:14:40 +05:00
Arthur Fayzrakhmanov (Артур Файзрахманов)
5febecf812 Improve Russian translation for ConfirmPass message 2016-03-29 19:14:27 +05:00
Maximilian Tagher
5a5cfd6c7a Bump version for CSRF logging changes, and improve error message. 2016-03-28 23:36:31 -07:00
Maximilian Tagher
28fbaae268 Log a warning when a CSRF error occurs
* Closes #1192
2016-03-28 23:35:27 -07:00
Michael Snoyman
063cef70ee Version bump 2016-03-29 09:21:03 +03:00
Michael Snoyman
88a77f88b3 Version bump 2016-03-29 09:20:11 +03:00
Michael Snoyman
aa6714e4b0 Undo minor bump that was not needed 2016-03-29 09:16:33 +03:00
Michael Snoyman
31d07481f1 Version bump 2016-03-29 09:15:57 +03:00
Michael Snoyman
da4948592d Version bump 2016-03-29 09:14:02 +03:00
Maximilian Tagher
3b9e782988 Fix W3 multiple attribute link 2016-03-28 12:33:25 -07:00
Michael Snoyman
fd1681d2ce Version bump 2016-03-28 20:40:11 +03:00
Michael Snoyman
814ad379b6 Disable yesod test for Stack (fixes #1198) 2016-03-28 20:26:42 +03:00
Maximilian Tagher
8ce201faca Merge pull request #1194 from mwotton/add_followRedirect_to_yesodtest
followRedirect as discussed in https://github.com/yesodweb/yesod/issues/1190
2016-03-23 08:50:34 -07:00
Sibi
957930babd Merge pull request #1196 from kokotchY/master
Add French translation for CurrentPassword
2016-03-23 14:04:50 +05:30
Sebastien Canart
36bc175f50 Add French translation for CurrentPassword 2016-03-23 08:26:44 +01:00
Mark Wotton
94109d9406 duplicated typesig 2016-03-21 17:46:28 -04:00
Mark Wotton
23278d651e documentation fixes & formatting #3 2016-03-21 17:41:25 -04:00
Mark Wotton
b21e64637f documentation fixes #2 2016-03-21 17:21:14 -04:00
Mark Wotton
f2341355c1 documentation fixes 2016-03-21 17:20:02 -04:00
Mark Wotton
ef00ddd80b test result value, return URL in Right branch, document meaning in haddocks 2016-03-21 17:16:28 -04:00
Mark Wotton
92f24a73dc better error messages for followRedirect 2016-03-21 13:44:26 -04:00
Mark Wotton
f381c69449 expand range of acceptable redirection codes 2016-03-21 13:43:36 -04:00
Mark Wotton
29c335af56 use Either rather than throwing an exception 2016-03-21 13:39:49 -04:00
Mark Wotton
62961ef931 fix exception test 2016-03-21 12:34:38 -04:00
Mark Wotton
df6834a335 add followRedirect 2016-03-21 12:13:23 -04:00
Michael Snoyman
89e39464a1 Changelog for #1191 2016-03-21 12:57:52 +02:00