X-NicON
98fc76a7d4
add code localizations mobile version
10 years ago
digital dreamer
5fb9951e8d
Copy missing strings for translation to all languages
10 years ago
X-NicON
8673b28c10
translated "twisted again by"
10 years ago
X-NicON
960db03f9f
fix #84 localization page titles
10 years ago
Simon Grim
ccfb312af2
fix switch-to-normal-posts string
10 years ago
X-NicON
6730db5207
Added set of words from English into Russian translation
10 years ago
Nikita
91ebc219e9
translation missing words in Russian localization
...
And Improved translation of some words in Russian localization.
10 years ago
digital dreamer
fcfa60d0cb
Add 1 new string to localization
10 years ago
digital dreamer
e3dd14fb77
Fix incorrect hashtag message in user's mentions
10 years ago
Miguel Freitas
9ed93d5761
now with the newer theme mechanism, span.menu-news may be themed while keeping the inline display.
10 years ago
Miguel Freitas
df66f54f2b
Direct Message's copy to self feature (requires twisterd 0.9.26)
10 years ago
Trevor Alexander
88ea6bbe83
Tweak to single string
10 years ago
Miguel Freitas
f3b82534e4
improved theme selection mechanism: don't force display:block on every themable element.
10 years ago
Miguel Freitas
20c078fb38
prefer using getposts for modal profile whenever possible.
...
this makes profile much faster for users you follow.
10 years ago
Miguel Freitas
5df149b3fd
workaround for hiding "new posts" button after selectable_theme was added.
...
there is conflict between theme "display:block!important" and button hiding.
i tried using a <span> to enclose the <button> but it then broke "float:right", argh.
so setting text to "" seems to hide it.
10 years ago
Miguel Freitas
7bbbfb4347
fix some broken pull request
10 years ago
digital dreamer
b0e89777c4
Update i18n
10 years ago
Miguel Freitas
1122fefa94
merge nin theme by @myleneb
...
https://github.com/myleneb/twister-nin
10 years ago
Denis Ryabov
6d332276bb
fix translation
10 years ago
Denis Ryabov
b5a9fb42c6
fix RU translation
10 years ago
Denis Ryabov
3ec9996b83
update russian translation
10 years ago
digital dreamer
d33730653a
Improved unicode conversion
10 years ago
Joe Ren
817d7e5cf4
Spelling mistakes...
10 years ago
Miguel Freitas
891f7bf24e
fix from calm: (correct loading posts in both timeline and profile modal) fix #166
11 years ago
Miguel Freitas
e5740cc206
relax some tests to consider new messages new
11 years ago
erqan
bdc65cc243
removed Retransmit button from spam posts ( https://github.com/miguelfreitas/twister-core/issues/15#issuecomment-47088142 )
11 years ago
erqan
39ff28141e
fixing DM splitting issue... thanks to @RealVegOs
...
splitting is exactly disabled at DMs.
11 years ago
Miguel Freitas
f25c6389c3
removed default username and password from javascript.
...
please use url http://user:pwd@localhost:28332 instead
11 years ago
erqan
541b4f5d74
picking "replied to" data from RT content
...
(fixing second part of #159 )
11 years ago
erqan
6f1344a016
fixed following user's following data update issue
11 years ago
erqan
098cfa8e1c
Deleting unfollowed user's following data from storage and fixing image preview maximum width
11 years ago
Miguel Freitas
c269007abc
change order to safely update _followingSeqNum: first save to dht (increment seq) and then save to local storage.
...
Thanks to Alan Chan.
11 years ago
erqan
bd8075fbdf
wide screen adaptation
11 years ago
erqan
0496ba4623
fixing some setTimeout issues
11 years ago
erqan
1a48d32473
fixing #158
11 years ago
erqan
1e20dcb994
regulated escaping and reversing html entities...
11 years ago
erqan
711e568c0a
fixing some UI issues
...
- overlaying issue of tox and bitmessage fields
- hovering 'retransmit' and 'reply' links at indented replies
11 years ago
erqan
e513d4b84b
grabed copy to clipboard functions from Calm client for Tox and Bitmessage address
11 years ago
erqan
5f10a1f6ee
more calm theme css adaptation
11 years ago
erqan
be9e470843
added more delimiters for hashtag
11 years ago
erqan
0d3ad364b6
added ' and ; to hastag delimiters
11 years ago
erqan
cb7eb0f7ff
changed conversation listing method...
...
- made the requestRepliesAfter function recursive
- displayed replies indented (something like #153 )
- changed maxExpandPost value to 8
- added conversation modal to show all post in a conversation...
- added Symbola.ttf for possible missing unicode symboles..
11 years ago
erqan
114cc7866e
fixing undefined twisterFollowingO issue in guest mode
11 years ago
erqan
2563ce1def
- removed '+' sign from end of splitted posts
...
- moved splitted post counter to end
- not forced anymore to add all mentions while replying
11 years ago
erqan
9c8e209f19
fixing #151 and #152
11 years ago
Miguel Freitas
48ee174295
fix missing twisterFollowingO singleton object in twister mobile.
11 years ago
erqan
41b82d7c74
fixing first post size error on splitting function
11 years ago
erqan
bdab2c116b
fixed TwisterFollowing issue on following.html
11 years ago
erqan
661ab4b338
following's followings and known followers are cached in localStorage instead of session... and added a simple adaptive updating method for following's followings to reduce rpc requests..
11 years ago
erqan
09d9719094
added mention support for post spliting while replying, removed its warning at options page
11 years ago