1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 04:07:14 +03:00
Commit Graph

430 Commits

Author SHA1 Message Date
Artyom Kazak
30f0c24e40 Merge pull request #188 from aelve/new-fmt-version
Use fmt-0.4.0 with renewed operators +| |+
2017-08-13 21:13:05 +03:00
Artyom
a98c3eb757
Roll back some overzealous route fixing
Not all routes need /haskell/
2017-08-13 20:10:51 +03:00
Artyom
4b070105b4
Fix all routes because they all were broken 2017-08-13 15:40:32 +03:00
vrom911
fba73d6531 Fix auth page 2017-08-12 18:09:17 +03:00
vrom911
11e8e92301 Use fmt-0.4.0 with renewed operators +| |+ 2017-08-12 12:56:41 +03:00
Jens Krause
7f8ebb4cad
Fix warnings about shadowed variables (#181) 2017-07-30 12:31:35 +02:00
Jens Krause
b1d76d194a
Fix Spock.subcomponents warnings (#181) 2017-07-30 11:46:31 +02:00
Artyom
b894850b10
Remove the subtitle
No reason to prohibit posting on Reddit, really.
2017-07-30 03:49:45 +03:00
vrom911
8ad08996d4 [#178] Replace fmt operators 2017-07-29 14:42:29 +03:00
Artyom
29794ac4ea
[#124] Use Uniplate for finding links 2017-07-23 02:31:54 +03:00
Artyom
b02ffe3dde
[#124] Show link statuses more concisely 2017-07-23 01:37:32 +03:00
Artyom
3b829ce447
[#124] Don't check duplicate links 2017-07-23 01:36:58 +03:00
Artyom
bf287005f5
[#124] Minor changes 2017-07-23 01:36:26 +03:00
vrom911
16e41e5e39 [#124] Split links into 3 tables 2017-07-21 04:05:27 +03:00
vrom911
df63c7a57f [#124] Add admin/links with broken links 2017-07-19 23:45:20 +03:00
Juan Bono
abce5536b4 Merge pull request #171 from aelve/referrers
Show referrers better
2017-07-09 19:30:48 -03:00
Artyom
929befb081
Make life easier by treating no referrer keyword as empty keyword 2017-07-10 01:23:38 +03:00
Artyom
5956158a73
Make code that shows visitors a bit better 2017-07-10 01:23:38 +03:00
Artyom
2998f9def8
Don't use 'fromJust' in 'toReferrerView'
There's no reason not to keep on the safer side here
2017-07-10 01:23:38 +03:00
Artyom
ba8b772b22
Fix 'extractKeyword' to not concatenate keywords
Before:

    > extractKeyword "https://google.com?q=foo&p=bar"
    Just "foobar"

After:

    > extractKeyword "https://google.com?q=foo&p=bar"
    Just "foo"
2017-07-10 01:23:38 +03:00
Artyom
0c5e8c874b
Use newer text-all with bytestring encoding/decoding 2017-07-10 01:23:37 +03:00
Artyom
7d10645ce2
Add some comments 2017-07-09 23:15:29 +03:00
Juan Bono
4130f887de remove eqKeyOrUrl function and replace it with (==) 2017-07-09 13:41:17 -03:00
Juan Bono
7e8af946e0 change ReferrerView's Ord instance 2017-07-09 12:55:58 -03:00
Juan Bono
421ef0f986 use encodeUtf8 instead of C8.pack 2017-07-08 21:38:07 -03:00
Juan Bono
7fb70a0f0d fix query parsing 2017-07-07 04:17:32 -03:00
Juan Bono
d9e44e670c referrers: add a function to group similar referrers 2017-07-02 06:38:06 -03:00
Artyom
f987c7e6ea
Move safecopy utils to a separate package (safecopy-migrate) 2017-07-02 00:03:50 +03:00
Juan Bono
f77ac60620 add ReferrerView type and some helper functions 2017-06-30 03:51:01 -03:00
Artyom
68d7ea2072
Return showing all edits on the /admin page 2017-06-11 13:01:25 +02:00
Artyom
9cd6e2afd5
Speed up diffs again and make them better 2017-06-11 13:01:11 +02:00
Artyom
9e07bc3b08
Speed up diffs 2017-06-11 11:43:42 +02:00
Artyom
0a48a8e2be
Show insertion/deletion places in diffs 2017-06-10 21:06:38 +02:00
Artyom
1c5512cd68
Add diffing of edits in /admin 2017-06-10 20:45:32 +02:00
Artyom
9be1db3b50
Simplify/fix #29 handling 2017-06-01 20:29:12 +03:00
Artyom
f40299acf4
Merge branch 'catlink' 2017-06-01 19:25:45 +03:00
Artyom
ffddc9b720
Merge branch 'master' into sessions 2017-05-23 21:30:53 +03:00
Sasa Bogicevic
5a7500ad76 Add category link 2017-05-22 21:41:21 +02:00
Artyom
d9b32e76ef
[#158] Bump LTS version to 8.13 2017-05-22 13:09:39 +03:00
Artyom
3e85850ceb
Fix the login form 2017-05-14 03:06:53 +03:00
Artyom
6a5f42543d
Create an admin user automatically 2017-05-14 03:01:05 +03:00
Artyom
98eabcb03b
Unindented branches of ifs break haskell-mode too 2017-05-13 03:46:41 +03:00
Artyom
2b97fb853d
Importing NeatInterpolation qualified breaks haskell-mode 2017-05-13 03:44:26 +03:00
Artyom
2187096d7b
[GD-3] Add a login/logout link 2017-05-13 01:37:48 +03:00
Artyom
763f4a0105
Fix the “guidejs is not defined” error 2017-05-12 21:51:38 +03:00
Artyom
4c4ecea2c5
[GD-7] Rename Guide.Server to Guide.Main 2017-05-03 04:28:16 +03:00
Artyom
d2c816f798
[GD-2] Style the login form 2017-04-30 01:00:54 +03:00
Artyom
e097dc9254
Fix the dumpSplices function 2017-04-27 02:33:25 +03:00
Artyom
9d4d5a0c21
Write comments for Guide.ServerStuff 2017-04-26 22:28:03 +03:00
Artyom
b67bebff5f
Write comments for Guide.Config 2017-04-26 22:15:58 +03:00