1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-27 10:10:50 +03:00
Commit Graph

762 Commits

Author SHA1 Message Date
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
Aaron Friel
b516ecd2e6 Remove bundle.js from index 2017-07-03 10:08:27 -05:00
Aaron Friel
995e90bd78 Add bundle.js to gitignore, it's a build artifact. 2017-07-03 10:04:59 -05:00
Aaron Friel
b80271622b Switch to post build for JS build (speeds up build cycle) 2017-07-03 09:50:54 -05:00
Juan Bono
d9e44e670c referrers: add a function to group similar referrers 2017-07-02 06:38:06 -03:00
Artyom
7436696a49
Fix tests compilation 2017-07-02 00:03:50 +03:00
Artyom
f987c7e6ea
Move safecopy utils to a separate package (safecopy-migrate) 2017-07-02 00:03:50 +03:00
Artyom Kazak
e1dcb4d73c Merge pull request #161 from sectore/feature/add-build-nix-option
Add `--nix` option to run build script
2017-07-01 21:15:23 +03:00
Juan Bono
f77ac60620 add ReferrerView type and some helper functions 2017-06-30 03:51:01 -03:00
Jens Krause
0e63dd1467
Add --nix option to run build script 2017-06-29 20:17:36 +02: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
d87565ca5a
Fix 2017-06-09 14:02:46 +02:00
Artyom
9cfad287e2
Add Zurihac instructions 2017-06-09 13:57:19 +02:00
Artyom
ae008e6279
Add a script for downloading the database 2017-06-09 13:57:05 +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 Kazak
e2860f35ef Merge pull request #160 from aelve/sessions
Add sessions and login/logout
2017-05-23 21:34:19 +03:00
Artyom
921f430869
Update bundle.js 2017-05-23 21:31:42 +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
Artyom
1e6ae6ec50
Switch to fmt-0.2 2017-04-26 21:56:46 +03:00
Artyom
2dae6df953
Only add http:// in sanitiseUri if it didn't have *any* scheme 2017-04-26 21:33:03 +03:00
Artyom
e0ebf3da64
Rename 'insertGuaranteed' to 'insertOrAppend' 2017-04-26 21:32:41 +03:00
Artyom
7a6abc0315
Write comments for Guide.Types.Core 2017-04-26 00:22:15 +03:00
Artyom
6d93cbd770
Write comments for Guide.Utils 2017-04-25 17:22:39 +03:00