summaryrefslogtreecommitdiff
path: root/plugins
AgeCommit message (Collapse)Author
2009-11-19Merge branch '0.9-release'Zach Copley
* 0.9-release: Reduced entity_profile width in pop up
2009-11-19Merge branch '0.9-release'Zach Copley
* 0.9-release: (874 commits) Removed call to NewDirectMessage() until IE return is fixed i.e., Don't show flag user button your own profile Fixed HXR response for flag user Using the right form class name Using common_redirect Left a form_data class of a <ul> in the user admin panel Added validation to fields in user admin panel Added a user admin panel Added mobile logos for default and identica themes Changed gif to png Changed this to action. THANKS zach! Doing content negotiation only once Add execute bit to pingqueuehandler 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." Moved most path and server settings to a new paths admin panel ... Conflicts: js/util.js locale/it_IT/LC_MESSAGES/statusnet.mo locale/mk_MK/LC_MESSAGES/statusnet.mo locale/mk_MK/LC_MESSAGES/statusnet.po locale/pt_BR/LC_MESSAGES/statusnet.mo locale/vi_VN/LC_MESSAGES/statusnet.mo plugins/InfiniteScroll/infinitescroll.js plugins/Realtime/realtimeupdate.js
2009-11-20Reduced entity_profile width in pop upSarven Capadisli
2009-11-19Don't show flag user button your own profileZach Copley
2009-11-19Fixed HXR response for flag userZach Copley
2009-11-20Using the right form class nameSarven Capadisli
2009-11-20Using common_redirectSarven Capadisli
2009-11-19Changed gif to pngSarven Capadisli
2009-11-19Changed this to action. THANKS zach!Sarven Capadisli
2009-11-19Doing content negotiation only onceSarven Capadisli
2009-11-19take out void setLabel() call in MapstractionEvan Prodromou
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-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' 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-19Merge branch '0.9.x' into mapstractionEvan Prodromou
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-18rename isMemberOfGroup to be more consistent with other LDAP functionsCraig Andrews
2009-11-18correct login checking logicCraig Andrews
2009-11-18attributes['username'] is requiredCraig Andrews
2009-11-18Add some functions that were previously undefinedCraig Andrews
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-18Took out CSS from JS and placed it in its own file.Sarven Capadisli
2009-11-18Improved parameter checkingCraig Andrews
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-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-18Merge branch '0.9.x' into mapstractionEvan Prodromou
2009-11-18Created separate objects for receive actionsSarven Capadisli
2009-11-18set provider global JS variable from MapstractionEvan Prodromou
2009-11-18Setting windowhasfocus to true by defaultSarven Capadisli
2009-11-18Changed from click to bindSarven Capadisli
2009-11-18Setting max notice count in order not to freak out the browser withSarven Capadisli
memory issues. It removes the node and unbinds the previously assigned events.
2009-11-18Added check to see whether window has focusSarven Capadisli
2009-11-18Added a call to NoticeFavor()Sarven Capadisli