Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-02-04 | Removed erroneous comments referring to old common_notice_form() func | Zach Copley | |
2009-02-04 | Fix for #1057; group logo transparecy (and pixilation) | Sean Murphy | |
2009-02-04 | Make WebChannel and AjaxWebChannel work | Evan Prodromou | |
These command-output channels were using the old common_element_* functions. They now take an $out constructor parameter, and use that for output. The WebChannel has pretty remedial output; it would be nice if it output a real formatted page. | |||
2009-02-04 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-04 | Merge branch '0.7.x' of git://gitorious.org/laconica/meitar into meitar/0.7.x | Evan Prodromou | |
2009-02-03 | trac1095 Profile page had bad alternate links for RSS and Atom feeds | Zach Copley | |
2009-02-03 | Fixed ajaxErrorMsg(). Using startHTML() instead of common_start_html() | Sarven Capadisli | |
2009-02-03 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-03 | Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk into 0.7.x | Evan Prodromou | |
2009-02-03 | trac1104 Destroy method was dying because it was still calling deprecated ↵ | Zach Copley | |
common_dequeue_notice() func | |||
2009-02-04 | Fix PHP warnings when user avatar crop controls aren'tn touched. | Meitar Moscovitz | |
2009-02-02 | Merge branch 'master' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-02 | removed extraneous argument in startHTML calls | Robin Millette | |
2009-02-02 | Added "Edit" entity_action. | Sarven Capadisli | |
Updated theme files. | |||
2009-02-01 | Using startXML() instead of deprecated common_start_xml() | Sarven Capadisli | |
2009-02-01 | Fixes #1088: Show number of group members. Unlike the bugreport requested, ↵ | Adrian Lang | |
the stats are displayed similar to userstream stats in a section in the sidebar. Additionaly, I removed a redundant notnull if check in ShowgroupAction->showMembers, fixed a SQL error in User_group->getMembers when no limit is passed, removed return value storing of void function and added an usage of Profile->getBestName. | |||
2009-01-30 | trac750 Add footer to Facebook app's login page | Zach Copley | |
2009-01-29 | Put license text inside label to align it with "Remember me" label above it. ↵ | Zach Copley | |
Improve sentence. | |||
2009-01-29 | Fix problems when crop controls not touched | Meitar Moscovitz | |
2009-01-29 | wrong tags in tagother | Evan Prodromou | |
2009-01-29 | Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk | Evan Prodromou | |
2009-01-29 | proper pagination for subs and members | Evan Prodromou | |
2009-01-29 | trac750 update Facebook status when posting to Identi.ca from Facebook | Zach Copley | |