Age | Commit message (Expand) | Author |
2010-01-05 | Support an 'extra' clause when definining a column (e.g.: 'on update | Zach Copley |
2010-01-05 | Cache fixes: | Brion Vibber |
2010-01-05 | Require users to login to view attachments on private sites | Craig Andrews |
2010-01-05 | Move Authorization and Authentication plugin structures into core, instead of... | Craig Andrews |
2010-01-05 | Typo fix in the new default in-process cache; spewed notice warnings on delet... | Brion Vibber |
2010-01-04 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou |
2010-01-04 | default value for cache::get() changed from null to false | Evan Prodromou |
2010-01-04 | Ticket 2141: bugs with weighted popularity lists across year boundary. | Brion Vibber |
2010-01-04 | Fix for auto_increment parameter in auto-created tables via checkschema. | Brion Vibber |
2010-01-03 | Remove logging from default cache | Evan Prodromou |
2010-01-02 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou |
2010-01-02 | First version of Memcache plugin | Evan Prodromou |
2010-01-02 | Make cache.php PHPCS-clean | Evan Prodromou |
2010-01-02 | invert if for cache handling | Evan Prodromou |
2010-01-02 | fix default array implementation checks | Evan Prodromou |
2010-01-02 | Make caching a plugin system | Evan Prodromou |
2010-01-02 | fixup memcache functions | Evan Prodromou |
2010-01-03 | Changed location share representation to be more like the file | Sarven Capadisli |
2010-01-01 | Merge branch 'master' into 0.9.x | Evan Prodromou |
2009-12-31 | Initial UI for geo location share option in notice form | Sarven Capadisli |
2009-12-31 | Moved JavaScript dependant stuff out of noticeform. | Sarven Capadisli |
2009-12-31 | Removed style information out of HTML | Sarven Capadisli |
2009-12-31 | Use the location setting profile as secondary | Sarven Capadisli |
2009-12-31 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Sarven Capadisli |
2009-12-31 | If user is sharing their location (based on profile setting), then | Sarven Capadisli |
2009-12-31 | If user doesn't want to share their location (which is globally set | Sarven Capadisli |
2009-12-31 | Fix to grab and use the actual lat/lon values from the user profile | Sarven Capadisli |
2009-12-31 | Moved shareLocation data from formActions() to formData() | Sarven Capadisli |
2009-12-31 | Fixed Event end name | Sarven Capadisli |
2009-12-30 | Enable memcache automatic compression, starting at 20k and only if compressio... | Craig Andrews |
2009-12-30 | Remove trailing space in checkbox text. | Siebrand Mazeland |
2009-12-29 | Implement user interface for user to preview what location they are sharing w... | Craig Andrews |
2009-12-29 | don't show notices with deleted profiles | Evan Prodromou |
2009-12-28 | Merge branch 'locshunt' into 0.9.x | Evan Prodromou |
2009-12-28 | More configuration options for location sharing | Evan Prodromou |
2009-12-28 | remove namespace setting from location; it's unused | Evan Prodromou |
2009-12-23 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou |
2009-12-23 | Updated Repeat notice option submit button style | Sarven Capadisli |
2009-12-23 | don't email replies to yourself | Evan Prodromou |
2009-12-22 | Merge branch 'master' into 0.9.x | Evan Prodromou |
2009-12-22 | Merge branch 'testing' | Evan Prodromou |
2009-12-22 | update to rc2 | Evan Prodromou |
2009-12-22 | Merge branch '0.9.x' of git@gitorious.org:statusnet/mainline into 0.9.x | Evan Prodromou |
2009-12-21 | Ticket 1982: define LC_MESSAGES and friends if PHP didn't predefine them for ... | Brion Vibber |
2009-12-21 | Ignore user language settings that aren't listed in language config; we'll th... | Brion Vibber |
2009-12-20 | Localisation updates for !StatusNet from !translatewiki.net !sntrans | Siebrand Mazeland |
2009-12-19 | Ignore user language settings that aren't listed in language config; we'll th... | Brion Vibber |
2009-12-16 | Merge branch '0.9.x' into testing0.9.0rc2 | Evan Prodromou |
2009-12-16 | Add some doc comments and fixmes in util.php | Brion Vibber |
2009-12-16 | PHP 5.3 closure-based implementation of curry(); old implementation used as f... | Brion Vibber |