Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-09 | First events code | Evan Prodromou | |
Add the basic code for adding events. | |||
2009-02-06 | Update README and version number0.7.1 | Evan Prodromou | |
README and version number. | |||
2009-02-06 | Merge branch 'sgmurphy-clone/0.7.x' into 0.7.x | Evan Prodromou | |
Conflicts: lib/util.php | |||
2009-02-06 | Merge branch '0.7.x' of git://gitorious.org/laconica/sgmurphy-clone into ↵ | Evan Prodromou | |
sgmurphy-clone/0.7.x | |||
2009-02-06 | Fixed #1149: URL auto-linking bug when following colon. | Sean Murphy | |
2009-02-06 | Move common_avatar_* functions to Avatar | Evan Prodromou | |
Moved the common_avatar_* functions to the Avatar class. Typically either as methods on the object or as static methods. Replaced all the uses of the functions in other modules. | |||
2009-02-06 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-06 | Merge branch 'sgmurphy-clone/0.7.x' into 0.7.x | Evan Prodromou | |
2009-02-06 | Merge branch '0.7.x' of git://gitorious.org/laconica/sgmurphy-clone into ↵ | Evan Prodromou | |
sgmurphy-clone/0.7.x | |||
2009-02-05 | Trac #894 and #1013 - fixed bad redirects after delete notice | Zach Copley | |
2009-02-05 | Fix for unicode string auto-linking bug | Sean Murphy | |
2009-02-05 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-05 | Two different functions for file size | Evan Prodromou | |
Made two different functions for file size in ImageFile; one uses the other. Also, use sprintf() for gettext msgs. | |||
2009-02-05 | Merge branch '0.7.x' of git://gitorious.org/laconica/sgmurphy-clone into ↵ | Evan Prodromou | |
sgmurphy-clone/0.7.x | |||
2009-02-05 | Better fix for displaying max file size. | Sean Murphy | |
2009-02-05 | Fixed #905: Presenting image size limit to user. | Sean Murphy | |
2009-02-05 | trac #1142 fix tag rss | Robin Millette | |
2009-02-05 | Merge 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-05 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-05 | Allow re-authentication with OpenID | Evan 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-05 | Facebook profile box CSS and a link back to the app page. | Sarven Capadisli | |
2009-02-05 | Matching Facebook app UI to identi.ca. Fixed tabs, add to profile, | Sarven Capadisli | |
widths, font-size, and some HTML markup. | |||
2009-02-04 | Forgot to replace URL shortening regex with new function. | Sean Murphy | |
2009-02-04 | Fixed #779 & #588; Better URL auto-linking. | Sean Murphy | |
2009-02-04 | Fixed #732; Hashtags inside parens and brackets. | Sean Murphy | |
2009-02-04 | Fixed #1134; Consolidated image scaling functions. | Sean Murphy | |
2009-02-04 | Facebook app - reorganized some stuff; better HTML output | Zach Copley | |
2009-02-04 | Changed error and facebookaction wrap selector from @class to @id. | Sarven Capadisli | |
2009-02-04 | Allow HTML in site notice (Bug#1002) | Evan Prodromou | |
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 | Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk into 0.7.x | Evan Prodromou | |
2009-02-04 | Fixes ticket:1087; correctly paginate group members list in fancy URLs. | Meitar Moscovitz | |
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 | trac #1099: main menu should not lead to IM settings when IM is disabled | Robin Millette | |
2009-02-02 | Ticket 1044 -- Removed border-top, reduced padding, changed notice | Sarven Capadisli | |
count from 6 to 5, removed nickname. | |||
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 | 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 | Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk into ↵ | Evan Prodromou | |
cyi/master | |||
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-01-31 | Enable 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-30 | PostgreSQL - code changes to avoid problems where user table is referenced ↵ | Ciaran Gultnieks | |
in ad-hoc queries | |||
2009-01-29 | trac750 update Facebook status when posting to Identi.ca from Facebook | Zach Copley | |