Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-17 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-17 | Merge branch 'master' into 0.7.x | Evan Prodromou | |
2009-02-17 | Fixed #1170: Auto-linking bug when URL cotains special chars. | Sean Murphy | |
2009-02-16 | Updated README with section about installing the Facebook app, and added ↵ | Zach Copley | |
info about twitterqueuehandler.php and facebookqueuehandler.php. | |||
2009-02-16 | wrong name for attn function | Evan Prodromou | |
2009-02-16 | Set @-message notification options in email settings | Evan Prodromou | |
Set the @-message notification options in email settings. | |||
2009-02-16 | send mail when @-replies are received | Evan Prodromou | |
2009-02-16 | add email notify flag for @-replies | Evan Prodromou | |
2009-02-16 | Automatically add a tag for every group messages | Evan 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-16 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-16 | error in hashtag link generation | Evan Prodromou | |
2009-02-16 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Sarven Capadisli | |
2009-02-16 | Removed transformation effects from h1-h6 (except in aside) | Sarven Capadisli | |
2009-02-16 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-16 | First version of blogspam.net plugin | Evan 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-16 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Zach Copley | |
2009-02-16 | Whoops: forgot to include facebookqueuehandler.php with the my original | Zach Copley | |
Facebook queue handler patch set! | |||
2009-02-16 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-16 | trac #201 Add flowplayer to enable multimedia playback capability. | Robin Millette | |
2009-02-15 | Added a mention of config setting to use a custom theme | Sarven Capadisli | |
2009-02-14 | Optionally ignore some notice sources for public page | Evan 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-14 | Optionally ignore some notice sources for public page | Evan 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-14 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-14 | Merge branch 'master' into 0.7.x | Evan Prodromou | |
2009-02-14 | Fix More... URL for featured user section | Evan Prodromou | |
2009-02-14 | Fix the More... link for popular notices section | Evan Prodromou | |
2009-02-13 | Fixed arguments to syslog (LOG_ERR, not LOG_ERROR) and removed unused function | Zach Copley | |
2009-02-13 | Add events for filtering and logging new notices | Evan Prodromou | |
2009-02-13 | remove debugging info from local_url | Evan Prodromou | |
2009-02-13 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Zach Copley | |
2009-02-13 | We have a FacebookQueueHandler now. The update_facebook.php cron | Zach Copley | |
script is totally deprecated. | |||
2009-02-13 | Hooks for: custom, laconica, UA specific stylesheets | Sarven Capadisli | |
2009-02-12 | Merge branch 'queuehandlers' into 0.7.x | Zach Copley | |
2009-02-12 | The fabled twitterqueuehandler | Zach Copley | |
2009-02-12 | Hooks for: header, contentblock, footer | Sarven Capadisli | |
2009-02-12 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Sarven Capadisli | |
2009-02-12 | Revert "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-12 | Revert "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-12 | Merge branch 'devevan/master' into 0.7.x | Evan Prodromou | |
2009-02-12 | Make ID of SMS Carrier not autoincrement | Evan Prodromou | |
Since we're doing fixed IDs for SMS Carrier, we change the definition so it's not auto increment. | |||
2009-02-12 | Add fixed IDs to SMS carrier list | Evan 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-12 | move carrier.sql to sms_carrier.sql | Evan Prodromou | |
2009-02-12 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Sarven Capadisli | |
2009-02-12 | don't over specialize URLs | Evan Prodromou | |
2009-02-12 | Add XMLStringer for building XML strings | Evan Prodromou | |
We had a bunch of | |||
2009-02-12 | wrap multiline regexp in quotes so it doesn't mess up my editor's indenting | Evan Prodromou | |
2009-02-12 | ignore no-data error, since we use it all the time | Evan Prodromou | |
2009-02-11 | Merge branch '0.7.x' into queuehandlers | Zach Copley | |
2009-02-11 | Just 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-11 | Code to handle PEAR_Errors raised by DB_DataObject that are bubbling | Zach Copley | |
up, but are actually expected and can safely be ignored. |