Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2009-02-03 | Wrapped some URLs in the README with <> | Robin Millette | |
2009-02-03 | trac1104 Destroy method was dying because it was still calling deprecated ↵ | Zach Copley | |
common_dequeue_notice() func | |||
2009-02-04 | Fixes ticket:1087; correctly paginate group members list in fancy URLs. | Meitar Moscovitz | |
2009-02-04 | Fix PHP warnings when user avatar crop controls aren'tn touched. | Meitar Moscovitz | |
2009-02-02 | fix link to Open Software Service Definition | Todd Deshane | |
2009-02-02 | Merge branch 'master' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-02 | Merge branch 'master' of git://gitorious.org/laconica/adrianlang-clone into ↵ | Evan Prodromou | |
adrianlang/master | |||
2009-02-02 | trac #569 and trac #711 add missing utf-8 headers and removed extraneous ↵ | Robin Millette | |
argument in startHTML calls | |||
2009-02-02 | removed extraneous argument in startHTML calls | Robin Millette | |
2009-02-02 | trac #1099: main menu should not lead to IM settings when IM is disabled | Robin Millette | |
2009-02-02 | Fixed direct messaging: AjaxWebChannel is now using Action's methods. | Sarven Capadisli | |
2009-02-02 | Merge branch 'master' of git@gitorious.org:laconica/dev | Robin Millette | |
2009-02-02 | Using pootle now, not etrans anymore. Reflected in README | Robin Millette | |
2009-02-02 | Ticket 1029 -- Atom feed icon. Also updated the RSS icon to PNG version. | Sarven Capadisli | |
2009-02-02 | Ticket 1044 -- Removed border-top, reduced padding, changed notice | Sarven Capadisli | |
count from 6 to 5, removed nickname. | |||
2009-02-02 | Minor fix to allow update_facebook script to bootstrap correctly | Ciaran Gultnieks | |
2009-02-02 | Added "Edit" entity_action. | Sarven Capadisli | |
Updated theme files. | |||
2009-02-02 | added primary menu to error pages | Robin Millette | |
2009-02-02 | Better cross-browser support for page and text zoom-in/out. | Sarven Capadisli | |
2009-02-02 | Link 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-01 | Using startXML() instead of deprecated common_start_xml() | Sarven Capadisli | |
2009-02-01 | If user is not logged in, then notice-options container shouldn't be | Sarven Capadisli | |
outputted. | |||
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-02-01 | Rearraned stylesheet order for IE and fixed path to files for base IE ↵ | Sarven Capadisli | |
stylesheets | |||
2009-02-01 | Reduced width and realigned anon_notice | Sarven Capadisli | |
2009-02-01 | Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk into ↵ | Evan Prodromou | |
cyi/master | |||
2009-02-01 | Ticket 1071 - Set overflow:auto for long non-breaking strings. This is | Sarven Capadisli | |
the most cross-browser safe method unless the string is broken into chunks at the time of output from backend. | |||
2009-02-01 | Moved theme rules from base to identica stylesheet | Sarven Capadisli | |
2009-02-01 | Resaved identica logo as transparent PNG24 in order to handle various | Sarven 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-01 | Ticket #1060 -- Ability to wrap long .entity_profile .entity_fn | Sarven Capadisli | |