summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-16add email notify flag for @-repliesEvan Prodromou
2009-02-16Automatically add a tag for every group messagesEvan Prodromou
If you post to a group !foo, it's automatically listed as being tagged "foo". This is to keep users from having to do !foo #foo in all their messages.
2009-02-16Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-02-16error in hashtag link generationEvan Prodromou
2009-02-16Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xSarven Capadisli
2009-02-16Removed transformation effects from h1-h6 (except in aside)Sarven Capadisli
2009-02-16Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-02-16First version of blogspam.net pluginEvan Prodromou
Added a plugin for blogspam.net. The service is kind of aggressive, so by default I turn a lot of the tests off. But worth a look.
2009-02-16Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xZach Copley
2009-02-16Whoops: forgot to include facebookqueuehandler.php with the my originalZach Copley
Facebook queue handler patch set!
2009-02-16Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-02-16trac #201 Add flowplayer to enable multimedia playback capability.Robin Millette
2009-02-15Added a mention of config setting to use a custom themeSarven Capadisli
2009-02-14Optionally ignore some notice sources for public pageEvan Prodromou
We optionally ignore some notice sources from the public page. Typically these are automatic notice sources like twitterfeed that don't usually represent the community on the site very well.
2009-02-14Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-02-14Merge branch 'master' into 0.7.xEvan Prodromou
2009-02-14Fix More... URL for featured user sectionEvan Prodromou
2009-02-14Fix the More... link for popular notices sectionEvan Prodromou
2009-02-13Fixed arguments to syslog (LOG_ERR, not LOG_ERROR) and removed unused functionZach Copley
2009-02-13Add events for filtering and logging new noticesEvan Prodromou
2009-02-13remove debugging info from local_urlEvan Prodromou
2009-02-13Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xZach Copley
2009-02-13We have a FacebookQueueHandler now. The update_facebook.php cronZach Copley
script is totally deprecated.
2009-02-13Hooks for: custom, laconica, UA specific stylesheetsSarven Capadisli
2009-02-12Merge branch 'queuehandlers' into 0.7.xZach Copley
2009-02-12The fabled twitterqueuehandlerZach Copley
2009-02-12Hooks for: header, contentblock, footerSarven Capadisli
2009-02-12Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xSarven Capadisli
2009-02-12Revert "Code to handle PEAR_Errors raised by DB_DataObject that are bubbling"Evan Prodromou
This reverts commit 9f035e2847e0d119ca3d70e02df6f4fa73ca64c3. It's a lot of complicated stuff, and the global handler probably does fine.
2009-02-12Revert "Just discovered the PEAR_Error handling function in index.php. Duh."Evan Prodromou
This reverts commit 616bdd43a921b2554d21b80af28ddb0fb6cb3c16. Kind of a long hard way to deal with a simple situation, so I'd prefer to just use the global handler.
2009-02-12Merge branch 'devevan/master' into 0.7.xEvan Prodromou
2009-02-12Make ID of SMS Carrier not autoincrementEvan Prodromou
Since we're doing fixed IDs for SMS Carrier, we change the definition so it's not auto increment.
2009-02-12Add fixed IDs to SMS carrier listEvan Prodromou
Changed the SMS carrier list to use a fixed ID number for each carrier distributed with the software. We claim IDs > 100000; admins can use IDs < 100000 for local values. I'd be pretty surprised if there were more than 100K wireless carriers in the world, but hey.
2009-02-12move carrier.sql to sms_carrier.sqlEvan Prodromou
2009-02-12Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xSarven Capadisli
2009-02-12don't over specialize URLsEvan Prodromou
2009-02-12Add XMLStringer for building XML stringsEvan Prodromou
We had a bunch of
2009-02-12wrap multiline regexp in quotes so it doesn't mess up my editor's indentingEvan Prodromou
2009-02-12ignore no-data error, since we use it all the timeEvan Prodromou
2009-02-11Merge branch '0.7.x' into queuehandlersZach Copley
2009-02-11Just discovered the PEAR_Error handling function in index.php. Duh.Zach Copley
Renamed the Action functions to throw an exception like it. I still think it probably makes sense to have the callback defined in both places for finer control.
2009-02-11Code to handle PEAR_Errors raised by DB_DataObject that are bubblingZach Copley
up, but are actually expected and can safely be ignored.
2009-02-11Move/reorg Twitter broadcast code to lib/twitter.php in prep forZach Copley
making a twitterqueuehandler.
2009-02-11Ticket 1172. Capitalizing first character of each word to uppercaseSarven Capadisli
instead of putting all characters to uppercase.
2009-02-11Merge branch 'master' of git://gitorious.org/laconica/mainlineEvan Prodromou
2009-02-11fix command classesEvan Prodromou
2009-02-11Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-02-11Move Commands stuff out of classesEvan Prodromou
The classes/ subdir is primarily for the DB_DataObject classes. Stuff in there can get stomped by various generation scripts. I've moved the lurkers there -- related to command-handling -- to lib/. Since auto-loading works fine with lib/, there shouldn't be much of a visible change here.
2009-02-11change htmloutputter to use exception instead of common_user_errorEvan Prodromou
2009-02-11Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xSarven Capadisli