]> git.mxchange.org Git - quix0rs-gnu-social.git/history - lib
don't get a count from query
[quix0rs-gnu-social.git] / lib /
2008-07-22 Evan Prodromoucentralize and optimize with-friends query
2008-07-20 zachTwitter-compatible API - refactoring and bug fixes
2008-07-20 zachTwitter-compatible API - Error handling that better...
2008-07-20 zachTwitter-compatible API: /account/update_location implem...
2008-07-21 Evan Prodromoureturn true from mail sms broadcast
2008-07-21 Evan Prodromoudo the sms query the dumb way
2008-07-21 Evan Prodromoulogging and checking
2008-07-21 Evan ProdromouSQL error
2008-07-21 Evan Prodromoufix mail sending
2008-07-21 Evan Prodromourewrite for settings of sms
2008-07-21 Evan Prodromoutrim mail and maildaemon
2008-07-21 Evan Prodromouuse smsemail stored value
2008-07-21 Evan Prodromouuse user field rather than re-building sms email over...
2008-07-21 Evan Prodromoushorter confirmation message and web iface to confirm
2008-07-20 Evan Prodromoubad string in SQL query
2008-07-20 Evan Prodromouadd sms broadcast to broadcasting
2008-07-20 Evan Prodromourequire sms carrier
2008-07-20 Evan Prodromoustart sms settings
2008-07-19 Evan Prodromouemail settings for post by email
2008-07-20 Mike CochraneAdd hidden form value when the site is not in fancy...
2008-07-20 Mike CochraneSome more notice errors - I guess I'm the only one...
2008-07-20 Mike CochraneA couple more notice errors
2008-07-20 Mike CochraneAnother notice error
2008-07-20 Mike CochraneFix a couple of notice errors
2008-07-18 Evan ProdromouLOG_ERROR -> LOG_ERR
2008-07-18 Evan Prodromouincrement software version
2008-07-18 Evan Prodromouforgot the user's name in HTML output
2008-07-18 Evan Prodromouadd an HTML payload to outgoing notices
2008-07-18 Evan Prodromouinit and end documents
2008-07-18 Evan Prodromoushow friendship stuff
2008-07-18 Evan Prodromoumove mail notification to a utility function
2008-07-18 zachTwitter-API: /account/verify_credentials.format now...
2008-07-16 Earle MartinLink author avatars to posts directly.
2008-07-17 zachTwitter-compatible API - /statuses/show and /statuses...
2008-07-16 zachTwitter-compatible API - code cleanup
2008-07-16 zachTwitter-compatible API: public_timeline.atom works
2008-07-16 zachTwitter-compatible API: public_timeline.rss really...
2008-07-16 zachTwitter-compatible API: public_timeline.rss mostly...
2008-07-16 zachTwitter-compatible API: public_timeline.json now works
2008-07-15 zachTwitter-compatible API: refactor in prep for json,...
2008-07-15 zachTwitter-compatible API: public_timeline.xml more complete
2008-07-15 zachTwitter-compatible API: /statuses/public_timeline.xml...
2008-07-12 zachFirst volly at a Twitter-compatible API. Just working...
2008-07-17 Evan Prodromouuniquify the list of reply nicknames (DOH!)
2008-07-17 Evan Prodromoudefine syslog variables in common.php
2008-07-17 Evan Prodromoupublic indexers in config file
2008-07-16 Evan Prodromoudefault timezone
2008-07-16 Evan Prodromoutheme server support
2008-07-16 Evan Prodromoudefault value for avatar server
2008-07-16 Evan Prodromouremove tag URI stuff; unused and confusing
2008-07-16 Evan Prodromoucreator_url
2008-07-16 Evan Prodromouuse root url of site, not hard-coded identi.ca URL
2008-07-16 Evan Prodromouutility function for getting a profile URI
2008-07-16 Evan Prodromouslight code hygiene for rssaction
2008-07-16 Evan Prodromouslightly better error handling
2008-07-16 Evan Prodromoubad default for email on command-line systems
2008-07-16 Evan Prodromouadd some warnings and stuff
2008-07-16 Evan Prodromoulost else
2008-07-14 Dave BarryFixup rememberme cookie handling in the POST only case
2008-07-16 Evan Prodromousigh
2008-07-16 Evan Prodromouyet more array munging
2008-07-16 Evan Prodromoulcase tname
2008-07-16 Evan Prodromoumore array munging
2008-07-16 Evan Prodromouback out my change to the link format; see if it helps
2008-07-16 Evan Prodromougot the args to array unshift backwards
2008-07-16 Evan Prodromouadd alternative reply format
2008-07-09 erikPITS.00114: 'T USERNAME' should work like an @-link
2008-07-15 Earle MartinDon't capture trailing ")", "]" or ">" as part of URLs
2008-07-14 Earle MartinAdd SIOC data to global RSS feed.
2008-07-14 Earle MartinInclude user name in item titles for RSS aggregator...
2008-07-15 Evan Prodromoumove email settings to its own tab
2008-07-15 Evan Prodromoureplies from people you're not subscribed to over Jabber
2008-07-15 Evan Prodromouwork around probs with XMPPHP library
2008-07-15 Evan Prodromoubuild stanza ourselves, without library
2008-07-14 Evan Prodromouencode special chars in atom payload
2008-07-14 Evan Prodromoudebugging changes on development server
2008-07-14 Evan Prodromouget the msg to format
2008-07-14 Evan Prodromouforgot to send a null for subject in XMPP message
2008-07-14 Evan Prodromoumake broadcast send notice with extra Twitter cruft
2008-07-14 Evan Prodromouadd extra Twitter cruft to jabber messages
2008-07-14 Evan Prodromouutility for getting avatar or default avatar
2008-07-14 Evan Prodromouextra space in link
2008-07-13 Mike CochraneMerge some gettext strings to one line so translation...
2008-07-12 Evan Prodromouchange search forms to get (PITS 00248)
2008-07-10 Mike CochraneStop after a redirect. Fixed remote subscription for me.
2008-07-10 Mike CochraneMissed one _t
2008-07-10 Mike CochraneTrailing whitespace on lines
2008-07-10 Mike CochraneMore _t( to _( and sprintfs in new code
2008-07-10 Mike CochraneMissing sprintf
2008-07-10 Mike CochraneBracket in correct place
2008-07-10 Mike CochraneResolve conflicts and convert _t( to _( where it was...
2008-07-09 Mike CochraneMerge conflicts and kill a whole lot of trailing whites...
2008-07-08 Mike Cochranebracket in the wrong place
2008-07-08 Mike CochraneTranslate a few more strings.
2008-07-08 Mike CochraneConvert _t() to _() for gettext.
2008-07-12 Evan Prodromouadd the logfile entry to common, a little recoding...
2008-07-11 zachLog msgs can now go to a file as well as syslog
2008-07-11 Evan Prodromouget avatar by nickname
2008-07-10 Evan Prodromouupdate version number
2008-07-09 Evan Prodromouadd notice search rss ("tracking")
next