]> git.mxchange.org Git - quix0rs-gnu-social.git/shortlog
quix0rs-gnu-social.git
2010-01-01 Evan ProdromouMerge branch 'master' into 0.9.x
2010-01-01 Evan Prodromouadd cleanup method to cleanup a single row
2010-01-01 Evan Prodromoustop using DB_DataObject's staticGet() which caches
2009-12-31 Evan ProdromouMerge branch '0.9.x' of git@gitorious.org:statusnet...
2009-12-31 Sarven CapadisliInitial UI for geo location share option in notice...
2009-12-31 Sarven CapadisliMoving notice_data-location_wrap after notice form...
2009-12-31 Sarven CapadisliMoved JavaScript dependant stuff out of noticeform.
2009-12-31 Sarven CapadislijQuery select SN.C.S.NoticeLocationName once.
2009-12-31 Sarven CapadisliRemoved style information out of HTML
2009-12-31 Sarven CapadisliUsing semicolon to seperate lat and long; RFC2426
2009-12-31 Sarven CapadisliNoticeLocationAttach() slightly more readable
2009-12-31 Sarven CapadisliCompare by type
2009-12-31 Sarven CapadisliIf UA doens't support navigation.geolocation or have...
2009-12-31 Sarven Capadislilength is faster than size()
2009-12-31 Sarven CapadisliUse the location setting profile as secondary
2009-12-31 Sarven CapadisliMerge branch '0.9.x' of git@gitorious.org:statusnet...
2009-12-31 Sarven CapadisliIf user is sharing their location (based on profile...
2009-12-31 Sarven CapadisliIf user doesn't want to share their location (which...
2009-12-31 Sarven CapadisliFix to grab and use the actual lat/lon values from...
2009-12-31 Sarven CapadisliMoved shareLocation data from formActions() to formData()
2009-12-31 Sarven CapadisliFixed Event end name
2009-12-31 Craig AndrewsEnable memcache automatic compression, starting at...
2009-12-31 Craig AndrewsAdd missing required line so this plugin works if it...
2009-12-30 Siebrand MazelandRemove trailing space in checkbox text.
2009-12-30 Siebrand MazelandLocalisation updates for !StatusNet from !translatewiki...
2009-12-30 Evan ProdromouMerge branch 'locshunt2' into 0.9.x
2009-12-30 Evan ProdromouAdd magic formula to keep DB_DataObject from treating...
2009-12-29 Brion VibberIf we got an identified location at ajax check time...
2009-12-29 Brion VibberAdd progress output and optional --sleep-time parameter...
2009-12-29 Craig AndrewsRevert "Revert "Drop the Google Client API-based AJAX...
2009-12-29 Craig AndrewsRevert "Drop the Google Client API-based AJAX geolocati...
2009-12-29 Craig AndrewsImplement user interface for user to preview what locat...
2009-12-29 Brion VibberFix for saving user location preferences -- user_id...
2009-12-29 Evan ProdromouMerge branch '0.9.x' of git@gitorious.org:statusnet...
2009-12-29 Evan Prodromoudon't show notices with deleted profiles
2009-12-29 Evan ProdromouMerge branch 'master' into 0.9.x
2009-12-29 Brion VibberFix for saving user location preferences -- user_id...
2009-12-29 Evan Prodromounotices are immutable, use created date for updated
2009-12-29 Evan Prodromoudon't add flag if it's already there at block time
2009-12-28 Evan ProdromouMove location-argument-handling code into a single...
2009-12-28 Evan Prodromoulet users set location prefs from profile form
2009-12-28 Evan ProdromouMore configuration options for location sharing
2009-12-28 Evan Prodromouuser_id is primary key for user_location_prefs
2009-12-28 Evan Prodromouremove namespace setting from location; it's unused
2009-12-28 Evan Prodromouturn off exe bits
2009-12-28 Evan Prodromouadd user-location-prefs data objects
2009-12-28 Evan ProdromouAdd user_location_prefs to upgrade script
2009-12-28 Evan Prodromouadd table user_location_prefs
2009-12-28 Evan ProdromouMerge branch '0.9.x' of git@gitorious.org:statusnet...
2009-12-28 Evan ProdromouMerge branch 'locshunt' into 0.9.x
2009-12-28 Evan ProdromouMerge branch 'master' into 0.9.x
2009-12-28 Evan ProdromouMove location-argument-handling code into a single...
2009-12-28 Evan Prodromoulet users set location prefs from profile form
2009-12-28 Evan ProdromouMore configuration options for location sharing
2009-12-28 Evan Prodromouuser_id is primary key for user_location_prefs
2009-12-28 Evan Prodromouremove namespace setting from location; it's unused
2009-12-28 Evan Prodromouturn off exe bits
2009-12-28 Evan Prodromouadd user-location-prefs data objects
2009-12-28 Evan ProdromouAdd user_location_prefs to upgrade script
2009-12-28 Evan Prodromouadd table user_location_prefs
2009-12-28 Evan ProdromouMerge branch 'master' of git@gitorious.org:statusnet...
2009-12-28 Evan ProdromouFirst version of blacklist plugin
2009-12-28 Brion VibberDrop the Google Client API-based AJAX geolocation looku...
2009-12-28 Brion VibberDrop the Google Client API-based AJAX geolocation looku...
2009-12-28 Evan Prodromouoptionally flag a profile for review when blocked
2009-12-28 Evan Prodromoumove flag creation to a method of data object
2009-12-28 Evan Prodromouadd events for unblocking a profile
2009-12-28 Evan Prodromouevents for blocking a user
2009-12-28 Evan Prodromoucheck if other user exists before unsub
2009-12-28 Evan Prodromouphpcs-clean User_flag_profile as best as possible
2009-12-28 Evan Prodromouphpcs-clean flagprofile.php
2009-12-28 Evan Prodromouphpcs-clean clearflag.php
2009-12-28 Evan ProdromouPHPCS-clean adminprofileflags.php
2009-12-28 Evan ProdromouPHPCS-clean UserFlagPlugin
2009-12-28 Evan Prodromouclear flags and show flaggers in adminflagprofile
2009-12-28 Evan Prodromouadd stuff for clearing flags to UserFlagPlugin
2009-12-28 Evan ProdromouAdd tools to clear flags
2009-12-28 Siebrand MazelandLocalisation updates for !StatusNet from !translatewiki...
2009-12-27 Sarven CapadisliAdjusted showstream , shownotice notice max width
2009-12-27 Evan Prodromoupagination works for flagged profiles
2009-12-27 Evan Prodromouadmin page checks for right to review flags
2009-12-25 Siebrand MazelandLocalisation updates for !StatusNet from !translatewiki...
2009-12-25 Brion Vibberchmod a+x setconfig.php
2009-12-25 Evan Prodromouadd setconfig.php script to set configuration options
2009-12-24 Zach CopleyPaths admin panel should not insist on an ssl server...
2009-12-24 Zach CopleyMove ssl settings from site admin panel to paths admin...
2009-12-24 Evan Prodromouadd setconfig.php script to set configuration options
2009-12-24 Zach CopleyPaths admin panel should not insist on an ssl server...
2009-12-24 Zach CopleyMove ssl settings from site admin panel to paths admin...
2009-12-23 Evan ProdromouMerge branch 'geonamesxml' into 0.9.x
2009-12-23 Evan ProdromouMerge branch 'master' into 0.9.x
2009-12-23 Evan ProdromouMerge branch '0.9.x' of git@gitorious.org:statusnet...
2009-12-23 Sarven CapadisliUpdated default theme to match identica theme's Repeat...
2009-12-23 Sarven CapadisliUpdated Repeat notice option submit button style
2009-12-23 Sarven CapadisliInit UI for Repeat notice option confirmation dialog.
2009-12-23 Evan Prodromoumake sure Geonames API queries use correct arg separator
2009-12-23 Evan ProdromouConvert Geonames plugin to use XML API instead of JSON
2009-12-23 Evan ProdromouMerge branch '0.9.x' of git@gitorious.org:statusnet...
2009-12-23 Evan ProdromouBetter error notification for Geonames plugin
2009-12-23 Evan ProdromouBetter error notification for Geonames plugin
next