1
0
Fork 0
Commit Graph

27 Commits

Author SHA1 Message Date
cage 0ffe20ab26 - updated NEWS;
- added module 'fetch-expired-poll';
- fixed updating poll database rows (previously was never updated);
- improved a bit appearance of polls;
- updated docstring;
- fixed indentation.
2024-04-11 15:25:48 +02:00
cage 35d1eaf95f - prevented the poll's results to be printed before expiration. 2024-03-12 15:19:35 +01:00
cage bc8c34f2f6 - fixed translatable string. 2024-02-18 21:48:50 +01:00
cage 5d69437bc4 - shown subject of the reblogged status, if exists;
- removed mention of dependency from tk-img.
2023-11-07 19:38:23 +01:00
cage 29820b4398 - removed dependency to 'cl-syntax';
- added subject and language headers to statuses printed in the message window.
2023-11-03 14:12:03 +01:00
cage a45b453da0 - changed brief description of the program. 2023-10-19 17:49:54 +02:00
cage c23bb70b2e - updated copyright. 2023-10-19 17:46:22 +02:00
cage 3ec57b9040 - improved rendering for statuses that contains tag: <li> and <blockquote>. 2023-10-01 18:12:00 +02:00
cage 7173a240e3 - [TUI] printed 'reply to' and 'boosted from' label in a separate paragraph. 2023-07-28 14:54:49 +02:00
cage 6c45270877 - added 'reply to' field to post's header. 2023-07-16 13:59:36 +02:00
cage a06caf629b - removed full stop ('.'), from some translatable strings. 2023-07-15 14:30:09 +02:00
cage ca2ace2551 - discouraged use of slot 'rows' for 'row-oriented-widget', used API instead. 2021-04-08 15:13:31 +02:00
cage 1710ac5b48 - added feature to allow users ro configure symbols rendered for each toot visibility level in main window. 2021-01-24 16:15:42 +01:00
cage 3962af0256 - changed db-nil-p
this function was transforming "no" and even 0.0 (floating point number) to nil.

That behaivour was incorrect for  numbers and probably not desiderable
for the  string no  (in fact  poll with "No"  option was  not rendered
beacause of this fact).

Removed conversion  for non- integer numbers  and prevented conversion
from some  kind of  non empty string  (like "nil" or  "no") via  a key
argument.
2021-01-23 15:40:51 +01:00
cage ade19e76c5 - rendered visibility of a status when printed on the main window;
- tested with latest croatoan: no problem so far.
2021-01-06 11:42:23 +01:00
cage c5118d46a6 - changed GPL comment headers. 2020-09-06 11:32:08 +02:00
cage f5d4d878ec - do not mentions people that do not appears in the current thread. 2020-07-19 13:27:40 +02:00
cage 7b48939deb - tried to fix mentioning of non local user in reply. 2020-07-18 13:03:58 +02:00
cage 562d023b55 - fixed regex for percent numbering;
- formatted as floating points votes percentage in polls.
2020-07-13 17:27:46 +02:00
cage 64ffd305bd - fix expanding of message threads: expands reblogged toots if exists;
- added some vertical space before rendering poll.
2020-07-02 20:20:23 +02:00
cage b4f78df9b4 - added signature in the correct position when replying. 2020-06-25 12:29:35 +02:00
cage 9229d4dd08 - added support for signature. 2020-06-24 19:42:05 +02:00
cage 70b9918704 - moved pleroma specific API to i package :api-pleroma;
- renamed function: 'text-utils:left-padding-suffix' to 'text-utils:left-padding-prefix';
- rendered the choice index for poll's choicehs;
- shown if a poll allows multiple choiches.
2020-06-07 11:50:36 +02:00
cage 4f522225a4 - added voting to polls;
- fixed poll's rendering.
2020-05-31 16:49:26 +02:00
cage cc6bbd691b - prevented skipping code when a poll has not expired. 2020-05-31 14:18:44 +02:00
cage ab50276605 - added rendering of polls. 2020-05-31 12:47:48 +02:00
cage c56a5b86ca - initial commit. 2020-05-08 15:45:43 +02:00