Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-19 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-19 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Zach 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-19 | Doing content negotiation only once | Sarven Capadisli | |
2009-11-19 | Add execute bit to pingqueuehandler | Zach Copley | |
2009-11-19 | Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x | Siebrand Mazeland | |
2009-11-19 | Localisation updates for !StatusNet from !translatewiki.net | Siebrand Mazeland | |
* adding plural forms for all localisations | |||
2009-11-19 | Use the browser's geolocation API to set the location on the notice form | Craig Andrews | |
2009-11-19 | Add 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-19 | Add location form elements to the noticeform, and save their values on ↵ | Craig Andrews | |
submission | |||
2009-11-19 | Use the $user object nickname, as login name doesnt have to == nickname ↵ | Eric Helgeson | |
anymore with plugins such as ldap/etc | |||
2009-11-19 | Revert "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-19 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Zach 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-19 | Moved most path and server settings to a new paths admin panel | Zach Copley | |
2009-11-19 | take out void setLabel() call in Mapstraction | Evan Prodromou | |
2009-11-19 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-19 | Updated max-width for profile and single notice page | Sarven Capadisli | |
2009-11-19 | add username and timestamp to map popup | Evan Prodromou | |
2009-11-19 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-11-19 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-19 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou | |
2009-11-19 | show maps on inbox and personal page | Evan Prodromou | |
2009-11-19 | tobyink's RDF compatibility patch | Craig Andrews | |
2009-11-19 | Brought the plugin up to date with recent 0.9.x changes e.g., | Sarven Capadisli | |
Theme::path | |||
2009-11-19 | tobyink's location RDF patch | Craig Andrews | |
2009-11-19 | add markers for each notice and show the bounding box correctly | Evan Prodromou | |
2009-11-19 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli | |
2009-11-19 | Added lat and lon coordinates to notice location | Sarven Capadisli | |
2009-11-19 | Merge branch '0.9.x' into mapstraction | Evan Prodromou | |
2009-11-19 | put out provider JS correctly | Evan Prodromou | |
2009-11-19 | Should be using onHandleQueuedNotice instead of onEndNoticeSave | Craig Andrews | |
2009-11-19 | first steps towards usermaps | Evan Prodromou | |
2009-11-19 | Added @class 'location', 'at' text reference for name, and @class 'geo' | Sarven Capadisli | |
2009-11-19 | Changed notice source and location order | Sarven Capadisli | |
2009-11-19 | Merge branch '0.9.x' into mapstraction | Evan Prodromou | |
2009-11-19 | Notice option alignment | Sarven Capadisli | |
2009-11-19 | Updated layout for notice info and options | Sarven Capadisli | |
2009-11-19 | Updated form markup for email settings | Sarven Capadisli | |
2009-11-19 | Updated .form_settings fieldset fieldset styles | Sarven Capadisli | |
2009-11-19 | Added fieldsets for site admin page | Sarven Capadisli | |
2009-11-19 | Merge branch 'admin-sections/3' into 0.9.x | Zach 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-19 | Added locales_path to site admin panel | Zach Copley | |
2009-11-19 | Site admin panel mostly done. Still need to add CC license chooser. | Zach Copley | |
2009-11-19 | Updated markup and style for design admin fieldsets | Sarven Capadisli | |
2009-11-18 | Merge branch 'admin-sections/2' into 0.9.x | Zach Copley | |
* admin-sections/2: Design admin panel mostly done. | |||
2009-11-18 | Design admin panel mostly done. | Zach Copley | |
2009-11-18 | Check 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-19 | Removing "join-existing". Do not add on update, just rebuild complete pot. ↵ | Siebrand Mazeland | |
The pot file gets really dirty, really quickly. | |||
2009-11-18 | Added support for pgettext() and npgettext() to separate contexts for ↵ | Brion Vibber | |
translatable messages that are going to be ambiguous in English original. | |||
2009-11-18 | Merge branch '0.9.x' of gitorious.org:statusnet/mainline into 0.9.x | Craig Andrews | |
2009-11-18 | You cannot use static that way - using another approach to save reuse the ↵ | Craig Andrews | |
default ldap connection |