summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-30Less intrusive insertion of Disqus notice count into notice listsZach Copley
2010-09-30Change Disqus plugin to allow restricting to users with "richedit" roleZach Copley
2010-09-30Merge branch 'anon-fave-plugin'Zach Copley
2010-09-30Add 'restricted' option to NoticeTitle; if set, only users with 'richedit' ↵Brion Vibber
role get the fancy extra title field.
2010-09-30Added an option to TinyMCE plugin to restrict the rich-text editor to users ↵Brion Vibber
who have the 'richedit' role. This allows enabling it for a subset of accounts on a site while leaving other users using the regular posting system, which is more stable.
2010-09-30Merge branch 'master' of gitorious.org:statusnet/mainline into feedfixBrion Vibber
2010-09-30Always specify UTF-8 targt charset for html_entity_decode(); default is ↵Brion Vibber
8-bit ISO-8859-1 which causes things to break when we later pass them through things that expect to work with UTF-8. For instance, running through preg_replace() with the /u option results in NULL, leading to problems with OStatus and SubMirror generating their plaintext versions and doing length-cropping.
2010-09-29Merge branch 'anon-fave-plugin' of ↵Zach Copley
gitorious.org:~zcopley/statusnet/zcopleys-clone into anon-fave-plugin
2010-09-29Remove debugging statementsZach Copley
2010-09-29Make createAnonProfile() staticZach Copley
2010-09-29- Lookup anon profiles by ID (safer because they are guranteed to be unique) ↵Zach Copley
and probably faster - Obfuscate the anonymous user session token to make it hard to figure out the profile ID
2010-09-29Ajax update notice tallyZach Copley
2010-09-29Add Start/EndFavorNoticeForm and Start/EndDisFavorNoticeForm hooksZach Copley
2010-09-29Set initialize_fave_tallys.php executableZach Copley
2010-09-29Intialize new fave tallys with total existing fave count per noticeZach Copley
2010-09-29- Increment/decrement notice fave tallyZach Copley
- Display tally in notice output
2010-09-29Add Start/EndShowNoticeInfo eventsZach Copley
2010-09-29New DB_DataObject for storing favorites tallyZach Copley
2010-09-29Initial plugin for allowing anonymous favoritingZach Copley
2010-09-29New eventsi: Start/EndShowNoticeOptions and Start/EndShowFaveFormZach Copley
2010-09-29Add Start/EndShowNoticeItem event hooks to single notice pageZach Copley
2010-09-29Move blowFavesCache() to ProfileZach Copley
2010-09-29Move hasFave() to ProfileZach Copley
2010-09-29Remove debugging statementsZach Copley
2010-09-29Make createAnonProfile() staticZach Copley
2010-09-29- Lookup anon profiles by ID (safer because they are guranteed to be unique) ↵Zach Copley
and probably faster - Obfuscate the anonymous user session token to make it hard to figure out the profile ID
2010-09-29Ajax update notice tallyZach Copley
2010-09-29Add Start/EndFavorNoticeForm and Start/EndDisFavorNoticeForm hooksZach Copley
2010-09-29Set initialize_fave_tallys.php executableZach Copley
2010-09-29Intialize new fave tallys with total existing fave count per noticeZach Copley
2010-09-29- Increment/decrement notice fave tallyZach Copley
- Display tally in notice output
2010-09-29Add Start/EndShowNoticeInfo eventsZach Copley
2010-09-29Merge branch '0.9.x'Evan Prodromou
2010-09-29add hooks to the feedlist widget to give fine-grained control over feed linksEvan Prodromou
2010-09-28New DB_DataObject for storing favorites tallyZach Copley
2010-09-28Initial plugin for allowing anonymous favoritingZach Copley
2010-09-28New eventsi: Start/EndShowNoticeOptions and Start/EndShowFaveFormZach Copley
2010-09-28YammerImport admin UI now auto-refreshes during running BG progress, wheeBrion Vibber
2010-09-28Made YammerImport more robust against errors; can now pause/resume/reset the ↵Brion Vibber
import state from the admin interface.
2010-09-28YammerImport: fix for importing over existing user/group nicknames; copies ↵Brion Vibber
the new data if available onto the existing entry
2010-09-28YammerImport: set some more default fields for user_group registration ↵Brion Vibber
(still need a group admin tho)
2010-09-28YammerImporter: 'group_id' field not always present in message data; avoid ↵Brion Vibber
notice warning when checking it if it's missing
2010-09-28Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xBrion Vibber
2010-09-28Add Start/EndShowNoticeItem event hooks to single notice pageZach Copley
2010-09-28YammerImport admin UI now auto-refreshes during running BG progress, wheeBrion Vibber
2010-09-28Move blowFavesCache() to ProfileZach Copley
2010-09-28Made YammerImport more robust against errors; can now pause/resume/reset the ↵Brion Vibber
import state from the admin interface.
2010-09-29* i18n/L10n and translator documentation updates.Siebrand Mazeland
* whitespace and indentation updates
2010-09-28* i18n/L10n and translator documentation updates.Siebrand Mazeland
* whitespace and indentation updates
2010-09-28* i18n/L10n and translator documentation updates.Siebrand Mazeland
* whitespace and indentation updates