summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-05Fixed #905: Presenting image size limit to user.Sean Murphy
2009-02-05Fixed #1140; Login form session token not set.Sean Murphy
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-04Fix for #1057; group logo transparecy (and pixilation)Sean Murphy
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-02Merge branch 'master' of git@gitorious.org:laconica/devRobin Millette
2009-02-02Using pootle now, not etrans anymore. Reflected in READMERobin Millette
2009-02-02Minor fix to allow update_facebook script to bootstrap correctlyCiaran Gultnieks
2009-02-02added primary menu to error pagesRobin Millette
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-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-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
2009-01-30merge from pootleLaconica Pootle server
2009-01-30Merge branch 'master' of git://gitorious.org/laconica/CiaranG into ↵Evan Prodromou
ciarang/master
2009-01-30PostgreSQL - code changes to avoid problems where user table is referenced ↵Ciaran Gultnieks
in ad-hoc queries
2009-01-30PostgreSQL - remaining changes to fix db create script up to laconica 0.6.4 ↵Ciaran Gultnieks
level
2009-01-30trac750 Add footer to Facebook app's login pageZach Copley
2009-01-29Put license text inside label to align it with "Remember me" label above it. ↵Zach Copley
Improve sentence.
2009-01-29move files to their Pootle locationsLaconica Pootle Server
2009-01-29Fix problems when crop controls not touchedMeitar Moscovitz
2009-01-29wrong tags in tagotherEvan Prodromou
2009-01-29Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunkEvan Prodromou
2009-01-29proper pagination for subs and membersEvan Prodromou
2009-01-29trac750 update Facebook status when posting to Identi.ca from FacebookZach Copley
2009-01-28only send group notices through Jabber to users with notices enabledEvan Prodromou
2009-01-28update the READMEEvan Prodromou
2009-01-28better upload of group logosEvan Prodromou
2009-01-28whitespace in User_groupEvan Prodromou
2009-01-28Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunkEvan Prodromou
2009-01-28Howto: create a laconica themeSarven Capadisli
2009-01-28Uses regular HTTP GET to new notice replyto page instead of JS whenSarven Capadisli
notice_data-text is available.
2009-01-28fix email notification linkGreg Grossmeier