Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-06 | Merge branch 'sgmurphy-clone/0.7.x' into 0.7.x | Evan Prodromou | |
2009-02-06 | Merge branch '0.7.x' of git://gitorious.org/laconica/sgmurphy-clone into ↵ | Evan Prodromou | |
sgmurphy-clone/0.7.x | |||
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 | Fix for unicode string auto-linking bug | Sean Murphy | |
2009-02-05 | PostgreSQL - database creation script updated to cover 0.7.x features | CiaranG | |
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 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Zach Copley | |
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 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Zach Copley | |
2009-02-05 | Facebook app: don't add FBJS event listeners to notice input box if it's not ↵ | Zach Copley | |
on the page | |||
2009-02-05 | Facebook profile box CSS and a link back to the app page. | Sarven Capadisli | |
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 | Forgot to replace URL shortening regex with new function. | Sean Murphy | |
2009-02-04 | Fixed #779 & #588; Better URL auto-linking. | Sean Murphy | |
2009-02-04 | Fixed #732; Hashtags inside parens and brackets. | Sean Murphy | |
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 | Removing extra margin after .section .notice .author. | Sarven Capadisli | |
2009-02-04 | Changed error and facebookaction wrap selector from @class to @id. | Sarven Capadisli | |
2009-02-04 | Using overflow:hidden for long strings that don't contain any | Sarven Capadisli | |
whitespace. This is both a preventive measure for user content that is abused (i.e., leaking text into other page components) and for aesthetics (requested by @evan) | |||
2009-02-04 | http://laconi.ca/trac/ticket/1112 -- Removed only the author fn from | Sarven Capadisli | |
display. | |||
2009-02-04 | Allow HTML in site notice (Bug#1002) | Evan Prodromou | |
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 | Revert "Fixed direct messaging: AjaxWebChannel is now using Action's methods." | Evan Prodromou | |
This reverts commit 0f2c43bd040437b3e40c706d7c3f4ba163e94a71. Making Channel a subclass of Action for no other reason than to let the AjaxWebChannel do some output is the really, really wrong way to do this. A Channel is not an Action. I'll change AjaxWebChannel so it takes an Action as a constructor paramater and uses that Action for its output. We do this for most Widget subclasses and it makes sense here, too. | |||
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 | trac533 Removed redundant calls to htmlspecialcharacters(). | Zach Copley | |
XMLWriter::writeAttribute() already takes care of the escaping for us, although that doesn't seem to be well documented. | |||
2009-02-03 | trac1095 Profile page had bad alternate links for RSS and Atom feeds | Zach Copley | |
2009-02-03 | Removed deprecated files from the identica theme. | Sarven Capadisli | |
2009-02-03 | Removed deprecated files from the default theme. | Sarven Capadisli | |
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 | Merge branch '0.7.x' of git://gitorious.org/laconica/dev into 0.7.x | Zach Copley | |