summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
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-05Trac #894 and #1013 - fixed bad redirects after delete noticeZach Copley
2009-02-05Fix for unicode string auto-linking bugSean Murphy
2009-02-05Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.xEvan 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-05Merge branch '0.7.x' of git://gitorious.org/laconica/sgmurphy-clone into ↵Evan Prodromou
sgmurphy-clone/0.7.x
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-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-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-04Changed error and facebookaction wrap selector from @class to @id.Sarven Capadisli
2009-02-04Allow HTML in site notice (Bug#1002)Evan Prodromou
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-03Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk into 0.7.xEvan Prodromou
2009-02-04Fixes ticket:1087; correctly paginate group members list in fancy URLs.Meitar Moscovitz
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-02trac #1099: main menu should not lead to IM settings when IM is disabledRobin Millette
2009-02-02Ticket 1044 -- Removed border-top, reduced padding, changed noticeSarven Capadisli
count from 6 to 5, removed nickname.
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-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-01Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk into ↵Evan Prodromou
cyi/master
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-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-30PostgreSQL - code changes to avoid problems where user table is referenced ↵Ciaran Gultnieks
in ad-hoc queries
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-28fix email notification linkGreg Grossmeier
2009-01-28don't show reply for anon userEvan Prodromou
2009-01-28Merge branch 'master' of root@laconi.ca:/var/www/laconi.ca/software/laconicaEvan Prodromou
2009-01-27Revert "Fixup already-subscribed string"Evan Prodromou
This reverts commit 6055516aaf6a0620d1c6f40b42090558e9e2cec1.
2009-01-27Keeping HTML consistent throughout the site.Sarven Capadisli