Age | Commit message (Expand) | Author |
2010-12-06 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber |
2010-12-06 | Added User::singleUserNickname() as (temporary?) fallback for single-user loo... | Brion Vibber |
2010-12-05 | Convert Notice::asAtomEntry() to use Notice::asActivity() and Activity::asStr... | Evan Prodromou |
2010-12-02 | Fix for tickets #2917, #2262: user URL shortening options not being applied i... | Brion Vibber |
2010-12-01 | Fix dumb mistake -- changed function names partway through writing Nickname a... | Brion Vibber |
2010-11-30 | Merge branch 'master' into 0.9.x | Evan Prodromou |
2010-11-30 | was using Cache::get() and ::set() wrong | Evan Prodromou |
2010-11-30 | use a CRC32 of the plugin names rather than actual names | Evan Prodromou |
2010-11-30 | use a CRC32 of the plugin names rather than actual names | Evan Prodromou |
2010-11-30 | Squashed commit of the following: | Evan Prodromou |
2010-11-30 | Squashed commit of the following: | Evan Prodromou |
2010-11-29 | Normalize username strings in command parsing | Brion Vibber |
2010-11-29 | General code safety: validate input and escape SQL strings in common_relative... | Brion Vibber |
2010-11-29 | Use Nickname::DISPLAY_FMT instead of manual regex fragments in router setup f... | Brion Vibber |
2010-11-29 | Add Nickname test cases for @-reply regexes in common_find_mentions | Brion Vibber |
2010-11-29 | Nickname class to encapsulate validation & common regexes for nickname formats. | Brion Vibber |
2010-11-29 | Work in progress on nickname validation changes. lib/nickname.php appears to ... | Brion Vibber |
2010-11-29 | Add some doc comments on nickname-related stuff in util.php | Brion Vibber |
2010-11-26 | Make userxrd work without OStatus enabled | Evan Prodromou |
2010-11-26 | Make userxrd part of the default hostmeta | Evan Prodromou |
2010-11-26 | Move user xrd action to core and use hooks to extend | Evan Prodromou |
2010-11-26 | move xrd and hostmeta out of the OStatus plugin and into core | Craig Andrews |
2010-11-19 | Merge branch 'master' into 0.9.x | Brion Vibber |
2010-11-19 | Fix ticket #2700: some numeric IDs were misinterpreted as hex numbers instead... | Brion Vibber |
2010-11-19 | Ticket #2797: replace addslashes() with explicit escape calls on the DB objects | Brion Vibber |
2010-11-19 | Merge branch 'master' into 0.9.x | Brion Vibber |
2010-11-19 | Ticket #1987: support since_id on API notice search methods. | Brion Vibber |
2010-11-19 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber |
2010-11-19 | Ticket #2899: clean up inbox/outbox DM form a bit: | Brion Vibber |
2010-11-19 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber |
2010-11-18 | Fix regression in PopularNoticeSection: tag parameter was broken, causing sid... | Brion Vibber |
2010-11-17 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Zach Copley |
2010-11-17 | Facebook: Gracefully handle disconnection | Zach Copley |
2010-11-17 | Add $config['attachments']['process_links'] to allow disabling processing of ... | Brion Vibber |
2010-11-17 | include full updated source of JSON2 and use updated minified version | Evan Prodromou |
2010-11-17 | use minified version of jquery.cookie.js | Evan Prodromou |
2010-11-17 | use minified version of jquery.form.js | Evan Prodromou |
2010-11-17 | Merge branch '0.9.x' into minifyjs | Evan Prodromou |
2010-11-17 | move EndScriptMessages event into if block | Evan Prodromou |
2010-11-17 | Use minified version of util.js | Evan Prodromou |
2010-11-16 | Merge branch 'master' into 0.9.x | Brion Vibber |
2010-11-16 | Ticket 2895: exclude silenced users from popular notice lists | Brion Vibber |
2010-11-16 | Prep for ticket #2895: consolidate common code from PopularNoticeList and Fav... | Brion Vibber |
2010-11-16 | Fix syntax error | Zach Copley |
2010-11-15 | Store the current user in the CurrentUserDesignAction | Zach Copley |
2010-11-16 | Merge branch '0.9.x' into facebook-upgrade | Zach Copley |
2010-11-15 | Merge branch 'master' of gitorious.org:statusnet/mainline into 0.9.x | Brion Vibber |
2010-11-15 | RemoteProfileAction cleanup: | Brion Vibber |
2010-11-15 | Workaround for display of Twitter remote users in remoteprofile (ModPlus plug... | Brion Vibber |
2010-11-15 | some User -> Profile cleanup to help in adapting the profile page action to s... | Brion Vibber |