Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-18 | Added personal tag page: http://example.com/MY_NICK/tag/A_TAG | Robin Millette | |
2009-05-17 | Refactored new sections code to proper classes and added notice link to ↵ | Robin Millette | |
links in notice sections. | |||
2009-05-15 | Attachments and their list now provide "ajax" view. Also added a few ↵ | Robin Millette | |
sidebars relating tags and attachments. | |||
2009-05-13 | rewrote short url stuff to handle new file/url classes (redirections, ↵ | Robin Millette | |
oembed, mimetypes, etc.) | |||
2009-05-05 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-05-01 | make faves work with ids | Evan Prodromou | |
2009-05-01 | Make user group stream use IDs | Evan Prodromou | |
2009-05-01 | make profile notice getting use ids | Evan Prodromou | |
2009-05-01 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
Resolved Conflicts: lib/queuehandler.php lib/util.php theme/base/css/display.css | |||
2009-04-29 | make replies use new query format | Evan Prodromou | |
2009-04-29 | Make the tag stream use ID mechanism | Evan Prodromou | |
2009-04-29 | Public stream uses IDs method | Evan Prodromou | |
Public stream now uses IDs method | |||
2009-04-29 | Move algorithm for caching to Notice class | Evan Prodromou | |
Moved the algorithm for notice stream caching to the Notice class. | |||
2009-04-28 | Remove some debug comments in query-by-id | Evan Prodromou | |
2009-04-28 | Change to avoid a join in notice inbox | Evan Prodromou | |
The join in notice_inbox is causing temp-table sorting on identi.ca, so I'm trying a finer-tuned approach. | |||
2009-04-23 | insert into user's inbox at Web time | Evan Prodromou | |
2009-04-23 | incorrect config setting for queues | Evan Prodromou | |
2009-04-23 | Add an inbox queue handler | Evan Prodromou | |
Handle distributing a notice to multiple inboxes in a queue handler rather than in the Web action. | |||
2009-04-23 | A queuehandler for blowing caches offline | Evan Prodromou | |
We add a queuehandler for blowing the memcached caches off-line. This should speed up the processing of new notices. | |||
2009-04-08 | Merge branch '0.7.x' into 0.8.x | Sarven Capadisli | |
2009-04-08 | Merge branch 'master' of git://gitorious.org/laconica/br3nda into review/master | CiaranG | |
2009-03-23 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-03-22 | One function for producing Atom entry for a Notice | Evan Prodromou | |
Took the various places that we create an atom entry for a notice, and jammed them together into one function of the notice class, and then used that function. Also, added Atom threading extension and categories for hashtags. | |||
2009-03-12 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
Conflicts: classes/Notice.php lib/action.php lib/router.php lib/twitter.php | |||
2009-03-12 | When deleting a notice, null the reply_to fields that point to notice | Brenda Wallace | |
2009-03-11 | PostgreSQL - a few more query compatibility issues (submitted by oxygene) | CiaranG | |
2009-03-11 | Correction to recently added dupe-checking feature - was using wrong config ↵ | CiaranG | |
value | |||
2009-03-07 | Fix bug in dupe checking on notice post when there is no notice in cache. | Adrian Lang | |
2009-03-07 | Limit duplicate notices in a particular time period (default 60s) | Evan Prodromou | |
We disallow posting a notice with duplicate content more than once a minute. Conflicts: config.php.sample | |||
2009-03-06 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-03-03 | Use single quotes for data literals on inserts to notice_index, so it works ↵ | CiaranG | |
on pgsql as well as mysql | |||
2009-02-26 | save conversation id when saving a notice | Evan Prodromou | |
2009-02-26 | add conversation to notice class | Evan Prodromou | |
2009-02-16 | wrong name for attn function | Evan Prodromou | |
2009-02-16 | send mail when @-replies are received | 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-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-13 | Add events for filtering and logging new notices | Evan Prodromou | |
2009-01-30 | PostgreSQL - code changes to avoid problems where user table is referenced ↵ | Ciaran Gultnieks | |
in ad-hoc queries | |||
2009-01-26 | Fix canonical tags in notice and in URLs | Adrian Lang | |
2009-01-24 | Update notice deletion | Evan Prodromou | |
Changed the errors in notice deletion so it now works. Also, consistently delete records from related tables that refer to the notice. | |||
2009-01-23 | Merge branch 'master' of /var/www/mublog | Evan Prodromou | |
Conflicts: actions/api.php actions/deletenotice.php actions/recoverpassword.php actions/remotesubscribe.php actions/tag.php actions/tagrss.php actions/twitapiaccount.php actions/twitapiusers.php classes/Notice.php classes/User.php lib/common.php lib/language.php lib/subs.php lib/twitterapi.php lib/util.php scripts/inbox_users.php scripts/update_translations.php Merged development trunk into laconica head. woohoo! | |||
2009-01-22 | Move NoticeWrapper to a generalized ArrayWrapper class | Evan Prodromou | |
We need to use array wrappers for other kinds of queries, so I generalized the NoticeWrapper and tested it in the Notice class. | |||
2009-01-22 | Move common_save_replies to Notice class | Evan Prodromou | |
2009-01-21 | Add the right inbox source for group notices | Evan Prodromou | |
2009-01-21 | First pass at delivery of group messages | Evan Prodromou | |
A first pass at the delivery of group messages. | |||
2009-01-20 | Wrap notice-saving code in a transaction | Evan Prodromou | |
2009-01-19 | Move add to notice inboxes before cache clearing in hopes they will be | Evan Prodromou | |
updated | |||
2008-12-11 | more places where required since param skipped for Notice::getStreamDirect | Evan Prodromou | |
darcs-hash:20081211195259-5ed1f-c52136c07bdad5521184bd1990313030a8e1e831.gz | |||
2008-12-11 | missing argument | Evan Prodromou | |
darcs-hash:20081211171353-84dde-31b2858e361f62e13ca8ca8784b1aac4209ef04c.gz |