Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-20 | * implemented STOMP support for external message queueing systems | Federico Marani | |
* (ticket-724) * included PHP STOMP libraries (http://code.google.com/p/stompcli/) | |||
2009-02-09 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-02-09 | give example of using Google Analytics | Evan Prodromou | |
2009-02-09 | Sample plugin for Google Analytics | Evan Prodromou | |
A common request is to use Google Analytics for Laconica servers. This plugin will add the correct spell to make Google Analytics work. | |||
2009-02-09 | include plugin.php early so config can use it | Evan Prodromou | |
2009-02-09 | allow events without arguments | Evan Prodromou | |
2009-02-09 | utility superclass for plugins | Evan Prodromou | |
2009-02-09 | Add InitializePlugin and CleanupPlugin events | Evan Prodromou | |
We add two events to allow plugins to initialize and cleanup. | |||
2009-02-09 | add hooks for JavaScript handling | Evan Prodromou | |
2009-02-09 | notes about existing events; should probably put this in a separate doc | Evan Prodromou | |
2009-02-09 | First events for adding menu items | Evan Prodromou | |
2009-02-09 | had the logic on event handler reversed | Evan Prodromou | |
2009-02-09 | Fix indentation in lib/action.php | Evan Prodromou | |
2009-02-09 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-09 | Better exception handling in index | Evan Prodromou | |
Some better exception handling in Web entry point. | |||
2009-02-09 | Index and Action use Exceptions | Evan Prodromou | |
Main Web entry point accepts exceptions, and main code in Action throws them. | |||
2009-02-09 | First steps to using exceptions for error handling | Evan Prodromou | |
Added two exception classes: one for client errors (= user can fix) and one for server errors (only admin or coder can fix). The web entry point now tries to catch exceptions and show them in the browser. The main code for showing errors in Action class now throws an exception and lets top-level handle it. | |||
2009-02-09 | Add event.php before config.php is called | Evan Prodromou | |
2009-02-09 | First events code | Evan Prodromou | |
Add the basic code for adding events. | |||
2009-02-08 | Ticket #1094 Facebook app invites page was failing if no friends had added ↵ | Zach Copley | |
the app yet | |||
2009-02-08 | Minor update to the way Facebook app handles listing of friends you've invited. | Zach Copley | |
2009-02-08 | Trac #1159: Fix peopletag pagination. Also phpcs cleanup. | Zach Copley | |
2009-02-07 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Zach Copley | |
2009-02-07 | Safer, better script for automatically updating Facebook statuses | Zach Copley | |
2009-02-07 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Sarven Capadisli | |
2009-02-07 | Using rel="external" instead of class="exlink" | Sarven Capadisli | |
2009-02-07 | trac #1155 ++ replace strlen with mb_strlen for all utf8 strings. | Robin Millette | |
2009-02-06 | "Change your email address..." msg was printing out \n instead of a newline | Zach Copley | |
2009-02-06 | Merge branch '0.7.x' into 0.8.x | Evan Prodromou | |
2009-02-06 | Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x | Evan Prodromou | |
2009-02-06 | Update README and version number0.7.1 | Evan Prodromou | |
README and version number. | |||
2009-02-06 | Make adding and removing an incoming email in SMS settings | Evan Prodromou | |
Fixes Bug#1036. | |||
2009-02-06 | Merge branch 'meitar/0.7.x' into 0.7.x | Evan Prodromou | |
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-07 | Add a link to the group search page from a user's own group list. | Meitar Moscovitz | |
I've seen a request or two pop up for this on the Laconica group on Identica, and I'd personally like there to be a link to the search page from my own groups listing, as I often find myself looking for one and end up at my browser's address bar. | |||
2009-02-06 | Fix name of default avatar | Evan Prodromou | |
2009-02-06 | Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x | Evan Prodromou | |
2009-02-06 | fix formatting of new Avatar:: calls | Evan Prodromou | |
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 | Sarven Capadisli | |
2009-02-06 | Added primary and secondary form actions. Fixed markup for | Sarven Capadisli | |
form_notice_delete | |||
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 | Removed debugging statements I accidentally left in deletenotice.php | Zach Copley | |
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 | PostgreSQL - database creation script updated to cover 0.7.x features | CiaranG | |