summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-19tobyink's RDF compatibility patchCraig Andrews
2009-11-19tobyink's location RDF patchCraig Andrews
2009-11-19Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-19Added lat and lon coordinates to notice locationSarven Capadisli
2009-11-19Should be using onHandleQueuedNotice instead of onEndNoticeSaveCraig Andrews
2009-11-19Added @class 'location', 'at' text reference for name, and @class 'geo'Sarven Capadisli
2009-11-19Changed notice source and location orderSarven Capadisli
2009-11-19Notice option alignmentSarven Capadisli
2009-11-19Updated layout for notice info and optionsSarven Capadisli
2009-11-19Updated form markup for email settingsSarven Capadisli
2009-11-19Updated .form_settings fieldset fieldset stylesSarven Capadisli
2009-11-19Added fieldsets for site admin pageSarven Capadisli
2009-11-19Merge branch 'admin-sections/3' into 0.9.xZach Copley
* admin-sections/3: Added locales_path to site admin panel Site admin panel mostly done. Still need to add CC license chooser.
2009-11-19Added locales_path to site admin panelZach Copley
2009-11-19Site admin panel mostly done. Still need to add CC license chooser.Zach Copley
2009-11-19Updated markup and style for design admin fieldsetsSarven Capadisli
2009-11-18Merge branch 'admin-sections/2' into 0.9.xZach Copley
* admin-sections/2: Design admin panel mostly done.
2009-11-18Design admin panel mostly done.Zach Copley
2009-11-18Check profile->update() result against false exactly; we may legitimately ↵Brion Vibber
get 0 back if no rows were changed. DB objects normally would return true, but the comparisons aren't 100% reliable when we've got numbers which could be ints or strings or floats. Caused failures saving profile settings with Geonames plugin enabled; the lat/lon/id fields would get re-set with freshly looked up values which no longer matched the previous values as far as the data object could tell, but which saved as the same ol' numbers.
2009-11-19Removing "join-existing". Do not add on update, just rebuild complete pot. ↵Siebrand Mazeland
The pot file gets really dirty, really quickly.
2009-11-18Added support for pgettext() and npgettext() to separate contexts for ↵Brion Vibber
translatable messages that are going to be ambiguous in English original.
2009-11-18Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xCraig Andrews
2009-11-18You cannot use static that way - using another approach to save reuse the ↵Craig Andrews
default ldap connection
2009-11-18Reuse ldap connections for the default configCraig Andrews
2009-11-18do not required that roles_to_groups be specifiedCraig Andrews
2009-11-18Blasted missing a $this!Craig Andrews
2009-11-18Should not canonicalize nickname before calling common_check_userCraig Andrews
2009-11-18Consolidate group creation into static function in User_groupEric Helgeson
2009-11-18rename isMemberOfGroup to be more consistent with other LDAP functionsCraig Andrews
2009-11-18correct login checking logicCraig Andrews
2009-11-18Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xZach Copley
* '0.9.x' of gitorious.org:statusnet/mainline: Terminology consistency fix: 'Unlock' -> 'Unblock' in unblock form description. Localisation updates from !translatewiki !StatusNet Check for dupe from insertNoticeItem()
2009-11-18Add MuSTArD to notice sourcesZach Copley
2009-11-18attributes['username'] is requiredCraig Andrews
2009-11-18Terminology consistency fix: 'Unlock' -> 'Unblock' in unblock form description.Brion Vibber
2009-11-18Add some functions that were previously undefinedCraig Andrews
2009-11-18Improve the not authorized error messageCraig Andrews
2009-11-18Localisation updates from !translatewiki !StatusNetSiebrand Mazeland
2009-11-18Add login_group configuration option so only members of a certain group can ↵Craig Andrews
login
2009-11-18Added Authorization pluginCraig Andrews
Added LDAPAuthorization plugin
2009-11-18Check for dupe from insertNoticeItem()Sarven Capadisli
2009-11-18Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-18Took out CSS from JS and placed it in its own file.Sarven Capadisli
2009-11-18Improved parameter checkingCraig Andrews
2009-11-18Notice: Undefined variable: source in actions/apistatusesupdate.php on line 88Brion Vibber
2009-11-18Added counter beside the play button. When paused, it will update theSarven Capadisli
counter on new received notices. Counter is removed when play is clicked
2009-11-18Updated button styles. By default, all buttons will have a drop-shadowSarven Capadisli
2009-11-18Relatively positioning notice_primarySarven Capadisli
2009-11-18Styled realtime_actionsSarven Capadisli
2009-11-18Added play/pause button for realtime notices. While on pause, it willSarven Capadisli
store the notices and on play it will add them to the notice list
2009-11-18Created separate objects for receive actionsSarven Capadisli