summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-09Index and Action use ExceptionsEvan Prodromou
Main Web entry point accepts exceptions, and main code in Action throws them.
2009-02-09First steps to using exceptions for error handlingEvan Prodromou
Added two exception classes: one for client errors (= user can fix) and one for server errors (only admin or coder can fix). The web entry point now tries to catch exceptions and show them in the browser. The main code for showing errors in Action class now throws an exception and lets top-level handle it.
2009-02-09Add event.php before config.php is calledEvan Prodromou
2009-02-09First events codeEvan Prodromou
Add the basic code for adding events.
2009-02-06Update README and version number0.7.1Evan Prodromou
README and version number.
2009-02-06Make adding and removing an incoming email in SMS settingsEvan Prodromou
Fixes Bug#1036.
2009-02-06Merge branch 'meitar/0.7.x' into 0.7.xEvan Prodromou
2009-02-06Merge branch 'sgmurphy-clone/0.7.x' into 0.7.xEvan Prodromou
Conflicts: lib/util.php
2009-02-06Merge branch '0.7.x' of git://gitorious.org/laconica/sgmurphy-clone into ↵Evan Prodromou
sgmurphy-clone/0.7.x
2009-02-06Fixed #1149: URL auto-linking bug when following colon.Sean Murphy
2009-02-07Add 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-06Fix name of default avatarEvan Prodromou
2009-02-06Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-02-06fix formatting of new Avatar:: callsEvan Prodromou
2009-02-06Move common_avatar_* functions to AvatarEvan 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-06Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xSarven Capadisli
2009-02-06Added primary and secondary form actions. Fixed markup forSarven Capadisli
form_notice_delete
2009-02-06Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-02-06Merge branch 'sgmurphy-clone/0.7.x' into 0.7.xEvan Prodromou
2009-02-06Merge branch '0.7.x' of git://gitorious.org/laconica/sgmurphy-clone into ↵Evan Prodromou
sgmurphy-clone/0.7.x
2009-02-05Removed debugging statements I accidentally left in deletenotice.phpZach Copley
2009-02-05Trac #894 and #1013 - fixed bad redirects after delete noticeZach Copley
2009-02-05Fix for unicode string auto-linking bugSean Murphy
2009-02-05PostgreSQL - database creation script updated to cover 0.7.x featuresCiaranG
2009-02-05Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-02-05Don't show stretchy-box on avatar if not croppingEvan Prodromou
2009-02-05Two different functions for file sizeEvan Prodromou
Made two different functions for file size in ImageFile; one uses the other. Also, use sprintf() for gettext msgs.
2009-02-05Minor markup consistencySarven Capadisli
2009-02-05Merge branch '0.7.x' of git://gitorious.org/laconica/sgmurphy-clone into ↵Evan Prodromou
sgmurphy-clone/0.7.x
2009-02-05Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xZach Copley
2009-02-05Better fix for displaying max file size.Sean Murphy
2009-02-05Fixed #905: Presenting image size limit to user.Sean Murphy
2009-02-05trac #1142 fix tag rssRobin Millette
2009-02-05Merge 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-05Fix #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-05Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-02-05Allow re-authentication with OpenIDEvan 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-05Fixed #1140; Login form session token not set.Sean Murphy
2009-02-05Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xZach Copley
2009-02-05Facebook app: don't add FBJS event listeners to notice input box if it's not ↵Zach Copley
on the page
2009-02-05Facebook profile box CSS and a link back to the app page.Sarven Capadisli
2009-02-05Matching Facebook app UI to identi.ca. Fixed tabs, add to profile,Sarven Capadisli
widths, font-size, and some HTML markup.
2009-02-04Forgot to replace URL shortening regex with new function.Sean Murphy
2009-02-04Fixed #779 & #588; Better URL auto-linking.Sean Murphy
2009-02-04Fixed #732; Hashtags inside parens and brackets.Sean Murphy
2009-02-04Fixed #1134; Consolidated image scaling functions.Sean Murphy
2009-02-04Facebook app - reorganized some stuff; better HTML outputZach Copley
2009-02-04merge from dev/0.7.xEvan Prodromou
2009-02-04take out redundant code from loginEvan Prodromou
2009-02-04Removed erroneous comments referring to old common_notice_form() funcZach Copley