Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-09 | Changed all $config[][] calls to common_config() | Eric Helgeson | |
2009-03-08 | use call_user_func for callbacks | Evan Prodromou | |
2009-03-08 | PostgreSQL - some more fixes to make queries compatible with both databases. ↵ | CiaranG | |
(submitted by oxygene) | |||
2009-03-06 | Some fixes for OpenID and OMB URLs | Evan Prodromou | |
2009-03-05 | Merge branch 'ping' of /var/www/mublog.corrupt into corrupt/ping | Evan Prodromou | |
Conflicts: lib/util.php | |||
2009-03-05 | @-links go to permalinks for local users | Evan Prodromou | |
2009-03-04 | Check for config file when running | Evan Prodromou | |
When running the full system, check for a config file, and throw an error if none is found. | |||
2009-02-27 | Fixes #1258: A period in a hashtag leads to the tag being interpreted as url ↵ | Adrian Lang | |
and hence breaking the tag. | |||
2009-02-20 | Change common_local_url() to take 4 arguments | Evan Prodromou | |
I changed common_local_url() to take an additional optional argument -- for query parameters. Being persnickety, I made it the third of four, and moved the last one ($fragment) down a slot. That required changing a couple of calls. | |||
2009-02-16 | error in hashtag link generation | Evan Prodromou | |
2009-02-16 | trac #201 Add flowplayer to enable multimedia playback capability. | Robin Millette | |
2009-02-13 | remove debugging info from local_url | Evan Prodromou | |
2009-02-13 | We have a FacebookQueueHandler now. The update_facebook.php cron | Zach Copley | |
script is totally deprecated. | |||
2009-02-12 | Merge branch 'queuehandlers' into 0.7.x | Zach Copley | |
2009-02-12 | The fabled twitterqueuehandler | Zach Copley | |
2009-02-12 | don't over specialize URLs | Evan Prodromou | |
2009-02-12 | Add XMLStringer for building XML strings | Evan Prodromou | |
We had a bunch of | |||
2009-02-12 | wrap multiline regexp in quotes so it doesn't mess up my editor's indenting | Evan Prodromou | |
2009-02-11 | Move/reorg Twitter broadcast code to lib/twitter.php in prep for | Zach Copley | |
making a twitterqueuehandler. | |||
2009-02-11 | Merge branch 'sgmurphy-clone/0.7.x' into 0.7.x | Evan Prodromou | |
2009-02-11 | Use a router singleton | Evan Prodromou | |
2009-02-10 | Build urls using Net_URL_Mapper, too | Evan Prodromou | |
2009-02-10 | Fixed 1174: schemeless URL auto-linking bug | Sean Murphy | |
2009-02-09 | Fixed remaining substr_replace with multibyte equivalent. | Sean Murphy | |
2009-02-09 | Merge commit 'upstream/0.7.x' into 0.7.x | Sean Murphy | |
2009-02-09 | Fixed #1170: Auto-linking bug when URL cotains special chars. | Sean Murphy | |
2009-02-07 | Using rel="external" instead of class="exlink" | Sarven Capadisli | |
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 '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 | Fix for unicode string auto-linking bug | 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-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 | 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 | trac #569 and trac #711 add missing utf-8 headers and removed extraneous ↵ | Robin Millette | |
argument in startHTML calls | |||
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-01-26 | Fix scrolling for groups | Meitar Moscovitz | |
2009-01-26 | Fix pagination on user groups page | Adrian Lang | |
2009-01-24 | Update notice deletion | Evan Prodromou | |
Changed the errors in notice deletion so it now works. Also, consistently delete records from related tables that refer to the notice. | |||
2009-01-24 | Initial support for ping service | Evan Prodromou | |
It makes sense to use the weblogs.com ping service to alert people to changes on the site. So, we do. Includes an extra ping queue handler. | |||
2009-01-24 | wrong action for groups | Evan Prodromou | |
2009-01-24 | Fix the group url (Closes #971) | Evan Prodromou | |
2009-01-23 | Merge branch 'master' of evan@dev.controlyourself.ca:/var/www/trunk | Evan Prodromou | |