Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-19 | ping handler returns proper boolean response | Evan Prodromou | |
The ping queue handler wasn't returning a true value -- filling up the queue with ping requests. It now returns a true value. | |||
2009-03-11 | Updated update_pot.sh to point to renamed file and generated new laconica.po ↵ | CiaranG | |
with all the latest translatable text included | |||
2009-03-09 | Updated URL patterns for identica Profiles for YahooSearchMonkey app. | Sarven Capadisli | |
Added app to show custom identica notices. Note that these files can be used as templates for other laconica instances. | |||
2009-03-08 | Added the new pinghandler to the stopdaemons script and improved the ↵ | CiaranG | |
behaviour and output of the script | |||
2009-03-08 | PostgreSQL - added equivalent of the MySQL-specific rebuilddb.sh script, for ↵ | CiaranG | |
upgrading | |||
2009-03-05 | add ping daemon to daemons | Evan Prodromou | |
2009-03-05 | Merge branch 'ping' of /var/www/mublog.corrupt into corrupt/ping | Evan Prodromou | |
Conflicts: lib/util.php | |||
2009-03-04 | Fixed wrong date on my msg in the laconica.spec changelog section | Zach Copley | |
2009-03-04 | Bumped the version number in laconica.spec in prep for a 0.7.2. RPM | Zach Copley | |
2009-03-04 | Merge branch '0.7.x' of git://gitorious.org/laconica/ksedgwic-clone into ↵ | Zach Copley | |
review/0.7.x | |||
2009-03-04 | Yahoo! SearchMonkey applications: | Sarven Capadisli | |
* Displays user profile information http://identi.ca * Displays user's XFN on http://identi.ca | |||
2009-02-28 | Added some missing php dependencies. | ken.sedgwick | |
Made the avatar directory apache owned. | |||
2009-02-28 | Switched tarball ext ".bz2" -> ".gz" in spec file. | ken.sedgwick | |
2009-02-28 | Added RPM spec file. | ken.sedgwick | |
2009-02-20 | New doc page for Identi.ca badge and minor updates to badge's js | Zach Copley | |
2009-02-18 | Merge branch 'master' of git://gitorious.org/laconica/mainline into 0.7.x | Evan Prodromou | |
2009-02-17 | another system message | Evan Prodromou | |
2009-02-16 | Whoops: forgot to include facebookqueuehandler.php with the my original | Zach Copley | |
Facebook queue handler patch set! | |||
2009-02-13 | We have a FacebookQueueHandler now. The update_facebook.php cron | Zach Copley | |
script is totally deprecated. | |||
2009-02-12 | The fabled twitterqueuehandler | Zach Copley | |
2009-02-09 | Safer, better script for automatically updating Facebook statuses | Zach Copley | |
2009-02-07 | Safer, better script for automatically updating Facebook statuses | Zach Copley | |
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-02 | Minor fix to allow update_facebook script to bootstrap correctly | Ciaran Gultnieks | |
2009-01-27 | Better logging for update_facebook script. | Zach Copley | |
2009-01-25 | Add a script for decaching an object | Evan Prodromou | |
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-23 | Merge branch 'master' of /var/www/mublog | Evan Prodromou | |
Conflicts: actions/api.php actions/deletenotice.php actions/recoverpassword.php actions/remotesubscribe.php actions/tag.php actions/tagrss.php actions/twitapiaccount.php actions/twitapiusers.php classes/Notice.php classes/User.php lib/common.php lib/language.php lib/subs.php lib/twitterapi.php lib/util.php scripts/inbox_users.php scripts/update_translations.php Merged development trunk into laconica head. woohoo! | |||
2009-01-23 | trac750 fix href for theme stylesheet | Zach Copley | |
2009-01-23 | trac750 FB script to update statuses working again with new uiredesign stuff | Zach Copley | |
2009-01-20 | A script to uncache a bunch of users, in case you made changes | root | |
2009-01-20 | Some production requirements for making inbox_users.php work | root | |
2009-01-19 | Change inboxes to have 1000 items rather than last full month | Evan Prodromou | |
2009-01-19 | trac750 Add notice input box to FB app and ability to post notices | Zach Copley | |
2009-01-12 | trac750 Add prefix string option in Facebook app for notice sync | Zach Copley | |
2009-01-11 | Updated file id's of language files | Ori Avtalion | |
2009-01-11 | trac750 Automatically update Identi.ca profile box with user's latest dent | Zach Copley | |
2009-01-08 | Make some scripts executable | Evan Prodromou | |
2008-12-13 | trim the body of an incoming message | Evan Prodromou | |
darcs-hash:20081214002239-84dde-9d4d15f37b48ed1830c0423e7e34cb11c7cf9c2d.gz | |||
2008-12-11 | xmppdaemon uses 'xml' rather than 'raw' accessor | Evan Prodromou | |
darcs-hash:20081211183250-5ed1f-73f542de534be2931508841a2c85162e2fe15160.gz | |||
2009-01-04 | trac750 added some output to the facebook_update.php script | Zach Copley | |
darcs-hash:20090105045603-7b5ce-2cef1b92d9c91b0db70269d94f42ae06076229b2.gz | |||
2009-01-04 | trac750 configurable sync flags for Facebook app (noticesync, replysync) | Zach Copley | |
darcs-hash:20090105040212-7b5ce-37f6195649dc673241e4566a93183b13e428d98f.gz | |||
2009-01-04 | trac750 Automatically update linked Facebook users' statuses | Zach Copley | |
darcs-hash:20090105010407-7b5ce-559da13720b18e3c570e730326f5e5ef2b2dc1ab.gz | |||
2008-12-23 | move opening brace of class declaration to next line | Evan Prodromou | |
Another gigantor PEAR coding standards patch. Here, I've moved the opening curly bracket on a class statement to the following line. darcs-hash:20081223194923-84dde-77a93de314caadbcb5b70bf346a4648be77a864e.gz | |||
2008-12-23 | TRUE | Evan Prodromou | |
More PEAR coding standards global changes. Here, I've changed all instances of TRUE to true and FALSE to false. darcs-hash:20081223194428-84dde-cb1a1e6f679acd68e864545c4d4dd8752d6a6257.gz | |||
2008-12-23 | change function headers to K&R style | Evan Prodromou | |
Another huge change, for PEAR code standards compliance. Function headers have to be in K&R style (opening brace on its own line), instead of having the opening brace on the same line as the function and parameters. So, a little perl magic found all the function definitions and move the opening brace to the next line (properly indented... usually). darcs-hash:20081223193323-84dde-a28e36ecc66672c783c2842d12fc11043c13ab28.gz | |||
2008-12-23 | replace NULL with null | Evan Prodromou | |
Another global search-and-replace update. Here, I've replaced the PHP keyword 'NULL' with its lowercase version. This is another PEAR code standards change. darcs-hash:20081223192129-84dde-4a0182e0ec16a01ad88745ad3e08f7cb501aee0b.gz | |||
2008-12-23 | replace all tabs with four spaces | Evan Prodromou | |
The PEAR coding standards decree: no tabs, but indent by four spaces. I've done a global search-and-replace on all tabs, replacing them by four spaces. This is a huge change, but it will go a long way to getting us towards phpcs-compliance. And that means better code readability, and that means more participation. darcs-hash:20081223191907-84dde-21e8efe210e6d5d54e935a22d0cee5c7bbfc007d.gz | |||
2008-11-28 | shorten urls for posts > 140 chars only, from anywhere. Only show long urls ↵ | millette | |
in title attributes for links we shortened ourselves. darcs-hash:20081128210114-099f7-4e4cde0a983c2ac6d41efb59b46cb7dbf45dc7a6.gz | |||
2008-12-07 | lets an admin set the password for a user | Evan Prodromou | |
A small utility script for updating users' passwords. Since I have to do this once in a while, I figured it was good to have a script for. Will also (I think) update memcached. darcs-hash:20081207192917-84dde-6a24da9dae18bb003944d9044eaa2631bde07902.gz |