]> git.mxchange.org Git - quix0rs-gnu-social.git/shortlog
quix0rs-gnu-social.git
2008-09-24 CiaranGPostgreSQL: Corrections to the two new table definitions
2008-09-23 CiaranGPostgreSQL: New tables for private messages and invitat...
2008-09-23 CiaranGAdded Swedish to list of languages
2008-09-23 CiaranGAdd Lithuanian to list of supported languages
2008-09-30 Evan Prodromousome extlibs that were missing from 0.6.0
2008-09-30 Evan Prodromoudon't encache on insert; misses timestamps
2008-09-30 Evan Prodromouuse two-arg constructor for confirmation code
2008-09-30 Evan Prodromoulog a warning on recovery of old recovery codes
2008-09-29 Evan Prodromoutrying to fix up pages in tags
2008-09-29 Evan Prodromoublow cache in Notice for tags
2008-09-29 Evan Prodromouguarded call to conn method in xmppqueuehandler
2008-09-28 Evan Prodromounote about stream_select() bug in PHP 5.2.x
2008-09-28 Evan Prodromoublow the cached streams for tags on a new notice
2008-09-28 Evan Prodromoufixup tag display code
2008-09-28 Evan Prodromoupass tag parameter along to stream query
2008-09-28 Evan Prodromouadd some whitespace to the qry for tags
2008-09-28 Evan Prodromousync function names
2008-09-28 Evan Prodromoucache tag streams in Memcached, too
2008-09-28 Evan Prodromouadd favoritesrss
2008-09-28 Evan Prodromoufancy url for favorites rss
2008-09-28 Evan Prodromouremove unneeded find() in userrss.php
2008-09-28 Evan Prodromouremove debugging code for notice streams
2008-09-28 Evan Prodromoucorrect some SQL and add some spaces
2008-09-28 Evan Prodromouexact check on memcached results
2008-09-28 Evan Prodromouanother debug notice
2008-09-28 Evan Prodromouremove noticewrapper
2008-09-28 Evan Prodromoumove noticewrapper to classes
2008-09-28 Evan Prodromouadd some debugging stuff to Notice
2008-09-28 Evan Prodromoulost paren in Notice
2008-09-28 Evan Prodromouchange arguments to Notice::publicStream
2008-09-28 Evan Prodromoushownotices takes user rather than profile in showstream
2008-09-28 Evan Prodromousingle function for important streams, with memcached...
2008-09-27 Evan Prodromouslightly better check on $orig in update()
2008-09-26 Evan Prodromoumove memcache connections to util.php
2008-09-26 Evan Prodromouhandle multiple memcached servers
2008-09-26 Evan Prodromouwasn't returning results of update
2008-09-26 Evan Prodromouadd some more info on notice update
2008-09-26 Evan Prodromoulog a db error for inserting the notice
2008-09-26 Evan Prodromouanother false-for-error
2008-09-26 Evan ProdromouMemcache returns false on cache miss
2008-09-26 Evan Prodromoudon't record null key values
2008-09-26 Evan Prodromouhack to make keys work
2008-09-26 Evan Prodromouhandle one-argument calls to staticGet
2008-09-26 Evan Prodromoubetter deletes and key names
2008-09-26 Evan Prodromoutry to make some static/non-static stuff work right
2008-09-26 Evan Prodromoubetter handling of staticGet
2008-09-26 Evan Prodromoupath correct in require_once for memcached
2008-09-26 Evan Prodromourename cached object file
2008-09-26 Evan Prodromouprepend Memcached_DataObject require with INSTALLDIR
2008-09-26 Evan Prodromoucaching layer for DB/DataObject
2008-09-26 Evan Prodromoutry to clean up user-without-profile errors
2008-09-24 Evan Prodromoubetter redirect to outbox
2008-09-24 Evan Prodromouredirect to outbox after posting
2008-09-24 Evan Prodromoucorrect url for new message form
2008-09-24 Evan Prodromouput message form on inbox and outbox
2008-09-24 Evan Prodromouchange handle() to use message-getting helper
2008-09-24 Evan Prodromouchange the rule for detecting replies.
2008-09-24 Evan Prodromoudefault sending local @ replies to Twitter
2008-09-22 mac65Fix ticket 460
2008-09-22 mac65Fix ticket 662
2008-09-24 Evan Prodromouchange foreign links flags code to use bitmasks
2008-09-24 Zach CopleyTwitter bridge - Was using the wrong idiom to update...
2008-09-24 Zach CopleyTwitter bridge - fixed another bug that kept prefs...
2008-09-24 Zach CopleyTwitter bridge - pref setting to turn off sending ...
2008-09-23 Zach CopleyTwitter bridge - Bugfix: You can now turn off brige...
2008-09-23 Zach CopleyREADME - Added mbstring to the list of required PHP5...
2008-09-23 Zach CopleyAdded option to add disable attr to common_checkbox()
2008-09-23 Evan Prodromounote privacy of login credentials and private messages
2008-09-23 Evan Prodromoubetter logic around protecting messages
2008-09-23 Evan Prodromouuser -> this
2008-09-23 Evan Prodromourationalize Zach's change of length with my added _...
2008-09-23 Zach CopleyTwitter bridge - Changed Twitter username length check...
2008-09-23 Zach CopleyTwitter bridge: Hack to get around PHP cURL's use of...
2008-09-23 Evan Prodromoucomma to dot
2008-09-23 Evan Prodromouwas notifying user name not object
2008-09-23 Zach CopleyTwitter bridge - fix to allow linking to 'protected...
2008-09-23 Evan Prodromoutry some fiddling to get message notification going out
2008-09-23 Evan Prodromoumake it look like a query
2008-09-23 Evan Prodromouappend LACONICA_VERSION to css files to force reload
2008-09-23 Evan Prodromouincorrect message info shown in title
2008-09-23 Evan Prodromouchange twitter username to allow uppercase letters...
2008-09-23 Evan Prodromouchange how Foreign_link fetches, and fix mixup between...
2008-09-23 Evan Prodromou403 for a message that isn't yours.
2008-09-23 Evan Prodromouversion number -- doh!
2008-09-23 Evan ProdromouCSRF protection in newmessage.php
2008-09-22 Evan ProdromouFix quotes in favorite notification
2008-09-22 Evan Prodromoucheck for cur before message link
2008-09-22 Evan Prodromoumerge CiaranG's changes for subs
2008-09-06 CiaranGA working stopdaemons.sh, and no parameter needed for...
2008-09-22 Evan Prodromoufinish the README file
2008-09-22 Evan Prodromouhide IM settings if xmpp disabled
2008-09-22 Evan Prodromouadd additional licenses into extlib subdir
2008-09-22 Evan Prodromouclear and rebuild db scripts
2008-09-22 Evan Prodromoucorrect a couple of bugs
2008-09-18 Evan Prodromoudon't notify you favor your own notice
2008-09-18 Evan Prodromouadd favor/disfavor to profile
2008-09-18 Evan Prodromouinput changes
2008-09-18 Evan Prodromoucorrect background of dis/favor form on hover
2008-09-18 Evan Prodromoudis -> fav
2008-09-18 Evan Prodromouhave to add the ajaxHidden thing, too
next