1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-22 20:01:36 +03:00
Commit Graph

623 Commits

Author SHA1 Message Date
Artyom Kazak
7583f929c7 Merge pull request #179 from aelve/fmt-rename
Replace fmt operators to avoid conflicts (issue [#178])
2017-07-30 03:05:08 +03:00
vrom911
8ad08996d4 [#178] Replace fmt operators 2017-07-29 14:42:29 +03:00
Artyom
54cef2bf07
Fix pragma style 2017-07-23 02:54:35 +03:00
Artyom Kazak
17b241fc8b Merge pull request #175 from aelve/issue124-links
[#124] Add admin/links with broken links
2017-07-23 02:36:00 +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
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