Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-23 | Stop Twitter gateway notices from leaking via user faves pages | Zach Copley | |
2009-06-20 | Update copyright dates in files modified in 2009 | Evan Prodromou | |
2009-06-20 | change Controlez-Vous to Control Yourself | Evan Prodromou | |
2009-06-18 | Only show twitter msgs in your own inbox | Evan Prodromou | |
2009-06-17 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Evan Prodromou | |
into taggedprofile | |||
2009-06-17 | Make the personal tag streams actually work | Evan Prodromou | |
2009-06-17 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Robin Millette | |
into 0.8.x | |||
2009-06-17 | Fixed recent attachment bug that required URLs to be posted twice to be ↵ | Robin Millette | |
taken into account. | |||
2009-06-17 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Evan Prodromou | |
into 0.8.x | |||
2009-06-16 | names for Notice is_local states | Evan Prodromou | |
2009-06-16 | Moved url handling to its proper place, from newnotice to Notice.php | Robin Millette | |
2009-06-14 | Link and distribute notices tagged for a group alias | Evan Prodromou | |
Correctly link and distribute notices tagged for a group alias. Added a helper function, getForNickname(), to User_group, to make it easier to get a group by its nickname or aliases. | |||
2009-06-14 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-06-12 | push length check to Notice class | Evan Prodromou | |
2009-06-10 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Evan Prodromou | |
into 0.8.x | |||
2009-06-10 | some changes based on code review with zach | Evan Prodromou | |
2009-06-10 | Now correctly identifiying notices with uploaded content. | Robin Millette | |
2009-06-10 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Robin Millette | |
into 0.8.x | |||
2009-06-10 | Uploaded content now displays in overlay (and removed var_dump crap) | Robin Millette | |
2009-06-09 | Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵ | Evan Prodromou | |
into 0.8.x | |||
2009-06-09 | Improve file upload and attachment interface. | Robin Millette | |
2009-06-08 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
Conflicts: classes/Notice.php classes/Profile.php lib/common.php lib/util.php scripts/getvaliddaemons.php scripts/stopdaemons.sh | |||
2009-05-30 | Removing inbox and memcached daemon handling | Evan Prodromou | |
2009-05-30 | check for since=0 in Notice::stream() | Evan Prodromou | |
2009-05-29 | Ticket #1567 - Change max_id to return notices <= ID instead of < ID | Zach Copley | |
2009-05-28 | Only enqueue inbox-dependent transports after inboxes have been filled | Evan Prodromou | |
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 |