1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-23 21:02:13 +03:00
Commit Graph

687 Commits

Author SHA1 Message Date
vrom911
947f0f75d5 Get rid of uidToText field in CUid 2017-08-09 13:25:34 +03:00
vrom911
b3f41d02e3 Change Uid a to CUid a newtype 2017-08-09 02:17:53 +03:00
vrom911
ed9431531d [WIP] Bridge Uid type and replace to Uid String in types 2017-08-09 01:22:05 +03:00
Jens Krause
f06663fe68 Merge pull request #183 from aelve/vrom911-front-ps
[#174] Start editing Category route
2017-08-05 21:33:19 +03:00
Jens Krause
e9d28f9d9f
Fetch CCategoryDetail while routing
to category detail page
2017-08-05 19:14:26 +03:00
vrom911
6887d42ae9 [#174] [WIP] Start editing Category route 2017-08-04 22:17:32 +03:00
Jens Krause
1c5ac4c984
Fix api endpoints 2017-08-01 16:05:45 +02:00
Jens Krause
bb9241eff2
Extract folp into Guide.Update module
and extract `AppEffects` into `Guide.Types`
2017-07-31 17:10:47 +02:00
Jens Krause
64c805a8a1
Fix links 2017-07-31 16:57:50 +02:00
Jens Krause
873e876d9b
Add instruction to build / run front-end 2017-07-31 16:28:25 +02:00
Jens Krause
9289d11fbe
Just fix PS warnings 2017-07-31 16:23:21 +02:00
Jens Krause
0724a5aaa0
Update routes
to remove deprecated `Spock.subcomponent`
2017-07-31 16:21:57 +02:00
Jens Krause
a2a6109565
Update dependencies 2017-07-31 16:02:53 +02:00
Jens Krause
aaf5c7d8b0
Merge branch 'master' into front-ps 2017-07-31 15:42:26 +02:00
Artyom Kazak
8679428dda Merge pull request #182 from aelve/fix/sectore-ghc-warnings
Fix ghc warnings (#181)
2017-07-30 16:55:18 +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
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
Jens Krause
381145eae6
Merge branch 'master' into front-ps 2017-07-14 22:50:47 +02:00
Jens Krause
4f3bfec3a0
Refactor routes to get category detail page (#174)
All routes are more general now. That means: No `haskell` category specific route anymore.
2017-07-14 22:13:32 +02:00
Jens Krause
f7624885fc
Add content for Haskell overview page (#172) 2017-07-14 18:17:02 +02:00
Jens Krause
11057ca1c5
Add DomUtil
First helper function: `mkKey` to get a valid key needed by React
Components
2017-07-14 18:12:29 +02:00
Jens Krause
d4796365b8
Introduce CMarkdown to bridge Markdown types
to PureScript. With this we are avoid to bridge just a simple `String`.
2017-07-14 15:19:53 +02:00
Jens Krause
3ac0ea4cc8
Fix ghc warning about shadowing title 2017-07-14 15:18:57 +02:00
Jens Krause
c823ca780b
Change port of React app to 3080
PureScript app is running on `8080` now
2017-07-14 15:17:44 +02:00
Artyom
be77f89d07
Remove duplicated record fields from ItemKind
This is apparently needed for purescript-bridge to work
2017-07-10 03:07:14 +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
Jens Krause
52aadd4dcc
Fetch grand categories (#166) 2017-07-09 06:43:11 +02:00
Jens Krause
ab199b4798
Add purescript-profunctor-lenses (#168)
and `ps-psci-support`
2017-07-09 06:40:44 +02:00
Jens Krause
d9aef376e2
Add NominalDiffTime (#168) 2017-07-09 06:39:59 +02:00
Jens Krause
45c4905783
Change port to 3080 (#166)
to avoid conflicts with front-end
2017-07-09 06:38:20 +02:00
Juan Bono
421ef0f986 use encodeUtf8 instead of C8.pack 2017-07-08 21:38:07 -03:00