Sarven Capadisli
ca31504dd9
Using the right selector for notice_reply
2009-11-17 00:07:21 +00:00
Sarven Capadisli
8b4fd41421
Added NoticeFavors() for received notices
2009-11-16 22:16:55 +00:00
Sarven Capadisli
be73757131
Unbinding the events from Notice reply and favor for possible memory
...
leaks
2009-11-16 22:16:08 +00:00
Sarven Capadisli
629532e2da
Added update delay and max notice count
2009-11-16 22:00:15 +00:00
Craig Andrews
e4d191334f
Only show local notices or (remote notices if they're supposed to be shown)
2009-11-16 16:19:27 -05:00
Brion Vibber
3bf1024771
Fix regression from ba199ad4ec47e6b0c067a3b2a15882d3836ea009: typo in refactoring caused fatal error on unrecognized message source
...
Example report from live site: http://identi.ca/notice/14629110
2009-11-14 13:14:20 -08:00
Sarven Capadisli
3752c1fdce
Removed extra showScript() call at the bottom of the document. 0.8.x
...
is using <head> for scripts whereas 0.9.x puts it before </body>. This
also fixes the duplicate posts
2009-11-12 10:37:43 +00:00
Sarven Capadisli
c28b9ce31a
Removed old comments
2009-11-12 10:24:18 +00:00
Craig Andrews
4f1b7fe575
Disable debug mode (so there are no messages written to the javascript console)
2009-11-11 15:39:23 -05:00
Craig Andrews
03022c6e60
Resetup the ajaxification for replies and favors after inf. scrolling
...
Made the selector much more specific, so it only works on pages that have notices
2009-11-11 15:38:28 -05:00
Craig Andrews
83b92d9ef0
Refactored the favorite button ajaxification to a separate function
2009-11-11 15:37:17 -05:00
Brion Vibber
c9eb7c1f0b
Bug 1969: rebuild corrupted l10n files which caused all UI strings to be shown as nulls
...
(already done on 0.9.x in course of other major l10n changes)
http://status.net/trac/ticket/1969
2009-11-11 10:04:27 -08:00
Sarven Capadisli
3a2af8da24
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x
2009-11-08 22:56:44 +00:00
Sarven Capadisli
5c5a905eb9
Moved back to using lib twitterapi instead of api for 0.8.x
2009-11-08 22:55:53 +00:00
Brion Vibber
134319649f
Fix typo in doc/badge (bug 1958)
2009-11-08 11:39:42 +01:00
Evan Prodromou
0491ee90ec
Merge branch 'testing' into 0.8.x
2009-11-07 12:47:12 -05:00
Brion Vibber
8516c4eef0
typo :P
2009-11-06 16:17:43 +01:00
Brion Vibber
1e1b2f7783
console.php: fix up the help and include a handy cut-n-paste'able example
2009-11-06 16:17:38 +01:00
Brion Vibber
4b7a36ea19
console.php terminal script provides interactive PHP console in StatusNet environment, handy for testing!
...
Uses readline for line input editing if available; falls back to bash+readline if not native, and takes fgets() in worst case.
Currently a bit awkward in that each input line is parsed separately, so loops and function defs have to be squished to one line.
2009-11-06 16:17:31 +01:00
Evan Prodromou
4a8189ac7d
update version number
2009-11-05 17:18:16 -05:00
Sarven Capadisli
6f7e3053ba
Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x
2009-11-04 09:25:16 +00:00
Sarven Capadisli
00e7214720
Added script documentation
2009-11-04 09:24:14 +00:00
Sarven Capadisli
1e7c4f773b
Script no longer neeed
2009-11-04 09:20:36 +00:00
Sarven Capadisli
cc0a6dce36
Sync RealtimePlugin with 0.9.x
2009-11-04 09:19:39 +00:00
Sarven Capadisli
df1ee6867e
Sync Realtime JavaScript with 0.9.x
2009-11-04 09:12:34 +00:00
Evan Prodromou
01795bd615
Merge branch 'testing' into 0.8.x
2009-11-02 18:10:37 -05:00
Evan Prodromou
f757ba3ca2
notes about registeruser and makegroupadmin scripts
2009-11-02 18:10:01 -05:00
Evan Prodromou
85d5585fc4
script to make someone a group admin
2009-11-02 18:07:38 -05:00
Evan Prodromou
8e4bc78204
correct name in registeruser
2009-11-02 18:07:20 -05:00
Evan Prodromou
97b4576c11
script to register a user
2009-11-02 18:07:04 -05:00
Evan Prodromou
f0fc12b0a7
script to make someone a group admin
2009-11-02 18:06:27 -05:00
Evan Prodromou
edb2713026
correct name in registeruser
2009-11-02 18:06:09 -05:00
Evan Prodromou
eee033ae7c
script to register a user
2009-11-02 17:28:03 -05:00
Evan Prodromou
6664528244
Revert "Blacklist all files and directories in the web root (INSTALLDIR). Much more elegant than manually keep tracking of these invalid usernames."
...
This reverts commit 15f9c80c28
.
So, so, elegant! And so, so, incorrect!
We can't have a user named 'notice' because that would interfere with
URLs like /notice/1234. However, there is no file named 'notice' in
the Web root.
If there were a way to automatically pull out the virtual paths in the
root dir, this may make sense. Until then, we keep track here.
2009-11-01 11:09:14 -05:00
Evan Prodromou
659da177ea
Add SocialOomph
2009-10-31 15:49:21 -04:00
Evan Prodromou
603f95d17d
add and update choqok
2009-10-31 15:40:26 -04:00
Evan Prodromou
c637fe8cf0
remove mention of getfile
2009-10-31 14:34:04 -04:00
Evan Prodromou
7b5285c346
Revert "mod_rewrite rule for getfile"
...
This reverts commit 834a876dd0
.
2009-10-31 14:33:28 -04:00
Evan Prodromou
446de62d02
Revert "Added some explanatory text to README"
...
This reverts commit d2bac158cd
.
2009-10-31 14:33:26 -04:00
Evan Prodromou
a5b3ad7bf5
Revert "Added bit about being incompatible with file attachment virtual server"
...
This reverts commit afe663af82
.
2009-10-31 14:33:24 -04:00
Evan Prodromou
ba89c89176
Revert "Actually commit the file this time"
...
This reverts commit 3f06bfc042
.
2009-10-31 14:32:15 -04:00
Evan Prodromou
4056a26017
Revert "Added getfile action"
...
This reverts commit f58daa873b
.
2009-10-31 14:32:12 -04:00
Evan Prodromou
cf199a9b73
updates to README
2009-10-31 14:19:26 -04:00
Evan Prodromou
ae7d524fd8
add a README warning devs from fracking around in extlib/
2009-10-31 13:35:20 -04:00
Evan Prodromou
08546e4fb4
Merge branch 'master' into testing
2009-10-31 13:05:22 -04:00
Carlos Perilla
8ce3adc76b
Fixes foaf notices, use Profile for information that's missing in Remote_profile
2009-10-31 12:49:53 -04:00
Evan Prodromou
9f7d390ad1
update version to rc2
2009-10-31 12:18:38 -04:00
Evan Prodromou
5e27d53947
Merge branch '0.8.x' into testing
2009-10-31 12:16:30 -04:00
Sarven Capadisli
dcca9fbec0
IE has some issue with notices that are sent with file attachments. It
...
doesn't like the XHR response with XHTML DTD. New notices without the
file attachment work fine.
The rendered content (the anchor for the file attachment link) doesn't
appear to be the issue.
To fix this problem, I removed the XHTML DTD line from newnotice's XHR
response. This is unnecessary for text/xml outputs that's intended
for XHR responses any way. It just happens to fix an IE issue.
Still a mystery to me as to why it is particular to notices with file
attachments.
2009-10-30 21:44:31 +00:00
Jeffery To
afe663af82
Added bit about being incompatible with file attachment virtual server
2009-10-22 12:46:59 +08:00