summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2009-07-08Get rid of the other error trying to property on a non-objZach Copley
2009-07-08Get rid of error ('Trying to get property of non-object')Zach Copley
2009-07-08log errors in handling noticesEvan Prodromou
2009-07-07Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-07-07check for array before checking xmlrpc faultEvan Prodromou
2009-07-08Removed OpenID link from the primary global navigation in order toSarven 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-07Merge commit 'br3nda/0.8.x-noticesfix' into 0.8.xCiaranG
2009-07-07Merge branch 'queuemanager' into 0.8.xEvan Prodromou
2009-07-07Merge branch 'tos' into 0.8.xEvan Prodromou
2009-07-06Support undocumented 'id' parameter in /statuses/show API methodZach Copley
2009-07-05also hide your own designEvan Prodromou
2009-07-05set/get viewdesigns flag and use itEvan Prodromou
2009-07-05don't hide unsub button for remote usersEvan Prodromou
2009-07-05better handling of frames and noticesEvan Prodromou
2009-07-04better debug logging in stomp queue managerEvan Prodromou
2009-07-04return singleton if initializedEvan Prodromou
2009-07-04new default daemon jidEvan Prodromou
2009-07-04don't try to show non-objectEvan Prodromou
2009-07-04don't say we're connecting if we're notEvan Prodromou
2009-07-04move handling code into queuemanagerEvan Prodromou
2009-07-03Merge branch '0.8.x' into queuemanagerEvan Prodromou
2009-07-03Merge branch 'friendships_show' into 0.8.xZach Copley
* friendships_show: Implement friendships/show API method Route and stub for new friendships/show API method
2009-07-03Implement friendships/show API methodZach Copley
2009-07-03only show subscribe button in profile list for local usersEvan Prodromou
2009-07-03move peoplesearchresults class to action/peoplesearchEvan Prodromou
2009-07-03add _queueName functionEvan Prodromou
2009-07-03Merge branch '0.8.x' into queuemanagerEvan Prodromou
2009-07-02Route and stub for new friendships/show API methodZach Copley
2009-07-02Make logging facility configurableZach Copley
2009-07-02more logging in stompqueuemanagerEvan Prodromou
2009-07-02Added event to let the site owner add more information into <address>Sarven Capadisli
for contact e.g., email, location, tagline
2009-07-02Changed sioc:reply_to to sioc:reply_ofSarven Capadisli
2009-07-02Merge branch '0.8.x' into queuemanagerEvan Prodromou
2009-07-01Show correct number of profile avatars and 'all' link in subs asidesZach Copley
2009-07-01Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-07-01exclude p argument when calculating selfUrlEvan Prodromou
2009-07-01change queuehandler class to use queuemanager interfaceEvan Prodromou
2009-07-01add fail() method to dbqueuemanager and fix loggingEvan Prodromou
2009-07-01add fail() method to stompqueuemanagerEvan Prodromou
2009-07-01better transport choices when xmpp is disabledEvan Prodromou
2009-07-01better queue manager detection, new method fail()Evan Prodromou
2009-07-01take out session handler notificationEvan Prodromou
2009-07-01Add UnQueueManager for immediate handlingEvan 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-01save frames for StompQueueManagerEvan Prodromou
2009-07-01better hook variables for StartQueueManagerEvan Prodromou
2009-07-01compile errors in DBQueueManagerEvan Prodromou
2009-06-30Add site-wide option to change the length at which URLs are auto-shortenedJeff Mitchell
2009-06-30Merge commit 'jeff-themovie/small-fixes' into 0.8.xZach 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-30Merge commit 'jeff-themovie/invite-enabled' into 0.8.xZach Copley
* commit 'jeff-themovie/invite-enabled': Adds $config['invite']['enabled'] to enable/disable invites.
2009-06-30Laconica 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)'.