Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-18 | Add MuSTArD to notice sources | Zach Copley | |
2009-11-17 | Remove alerts | Sarven Capadisli | |
2009-11-17 | Changed to bind and removed window name because IE doesn't like names | Sarven Capadisli | |
with '-' in them. | |||
2009-11-17 | Open anchors in entry-title and entry-content on a new window | Sarven Capadisli | |
2009-11-17 | Fix layout for entity_actions | Sarven Capadisli | |
2009-11-17 | Calling selector once | Sarven Capadisli | |
2009-11-17 | Added margin-top for showstream page (space between entity_actions and | Sarven Capadisli | |
notice_primary) | |||
2009-11-17 | Set window resize before openning it up | Sarven Capadisli | |
2009-11-16 | Bug 1655/bug 1905: fix for Internet Explorer receiving FOAF output when ↵ | Brion Vibber | |
clicking user links. User links using the ID number (such as created for @-replies) have been failing on Internet Explorer, since IE doesn't bother to actually say it supports text/html... We usually get something like this from IE, up through at least IE 8: Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, */* The */* ended up matching application/rdf+xml instead of text/html, so only other browsers which are more explicit would actually get sent on to the user profile/notice stream; IE visitors were directed on to the FOAF download. :( Swapping the order of items in the server-side of the negotiation list fixes this; clients actually asking for FOAF at a higher priority than HTML will still get it, but the wildcard */* now matches text/html which is usually what we want. Content negotiation for the user links was added August 2008 in commit 48fcfb8b0daeb272cb9d116af617daf15930d909. | |||
2009-11-17 | Showing counter for new notices only if the window is on blur | Sarven Capadisli | |
2009-11-17 | Using the right selector for notice_reply | Sarven Capadisli | |
2009-11-16 | Added NoticeFavors() for received notices | Sarven Capadisli | |
2009-11-16 | Unbinding the events from Notice reply and favor for possible memory | Sarven Capadisli | |
leaks | |||
2009-11-16 | Added update delay and max notice count | Sarven Capadisli | |
2009-11-16 | Only show local notices or (remote notices if they're supposed to be shown) | Craig Andrews | |
2009-11-14 | Fix regression from ba199ad4ec47e6b0c067a3b2a15882d3836ea009: typo in ↵ | Brion Vibber | |
refactoring caused fatal error on unrecognized message source Example report from live site: http://identi.ca/notice/14629110 | |||
2009-11-12 | Removed extra showScript() call at the bottom of the document. 0.8.x | Sarven Capadisli | |
is using <head> for scripts whereas 0.9.x puts it before </body>. This also fixes the duplicate posts | |||
2009-11-12 | Removed old comments | Sarven Capadisli | |
2009-11-11 | Disable debug mode (so there are no messages written to the javascript console) | Craig Andrews | |
2009-11-11 | Resetup the ajaxification for replies and favors after inf. scrolling | Craig Andrews | |
Made the selector much more specific, so it only works on pages that have notices | |||
2009-11-11 | Refactored the favorite button ajaxification to a separate function | Craig Andrews | |
2009-11-11 | Bug 1969: rebuild corrupted l10n files which caused all UI strings to be ↵ | Brion Vibber | |
shown as nulls (already done on 0.9.x in course of other major l10n changes) http://status.net/trac/ticket/1969 | |||
2009-11-08 | Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x | Sarven Capadisli | |
2009-11-08 | Moved back to using lib twitterapi instead of api for 0.8.x | Sarven Capadisli | |
2009-11-08 | Fix typo in doc/badge (bug 1958) | Brion Vibber | |
2009-11-07 | Merge branch 'testing' into 0.8.x | Evan Prodromou | |
2009-11-06 | typo :P | Brion Vibber | |
2009-11-06 | console.php: fix up the help and include a handy cut-n-paste'able example | Brion Vibber | |
2009-11-06 | console.php terminal script provides interactive PHP console in StatusNet ↵ | Brion Vibber | |
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-05 | update version number0.8.2 | Evan Prodromou | |
2009-11-04 | Merge branch '0.8.x' of git@gitorious.org:statusnet/mainline into 0.8.x | Sarven Capadisli | |
2009-11-04 | Added script documentation | Sarven Capadisli | |
2009-11-04 | Script no longer neeed | Sarven Capadisli | |
2009-11-04 | Sync RealtimePlugin with 0.9.x | Sarven Capadisli | |
2009-11-04 | Sync Realtime JavaScript with 0.9.x | Sarven Capadisli | |
2009-11-02 | Merge branch 'testing' into 0.8.x | Evan Prodromou | |
2009-11-02 | notes about registeruser and makegroupadmin scripts | Evan Prodromou | |
2009-11-02 | script to make someone a group admin | Evan Prodromou | |
2009-11-02 | correct name in registeruser | Evan Prodromou | |
2009-11-02 | script to register a user | Evan Prodromou | |
2009-11-02 | script to make someone a group admin | Evan Prodromou | |
2009-11-02 | correct name in registeruser | Evan Prodromou | |
2009-11-02 | script to register a user | Evan Prodromou | |
2009-11-01 | Revert "Blacklist all files and directories in the web root (INSTALLDIR). ↵ | Evan Prodromou | |
Much more elegant than manually keep tracking of these invalid usernames." This reverts commit 15f9c80c28042a5f9d51ec8444e3c9c475360481. 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-10-31 | Add SocialOomph | Evan Prodromou | |
2009-10-31 | add and update choqok | Evan Prodromou | |
2009-10-31 | remove mention of getfile0.8.2rc2 | Evan Prodromou | |
2009-10-31 | Revert "mod_rewrite rule for getfile" | Evan Prodromou | |
This reverts commit 834a876dd0998464cade1cdd0fe2fe8c9ab17dcc. | |||
2009-10-31 | Revert "Added some explanatory text to README" | Evan Prodromou | |
This reverts commit d2bac158cd0d4a25b3997cdd1ccadc5f08d65943. | |||
2009-10-31 | Revert "Added bit about being incompatible with file attachment virtual server" | Evan Prodromou | |
This reverts commit afe663af82250d020fd9dff0646c91c8f3b41013. |