summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-03Fix reference to sources class variableZach Copley
2009-11-02Added 'login' command that gives you a link that can be used to login to the ↵Craig Andrews
website
2009-11-02Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
Conflicts: classes/User.php
2009-11-02Merge branch '0.8.x' into 0.9.xEvan Prodromou
Conflicts: README
2009-11-02Merge branch 'testing' into 0.8.xEvan Prodromou
2009-11-02notes about registeruser and makegroupadmin scriptsEvan Prodromou
2009-11-02script to make someone a group adminEvan Prodromou
2009-11-02correct name in registeruserEvan Prodromou
2009-11-02script to register a userEvan Prodromou
2009-11-02script to make someone a group adminEvan Prodromou
2009-11-02correct name in registeruserEvan Prodromou
2009-11-02script to register a userEvan Prodromou
2009-11-02allowed_nickname blocks top level url router namesCraig Andrews
2009-11-02Update Russian localization from apaskal's branchBrion Vibber
Updated from version in merge request 1762 - http://www.gitorious.org/statusnet/mainline/merge_requests/1762
2009-11-02Update master .po template & merge updates to all localizationsBrion Vibber
2009-11-02Merge commit 'refs/merge-requests/1900' of ↵Brion Vibber
git://gitorious.org/statusnet/mainline into integration
2009-11-02allow <> to surround the url (like () or [])Craig Andrews
2009-11-02Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-02Binding keyup/keydown only once for .form_noticeSarven Capadisli
2009-11-02fix the [] unit testsCraig Andrews
2009-11-02do not allow " in URLs - they are not legal URL charactersCraig Andrews
2009-11-02do not allow [ and ] - they are not legal URL charactersCraig Andrews
2009-11-02Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-02Make sure to call FormNoticeEnhancements with a new copy of the formSarven Capadisli
object
2009-11-02Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, ↵Brion Vibber
adding redirect handling and convenience functions. Caching support will be added in future work after unit tests have been added. * extlib: add PEAR HTTP_Request2 0.4.1 alpha * extlib: update PEAR Net_URL2 to 0.3.0 beta for HTTP_Request2 compatibility * moved direct usage of CURL and file_get_contents to HTTPClient class, excluding external-sourced libraries * adapted GeonamesPlugin for new HTTPResponse interface Note some plugins haven't been fully tested yet.
2009-11-02Detect "no file" upload error and, for now at least, ignore it gracefully.Brion Vibber
This was triggering on non-AJAX form submissions for new notices, preventing them from being posted when they contained no attachments.
2009-11-02Ran through JSLintSarven Capadisli
2009-11-02Fixed object string name and order for submitonreturn actionsSarven Capadisli
2009-11-02Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-02Fixed object string nameSarven Capadisli
2009-11-02Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-11-02remove <dl> stuff from profile listEvan Prodromou
2009-11-02Revert "Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 ↵Brion Vibber
package, adding redirect handling and convenience functions." Going to restructure a little more before finalizing this... This reverts commit fa37967858c3c29000797e510e5f98aca8ab558f.
2009-11-02Typo: z-index should be 2 instead of 1Sarven Capadisli
2009-11-02Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-02Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, ↵Brion Vibber
adding redirect handling and convenience functions. Caching support will be added in future work after unit tests have been added. * extlib: add PEAR HTTP_Request2 0.4.1 alpha * extlib: update PEAR Net_URL2 to 0.3.0 beta for HTTP_Request2 compatibility * moved direct usage of CURL and file_get_contents to HTTPClient class, excluding external-sourced libraries Note some plugins haven't been tested yet.
2009-11-02Make unit tests work again by forcing a 'global' on $_have_a_config...Brion Vibber
Fix a typo in the error message when no config file found.
2009-11-02MinorSarven Capadisli
2009-11-02Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-02Updated button.close styleSarven Capadisli
2009-11-01Remove stale references to old apiaction parameterZach Copley
2009-11-01Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-01Updated button.close stylesSarven Capadisli
2009-11-01Removed unneessary stylesSarven Capadisli
2009-11-01Updated default and identica theme to use a single instance ofSarven Capadisli
property:value for icons.
2009-11-01Updated default theme for direct messageSarven Capadisli
2009-11-01Moved theme styles from identica to baseSarven Capadisli
2009-11-01Revert "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-11-01Updated XHR output to match newnoticeSarven Capadisli
2009-10-31Add SocialOomphEvan Prodromou