summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2009-02-01Reduced width and realigned anon_noticeSarven Capadisli
2009-02-01Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk into ↵Evan Prodromou
cyi/master
2009-02-01Ticket 1071 - Set overflow:auto for long non-breaking strings. This isSarven Capadisli
the most cross-browser safe method unless the string is broken into chunks at the time of output from backend.
2009-02-01Moved theme rules from base to identica stylesheetSarven Capadisli
2009-02-01Resaved identica logo as transparent PNG24 in order to handle variousSarven Capadisli
background colours without having to explicitly apply anti-aliasing. Updated colour information in identica theme. Removed ie7 base stylesheet that's no longer required. Added ie identica stylesheet to handle solid background colour for
2009-02-01Ticket #1060 -- Ability to wrap long .entity_profile .entity_fnSarven Capadisli
2009-02-01Ticket #1045 -- Added borders to all sides of the pagination anchor.Sarven Capadisli
2009-01-31Enable configuration files in /etc/laconica/Evan Prodromou
Enable storing config files in /etc/laconica/, which makes it much easier to have a single installation with multiple mublogs supported.
2009-01-30fix date and prev release in README0.7.0Evan Prodromou
2009-01-30Merge branch 'master' of root@laconi.ca:/var/local/pootle-mirror into ↵Evan Prodromou
pootle/master
2009-01-30compile message filesLaconica Pootle server
2009-01-30merge from pootleLaconica Pootle server