ec5adffb03
Bugfix - pastie page *is* pastie_page ;)
2017-06-20 21:18:47 +01:00
9f20c4885d
Eat up the last newline in a pastie if present.
2017-06-19 20:22:53 +01:00
eb02bd617b
Eat up the newline following the html comment.
2017-06-19 20:19:51 +01:00
b14aae1fe9
Make is_submit_page() const
2017-06-19 15:46:29 +01:00
17a5009f1f
Add a pastie_page mustache token.
2017-06-19 15:45:56 +01:00
768aefb596
Add pastie_lang mustache when submitting a self-destructing pastie.
2017-06-18 15:12:22 +01:00
9deaa8a0b8
Add default_pastie_lang() method and language_selected mustache.
2017-06-18 15:08:44 +01:00
00e27a774a
Remove pastie_page token and add a submit_page one instead (bool).
2017-06-18 14:56:06 +01:00
070c814387
Bug fix - extra not
2017-06-18 14:51:40 +01:00
583de98b76
Add colourless mustache token.
2017-06-18 02:29:11 +01:00
00c62d4ac6
Improve code that strips unwanted tags from the highlighted html.
...
Provide a highlight_comment mustache tag with the comment that I
stripped from the highlighted pastie.
2017-06-18 02:23:07 +01:00
1adff30ffa
Off by one :(
2017-06-18 01:40:39 +01:00
e978d87b16
Temporary hack to remove html tags that are causing problems.
...
I will add the comment back in as as separate mustache token. And I
will make this code look a bit nicer.
2017-06-18 01:33:44 +01:00
2bc671280e
Don't add html tags to colourless pasties.
2017-06-18 01:11:16 +01:00
0dd4f712a8
Warning fix for clang.
2017-06-16 21:42:43 +01:00
61170dc371
Don't redirect after submitting a self-destructing token.
2017-06-16 20:08:18 +01:00
86a576985e
Rename PastieRetrieving to GeneralPastie as I think it clearer.
2017-06-16 19:17:28 +01:00
3a9a9611ac
Implement EditResponse.
...
I can't really test this yet, but it might just work.
2017-06-16 19:12:21 +01:00
b325af980f
Make a generic pastie retrieval base class.
...
This is useful for implementing the EditResponse class.
2017-06-16 19:02:34 +01:00
c86df2de07
Move some pastie fetching logic into Storage.
...
I'm implementing an "edit" page, so I also need to retrieve
a pastie from there and I want to minimize code duplication.
2017-06-16 08:11:26 +01:00
c34b7ba11d
Make empty string count as false.
2017-06-15 00:05:27 +01:00
2a5b6277a4
Expose token and a bool to tell if it's a pastie page to mustache.
2017-06-14 21:06:45 +01:00
218e9ab6cd
Add a bool to mustache to tell if a pastie got self-destructed.
2017-06-14 20:31:17 +01:00
b6edab7171
Implement self-destruct upon read when selfdes=1 in POST
2017-06-14 20:19:18 +01:00
8d19c794ed
Extract string conversion functions from SettingsBag.
...
It's useful to have this functionality elsewhere, especially
the string to bool one which I'm going to use in the next
commit.
2017-06-14 19:30:52 +01:00
9fc9cf851c
Add page_time token to mustache.
...
That's the elapsed time from program start to
the moment before the final invocation to
mustache rendering. So not super accurate but
that's what I can do for now.
2017-06-14 09:16:30 +01:00
131903c607
Rename TawashiException to just Exception.
...
It's in tawashi namespace already.
2017-06-13 09:36:53 +01:00
e5f7f60e8b
Change namespace of kamokan-specific stuff.
2017-06-13 09:36:53 +01:00
a912b1e3d4
Expose Tawashi's version to mustache.
2017-06-13 09:36:12 +01:00
6c357f1dc7
Separate Tawashi and Kamokan.
...
Unit tests are still a bit mixed up, but that should
be simple to split once I have a separate repo for
Tawashi.
2017-06-13 09:36:12 +01:00