summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-11-19Added validation to fields in user admin panelZach Copley
2009-11-19Added a user admin panelZach Copley
2009-11-19Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-19Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xZach Copley
* '0.9.x' of gitorious.org:statusnet/mainline: Localisation updates for !StatusNet from !translatewiki.net Use the browser's geolocation API to set the location on the notice form Add geometa library, and include it. Add location form elements to the noticeform, and save their values on submission Use the $user object nickname, as login name doesnt have to == nickname anymore with plugins such as ldap/etc Revert "Re added NICKNAME_FMT constant to router.php."
2009-11-19Doing content negotiation only onceSarven Capadisli
2009-11-19Add execute bit to pingqueuehandlerZach Copley
2009-11-19Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.xSiebrand Mazeland
2009-11-19Localisation updates for !StatusNet from !translatewiki.netSiebrand Mazeland
* adding plural forms for all localisations
2009-11-19Use the browser's geolocation API to set the location on the notice formCraig Andrews
2009-11-19Add geometa library, and include it.Craig Andrews
Geometa provides a fallback for W3C geolocation so that Google Gears or Google's Client Location service can also be used
2009-11-19Add location form elements to the noticeform, and save their values on ↵Craig Andrews
submission
2009-11-19Use the $user object nickname, as login name doesnt have to == nickname ↵Eric Helgeson
anymore with plugins such as ldap/etc
2009-11-19Revert "Re added NICKNAME_FMT constant to router.php."Eric Helgeson
This reverts commit 9f15febf88769493aa834cab5b916cb46298842a. Issues with remote OMB. Will revisit and fix correctly
2009-11-19Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.xZach Copley
* '0.9.x' of gitorious.org:statusnet/mainline: take out void setLabel() call in Mapstraction Updated max-width for profile and single notice page add username and timestamp to map popup
2009-11-19Moved most path and server settings to a new paths admin panelZach Copley
2009-11-19take out void setLabel() call in MapstractionEvan Prodromou
2009-11-19Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-19Updated max-width for profile and single notice pageSarven Capadisli
2009-11-19add username and timestamp to map popupEvan Prodromou
2009-11-19Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-11-19Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xSarven Capadisli
2009-11-19Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.xEvan Prodromou
2009-11-19show maps on inbox and personal pageEvan Prodromou
2009-11-19tobyink's RDF compatibility patchCraig Andrews
2009-11-19Brought the plugin up to date with recent 0.9.x changes e.g.,Sarven Capadisli
Theme::path
2009-11-19tobyink's location RDF patchCraig Andrews
2009-11-19add markers for each notice and show the bounding box correctlyEvan Prodromou
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-19Merge branch '0.9.x' into mapstractionEvan Prodromou
2009-11-19put out provider JS correctlyEvan Prodromou
2009-11-19Should be using onHandleQueuedNotice instead of onEndNoticeSaveCraig Andrews
2009-11-19first steps towards usermapsEvan Prodromou
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-19Merge branch '0.9.x' into mapstractionEvan Prodromou
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.