Commit Graph

93 Commits

Author SHA1 Message Date
Sarven Capadisli deb07487bd 60 seconds hard timeout for XHR notice posting. JavaScript throws an
alert message to the client if the server doesn't respond back in any
way.
2009-05-01 17:00:36 +00:00
Ori Avtalion 609ac4c224 Fix link to identi.ca in JavaScript badge 2009-05-01 07:12:37 -04:00
Evan Prodromou 7405d9dfa6 Don't add a node if it's already there
Try not to double-add a node on Ajax submit. Normally not a big deal,
but may happen if the CometPlugin (or in the future Strophe or other
auto-update plugins) is enabled.
2009-04-26 21:16:09 -04:00
Sarven Capadisli 12867d114d UI for server errors. 2009-04-24 17:22:43 +00:00
Sarven Capadisli 83ba1b0b5e The real 7 seconds (7000) timeout for XHR posting. 2009-04-23 21:51:49 +00:00
Sarven Capadisli 2bdf192dab XHR alerts for server-side errors: 404, 502, 503, 504. There is also a
7 second timeout if the server doesn't get back with a response.
2009-04-23 21:35:21 +00:00
Sarven Capadisli 63c52784c7 Allowing XHR for Inbox/Outbox pages. 2009-04-23 02:22:00 +00:00
Sarven Capadisli 81714c6c31 counter() after val() reset to avoid (weird) bug. 2009-04-17 20:14:06 +00:00
Sarven Capadisli b22f446df2 Clear notice char counter for direct messages as well. 2009-04-17 19:51:20 +00:00
Sarven Capadisli c3a44d2ab9 form_notice textarea is cleared on successful direct message post.
Disabled notice posting with XHR on Inbox and Outbox pages. This will
be revisited in 0.8.x.
2009-04-16 21:57:42 +00:00
Evan Prodromou 559cf75edb upgrade jQuery to 1.3.2 2009-03-30 11:11:53 -04:00
Sarven Capadisli 90e5f01f8a Processing indicator (aka spinner thingy) for form_notice submits 2009-03-25 22:53:21 +00:00
Evan Prodromou e185c0395a Revert "trac #201 Add flowplayer to enable multimedia playback capability."
This reverts commit 9c9b6790ce.

This code wasn't ready for release, so I've reverted it for now.

Conflicts:

	lib/action.php
	lib/util.php
2009-03-12 00:13:28 -04:00
Sarven Capadisli dcdf47cff2 Avatar crop fix for shrinking/stretching of images when user doesn't
scale it with the Jcrop tool (but hits Crop). This will use the lower
value from width/height.
2009-03-04 05:11:18 +00:00
Zach Copley 1fdb35bbf1 New doc page for Identi.ca badge and minor updates to badge's js 2009-02-20 17:17:20 -08:00
Robin Millette 9c9b6790ce trac #201 Add flowplayer to enable multimedia playback capability. 2009-02-16 17:46:24 +00:00
Evan Prodromou e5bad15264 upgrade jQuery from 1.3 to 1.3.1 2009-02-09 12:39:03 -05:00
Zach Copley 61b17b4c02 Facebook app: don't add FBJS event listeners to notice input box if it's not on the page 2009-02-05 07:10:11 +00:00
Sarven Capadisli e2d445abbb Uses regular HTTP GET to new notice replyto page instead of JS when
notice_data-text is available.
2009-01-28 15:25:50 +00:00
Zach Copley 1c60afb940 trac750 140 character countdown for FB app 2009-01-27 01:55:36 +00:00
sarven 658eebd977 Calling NoticeReply() after a new notice is posted. 2009-01-23 02:49:48 +00:00
sarven 0daf242100 Using util.js to set onclick reply anchor 2009-01-23 02:43:18 +00:00
sarven 785ffd5b9b Populat notices and some css cleanup 2009-01-22 21:03:59 +00:00
sarven a330bdac62 Moved nudge response from util.php to nudge.php
Adjusted some CSS
2009-01-22 06:33:38 +00:00
sarven a39bb4a3b8 Grabs x,y,w,h from hidden inputs if it is set, otherwise, it will use
defaults
2009-01-21 21:37:08 +00:00
sarven 41f74218f2 Profile avatar settings 2009-01-21 20:33:37 +00:00
Evan Prodromou 0824bb2e1d Merge branch 'master' into groups 2009-01-21 11:52:06 -05:00
Evan Prodromou 4491e82762 Add actions for joining or leaving a group, and fixup JS to match 2009-01-21 11:47:23 -05:00
sarven db4993970e (Un)subscribe AJAX forms 2009-01-21 04:08:05 +00:00
Evan Prodromou 12c475c101 Merge branch 'master' of /var/www/trunk
Conflicts:

	actions/facebookhome.php
	actions/facebooksettings.php
2009-01-19 13:35:17 +00:00
Zach Copley aea172bee0 trac750 Removed psychotic FB redirect hack. Found a better way with document.setLocation() 2009-01-18 21:08:56 +00:00
Zach Copley 8fdf888edb trac750 Javascript file for Facebook app 2009-01-18 06:12:47 +00:00
sarven 4b1cc73a58 Favor/Disfavor form @class
Created icon, and add style
JS selector change
Fixed return actions
2009-01-18 03:12:39 +00:00
sarven 102028fb48 In reply to @id 2009-01-17 03:03:53 +00:00
sarven ba18deeee5 Adding xbImportNode 2009-01-17 02:57:51 +00:00
sarven e34efca7f3 Update to notice form character count warning 2009-01-16 18:14:20 +00:00
sarven 877327a18e Update to XHR post notice 2009-01-16 17:02:46 +00:00
sarven eacb8df691 Added jquery.form.js 2009-01-16 16:17:27 +00:00
sarven eb53e96942 Removed the jquery form extension and xbImportNode.
These will be replaced by jquery's built in load() later.
2009-01-14 23:50:18 +00:00
sarven 523588da33 Added Jcrop jQuery plugin 2009-01-14 23:25:32 +00:00
Evan Prodromou a6c9e3cea0 Update jQuery libraries to 1.3 2009-01-14 11:45:07 -05:00
csarven ba24378fdf Jcrop CSS updates to original/preview views
darcs-hash:20081210025922-eefa4-20d87784a350ccc94ee8cb2d69ad44b1b0c92539.gz
2008-12-09 21:59:22 -05:00
csarven 33196c24f4 Jcrop v2 (POST cropping to be completed)
darcs-hash:20081210021607-eefa4-c3590f3e734255faf098bf5ca09fc17901a6db70.gz
2008-12-09 21:16:07 -05:00
Sarven Capadisli 563a9e64be identica badge by Kent Brewster. For more information see:
http://kentbrewster.com/identica-badge/

Copy and paste the following wherever you want the badge to show up:

<script type

darcs-hash:20081218003302-efd22-9423c6317fe60a3c288c713333f7b16a84228c3e.gz
2008-12-17 19:33:02 -05:00
Sarven Capadisli 946eee4256 Direct message XHR response fix for IE and minor tweaks
darcs-hash:20081216071818-efd22-d2e59bb60a236538452be356f38d0974f35f0107.gz
2008-12-16 02:18:18 -05:00
Sarven Capadisli 0910a8915b Alerting the direct message XHR response
darcs-hash:20081211225808-efd22-7f21b4588aad028766516f76173cf62cdf560855.gz
2008-12-11 17:58:08 -05:00
Sarven Capadisli a0d85c93bc Nudge JS process and image removal
darcs-hash:20081211021755-efd22-5b2f406b22a87c81cc02f92fee8a0ed64572e113.gz
2008-12-10 21:17:55 -05:00
csarven 665a3325b3 Nudge disabled and greyed out while ajaxForm process
darcs-hash:20081208055812-eefa4-719bb1b630a7d0764b286d67488313627b5180c8.gz
2008-12-08 00:58:12 -05:00
csarven 7d2f88f935 (Un)Subscribed submit is disabled and greyed out while ajaxForm process
darcs-hash:20081208051212-eefa4-13c2cc5bab8c8da38dff51bce7fe89c2debdb781.gz
2008-12-08 00:12:12 -05:00
csarven d55318eaed trac831 disables status_form input submit onsubmit
darcs-hash:20081201175028-eefa4-f67a2bd15bf052d62c36b1ff666f37ca98983f31.gz
2008-12-01 12:50:28 -05:00