Commit graph

168 commits

Author SHA1 Message Date
friendica
a5693df07f issue #189 - show post edited time on relative date hovertip 2013-10-30 17:33:10 -07:00
friendica
7335f67246 fix issue #123 again, except this time don't allow ping recursion 2013-10-29 21:05:49 -07:00
Thomas Willingham
5570ae0101 Recursive ping 2013-10-29 05:07:55 +00:00
friendica
c88fd01205 basic support (still needs some js to expose it) for sharing an item on a remote site by sending it through oexchange on your home hub. Untested. 2013-10-23 21:49:50 -07:00
friendica
d98da77f2a issue #123 - this will leave a very very short interval between the time a notification shows up and the time it is cleared. This is about as fast as we can clear it. Previously it could have been as long as the network poll interval. 2013-10-20 21:11:21 -07:00
friendica
b4efbfbce7 partial fix for issue #123 - this doesn't actually fix the reported problem, but does instantly reset the notification count when you click 'mark all xyz notifications seen' 2013-10-20 21:02:24 -07:00
friendica
3991db62d4 fix endless scroll 2013-10-13 21:21:13 -07:00
friendica
454aa6bff3 turn off endless scroll if we have no more content to load - currently for mod_display, need to add to other content modules 2013-10-13 20:09:11 -07:00
friendica
87f1c6b8ec more icon conversions - savedsearch listings need more work. The drop icon should be hidden unless the entry is being hovered. 2013-10-09 20:19:02 -07:00
friendica
0e793dea9b replace a bunch of graphic icons with vector icons 2013-10-08 21:17:11 -07:00
friendica
6519433301 suppress creating the directory update record for profile updates which are part of the normal import_xchan sequence - otherwise we get two for every change. Create it normally if we are called with a profile_update message and don't go through the whole import_xchan thing. 2013-09-25 21:22:36 -07:00
friendica
caa148c1e3 Sheesh. Three lines of Javascript. All you have to do is find which of the three lines is doing something wrong. Or FILE A BUG. Or use a different browser (not *try* a different browser, *use* a different browser), or turn off freaking tinymce. But no - let's argue about browsers instead. 2013-09-01 19:15:08 -07:00
friendica
9fb2a87c9a Another try at issue #61 and #62 - an earlier fix was partially working but the issue persisted - this extends it a bit. 2013-08-18 00:04:38 -07:00
friendica
873c1f381e Merge pull request #77 from git-marijus/master
add spin.js a themable js spinner to red
2013-07-14 01:19:24 -07:00
git-marijus
9cb151fe27 port jot to spin.js 2013-07-13 23:28:44 +02:00
git-marijus
272642966b port like button to spin.js 2013-07-13 21:37:39 +02:00
git-marijus
1d5fe55973 Update main.js 2013-07-13 20:11:21 +02:00
git-marijus
7f3c44a431 Update main.js 2013-07-13 20:07:37 +02:00
git-marijus
486041ebbc Update main.js 2013-07-13 20:03:42 +02:00
git-marijus
21e013ab05 Create jquery.spin.js
jquery plugin for spin.js
2013-07-13 18:22:14 +02:00
git-marijus
0d061140a1 Create spin.js 2013-07-13 18:20:11 +02:00
friendica
08258da944 fix undefined commentWrap 2013-07-04 15:46:20 -07:00
friendica
a4c77467a7 with luck this will fix issue #61 and issue #62 - boy that was fun (not). 2013-07-02 20:15:45 -07:00
friendica
da05b9736e some work on issue #62 (comments collapsing on liveupdate), but still a work in progress
some work on photo consolidated "view/edit", but still a work in progress
2013-07-02 16:37:33 -07:00
friendica
b86253c655 issue #65 2013-07-01 19:41:11 -07:00
friendica
47ef689c92 implement taggable in auto-complete popups 2013-06-16 16:31:59 -07:00
friendica
a37ac8f2f3 flag taggable connections in acl selector 2013-06-16 00:03:22 -07:00
friendica
9b67e114ad possibly fix skipped pages on endless scroll 2013-06-13 19:21:45 -07:00
friendica
e1c6b776c4 fix timeago on search items, and bring back app display for wall items - which took a bit of re-arranging of a lot of other stuff 2013-05-09 22:04:30 -07:00
friendica
d75be6dbe6 more jquery migration 2013-05-09 21:43:06 -07:00
friendica
7dfea2c70d get rid of jquery.browser warnings by removing msie hacks in two places, live update and fancybox 2013-05-09 18:24:52 -07:00
friendica
112dbf3abd get search page working with live-update and endless scroll, still not perfect - there may be duplicated content and possibly unauthorised content and 'timeago' not working correctly - will deal with those later, but at least you can see results. 2013-05-09 18:08:00 -07:00
Olivier Migeot
2941925782 Upgraded jQuery to 1.9.1, including jQuery Migrate (for the sake of keeping old code working) and upgrade Fullcalendar (because Migrate just wasn't enough for him). 2013-04-10 13:16:41 +02:00
friendica
863dcda8ee clean up some funky menu interactions 2013-03-06 19:19:56 -08:00
friendica
99c5f88963 mod_display - no fun. Not working at all. But a bit of progress. 2013-02-10 04:55:29 -08:00
friendica
74d23fcf8c give time for seen flag to get reset after comment post before repinging. 2013-02-05 14:26:27 -08:00
friendica
9dcecb6b37 finish up the "mark all xyz seen" for all known values of xyz 2013-02-03 19:07:01 -08:00
friendica
6b3d36c36d when did the ago-time div get renamed? I don't remember doing that. 2013-01-31 20:53:07 -08:00
friendica
9a4667c77c tweaking z-index on chanview full-page mode so that everything works correctly 2013-01-25 03:52:16 -08:00
friendica
0f67657c44 ability to make chanview iframe full size (covering source window) and shrink it again 2013-01-25 02:53:41 -08:00
friendica
4fd833b953 fix event notifications 2013-01-16 02:10:56 -08:00
friendica
ba20913c2b lots of notification tweaks 2013-01-08 02:49:08 -08:00
friendica
5875691d34 make normal popups work again 2013-01-07 22:35:28 -08:00
friendica
f04ce3b093 more work on notification system, fix a couple of minor issues from smarty conversion 2013-01-07 13:40:58 -08:00
friendica
479541b5f8 more work on notification popup 2013-01-06 22:00:31 -08:00
friendica
8766616e35 get sliders working again 2013-01-06 15:11:31 -08:00
friendica
7cd014e93c make preview work fix some other nits 2013-01-06 04:07:10 -08:00
friendica
f01d785aae fix timeago updates, reset unseen counts on channel page, don't set nav selected on profile page 2013-01-05 16:37:32 -08:00
friendica
a12264193f modularise the notification popups 2012-12-18 16:17:08 -08:00
friendica
fa8b4e98b7 some cleanup - Thomas we can put the radius/shadow stuff back later for the hipster kids, it's quite distracting at the moment and makes it hard to get serious work done. Hmmm. Wonder if we could make radius/shadow configurable like colours.... and maybe even screen transparency.... that could be interesting. 2012-12-16 15:49:22 -08:00