Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-08 | Get rid of the other error trying to property on a non-obj | Zach Copley | |
2009-07-08 | Get rid of error ('Trying to get property of non-object') | Zach Copley | |
2009-07-08 | log errors in handling notices | Evan Prodromou | |
2009-07-07 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Evan Prodromou | |
into 0.8.x | |||
2009-07-07 | check for array before checking xmlrpc fault | Evan Prodromou | |
2009-07-08 | Removed OpenID link from the primary global navigation in order to | Sarven Capadisli | |
keep a single Login idea because we have several ways to login already: regular login, OpenID and Facebook (and probably LDAP, Open Social in the future) | |||
2009-07-07 | Merge commit 'br3nda/0.8.x-noticesfix' into 0.8.x | CiaranG | |
2009-07-07 | Merge branch 'queuemanager' into 0.8.x | Evan Prodromou | |
2009-07-07 | Merge branch 'tos' into 0.8.x | Evan Prodromou | |
2009-07-06 | Support undocumented 'id' parameter in /statuses/show API method | Zach Copley | |
2009-07-05 | also hide your own design | Evan Prodromou | |
2009-07-05 | set/get viewdesigns flag and use it | Evan Prodromou | |
2009-07-05 | don't hide unsub button for remote users | Evan Prodromou | |
2009-07-05 | better handling of frames and notices | Evan Prodromou | |
2009-07-04 | better debug logging in stomp queue manager | Evan Prodromou | |
2009-07-04 | return singleton if initialized | Evan Prodromou | |
2009-07-04 | new default daemon jid | Evan Prodromou | |
2009-07-04 | don't try to show non-object | Evan Prodromou | |
2009-07-04 | don't say we're connecting if we're not | Evan Prodromou | |
2009-07-04 | move handling code into queuemanager | Evan Prodromou | |
2009-07-03 | Merge branch '0.8.x' into queuemanager | Evan Prodromou | |
2009-07-03 | Merge branch 'friendships_show' into 0.8.x | Zach Copley | |
* friendships_show: Implement friendships/show API method Route and stub for new friendships/show API method | |||
2009-07-03 | Implement friendships/show API method | Zach Copley | |
2009-07-03 | only show subscribe button in profile list for local users | Evan Prodromou | |
2009-07-03 | move peoplesearchresults class to action/peoplesearch | Evan Prodromou | |
2009-07-03 | add _queueName function | Evan Prodromou | |
2009-07-03 | Merge branch '0.8.x' into queuemanager | Evan Prodromou | |
2009-07-02 | Route and stub for new friendships/show API method | Zach Copley | |
2009-07-02 | Make logging facility configurable | Zach Copley | |
2009-07-02 | more logging in stompqueuemanager | Evan Prodromou | |
2009-07-02 | Added event to let the site owner add more information into <address> | Sarven Capadisli | |
for contact e.g., email, location, tagline | |||
2009-07-02 | Changed sioc:reply_to to sioc:reply_of | Sarven Capadisli | |
2009-07-02 | Merge branch '0.8.x' into queuemanager | Evan Prodromou | |
2009-07-01 | Show correct number of profile avatars and 'all' link in subs asides | Zach Copley | |
2009-07-01 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Evan Prodromou | |
into 0.8.x | |||
2009-07-01 | exclude p argument when calculating selfUrl | Evan Prodromou | |
2009-07-01 | change queuehandler class to use queuemanager interface | Evan Prodromou | |
2009-07-01 | add fail() method to dbqueuemanager and fix logging | Evan Prodromou | |
2009-07-01 | add fail() method to stompqueuemanager | Evan Prodromou | |
2009-07-01 | better transport choices when xmpp is disabled | Evan Prodromou | |
2009-07-01 | better queue manager detection, new method fail() | Evan Prodromou | |
2009-07-01 | take out session handler notification | Evan Prodromou | |
2009-07-01 | Add UnQueueManager for immediate handling | Evan Prodromou | |
Perhaps it's a little precious, but I took out the switches in util.php to determine what's supposed to be sent when, and made a queuemanager class that will just do things when they're supposed to be done. | |||
2009-07-01 | save frames for StompQueueManager | Evan Prodromou | |
2009-07-01 | better hook variables for StartQueueManager | Evan Prodromou | |
2009-07-01 | compile errors in DBQueueManager | Evan Prodromou | |
2009-06-30 | Add site-wide option to change the length at which URLs are auto-shortened | Jeff Mitchell | |
2009-06-30 | Merge commit 'jeff-themovie/small-fixes' into 0.8.x | Zach Copley | |
* commit 'jeff-themovie/small-fixes': Fix missing max_id in API search calls Fix "Trying to get property of non-object" errors when a user tries to log in using an unknown nickname Fix "Trying to get property of non-object" errors when accessing the people search results page Fix "Undefined variable: cnt" Fix "Trying to get property of non-object" errors in groupeditform.php Fix "Undefined property: DisfavorAction::$id" | |||
2009-06-30 | Merge commit 'jeff-themovie/invite-enabled' into 0.8.x | Zach Copley | |
* commit 'jeff-themovie/invite-enabled': Adds $config['invite']['enabled'] to enable/disable invites. | |||
2009-06-30 | Laconica defaults to a locale 'en' which uses language 'en'. Unfortunately, ↵ | Jeff Mitchell | |
this language doesn't exist -- properly it's en_US. This causes a lot of spammy messages in syslog. This fix simply changes 'en' to have the same properties as 'en-us', i.e. a language of en_US and a description of 'English (US)'. |