summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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
2009-02-04Removing extra margin after .section .notice .author.Sarven Capadisli
2009-02-04Changed error and facebookaction wrap selector from @class to @id.Sarven Capadisli
2009-02-04Using overflow:hidden for long strings that don't contain anySarven 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-04http://laconi.ca/trac/ticket/1112 -- Removed only the author fn fromSarven Capadisli
display.
2009-02-04Allow HTML in site notice (Bug#1002)Evan Prodromou
2009-02-04Make WebChannel and AjaxWebChannel workEvan 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-04Revert "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-04Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-02-04Merge branch '0.7.x' of git://gitorious.org/laconica/meitar into meitar/0.7.xEvan Prodromou
2009-02-03trac533 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-03trac1095 Profile page had bad alternate links for RSS and Atom feedsZach Copley
2009-02-03Removed deprecated files from the identica theme.Sarven Capadisli
2009-02-03Removed deprecated files from the default theme.Sarven Capadisli
2009-02-03Fixed ajaxErrorMsg(). Using startHTML() instead of common_start_html()Sarven Capadisli
2009-02-03Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-02-03Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk into 0.7.xEvan Prodromou
2009-02-03Merge branch '0.7.x' of git://gitorious.org/laconica/dev into 0.7.xZach Copley
2009-02-03Wrapped some URLs in the README with <>Robin Millette
2009-02-03trac1104 Destroy method was dying because it was still calling deprecated ↵Zach Copley
common_dequeue_notice() func
2009-02-04Fixes ticket:1087; correctly paginate group members list in fancy URLs.Meitar Moscovitz
2009-02-04Fix PHP warnings when user avatar crop controls aren'tn touched.Meitar Moscovitz
2009-02-02fix link to Open Software Service DefinitionTodd Deshane
2009-02-02Merge branch 'master' of git@gitorious.org:laconica/dev into 0.7.xEvan Prodromou
2009-02-02Merge branch 'master' of git://gitorious.org/laconica/adrianlang-clone into ↵Evan Prodromou
adrianlang/master
2009-02-02trac #569 and trac #711 add missing utf-8 headers and removed extraneous ↵Robin Millette
argument in startHTML calls
2009-02-02removed extraneous argument in startHTML callsRobin Millette
2009-02-02trac #1099: main menu should not lead to IM settings when IM is disabledRobin Millette
2009-02-02Fixed direct messaging: AjaxWebChannel is now using Action's methods.Sarven Capadisli
2009-02-02Merge branch 'master' of git@gitorious.org:laconica/devRobin Millette
2009-02-02Using pootle now, not etrans anymore. Reflected in READMERobin Millette
2009-02-02Ticket 1029 -- Atom feed icon. Also updated the RSS icon to PNG version.Sarven Capadisli
2009-02-02Ticket 1044 -- Removed border-top, reduced padding, changed noticeSarven Capadisli
count from 6 to 5, removed nickname.
2009-02-02Minor fix to allow update_facebook script to bootstrap correctlyCiaran Gultnieks
2009-02-02Added "Edit" entity_action.Sarven Capadisli
Updated theme files.
2009-02-02added primary menu to error pagesRobin Millette
2009-02-02Better cross-browser support for page and text zoom-in/out.Sarven Capadisli
2009-02-02Link rtsp, mms & tel URI schemes, correct pseudo-protocol ones.Meitar Moscovitz
This patch builds on the work of user `candrews` at http://laconi.ca/trac/ticket/529#comment:2
2009-02-01Using startXML() instead of deprecated common_start_xml()Sarven Capadisli
2009-02-01If user is not logged in, then notice-options container shouldn't beSarven Capadisli
outputted.
2009-02-01Fixes #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-02-01Rearraned stylesheet order for IE and fixed path to files for base IE ↵Sarven Capadisli
stylesheets