1
1
mirror of https://github.com/aelve/guide.git synced 2024-12-11 23:33:05 +03:00
Commit Graph

20 Commits

Author SHA1 Message Date
Artyom
30426c0fc6
Fix some warnings 2016-11-27 14:48:10 +03:00
Artyom
bd1bd4c47c
Fix a bug when only “added” was shown
“if a then b else c >> d” is parsed as
“if a then b else (c >> d)”, while in our case we want it to be
“(if a then b else c) >> d”
2016-11-27 14:39:12 +03:00
Artyom
8684a4bef7 Remove 'CategoryMostlyDone' 2016-11-15 01:57:41 +03:00
Artyom
d466faf56e Redesign front page and the header
Fixes #63
2016-11-15 01:57:24 +03:00
Artyom
7d64e80651 Wrap comments and some lines
See #133
2016-10-20 18:54:20 +03:00
Artyom
66494f0d07 Add a “Notes enabled” category setting 2016-10-17 19:02:52 +03:00
Abhishek Bhattacharya
094eb9f134 Hide empty columns when value addition occurs instead of a change (Admin panel) 2016-10-17 18:06:17 +05:30
Abhishek Bhattacharya
f69acf774b Quick-fix for Edit'Set* cases when old Text value is empty 2016-10-16 22:10:45 +05:30
Rushi Shah
30eac72e2a Fixes #48 2016-10-08 03:27:01 -05:00
Artyom
d420077f36 [tests] Item ecosystem 2016-09-17 01:07:07 +03:00
Artyom
563b3efd3d [tests] Category notes editing 2016-09-11 21:56:52 +03:00
Artyom
9cbedfa8ab [tests] Category feed 2016-09-09 20:06:17 +03:00
Artyom
8515d37e51 Remove the “I don't have a job” thing 2016-09-06 19:09:52 +03:00
Artyom
4a924f4088 [tests] item group tests + a bugfix 2016-09-03 21:49:55 +03:00
Artyom
7d6a760f63 [tests] Category properties → Pros/cons enabled 2016-08-29 23:38:17 +03:00
Artyom
4dad1acbef Add a discusion link to the subtitle
Fixes #125
2016-08-25 15:15:38 +03:00
Artyom
fce8c71a5c Add web Markdown tests 2016-08-22 17:10:29 +03:00
Artyom
4c0f796866 Port item description to Mustache 2016-08-19 04:07:45 +03:00
Artyom
18e477c63d Don't include mustache.js 2016-08-17 23:38:42 +03:00
Artyom
c72815c436 Big switch to Mustache (only half-done)
* Render some elements of some pages with Mustache
* Switch to Stack
* Add a bit of tests
* Turn the project into a library
2016-08-17 11:18:57 +03:00