Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-07 | If the XHR error suggests that the xhr.status is 0 (i.e., it didn't | Sarven Capadisli | |
receive an XHR object as expected), threat it as a success like HTTP 20x or 30x because the notice most likely went through. jquery.form.js (for file uploads) and meteor.js both use an iframe and they (somehow) appear to be in conflict. Notice always goes through, however, xhr.status is 0. Further investigation is needed. | |||
2009-12-06 | Minor fix for play/pause mouseleave | Sarven Capadisli | |
2009-12-05 | Add a configuration option to disable the login command. | Craig Andrews | |
$config['logincommand']['disabled'] = true; This commit should be reverted once the command has been sufficiently tested and trusted. | |||
2009-12-05 | Added 'login' command that gives you a link that can be used to login to the ↵ | Craig Andrews | |
website | |||
2009-12-05 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-12-05 | Preliminary UI for Play/Pause behaviour on hover state for notices | Sarven Capadisli | |
2009-12-05 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland | |
2009-12-05 | Changed input.submit style | Sarven Capadisli | |
2009-12-05 | Add FirePHP plugin - uses FirePHP as an output method for logging | Craig Andrews | |
2009-12-05 | Add 2 new events to enable logger pluginization: StartLog and EndLog | Craig Andrews | |
2009-12-05 | Add configuration option to toggle the indenting of the output HTML. ↵ | Craig Andrews | |
Defaults to indent enabled. | |||
2009-12-05 | Minify inline JS and CSS (can be disable in configuration) | Craig Andrews | |
2009-12-04 | If a theme server is being used, do not minify theme CSS (as doing so could ↵ | Craig Andrews | |
cause 404s) | |||
2009-12-04 | Separate out some common code | Craig Andrews | |
2009-12-04 | Append the StatusNet version to all local, static CSS references | Craig Andrews | |
2009-12-04 | Use inlineScript() instead of element() to write inline javascript | Craig Andrews | |
2009-12-04 | use cssLink() instead of element() to write out references to CSS | Craig Andrews | |
2009-12-04 | use the new htmloutputter->style() function | Craig Andrews | |
2009-12-04 | Add style function to output style() tags | Craig Andrews | |
Add 2 new events: StartStyleElement and EndStyleElement | |||
2009-12-04 | Add 2 new events: StartInlineScriptElement and EndInlineScriptElement | Craig Andrews | |
2009-12-04 | only write the javascript CDATA blocks if the type is javascript (it's not ↵ | Craig Andrews | |
the correct syntax for other languages) | |||
2009-12-04 | Use inlineScript() everywhere inline scripts are written | Craig Andrews | |
2009-12-04 | Merge branch 'minify' into 0.9.x | Craig Andrews | |
2009-12-04 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2009-12-04 | Don't depend on a User being available when looking up Design and timezone | Zach Copley | |
for a profile (because some profiles are remote, etc.) | |||
2009-12-04 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-12-04 | configurable expiry for cached Geonames data defaults to 90 days | Evan Prodromou | |
2009-12-04 | Don't try to broadcast the notice if something went wrong. | Zach Copley | |
2009-12-04 | remove duplicate log() function from RealtimePlugin | Evan Prodromou | |
2009-12-04 | add logging utilities to Plugin class | Evan Prodromou | |
2009-12-04 | let Geonames clients use commercial Web service | Evan Prodromou | |
2009-12-04 | Merge commit 'refs/merge-requests/108' of ↵ | Brion Vibber | |
git://gitorious.org/statusnet/mainline into 0.9.x | |||
2009-12-04 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
2009-12-04 | Make imported Twitter notices show up via real time plugins. | Zach Copley | |
2009-12-04 | remove unnecessary debugging code from mapstraction output | Evan Prodromou | |
2009-12-04 | Update Mapstraction to properly scrape data from notice-list pages | Evan Prodromou | |
Refactored the JavaScript for Mapstraction use so it scrapes data from the HTML of the page it's on, if possible, and otherwise generates a JSON array. | |||
2009-12-04 | utility function to output inline JavaScript | Evan Prodromou | |
2009-12-04 | Added minify plugin | Craig Andrews | |
2009-12-04 | Add 4 new events: StartCssLinkElement, EndCssLinkElement, ↵ | Craig Andrews | |
StartScriptElement, EndScriptElement | |||
2009-12-03 | Was deleting wrong subscription during block. Now deletes the blockee's sub ↵ | Zach Copley | |
if it exists. | |||
2009-12-03 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Zach Copley | |
* '0.9.x' of gitorious.org:statusnet/mainline: Remove unnecessary pass by reference indicators refactor the common parts of usermap and allmap into a common base class Load notice data using javascript from the html on the page instead of writing json representations of the notices on each page | |||
2009-12-03 | Make it impossible to block (and thus unsubscribe from your | Zach Copley | |
self-subscription) via the API. Additionally, make it impossible to block yourself or unsubscribe from yourself, period. I also made User use the subs.php helper function for unsubscribing during a block. Hopefully, these changes will get rid of the problem of people accidentally deleting their self-subscriptions once and for all (knock on wood). | |||
2009-12-03 | Remove unnecessary pass by reference indicators | Craig Andrews | |
2009-12-03 | Merge branch 'mapsimprovement' into 0.9.x | Craig Andrews | |
2009-12-03 | refactor the common parts of usermap and allmap into a common base class | Craig Andrews | |
2009-12-03 | Code style cleanup: dropped some unnecessary =& reference assignments where ↵ | Brion Vibber | |
they're used only out of habit for PHP 4-style object semantics | |||
2009-12-02 | Load notice data using javascript from the html on the page instead of ↵ | Craig Andrews | |
writing json representations of the notices on each page Clicking on a geo link pops up a map (round 2) | |||
2009-12-02 | Merge branch 'fix-default-design' into 0.9.x | Zach Copley | |
* fix-default-design: Reload the admin design panel page to show the new CSS when the Only pick up new default site colors if the theme has NOT changed. | |||
2009-12-02 | Reload the admin design panel page to show the new CSS when the | Zach Copley | |
design gets reset. | |||
2009-12-02 | Only pick up new default site colors if the theme has NOT changed. | Zach Copley | |