Hannes Mannerheim
5c6f3a1daf
Update faq.html
2015-05-12 20:30:09 +02:00
Hannes Mannerheim
f87660d36d
patch by email that fixes a "PHP Fatal error: Call to a member function getEnclosure() on a non-object" error
2015-04-30 12:50:28 +02:00
Hannes Mannerheim
158ee6ec67
hide overflowing stuff when collapsing queet
2015-04-07 13:12:59 +02:00
Hannes Mannerheim
5ca01f9481
cache XRegExp regexps for performance, and XRegExp.forEach was really slow compared to ordinary while&match
2015-03-30 15:07:45 +02:00
Hannes Mannerheim
462b729af4
dots allowed in hashtags
2015-03-30 02:17:30 +02:00
Hannes Mannerheim
a93c60e6ea
solves #43
...
this needed the addition of an external js lib to handle unicode regexp
2015-03-30 01:53:42 +02:00
Hannes Mannerheim
e569c8c21f
fix for #147
2015-03-30 00:06:03 +02:00
Hannes Mannerheim
837ad8ca5a
fix for #150
2015-03-29 23:49:26 +02:00
Hannes Mannerheim
5376a9954a
fixes bug with "show more in conversation" shown in the middle of the conversation
2015-03-29 23:38:45 +02:00
Hannes Mannerheim
4253bffebb
saner each statement
2015-03-29 23:07:43 +02:00
Hannes Mannerheim
592d712599
first attachment on top in thumbnails, solves issue with expanding later
2015-03-29 22:51:34 +02:00
Hannes Mannerheim
56cbe2fdd0
faq: warning about buggy payware client
2015-03-29 15:24:23 +02:00
Hannes Mannerheim
e556351906
fix for #142
2015-03-21 17:16:09 +01:00
Hannes Mannerheim
de772f644c
add non breaking space as separator for url syntax highlighting #135
2015-03-17 20:57:21 +01:00
Hannes Mannerheim
c5bb5506da
Merge pull request #134 from mmn/align_to_gnusocial_nightly
...
make sure the status array has 'repeated' key
2015-03-13 08:39:58 +01:00
Mikael Nordfeldth
9af89a0e0e
make sure the status array has 'repeated' key
...
I think the event handler should be doublechecked on more than one
point. For example the call arguments don't seem to include an array
argument which can include an option called "include_user". Also the
$scoped value is not necessarily always a Profile, it can be null too.
2015-03-13 00:00:27 +01:00
Hannes Mannerheim
1fdad6115b
Merge pull request #132 from mmn/another_openid_plugin_test
...
Check if OpenID plugin exists through StatusNet::getActivePlugin()
2015-03-08 21:17:31 +01:00
Mikael Nordfeldth
05b11732c4
Check if OpenID plugin exists through StatusNet::getActivePlugin()
2015-03-08 20:58:00 +01:00
Hannes Mannerheim
4e39d59885
maybe solves #131
2015-03-07 22:55:39 +01:00
Hannes Mannerheim
82f120219d
Merge pull request #130 from llebegue/jquery_2.1.3
...
Upgrade Jquery to 2.1.3
2015-03-07 22:00:36 +01:00
llebegue
e6d270082d
Latest jquery version : 2.1.3
2015-03-07 18:00:04 +01:00
llebegue
c010ca7787
Latest jquery version : 2.1.3
2015-03-07 17:59:43 +01:00
Hannes Mannerheim
e0324a3562
hashtags with special characters now works (better, at least) in browsing history
2015-03-07 15:50:43 +01:00
Hannes Mannerheim
f7e0a05478
more rtl fixes
2015-03-06 01:34:02 +01:00
Hannes Mannerheim
46b2422d62
rtl fixes
2015-03-06 01:17:28 +01:00
Hannes Mannerheim
5092d5c708
cache conversations by conversation-id, of course!
2015-03-05 23:35:08 +01:00
Hannes Mannerheim
c2ace7695c
better localStorage cache management
2015-03-05 22:22:48 +01:00
Hannes Mannerheim
8c06700953
unseen notifications glitch fix
2015-03-05 16:04:40 +01:00
Hannes Mannerheim
a2af140a18
mistake
2015-03-05 13:04:27 +01:00
Hannes Mannerheim
0847e4de93
svg attachment support
2015-03-05 13:00:24 +01:00
Hannes Mannerheim
1f965d805e
Merge pull request #129 from mmn/url_to_geturl
...
->url to ->getUrl() for File_thumbnail and Notice
2015-03-04 19:32:59 +01:00
Mikael Nordfeldth
b135a51d6a
->url to ->getUrl() for File_thumbnail and Notice
...
In older versions ->getUrl() actually just returns ->url, but newer
versions of GNU social have some logic which takes care of certain
issues with outdated URLs stored in the database tables etc.
2015-03-04 12:54:42 +01:00
Hannes Mannerheim
5a6b68289a
something here caused firefox to hang. don't know if this fixes it
2015-03-04 01:26:53 +01:00
Hannes Mannerheim
5ebe154879
add hooks for other plugins to tap into qvitter
2015-03-03 00:33:18 +01:00
Hannes Mannerheim
d34fac4a7f
Merge pull request #126 from knuthollund/master
...
Added missing norwegian translation. Changed to be consistent on "GNU social"
2015-02-27 23:15:36 +01:00
Hannes Mannerheim
140d9aa560
federated-tooltip didn't work
2015-02-27 23:13:44 +01:00
Knut Erik Hollund
0069fd77eb
It is GNU social - because mattl says so! :) Just a cleanup
2015-02-27 23:05:10 +01:00
Knut Erik Hollund
d2aa1f0354
Added missing norwegian translation. Changed to be consistent when writing 'GNU social'
2015-02-27 22:29:43 +01:00
Hannes Mannerheim
9bc1ea3003
Merge pull request #125 from aleixq/patch-1
...
Update ca.json
2015-02-27 11:11:38 +01:00
Aleix Quintana Alsius
c80ce662f8
Update ca.json
...
No need to escape single quotes.
2015-02-27 11:04:13 +01:00
Hannes Mannerheim
9ebacf245f
minor bugfixes
2015-02-26 20:13:52 +01:00
Hannes Mannerheim
1540996739
makes unwanted scrollbars disappear when text contains emojis
2015-02-26 00:33:48 +01:00
Hannes Mannerheim
0446b8e91c
should have known that wouldn't work...
2015-02-26 00:28:02 +01:00
Hannes Mannerheim
9a4147fb60
cache full text of truncated queets in localStorage
2015-02-25 23:46:32 +01:00
Hannes Mannerheim
8463546ec8
image deep linking feature got lost in 2d1c237fa4
2015-02-25 22:53:09 +01:00
Hannes Mannerheim
fb4ad4e1f9
avatar row can overflow, but hidden
2015-02-25 21:50:16 +01:00
Hannes Mannerheim
1e36c997f0
conversation, repeat and fav caching, new api for getting favs&repeats in same request, etc
2015-02-25 21:16:24 +01:00
Hannes Mannerheim
af1635825d
fix for #40 , localStorage.doShake not used anymore
2015-02-25 03:45:13 +01:00
Hannes Mannerheim
5698e7f2e8
don't escape ' inside "
2015-02-25 03:37:24 +01:00
Hannes Mannerheim
3586cfcf6f
Merge pull request #123 from mmn/media_maxwidth_relative
...
max-width 100% for img and video media
2015-02-25 03:16:13 +01:00