Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2009-02-11 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Sarven Capadisli | |
2009-02-11 | Minor. Changed from @class location to label | Sarven Capadisli | |
2009-02-11 | Unify feeds definition in actions | Evan Prodromou | |
I got a little sick of trying to keep the export data and <head> links synched in actions, so I made a common method, getFeeds(), which gets the feeds for both. It returns an array of Feed objects, which know about what their mime type is, title, location, all that jazz. I changed the FeedList class so it handles the new Feed objects instead of the old array of data. I changed all the actions that show feeds (I think...) so that they now use getFeeds() for all their feed needs. | |||
2009-02-11 | fix Atom link, add Atom and RSS 2.0 to <head> | Evan Prodromou | |
2009-02-11 | Merge branch 'sgmurphy-clone/0.7.x' into 0.7.x | Evan Prodromou | |
2009-02-11 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-10 | Moved /doc/ to /doc-src/ | Evan Prodromou | |
Moved the doc/ dir to /doc-src/ so that the actual markdown files aren't substituted for the docs. | |||
2009-02-10 | trac #233 Explicitely show we have an rss feed for notice searches. | Robin Millette | |
2009-02-09 | Merge commit 'upstream/0.7.x' into 0.7.x | Sean Murphy | |
2009-02-09 | Fixed #1025: Delete avatar option. | Sean Murphy | |
2009-02-09 | Fixed remote subscribe avatar problems | Evan Prodromou | |
Had some Avatar file-copying issues; seem to be fixed. | |||
2009-02-09 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-09 | whitespace and formatting in showstream.php | Evan Prodromou | |
2009-02-09 | Merge branch 'sgmurphy-clone/0.7.x' into 0.7.x | Evan Prodromou | |
2009-02-09 | trac #1160 fix dropdown xmloutput function for the selected attribute and ↵ | Robin Millette | |
fix newmessage auto-selected dropdown. | |||
2009-02-08 | Ticket #1094 Facebook app invites page was failing if no friends had added ↵ | Zach Copley | |
the app yet | |||
2009-02-08 | Minor update to the way Facebook app handles listing of friends you've invited. | Zach Copley | |
2009-02-08 | Trac #1159: Fix peopletag pagination. Also phpcs cleanup. | Zach Copley | |
2009-02-07 | trac #1155 ++ replace strlen with mb_strlen for all utf8 strings. | Robin Millette | |
2009-02-07 | Merge commit 'upstream/0.7.x' into 0.7.x | Sean Murphy | |
Conflicts: actions/showstream.php | |||
2009-02-06 | Fixed #1048: Edit avatar link on profile page. | Sean Murphy | |
2009-02-06 | Make adding and removing an incoming email in SMS settings | Evan Prodromou | |
Fixes Bug#1036. | |||
2009-02-07 | Add a link to the group search page from a user's own group list. | Meitar Moscovitz | |
I've seen a request or two pop up for this on the Laconica group on Identica, and I'd personally like there to be a link to the search page from my own groups listing, as I often find myself looking for one and end up at my browser's address bar. | |||
2009-02-06 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-06 | fix formatting of new Avatar:: calls | Evan Prodromou | |
2009-02-06 | Move common_avatar_* functions to Avatar | Evan Prodromou | |
Moved the common_avatar_* functions to the Avatar class. Typically either as methods on the object or as static methods. Replaced all the uses of the functions in other modules. | |||
2009-02-06 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Sarven Capadisli | |
2009-02-06 | Added primary and secondary form actions. Fixed markup for | Sarven Capadisli | |
form_notice_delete | |||
2009-02-05 | Removed debugging statements I accidentally left in deletenotice.php | Zach Copley | |
2009-02-05 | Trac #894 and #1013 - fixed bad redirects after delete notice | Zach Copley | |
2009-02-05 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-05 | Don't show stretchy-box on avatar if not cropping | Evan Prodromou | |
2009-02-05 | Two different functions for file size | Evan Prodromou | |
Made two different functions for file size in ImageFile; one uses the other. Also, use sprintf() for gettext msgs. | |||
2009-02-05 | Minor markup consistency | Sarven Capadisli | |
2009-02-05 | Merge branch '0.7.x' of git://gitorious.org/laconica/sgmurphy-clone into ↵ | Evan Prodromou | |
sgmurphy-clone/0.7.x | |||
2009-02-05 | Better fix for displaying max file size. | Sean Murphy | |
2009-02-05 | Fixed #905: Presenting image size limit to user. | Sean Murphy | |
2009-02-05 | trac #1142 fix tag rss | Robin Millette | |
2009-02-05 | Merge branch '0.7.x' of git://gitorious.org/laconica/sgmurphy-clone into ↵ | Evan Prodromou | |
sgmurphy-clone/0.7.x Conflicts: actions/avatarsettings.php | |||
2009-02-05 | Fix #81: Profile and personal shows „you“ instead of username when ↵ | Adrian Lang | |
looking at own profile / personal. While doing so I fixed a wrong gettext usage were the result was not sprintf'd, but concat'd. | |||
2009-02-05 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-05 | Allow re-authentication with OpenID | Evan Prodromou | |
"Rememberme" logins aren't allowed to make changes to an account (since cookie-stealing is too easy). Users have to re-authenticate. Previously, it was impossible to do so without having a username and password; this change lets you do it with OpenID, too. | |||
2009-02-05 | Fixed #1140; Login form session token not set. | Sean Murphy | |
2009-02-05 | Matching Facebook app UI to identi.ca. Fixed tabs, add to profile, | Sarven Capadisli | |
widths, font-size, and some HTML markup. | |||
2009-02-04 | Fixed #1134; Consolidated image scaling functions. | Sean Murphy | |
2009-02-04 | Facebook app - reorganized some stuff; better HTML output | Zach Copley | |
2009-02-04 | merge from dev/0.7.x | Evan Prodromou | |
2009-02-04 | take out redundant code from login | Evan Prodromou | |