Commit Graph

11783 Commits

Author SHA1 Message Date
Matt Lee
957973d6f8 updated 2010-11-29 15:43:36 -05:00
Matt Lee
f7ea7f8121 updated 2010-11-29 15:42:23 -05:00
Matt Lee
7c988b51ed updated 2010-11-29 15:41:33 -05:00
Matt Lee
c34038a9ac updated 2010-11-29 15:40:29 -05:00
Matt Lee
51d900e245 updated 2010-11-29 15:39:45 -05:00
Matt Lee
aa20d36c40 updated 2010-11-29 15:37:48 -05:00
Matt Lee
c58e4ea299 updated 2010-11-29 15:36:13 -05:00
Matt Lee
fd8861dc7d updated 2010-11-29 15:34:26 -05:00
Matt Lee
734b8e2c3f updated 2010-11-29 15:33:05 -05:00
Matt Lee
299960a472 updated 2010-11-29 15:31:42 -05:00
Matt Lee
b881cc25cf updated 2010-11-29 15:30:21 -05:00
Matt Lee
7e16376025 updated 2010-11-29 15:27:21 -05:00
Matt Lee
faad577458 updated 2010-11-29 15:25:54 -05:00
Matt Lee
988c1af425 updated 2010-11-29 15:23:51 -05:00
Matt Lee
e62877126f don't float 2010-11-29 15:21:54 -05:00
Matt Lee
d52384119e bring back some stuff 2010-11-29 15:21:04 -05:00
Matt Lee
deb3b1068f remove profile box entirely 2010-11-29 15:18:24 -05:00
Matt Lee
4f2d3b733a updated template 2010-11-29 15:16:24 -05:00
Matt Lee
44477a7063 added copyright, updated 2010-11-29 15:08:01 -05:00
Matt Lee
021a403898 updated 2010-11-29 15:03:01 -05:00
Matt Lee
1567879609 more things go away 2010-11-29 14:59:19 -05:00
Matt Lee
75b044faf0 more updates, styling, for single user gnu social instance 2010-11-29 14:57:32 -05:00
Brion Vibber
6e249b4ab5 doc comments on User::allowed_nickname 2010-11-29 11:57:27 -08:00
Matt Lee
710f2928c1 more updates 2010-11-29 14:52:39 -05:00
Matt Lee
4ee21a5164 hide a little more on the profile 2010-11-29 14:46:16 -05:00
Brion Vibber
b7e0078d10 Start on some nickname-validation test cases: several of these fail right now because we had regressions in 0.8 or 0.9 where we lost normalization of uppercase and some other chars. 2010-11-29 11:31:33 -08:00
Brion Vibber
6c4e5a89c1 Add some doc comments on nickname-related stuff in util.php 2010-11-29 11:31:10 -08:00
Siebrand Mazeland
ed0e91c7a1 Localisation updates from http://translatewiki.net. 2010-11-29 20:28:28 +01:00
Evan Prodromou
6a0fd59df2 Net URL Mapper Path plex file 2010-11-27 16:52:32 -05:00
Evan Prodromou
0a753206cb Net_URL_Mapper 0.9.1 2010-11-27 16:48:52 -05:00
Evan Prodromou
8212df3e1a Merge remote branch 'gitorious/0.9.x' into 0.9.x 2010-11-26 22:11:12 -05:00
Evan Prodromou
005a14272d Make OStatusPlugin define push feed rel 2010-11-26 22:10:18 -05:00
Evan Prodromou
edf660c6ff Make userxrd work without OStatus enabled 2010-11-26 22:09:51 -05:00
Evan Prodromou
fcc0825b14 Make userxrd part of the default hostmeta 2010-11-26 21:46:51 -05:00
Evan Prodromou
0a4911552e Move user xrd action to core and use hooks to extend
Moved the Webfinger user XRD action from the OStatus plugin to core.
Added hooks to add OStatus-specific stuff, but kept general stuff in
the core.
2010-11-26 21:38:38 -05:00
Craig Andrews
3f3b38766f move xrd and hostmeta out of the OStatus plugin and into core
add event for setting up hostmeta, and use them in the OStatus plugin
2010-11-26 21:12:14 -05:00
Evan Prodromou
806832e339 Revert "Ticket #2796: don't allow arbitrary overriding of the 'action' class and other parameters pulled from the URL mapper."
This reverts commit 4193a826d3.
2010-11-26 11:18:41 -05:00
Brion Vibber
92880b41e4 Update util.min.js for attachment preview on Firefox, Chrome 2010-11-24 17:36:40 -08:00
Brion Vibber
d075fac7b8 Preview thumbnails of uploaded image attachments before posting on supporting browsers.
Tested working so far:
* Firefox 3.6 and 4.0 (FileReader -> data URL)
* Chrome 8 (createObjectURL; FileReader also works)

Tested with limited support:
* Safari 5.0.3 (no preview, but we can show type and size)

Tested and known not to support FileAPI, keeps current behavior:
* Opera 11 beta
2010-11-24 12:20:25 -08:00
Brion Vibber
b6e5b1d294 Add LogFilter plugin: quickie way to filter out/in log output based on priority or keyword matches. Should be helpful for folks who can't easily adjust their syslog filtering. 2010-11-24 10:13:03 -08:00
Brion Vibber
c65f199486 logging tweak for Twitter status ID issue 2010-11-23 09:49:32 -08:00
Brion Vibber
c169dcb522 Fixes for Twitter bridge breakage on 32-bit servers. New "Snowflake" 64-bit IDs have become too big to fit in the integer portion of double-precision floats, so to reliably use these IDs we need to pull the new string form now.
Machines with 64-bit PHP installation should have had no problems (except on Windows, where integers are still 32 bits)
2010-11-23 09:28:47 -08:00
Zach Copley
7e6c0e542f FacebookBridge - fail gracefully if the user has already deleted a
linked notice on Facebook.
2010-11-22 21:40:47 +00:00
Brion Vibber
c0ce953288 Update doc comment for Awesomeness plugin 2010-11-22 12:39:38 -08:00
Brion Vibber
5ad06e80b6 Tweak regex in Awesomeness plugin 2010-11-22 12:38:47 -08:00
Brion Vibber
263bd5b387 Merge commit 'refs/merge-requests/2224' of git://gitorious.org/statusnet/mainline into int 2010-11-22 12:31:24 -08:00
Brion Vibber
2b0d1d9fc4 Merge branch 'master' into 0.9.x 2010-11-22 11:13:22 -08:00
Brion Vibber
9c6e63b0bc Fixes for delete_status_network.sh:
* add some sanity checking: abort on failures instead of plodding through
* add some progress / error output
* fetch the target database server name from the status_network entry and use that to target the DROP DATABASE

Note that database names and other overrides in status_network entry may still not be seen.
2010-11-22 11:10:10 -08:00
Jeroen De Dauw
7e173f5db8 Added Awesomeness extension 2010-11-20 15:14:12 +01:00
Brion Vibber
cff14c7e10 Merge branch 'master' into 0.9.x 2010-11-19 16:18:53 -08:00